7 lines
174 B
Python
7 lines
174 B
Python
"""Constants for the Rituals Perfume Genie integration."""
|
|
DOMAIN = "rituals_perfume_genie"
|
|
|
|
ACCOUNT_HASH = "account_hash"
|
|
|
|
COORDINATORS = "coordinators"
|
|
DEVICES = "devices"
|