Created
August 26, 2024 06:48
-
-
Save boozeman/259458a02155293ccc61cb6a552892ff to your computer and use it in GitHub Desktop.
Home Assistant Companion notify example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data: | |
title: Title | |
message: >- | |
Tuulen suunta 10min Avg: {{ states('sensor.wind_direction_10min_avg')}} ° ( | |
180-220°)<br> Tuulen nopeus 10min Avg: {{ | |
states('sensor.wind_speed_10min_avg') }} m/s<br> Tuulen puuskat 10min Avg: | |
{{ states('sensor.wind_gusts_10min_avg') }} m/s<br> | |
data: | |
sticky: false | |
notification_icon: mdi:slope-uphill | |
clickAction: /lovelace/default_view | |
channel: Alarms | |
importance: high | |
actions: | |
- action: CLOSE | |
title: Kuittaa | |
action: notify.mobile_app_luurin_malli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment