Add a configflow
This commit is contained in:
7
custom_components/georide/const.py
Normal file
7
custom_components/georide/const.py
Normal file
@@ -0,0 +1,7 @@
|
||||
""" Georide const file """
|
||||
|
||||
DOMAIN = "georide"
|
||||
CONF_EMAIL = "email"
|
||||
CONF_PASSWORD = "password"
|
||||
|
||||
TRACKER_ID = "trackerId"
|
||||
Reference in New Issue
Block a user