mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +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
9afb6c3876
commit
0c815ea843
@ -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