Add support for multiple vera controller hubs (#33613)

This commit is contained in:
Robert Van Gorkom 2020-09-14 20:06:52 -07:00 committed by GitHub
parent 938e06c00e
commit 903afb62d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 323 additions and 149 deletions

View file

@ -2,6 +2,7 @@
DOMAIN = "vera"
CONF_CONTROLLER = "vera_controller_url"
CONF_LEGACY_UNIQUE_ID = "legacy_unique_id"
VERA_ID_FORMAT = "{}_{}"