Add opentherm_gw config flow (#27148)
* Add config flow support to opentherm_gw. Bump pyotgw to 0.5b0 (required for connection testing) Existing entries in configuration.yaml will be converted to config entries and ignored in future runs. * Fix not connecting to Gateway on startup. Pylint fixes. * Add tests for config flow. Remove non-essential options from config flow. Restructure config entry data. * Make sure gw_id is slugified
This commit is contained in:
parent
2e49303401
commit
6ae908b883
17 changed files with 413 additions and 50 deletions
|
@ -45,6 +45,7 @@ FLOWS = [
|
|||
"mqtt",
|
||||
"nest",
|
||||
"notion",
|
||||
"opentherm_gw",
|
||||
"openuv",
|
||||
"owntracks",
|
||||
"plaato",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue