1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00

Allow setting entity namespace (#1887)

This commit is contained in:
Paulus Schoutsen
2016-04-23 06:34:49 +02:00
parent cc42f2d8be
commit 1d8554359c
4 changed files with 46 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ CONF_ACCESS_TOKEN = "access_token"
CONF_FILENAME = "filename"
CONF_MONITORED_CONDITIONS = 'monitored_conditions'
CONF_OPTIMISTIC = 'optimistic'
CONF_ENTITY_NAMESPACE = "entity_namespace"
CONF_SCAN_INTERVAL = "scan_interval"
CONF_VALUE_TEMPLATE = "value_template"