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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 293 additions and 24 deletions

View file

@ -320,6 +320,7 @@ FLOWS = {
"openai_conversation",
"openexchangerates",
"opengarage",
"openhome",
"opentherm_gw",
"openuv",
"openweathermap",