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

Move Nest sensors configuration to Nest component (#4983)

* Move Nest sensor config to Nest Component

* Ensure Nest Protect sensors are added without specified sensor config

* Fix pylint warnings

* Remove support for empty monitored condion list

* Remove scan interval

* Remove scan interval import

* Add Nest sensors by default with opt-out
This commit is contained in:
R1chardTM
2017-01-17 09:12:15 +01:00
committed by Paulus Schoutsen
parent d240ea56d8
commit 321a8be339
4 changed files with 49 additions and 67 deletions

View File

@@ -62,6 +62,7 @@ CONF_AUTHENTICATION = 'authentication'
CONF_BASE = 'base'
CONF_BEFORE = 'before'
CONF_BELOW = 'below'
CONF_BINARY_SENSORS = 'binary_sensors'
CONF_BLACKLIST = 'blacklist'
CONF_BRIGHTNESS = 'brightness'
CONF_CODE = 'code'