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:
parent
91cf719588
commit
5730cb1e85
19 changed files with 796 additions and 0 deletions
6
homeassistant/components/tami4/const.py
Normal file
6
homeassistant/components/tami4/const.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""Constants for tami4 component."""
|
||||
DOMAIN = "tami4"
|
||||
CONF_PHONE = "phone"
|
||||
CONF_REFRESH_TOKEN = "refresh_token"
|
||||
API = "api"
|
||||
COORDINATOR = "coordinator"
|
Loading…
Add table
Add a link
Reference in a new issue