1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-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"