mirror of
https://github.com/elisspace/core.git
synced 2026-09-02 18:15:51 +00:00
* Move Legacy Works With Nest integration to subdirectory Motivation is to streamline the actively developed integration e.g. make code coverage easier to reason about and simplify __init__.py
7 lines
155 B
Python
7 lines
155 B
Python
"""Constants used by the legacy Nest component."""
|
|
|
|
DOMAIN = "nest"
|
|
DATA_NEST = "nest"
|
|
DATA_NEST_CONFIG = "nest_config"
|
|
SIGNAL_NEST_UPDATE = "nest_update"
|