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

Move CONF_OPTIMISTIC to homeassistant.const.

This commit is contained in:
Jan Harkes
2016-04-05 23:39:13 -04:00
parent c8df06bb9f
commit 3383854506
4 changed files with 5 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ CONF_PASSWORD = "password"
CONF_API_KEY = "api_key"
CONF_ACCESS_TOKEN = "access_token"
CONF_FILENAME = "filename"
CONF_OPTIMISTIC = 'optimistic'
CONF_SCAN_INTERVAL = "scan_interval"
CONF_VALUE_TEMPLATE = "value_template"