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:
tombbo 2019-08-10 22:24:03 +02:00 committed by Andrew Sayre
parent e7e083c547
commit 9041201c76

View File

@ -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: