Created
August 14, 2024 19:43
-
-
Save andrew-codechimp/76c12c1ae91f625e3e22e13bdfe8affe to your computer and use it in GitHub Desktop.
Octopus free electricity session started
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
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