feat: update eh800 after creation
1 files changed, 2 insertions(+), 0 deletions(-) M custom_components/ouman_eh800/__init__.py
M custom_components/ouman_eh800/__init__.py => custom_components/ouman_eh800/__init__.py +2 -0
@@ 27,6 27,8 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: config[CONF_USERNAME], config[CONF_PASSWORD], ) + # Do an initial update straight away. + await eh800.update() device = OumanEH800Device(hass, eh800, entry)