Skip to content

Instantly share code, notes, and snippets.

@andrew-codechimp
Created August 14, 2024 19:43
Show Gist options
  • Save andrew-codechimp/76c12c1ae91f625e3e22e13bdfe8affe to your computer and use it in GitHub Desktop.
Save andrew-codechimp/76c12c1ae91f625e3e22e13bdfe8affe to your computer and use it in GitHub Desktop.
Octopus free electricity session started
alias: Octopus Free Electricity Started
description: ""
trigger:
- platform: calendar
event: start
entity_id: calendar.system
condition:
- condition: template
value_template: "{{ trigger.calendar_event.summary | lower == 'free electricity' }}"
action:
- action: script.immersion_hot_water_boost
metadata: {}
data: {}
- metadata: {}
data:
message: Octopus free electricity session started
action: notify.all_phones
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment