Daniel

Results 98 comments of Daniel

Try using `config.entity` instead of `entity`. Ie. Either `if (config.entity.state == 'An'){` or `if (states(config.entity) == 'An'){` Here is my auto-entities card for batteries where you can see I am...

@snarky-snark Any progress on this issue? I want to track battery replacement dates as sensor sttributes in a variable with a date which I want to `var.set` when the bettery...

I have successfully replaced this [home-assistant-variables](https://github.com/snarky-snark/home-assistant-variables) integration with the Variables+History integration ([hass-variables](https://github.com/enkama/hass-variables)) and it's working perfectly. You can dynamically add attributes and they survive a restart if `Restore on Restart`...

I've just stumbled onto this error also... ``` 22-11-29 20:59:10 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository 22-11-29 20:59:10 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/Expaso/hassos-addons repository 22-11-29 20:59:10 INFO (MainThread)...

I installed that add-on, removed it right away, restarted HA and the error is gone...

For the int, float warnings you need to add `(default=0)` in 28 different places where there is `| int` or `| float`. Example: ``` ( states(entity_id) is number or states(entity_id)...

Yes, it is still an issue/desirable. I spent a lot of time today scouring the 'net for clues on what a handler might look like but got nowhere...

Alexa still says this: **_Sorry, I cannot do specific dates right now. Try a duration instead, like, in 5 hours._**

I've just finished successfully using card_mod to change the icon for the primary entity in multiple-entity-row without having the secondary entities icon(s) change as well. Here's my code for changing...