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

Remove all config deprecations invalidated in 0.91 (#22704)

* Remove all config deprecations invalidated in 0.91

* Fix lint
This commit is contained in:
Rohan Kapoor
2019-04-03 23:31:55 -07:00
committed by GitHub
parent 8e39939b7e
commit afac09932f
12 changed files with 140 additions and 267 deletions

View File

@@ -147,11 +147,6 @@ CONF_TTL = 'ttl'
CONF_TYPE = 'type'
CONF_UNIT_OF_MEASUREMENT = 'unit_of_measurement'
CONF_UNIT_SYSTEM = 'unit_system'
# Deprecated in 0.88.0, invalidated in 0.91.0, remove in 0.92.0
CONF_UPDATE_INTERVAL = 'update_interval'
CONF_UPDATE_INTERVAL_INVALIDATION_VERSION = '0.91.0'
CONF_URL = 'url'
CONF_USERNAME = 'username'
CONF_VALUE_TEMPLATE = 'value_template'