We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have noticed lately that the device classes for showing the status are being ignored, e.g. for my window sensors:
config.yaml:
all_window_sensors: friendly_name: "All Window Sensors" device_class: window value_template: >- {% if states('group.all_window_sensors') == 'on' %} on {% elif states('group.all_window_sensors') == 'off' %} off {% else %} n/a {% endif %} icon_template: > {% if states('group.all_window_sensors') == 'on' %} mdi:window-open {% elif states('group.all_window_sensors') == 'off' %} mdi:window-closed {% else %} mdi:help {% endif %}
card configuration:
- title: Windows entities: - entity: binary_sensor.all_window_sensors name: All Windows
status 'off' in homekit panel card:
status 'closed' in entities card:
The same is happening for persons, before a person used to be home/away, now i see home/not_home.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have noticed lately that the device classes for showing the status are being ignored, e.g. for my window sensors:
config.yaml:
card configuration:
status 'off' in homekit panel card:
status 'closed' in entities card:
The same is happening for persons, before a person used to be home/away, now i see home/not_home.
The text was updated successfully, but these errors were encountered: