1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-26 07:55:35 +01:00
Files
core/homeassistant/components/ridwell/const.py
T
2021-10-30 08:27:48 -06:00

10 lines
180 B
Python

"""Constants for the Ridwell integration."""
import logging
DOMAIN = "ridwell"
LOGGER = logging.getLogger(__package__)
DATA_ACCOUNT = "account"
DATA_COORDINATOR = "coordinator"