snarky-snark / home-assistant-variables

A custom Home Assistant component for declaring and setting generic variable entities dynamically.
Apache License 2.0
274 stars 16 forks source link

Change self.async_update_ha_state() to self.async_update_ha_state(True) #103

Closed danielbrunt57 closed 9 months ago

danielbrunt57 commented 10 months ago

Fixes https://github.com/snarky-snark/home-assistant-variables/issues/99 Fixes https://github.com/snarky-snark/home-assistant-variables/issues/102

AverageMarcus commented 9 months ago

@snarky-snark Any chance we could get this included in a new release? I've tested this in my local setup running the latest HA version and it seems to fix the startup issues.

snarky-snark commented 9 months ago

Merged. Thanks, everyone, for your patience.