Skip to content

Instantly share code, notes, and snippets.

@avipars
Created February 9, 2021 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avipars/065dcf8235f704de732dd29c74c00ad4 to your computer and use it in GitHub Desktop.
Save avipars/065dcf8235f704de732dd29c74c00ad4 to your computer and use it in GitHub Desktop.
HASS Weather notification
service: notify.notify
data:
title: Tomorrow's forecast
message: >-
Expect {{state_attr("weather.home", "forecast")[0].condition}} conditions
with high of {{state_attr("weather.home", "forecast")[0].temperature}}
degrees, and {{state_attr("weather.home", "forecast")[0].humidity}} %
humidity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment