Johannes
Johannes
with 3.7.3 you can now do something like this: ``` color: > {% if int(states("sensor.carbon_monoxide")) < 40 %} [255,0,0] {% elif int(states("sensor.carbon_monoxide")) < 50 %} [0,255,0] {% elif int(states("sensor.carbon_monoxide")) <...
vstate: "on"` will only display the entity if the state is "on" ``` - type: cardGrid title: Fensterkontakte entities: - entity: binary_sensor.sensor_bad_contact state: "on" - entity: binary_sensor.sensor_fenster_links_contact state: "on" -...
With #652 you should be able to something like this: ```yaml - entity: binary_sensor.nuki_zuhause_door_open state_template: '{{is_state("switch.bad", "on")}}' ``` there are no callbacks in for state templates in appdaemon, if you...
@Armilar  There is a new button on the right side if you set the nav buttons to `2|2`
https://docs.nspanel.pky.eu/card-unlock/
I was also thinking about further automation. - Mapping of source account's to firefly accounts (via JSON file or via automatic mapping based on the IBAN/Name) - Automatic time period...
it's working on my homeassistant installation so idk @stleusc can you check on your homeassisant
@stleusc are you using the esphome api? this way it might not reach the path where it is connecting to mqtt, can you try without `use_ha_api` configured? shound't need a...
No, this is also an image build in the last few days. Try updating again to the newest version or downgrade to 4.7.73
try uninstalling the addon and reinstalling it afterwards