Fix typo (#3744)
This commit is contained in:
parent
8b059e9aad
commit
5e16dc6307
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ CONFIG_SCHEMA = vol.Schema({
|
|||
|
||||
|
||||
def setup(hass, config):
|
||||
"""Setup the Netatmo devices."""
|
||||
"""Set up the Netatmo devices."""
|
||||
import lnetatmo
|
||||
|
||||
global NETATMO_AUTH
|
||||
|
@ -47,7 +47,7 @@ def setup(hass, config):
|
|||
config[DOMAIN][CONF_USERNAME], config[DOMAIN][CONF_PASSWORD],
|
||||
'read_station read_camera access_camera')
|
||||
except HTTPError:
|
||||
_LOGGER.error("Unable to connect to NatAtmo API")
|
||||
_LOGGER.error("Unable to connect to Netatmo API")
|
||||
return False
|
||||
|
||||
for component in 'camera', 'sensor':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue