mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
fix pylint errors for Nest Sensor
This commit is contained in:
@@ -25,6 +25,7 @@ BINARY_TYPES = ['fan',
|
||||
'online']
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
"Setup nest binary sensors from config file"
|
||||
logger = logging.getLogger(__name__)
|
||||
try:
|
||||
for structure in nest.NEST.structures:
|
||||
|
||||
Reference in New Issue
Block a user