From: Giorgio Ravera Date: Thu, 3 Oct 2024 10:10:20 +0000 (+0200) Subject: Moved notify html5 to lovelace X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=6bda9253911855af05ec1c76df761553846fb9ac;p=homeassistant.git Moved notify html5 to lovelace --- 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