Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
4 lines
98 B
Python
4 lines
98 B
Python
"""Constants for the Shelly integration."""
|
|
|
|
DATA_CONFIG_ENTRY = "config_entry"
|
|
DOMAIN = "shelly"
|