Files
owlet/custom_components/owlet/const.py
T
RyanClark123 fe34bd63af Initial commit
Initial commit
2023-05-04 16:33:06 +01:00

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"