fe34bd63af
Initial commit
12 lines
257 B
Python
12 lines
257 B
Python
"""Constants for the Owlet Smart Sock integration."""
|
|
|
|
DOMAIN = "owlet"
|
|
|
|
CONF_OWLET_REGION = "region"
|
|
CONF_OWLET_USERNAME = "username"
|
|
CONF_OWLET_PASSWORD = "password"
|
|
CONF_SOCK_SERIAL = "sock_serial"
|
|
|
|
POLLING_INTERVAL = 60
|
|
MANUFACTURER = "Owlet Baby Care"
|