mirror of
https://github.com/magico13/ha-emporia-vue.git
synced 2026-01-08 20:07:56 -05:00
Merge pull request #46 from nkm8/errorFix
Fix missing variable declaration
This commit is contained in:
@@ -138,6 +138,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
|
||||
)
|
||||
await coordinator_1min.async_config_entry_first_refresh()
|
||||
_LOGGER.info(f"1min Update data: {coordinator_1min.data}")
|
||||
coordinator_1hr = None
|
||||
if scales_1hr:
|
||||
coordinator_1hr = DataUpdateCoordinator(
|
||||
hass,
|
||||
|
||||
Reference in New Issue
Block a user