Last active
August 4, 2025 18:53
-
-
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 Energy New Free Energy Session | |
| description: "" | |
| triggers: | |
| - trigger: event | |
| event_type: octopus_energy_new_octoplus_free_electricity_session | |
| conditions: [] | |
| actions: | |
| - action: calendar.create_event | |
| metadata: {} | |
| data: | |
| summary: Free electricity | |
| start_date_time: trigger.event.data["event_start"] | |
| end_date_time: trigger.event.data["event_end”] | |
| target: | |
| entity_id: calendar.system | |
| mode: single |
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