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:
committed by
Paulus Schoutsen
parent
d240ea56d8
commit
321a8be339
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user