From 6bda9253911855af05ec1c76df761553846fb9ac Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 3 Oct 2024 12:10:20 +0200 Subject: [PATCH] Moved notify html5 to lovelace --- README.md | 1 + notify/push.yaml | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 notify/push.yaml diff --git a/README.md b/README.md index 9862499d..31c03035 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ The following integrations are not part of HACS. It's required to clone the rela * LG webOS Smart TV * Mercedes Me * MQTT + * Notify push html5 * Netatmo (rename select.casa_ravera_testa to select.netatmo_casa_ravera_testa and assign names to all devices) * Openweather Map (Savona + Morgex) * Shelly Devices (with the exception of Shelly Bulb) enabling firmware update sensor diff --git a/notify/push.yaml b/notify/push.yaml deleted file mode 100644 index babe2d5a..00000000 --- a/notify/push.yaml +++ /dev/null @@ -1,9 +0,0 @@ -###################################################################### -# Push Notifications -###################################################################### - -- name: push - platform: html5 - vapid_pub_key: !secret vapid_pub_key - vapid_prv_key: !secret vapid_prv_key - vapid_email: !secret vapid_email -- 2.47.3