-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
After Upgrade to 3.1.1 no values by attributes #631
Labels
bug
Something isn't working
Comments
same for me no results with 👍 type: custom:battery-state-card
ok with entities |
Duplicate of #623 (same root cause / core issue) |
yah with 3.11 this fails to show anything. type: custom:battery-state-card
title: Battery charge remaining
secondary_info: "{last_changed}"
filter:
include:
- name: attributes.device_class
value: battery
exclude:
- name: entity_id
value: '*_battery_low'
- name: entity_id
value: sensor.oneplus*battery_level
- name: entity_id
value: sensor.pixel*battery_level
sort:
by: state
collapse: 6
colors:
steps:
- '#d9ead3'
- '#b6d7a8'
- '#93c47d'
- '#6aa84f'
gradient: true |
I try Tomorrow or i go back to 3.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moin seit dem update funktioniert keine attribute mehr.
Hier nur ein Beispiel was nicht mehr läuft. Zeigt nichts an
type: custom:battery-state-card
title: Luftfeuchtigkeit
secondary_info: '{last_changed}'
icon: mdi:water-percent
filter:
include:
- name: attributes.device_class
value: humidity
sort:
by: state
collapse: 8
value_override: '{state|abs()}'
colors:
steps:
- color: '#00ff00'
value: 30
- color: '#ffff00'
value: 50
- color: '#ff0000'
value: 80
gradient: true
The text was updated successfully, but these errors were encountered: