From: Giorgio Ravera Date: Thu, 4 Apr 2019 10:15:15 +0000 (+0200) Subject: Modified Google Push Services X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=4958515a218535f1ae9b8240aaf93b067c7bdb97;p=homeassistant.git Modified Google Push Services --- diff --git a/notify/push.yaml b/notify/push.yaml index 588f7c18..8a923246 100644 --- a/notify/push.yaml +++ b/notify/push.yaml @@ -4,5 +4,8 @@ - name: push platform: html5 - gcm_api_key: !secret google_push_key - gcm_sender_id: !secret google_push_id + #gcm_api_key: !secret google_push_key + #gcm_sender_id: !secret google_push_id + vapid_pub_key: !secret vapid_pub_key + vapid_prv_key: !secret vapid_prv_key + vapid_email: !secret vapid_email