Skip to content

Commit

Permalink
doctweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 17, 2024
1 parent e943384 commit bbc7b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ramses_cc/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def find_new_entities(
await async_add_entities(Platform.CLIMATE, new_zones)
await async_add_entities(Platform.WATER_HEATER, new_dhws)

if new_entities:
if new_entities: # FIXME: use DataUpdateCoordinator
async_call_later(self.hass, _CALL_LATER_DELAY, self.async_save_client_state)

# Trigger state updates of all entities
Expand Down

0 comments on commit bbc7b58

Please sign in to comment.