9 lines
175 B
Python
9 lines
175 B
Python
|
"""Constants for Energenie Power Sockets."""
|
||
|
|
||
|
import logging
|
||
|
|
||
|
LOGGER = logging.getLogger(__package__)
|
||
|
|
||
|
CONF_DEVICE_API_ID = "api-device-id"
|
||
|
DOMAIN = "energenie_power_sockets"
|