From 21b21c880072d69d93b5a69d3209c72b56bdb303 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Mon, 6 May 2024 14:04:49 +0000 Subject: [PATCH] Update the lightning conversion calculation. #392 --- config/.HA_VERSION | 2 +- config/packages/garadget.yaml | 4 ---- config/packages/lightning.yaml | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index d5b59644..5e221ad7 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2024.4.4 \ No newline at end of file +2024.5.1 \ No newline at end of file diff --git a/config/packages/garadget.yaml b/config/packages/garadget.yaml index 5987f99c..8c92df0c 100755 --- a/config/packages/garadget.yaml +++ b/config/packages/garadget.yaml @@ -6,10 +6,6 @@ # Switch to Access_Tokens - https://www.vcloudinfo.com/2020/05/fixing-garadget-in-home-assistant.html #------------------------------------------- -cover: - - platform: mqtt - - mqtt: cover: - name: "Large Garage Door" diff --git a/config/packages/lightning.yaml b/config/packages/lightning.yaml index 85d4ed38..f40b1517 100755 --- a/config/packages/lightning.yaml +++ b/config/packages/lightning.yaml @@ -46,7 +46,7 @@ automation: - service: script.notify_engine_two_button data: title: 'Lightning Warning!' - value1: "Lightning has been detected within {{(states('sensor.blitzortung_lightning_distance') | int / 1.69) | round (1, 'floor')}} Miles of our home. Be careful if outdoors." + value1: "Lightning has been detected within {{(states('sensor.blitzortung_lightning_distance') | int / 1.609) | round (1, 'floor')}} Miles of our home. Be careful if outdoors." title1: 'Snooze Alerts until tomorrow' action1: 'SNOOZE_LIGHTNING' icon1: 'sfsymbols:arrow.up.circle' @@ -55,7 +55,7 @@ automation: - service: script.speech_engine data: - value1: "Lightning has been detected within {{(states('sensor.blitzortung_lightning_distance') | int / 1.69) | round (1, 'floor')}} Miles of our home. Please make sure everyone is inside the house." + value1: "Lightning has been detected within {{(states('sensor.blitzortung_lightning_distance') | int / 1.609) | round (1, 'floor')}} Miles of our home. Please make sure everyone is inside the house." call_window_check: 1 call_garage_check: 1