I am trying to setup HTML5 Push Notifications, I have set up the prereqs and have external HTTPS and a google cloud/firebase project setup. However after modifying the configuration.yaml file I can no longer login, I just get an ‘Unexpected Error’ message at login and nothing in the homeassistant.log.
My configuration.yaml has the following:
notify:
- platform: html5
gcm_api_key: '[redacted server key]'
gcm_sender_id: '[redacted sender id]'