mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add link to docs
This commit is contained in:
parent
bbed4a262c
commit
f45e0eabe3
@ -2,6 +2,9 @@
|
|||||||
homeassistant.components.thermostat.nest
|
homeassistant.components.thermostat.nest
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Adds support for Nest thermostats.
|
Adds support for Nest thermostats.
|
||||||
|
|
||||||
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/thermostat.nest.html
|
||||||
"""
|
"""
|
||||||
import socket
|
import socket
|
||||||
import logging
|
import logging
|
||||||
@ -44,7 +47,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
])
|
])
|
||||||
except socket.error:
|
except socket.error:
|
||||||
logger.error(
|
logger.error(
|
||||||
"Connection error logging into the nest web service"
|
"Connection error logging into the nest web service."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user