Migrate Linn / Openhome integration to SSDP config flow (#94564)

* Migrate Linn / Openhome integration to SSDP config flow

* moved device initialisation into __init__

* wait for user step before adding openhome entities

* add CONFIG_SCHEMA

* cover confirmation step in config flow test

* Address comments

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Barry Williams
2023-06-21 17:46:17 +01:00
committed by GitHub
parent 61554682d4
commit 57c9aad9b1
11 changed files with 293 additions and 24 deletions

View File

@@ -885,6 +885,7 @@ build.json @home-assistant/supervisor
/homeassistant/components/opengarage/ @danielhiversen
/tests/components/opengarage/ @danielhiversen
/homeassistant/components/openhome/ @bazwilliams
/tests/components/openhome/ @bazwilliams
/homeassistant/components/opensky/ @joostlek
/homeassistant/components/opentherm_gw/ @mvn23
/tests/components/opentherm_gw/ @mvn23