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:
Victor Vostrikov 2020-02-11 17:46:02 +01:00 committed by GitHub
parent 8a6158116a
commit 3df2cb6b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 93 additions and 83 deletions

View file

@ -2,6 +2,7 @@
# Configuration
CONF_FALLBACK = "fallback"
DATA = "data"
# Types
TYPE_AIR_CONDITIONING = "AIR_CONDITIONING"