Skip to content

Commit

Permalink
Merge pull request asev#49 from dave-code-ruiz/master
Browse files Browse the repository at this point in the history
Trying to solves asev#47 and asev#48
  • Loading branch information
asev authored Jun 19, 2024
2 parents cd7fc2a + b941390 commit 3790413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/uponor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def handle_set_variable(call):
await hass.config_entries.async_forward_entry_setup(config_entry, Platform.CLIMATE)
await hass.config_entries.async_forward_entry_setup(config_entry, Platform.SWITCH)

# async_track_time_interval(hass, state_proxy.async_update, SCAN_INTERVAL)
async_track_time_interval(hass, state_proxy.async_update, SCAN_INTERVAL)

config_entry.async_on_unload(config_entry.add_update_listener(async_update_options))

Expand Down

0 comments on commit 3790413

Please sign in to comment.