Hi,
I have just deleted and readded the integration and successfully authenticated abd I am still getting sms. I see this in the logs if its related I have no idea…
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/core.py”, line 1464, in catch_exceptions
await coro_or_task
File “/usr/local/lib/python3.7/site-packages/homeassistant/core.py”, line 1483, in _execute_service
await handler.job.target(service_call)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/notify/init.py”, line 147, in _async_notify_message_service
await self.async_send_message(**kwargs)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/notify/init.py”, line 126, in async_send_message
await self.hass.async_add_executor_job(partial(self.send_message, message, **kwargs)) # type: ignore
File “/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/html5/notify.py”, line 492, in send_message
self._push_message(payload, **kwargs)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/html5/notify.py”, line 530, in _push_message
data=json.dumps(payload), headers=vapid_headers, ttl=ttl
File “/Users/bradley/.homeassistant/deps/lib/python/site-packages/pywebpush/init.py”, line 341, in send
timeout=timeout)
File “/usr/local/lib/python3.7/site-packages/requests/api.py”, line 119, in post
return request(‘post’, url, data=data, json=json, **kwargs)
File “/usr/local/lib/python3.7/site-packages/requests/api.py”, line 61, in request
return session.request(method=method, url=url, **kwargs)
File “/usr/local/lib/python3.7/site-packages/requests/sessions.py”, line 530, in request
resp = self.send(prep, **send_kwargs)
File “/usr/local/lib/python3.7/site-packages/requests/sessions.py”, line 643, in send
r = adapter.send(request, **kwargs)
File “/usr/local/lib/python3.7/site-packages/requests/adapters.py”, line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘fcm.googleapis.com’, port=443): Max retries exceeded with url: /fcm/send/epoJz4vTbiY:APA91bHw5_HjHI_n_OPIGwSWlzafmmSdNBWiv5yBQhXfII1Who5RBwM-1RxnnyTYtXto4lOD4ZFcTi8sfx1PkIVSye3MzRXz87qLsJW8DW7NNv4yz7e48V_PMNliH2BphjqbMe1f23aq (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x126494ed0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known’))
2020-11-29 20:29:14 ERROR (MainThread) [homeassistant.components.light] hive: Error on device update!
Traceback (most recent call last)