5 lines
128 B
Python
5 lines
128 B
Python
"""Constants for the Shelly integration."""
|
|
|
|
COAP_CONTEXT = "coap_context"
|
|
DATA_CONFIG_ENTRY = "config_entry"
|
|
DOMAIN = "shelly"
|