Use voluptuous for Raspberry Pi and local file camera (#2988)

* Migrate to voluptuous

* Update const.py

* Migrate to voluptuous

* Remove duplicate _LOGGER entry
This commit is contained in:
Fabian Affolter
2016-08-27 22:44:22 +02:00
committed by Teagan Glenn
parent 2accc15d41
commit a4b90c9879
3 changed files with 75 additions and 33 deletions

View File

@@ -37,6 +37,7 @@ CONF_ELEVATION = 'elevation'
CONF_ENTITY_ID = 'entity_id'
CONF_ENTITY_NAMESPACE = 'entity_namespace'
CONF_EVENT = 'event'
CONF_FILE_PATH = 'file_path'
CONF_FILENAME = 'filename'
CONF_HOST = 'host'
CONF_HOSTS = 'hosts'