Add Emulated Kasa Integration (#39630)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Keilin Bickar 2020-09-05 08:57:45 -04:00 committed by GitHub
parent 8567fe94e1
commit 3022fc4702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 665 additions and 3 deletions

View file

@ -0,0 +1,5 @@
"""Constants for emulated_kasa."""
CONF_POWER = "power"
CONF_POWER_ENTITY = "power_entity"
DOMAIN = "emulated_kasa"