Skip to content

Commit

Permalink
Created Storm warning notification.
Browse files Browse the repository at this point in the history
Update #110
  • Loading branch information
dannytsang committed Dec 23, 2024
1 parent 2c1618a commit 01048f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/integrations/weather/weather.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,25 @@ automation:
- person.terina
url: "{{state_attr('sensor.met_office_rss_weather_warnings', 'entries')[0].links[1].href }}"
mode: single
- id: "1734968573793"
alias: "Weather: Storm Warning"
description: ""
triggers:
- trigger: numeric_state
entity_id:
- sensor.bedroom_air_pressure_difference
above: 2.9
conditions: []
actions:
- action: script.send_direct_notification
metadata: {}
data:
message: ":thunder_cloud_and_rain: Storm Alert"
title: ":cloud: Weather"
people:
entity_id:
- person.danny
mode: single

sensor:
# https://community.home-assistant.io/t/uk-met-office-severe-weather-warnings/189680/4
Expand Down

0 comments on commit 01048f8

Please sign in to comment.