Hi
I’m try to upgrade my push notification from GSM, by following the following tutorials
notify:
platform: html5
name: notify
vapid_pub_key: abc
vapid_prv_key: zxy
vapid_email: email_address
Then I delete the old html5_push_registrations.conf and when I try to enable the push notification within the browser, I’m getting following error :
Registration failed - missing applicationServerKey, and gcm_sender_id not found in manifest
can some one pls help to re config
current version Home Assistant
0.80.3
Manifest files recently became mandatory for components.
This looks like a bug since the error is referencing the deprecated configuration.
I think you should report the issue here.
I fixed this issue by upgrading to the latest version of HA.
I am on 0.93.1 but after migrating from gcm I still get the exact same error:
Registration failed - missing applicationServerKey, and gcm_sender_id not found in manifest
Is there anything that needs to be done except updating the config and deleting the html5_push_registrations.conf file?
I should add that I am not using hassio.
Pretty much upgrade the HA and follow this again
I did exactly that, I tried following the steps multiple times without any change: I always get the exact same error, on different devices using chrome.
I did not even get a different error on my first try where I got the email address wrong.
Home-assistant does not seem to find anything wrong with the config either as there are no warnings regarding the notify platform.