Add support for options flow

This commit is contained in:
Pierre Ståhl
2020-09-13 23:06:04 +02:00
committed by rospogrigio
parent 6f14df2d74
commit 5507652bae
3 changed files with 175 additions and 20 deletions

View File

@@ -6,6 +6,8 @@ ATTR_VOLTAGE = 'voltage'
CONF_LOCAL_KEY = "local_key"
CONF_PROTOCOL_VERSION = "protocol_version"
CONF_DPS_STRINGS = "dps_strings"
CONF_YAML_IMPORT = "yaml_import"
# switch
CONF_CURRENT = "current"