home-assistant-variables icon indicating copy to clipboard operation
home-assistant-variables copied to clipboard

Service var.set broken and do nothing after update to 0.15.3

Open gamba69 opened this issue 10 months ago • 2 comments

Hello, after update to 0.15.3 service var.set silently do nothing. Variable value and attributes not updated, and I don't see any error in log. This bug was fixed in 0.15.2 and now it's rise again. I see that await self.async_update_ha_state(True) in async_set returned, and if i change code to self.async_write_ha_state() all working again

gamba69 avatar Apr 22 '24 08:04 gamba69