2021-02-20 21:55:23 +00:00
|
|
|
"""Constants for the Rituals Perfume Genie integration."""
|
|
|
|
DOMAIN = "rituals_perfume_genie"
|
|
|
|
|
2021-04-11 20:36:44 +00:00
|
|
|
COORDINATORS = "coordinators"
|
|
|
|
DEVICES = "devices"
|
|
|
|
|
2021-02-20 21:55:23 +00:00
|
|
|
ACCOUNT_HASH = "account_hash"
|
2021-04-11 20:36:44 +00:00
|
|
|
ATTRIBUTES = "attributes"
|
|
|
|
HUB = "hub"
|
|
|
|
HUBLOT = "hublot"
|