DEVELOPMENT ENVIRONMENT

~liljamo/ha-ouman-eh800

1fe4ec12b04b5f63efe166150c6032169721d4bd — Jonni Liljamo 11 days ago cea39f6
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)