1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add config flow to insteon component (#36467)

* Squashed

* Fix requirements_all

* Update homeassistant/components/insteon/__init__.py

Only update options if the result is to create the entry.

Co-authored-by: J. Nick Koston <nick@koston.org>

* Update homeassistant/components/insteon/__init__.py

No return value needed.

Co-authored-by: J. Nick Koston <nick@koston.org>

* Ref RESULT_TYPE_CREATE_ENTRY correctly

* Return result back to import config process

* Make DOMAIN ref more clear

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Tom Harris
2020-08-11 19:04:44 -04:00
committed by GitHub
parent 6bdb2f3d11
commit b1fd931cdc
20 changed files with 1740 additions and 111 deletions

View File

@@ -85,6 +85,7 @@ FLOWS = [
"iaqualink",
"icloud",
"ifttt",
"insteon",
"ios",
"ipma",
"ipp",