mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
9 lines
168 B
Python
9 lines
168 B
Python
"""Constants for Energenie Power Sockets."""
|
|
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
CONF_DEVICE_API_ID = "device"
|
|
DOMAIN = "energenie_power_sockets"
|