1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/emulated_kasa/const.py
Keilin Bickar 3022fc4702
Add Emulated Kasa Integration (#39630)
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-09-05 07:57:45 -05:00

6 lines
117 B
Python

"""Constants for emulated_kasa."""
CONF_POWER = "power"
CONF_POWER_ENTITY = "power_entity"
DOMAIN = "emulated_kasa"