Add support of multiple Tado accounts (#31527)
* Added support of multiple Tado accounts Changed geberation of sensor unique id (breaking change) * Fixed lints * Fixed error detecting opened window * Changed gereration of unique id of climate * Removed commented code and added comments
This commit is contained in:
parent
8a6158116a
commit
3df2cb6b78
4 changed files with 93 additions and 83 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# Configuration
|
||||
CONF_FALLBACK = "fallback"
|
||||
DATA = "data"
|
||||
|
||||
# Types
|
||||
TYPE_AIR_CONDITIONING = "AIR_CONDITIONING"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue