Support custom interval for platforms

This commit is contained in:
Paulus Schoutsen
2016-01-31 00:55:46 -08:00
parent 90e17fc77f
commit fce8815ab4
3 changed files with 133 additions and 69 deletions

View File

@@ -26,7 +26,7 @@ CONF_PASSWORD = "password"
CONF_API_KEY = "api_key"
CONF_ACCESS_TOKEN = "access_token"
CONF_FILENAME = "filename"
CONF_SCAN_INTERVAL = "scan_interval"
CONF_VALUE_TEMPLATE = "value_template"
# #### EVENTS ####