Forum › Forum › Schnelle Frage › Batterie Status Tado › Antwort auf: Batterie Status Tado
27. Januar 2021 um 11:17
#1855
Teilnehmer
Moin!
Ich habe das hier in meiner ui-lovelace.yaml stehen:
- type: "custom:battery-state-card" title: Filters sort_by_level: "asc" bulk_rename: - from: "Battery Level" # simple string replace (note: "to" is not required if you want to remove string) to: "sensor" - from: "/\s(temperature|temp)\s/" # regular expression to: " temp. " tap_action: action: more-info secondary_info: last_updated # applied to all entities which don't have the override entities: # entities requiring additional properties can be added explicitly - entity: sensor.temp_outside_battery_numeric multiplier: 10 name: "Outside temp. sensor" filter: include: # filters for auto-adding - name: entity_id # entities which id ends with "_battery_level" value: "*_battery_level" - name: attributes.device_class # and entities which device_class attribute equals "battery" value: battery - name: attributes.battery_level
Dazu habe die battery-state-card mit HACS installiert.
Das zeigt mir sämtliche Batterien, sämtlicher Geräte an, die sich so im Netz befinden, also auch z.B. Geräte, die die Home Assistant App installiert haben.
So sieht das aus
PS: Das Wort „Stati“ gibt es nicht! Der Plural heißt „Status“ mit langem „u“.