mirror of
https://github.com/home-assistant/core.git
synced 2025-06-02 12:17:07 +00:00
6 lines
117 B
Python
6 lines
117 B
Python
"""Constants for emulated_kasa."""
|
|
|
|
CONF_POWER = "power"
|
|
CONF_POWER_ENTITY = "power_entity"
|
|
DOMAIN = "emulated_kasa"
|