mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
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:
committed by
Teagan Glenn
parent
2accc15d41
commit
a4b90c9879
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user