Just saw a panel appear in ha indicating the following are invalid in my config
Ring
binary_sensor.ring
sensor.ring
nest
camera.onvif
The camera is working fine so not sure why, but for both Nest and Ring the following errors
2018-04-13 07:24:21 ERROR (MainThread) [homeassistant.setup] Error during setup of component nest urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='developer-api.nest.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x720e5f10>: Failed to establish a new connection: [Errno -3] Try again',)) File "/usr/lib/python3.6/site-packages/homeassistant/components/nest.py", line 134, in setup setup_nest(hass, nest, config) File "/usr/lib/python3.6/site-packages/homeassistant/components/nest.py", line 99, in setup_nest hass.data[DATA_NEST] = NestDevice(hass, conf, nest) File "/usr/lib/python3.6/site-packages/homeassistant/components/nest.py", line 166, in __init__ self.local_structure = [s.name for s in nest.structures] File "/usr/lib/python3.6/site-packages/nest/nest.py", line 1700, in structures File "/usr/lib/python3.6/site-packages/nest/nest.py", line 1650, in _status File "/usr/lib/python3.6/site-packages/nest/nest.py", line 1633, in _get File "/usr/lib/python3.6/site-packages/nest/nest.py", line 1611, in _request requests.exceptions.ConnectionError: HTTPSConnectionPool(host='developer-api.nest.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x720e5f10>: Failed to establish a new connection: [Errno -3] Try again',))
2018-04-13 07:23:48 ERROR (SyncWorker_1) [ring_doorbell] Error!! HTTPSConnectionPool(host=‘api.ring.com’, port=443): Max retries exceeded with url: /clients_api/ring_devices?api_version=9&auth_token=XXCVFGTSDSDSDRmGsfQy (Caused by NewConnectionError(‘<urllib3.connection.VerifiedHTTPSConnection object at 0x72bd9730>: Failed to establish a new connection: [Errno -3] Try again’,))
2018-04-13 07:23:49 ERROR (MainThread) [homeassistant.setup] Error during setup of component ring
During handling of the above exception, another exception occurred:
During handling of the above exception, another exception occurred:
Nothing has changed in config, is athere any reason these would just appear? I upgraded to Hassio 066.1 1 week ago and these just stated today