mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix KNX Climate mode change callback (#25851)
- fix KNX Climate not updating UI after receiving mode change telegram from KNX bus
This commit is contained in:
parent
e7e083c547
commit
9041201c76
@ -209,6 +209,7 @@ class KNXClimate(ClimateDevice):
|
||||
await self.async_update_ha_state()
|
||||
|
||||
self.device.register_device_updated_cb(after_update_callback)
|
||||
self.device.mode.register_device_updated_cb(after_update_callback)
|
||||
|
||||
@property
|
||||
def name(self) -> str:
|
||||
|
Loading…
x
Reference in New Issue
Block a user