1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-16 11:07:05 +00:00

5 Commits

Author SHA1 Message Date
Franck Nijhof
3cc94f7d6a
ConfigFlow default discovery without unique ID () 2020-06-15 13:38:38 +02:00
mvn23
1d89d22a38
Update pyotgw to 0.6b1 () 2020-04-02 10:29:41 -07:00
Bas Nijholt
0e71c29e00 Sort imports according to PEP8 for opentherm_gw () 2019-12-09 11:34:06 +01:00
mvn23
489340160b Add opentherm_gw options flow. () 2019-10-17 17:36:34 -07:00
mvn23
6ae908b883 Add opentherm_gw config flow ()
* 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
2019-10-04 17:38:26 -07:00