Skip to content

Conversation

@springfall2008
Copy link
Owner

Added troubleshooting information for Predbat service call failures and provided a workaround using a dummy selector in configuration.yaml.

Added troubleshooting information for Predbat service call failures and provided a workaround using a dummy selector in configuration.yaml.
Copilot AI review requested due to automatic review settings January 18, 2026 15:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds troubleshooting documentation to the FAQ for a specific error where Predbat service calls to select/select_option fail. The documentation explains the root cause (no selectors from integrations present when Predbat starts) and provides a YAML-based workaround using a template selector in Home Assistant's configuration.

Changes:

  • Added new FAQ section documenting the "Service call select/select_option data failed" error
  • Provided example error message showing the failure format
  • Included YAML workaround using a template select entity in configuration.yaml

Comment on lines +27 to +38
```yaml
template:
- select:
- name: "simple_select"
state: "{{ states('input_select.my_input') }}" # Current value
options: "{{ ['Option 1', 'Option 2', 'Option 3'] }}" # Available options
select_option:
- service: input_select.select_option
target:
entity_id: input_select.my_input
data:
option: "{{ option }}"
Copy link

Copilot AI Jan 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The template select example references an entity 'input_select.my_input' that needs to be created first. Consider adding a note that users need to either create this input_select entity or replace it with an existing entity in their Home Assistant configuration, otherwise this workaround will not work as intended.

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@springfall2008 springfall2008 merged commit 548556f into main Jan 22, 2026
1 check passed
@springfall2008 springfall2008 deleted the springfall2008-patch-1 branch January 22, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants