1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Migrate to voluptuous (#2958)

This commit is contained in:
Fabian Affolter
2016-08-25 06:35:09 +02:00
committed by Teagan Glenn
parent d9322b81f3
commit 9219d65c3e
6 changed files with 94 additions and 34 deletions

View File

@@ -29,6 +29,7 @@ CONF_BLACKLIST = 'blacklist'
CONF_CODE = 'code'
CONF_CONDITION = 'condition'
CONF_CUSTOMIZE = 'customize'
CONF_DEVICE = 'device'
CONF_DISARM_AFTER_TRIGGER = 'disarm_after_trigger'
CONF_DISPLAY_OPTIONS = 'display_options'
CONF_ELEVATION = 'elevation'
@@ -39,6 +40,7 @@ CONF_FILENAME = 'filename'
CONF_HOST = 'host'
CONF_HOSTS = 'hosts'
CONF_ICON = 'icon'
CONF_ID = 'id'
CONF_LATITUDE = 'latitude'
CONF_LONGITUDE = 'longitude'
CONF_METHOD = 'method'