🌞🌦️ Daily weather forecast notification

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

GitHub Link

:cloud_with_lightning: This is a customisable daily weather notification sent to your phone that can also include tomorrow’s forecast. The notification icon will update depending on today’s forecast (android only).

:sunny:The Automation

  • Trigger
    The trigger is set to everyday at a time you specify. This will trigger the automation and send the notification at that time.

  • Today’s Forecast
    Today’s forecast can include the following items:

    • :cloud:Condition - weather condition (e.g. Sunny)
    • :thermometer:Temperature - high and low temperatures.
    • :umbrella:Precipitation - predicted amount of precipitation.
    • :dash:Wind - the wind speed and wind bearing.
  • Tomorrow’s Forecast
    Tomorrow’s forecast can optionally be appended to the bottom of the notification.

  • Pre-Requisites:

    • Weather integration configured in Home Assistant.
    • Home Assistant companion application installed on a device.
  • Notes:
    I have based this blueprint on the most popular weather integration (Met.no) and the attributes available. These attributes should be common to other weather integrations as well.

4 Likes

could you have it notify every device with the app?