core/homeassistant/components/rituals_perfume_genie/const.py

10 lines
212 B
Python

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