core/homeassistant/components/rituals_perfume_genie/const.py

8 lines
174 B
Python

"""Constants for the Rituals Perfume Genie integration."""
DOMAIN = "rituals_perfume_genie"
ACCOUNT_HASH = "account_hash"
COORDINATORS = "coordinators"
DEVICES = "devices"