This commit is contained in:
Andrey
2020-12-28 22:23:56 +03:00
commit c4b597d019
19 changed files with 1444 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
"""Constants for the mega integration."""
DOMAIN = "mega"
CONF_MEGA_ID = "mega_id"
CONF_DIMMER = "dimmer"
CONF_SWITCH = "switch"
CONF_KEY = 'key'
TEMP = 'temp'
HUM = 'hum'
W1 = 'w1'
W1BUS = 'w1bus'
CONF_PORT_TO_SCAN = 'port_to_scan'
CONF_RELOAD = 'reload'
CONF_INVERT = 'invert'