Move CONF_UPDATE_INTERVAL to homeassistant.const (#20526)

This commit is contained in:
Rohan Kapoor 2019-01-28 20:26:31 -08:00 committed by Paulus Schoutsen
parent 3ee3acd550
commit cc74035c3b
11 changed files with 13 additions and 19 deletions

View file

@ -147,6 +147,7 @@ CONF_TTL = 'ttl'
CONF_TYPE = 'type'
CONF_UNIT_OF_MEASUREMENT = 'unit_of_measurement'
CONF_UNIT_SYSTEM = 'unit_system'
CONF_UPDATE_INTERVAL = 'update_interval'
CONF_URL = 'url'
CONF_USERNAME = 'username'
CONF_VALUE_TEMPLATE = 'value_template'