Skip to content

Commit

Permalink
Set force to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-w committed Apr 21, 2024
1 parent ad3af20 commit 6032265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/emerald_hws/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"issue_tracker": "https://github.com/ross-w/emerald-hws-ha/issues",
"requirements": ["emerald_hws==0.0.9"],
"ssdp": [],
"version": "0.0.6",
"version": "0.0.7",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion custom_components/emerald_hws/water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async def async_turn_off(self):
def update_callback(self):
"""Schedules an update within HASS."""
_LOGGER.info("emeraldhws: callback called")
self.schedule_update_ha_state()
self.schedule_update_ha_state(True)

def update(self):
"""Update with values from HWS."""
Expand Down

0 comments on commit 6032265

Please sign in to comment.