From: Giorgio Ravera Date: Wed, 8 Apr 2020 18:58:30 +0000 (+0200) Subject: Added voice notification in case of power exceedes limits X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=2a44e3ae6693577b800f24da0f4d9b24509fbbfc;p=homeassistant.git Added voice notification in case of power exceedes limits --- diff --git a/automation/energy.yaml b/automation/energy.yaml index f74f8fb9..6151b2d4 100644 --- a/automation/energy.yaml +++ b/automation/energy.yaml @@ -11,8 +11,9 @@ above: 2950 action: - service: script.notify_text + service: script.notify_all data_template: title: "Home Assistant - Allarme Consumo Energetico" message: "Consumo energetico elevato ({{ states.sensor.potenza_istantanea.state }})." enable_persistent: 0 + volume_level: 0.4