Add Emulated Kasa Integration (#39630)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
8567fe94e1
commit
3022fc4702
9 changed files with 665 additions and 3 deletions
5
homeassistant/components/emulated_kasa/const.py
Normal file
5
homeassistant/components/emulated_kasa/const.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
"""Constants for emulated_kasa."""
|
||||
|
||||
CONF_POWER = "power"
|
||||
CONF_POWER_ENTITY = "power_entity"
|
||||
DOMAIN = "emulated_kasa"
|
Loading…
Add table
Add a link
Reference in a new issue