Add Tami4 Integration (#90056)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Robert Resch <robert@resch.dev>
This commit is contained in:
Guy Shefer 2023-10-12 14:15:25 +03:00 committed by GitHub
parent 91cf719588
commit 5730cb1e85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 796 additions and 0 deletions

View file

@ -0,0 +1,6 @@
"""Constants for tami4 component."""
DOMAIN = "tami4"
CONF_PHONE = "phone"
CONF_REFRESH_TOKEN = "refresh_token"
API = "api"
COORDINATOR = "coordinator"