Skip to content

Instantly share code, notes, and snippets.

@werdnum
Created May 10, 2024 07:42
Show Gist options
  • Save werdnum/8d15a5dbcdf5c6e535bdcffb9888a7b5 to your computer and use it in GitHub Desktop.
Save werdnum/8d15a5dbcdf5c6e535bdcffb9888a7b5 to your computer and use it in GitHub Desktop.
alias: EMHASS Forecast
description: ""
trigger:
- platform: time_pattern
minutes: /15
condition: []
action:
- service: weather.get_forecasts
target:
entity_id: weather.openweathermap
data:
type: hourly
response_variable: weather_forecasts
- service: rest_command.emhass_forecast
data:
weather_forecasts: "{{weather_forecasts}}"
- service: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.emhass_publish
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment