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
| blueprint: | |
| author: Didgeridrew | |
| homeassistant: | |
| min_version: 2025.4.4 | |
| name: Label-based Input Boolean Group Switch | |
| description: Creates a switch to group the behavior and state of any number of Input Boolean Helpers. | |
| source_url: https://gist.github.com/Didgeridrew/1053fd7233efa7c71d2cfcadd9944d7a | |
| domain: template | |
| input: | |
| labels: |
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
| blueprint: | |
| author: Didgeridrew | |
| homeassistant: | |
| min_version: 2025.4.4 | |
| source_url: https://gist.github.com/Didgeridrew/cb73635e0bb0fc1910d3098a47797068 | |
| name: Input Boolean Group Switch | |
| description: Creates a switch to group the behavior and state of any number of Input Boolean Helpers. | |
| domain: template | |
| input: | |
| booleans: |
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: Notify - Current Calendar Event - Multiple Calendars | |
| description: "" | |
| mode: single | |
| triggers: | |
| - event_type: custom_current_calendar | |
| trigger: event | |
| - event: start | |
| entity_id: calendar.d | |
| trigger: calendar | |
| - event: end |
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
| blueprint: | |
| name: Testing Trigger-based Template Blueprint | |
| domain: template | |
| input: | |
| input_var_1: | |
| input_var_2: | |
| variables: | |
| var_1: !input input_var_1 | |
| var_2: !input input_var_2 | |
| trigger: |
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
| blueprint: | |
| name: Increase or Decrease Target Temperature (Relative) | |
| description: Increase or decrease the temperature a given number of degrees relative to the current setting | |
| domain: script | |
| input: | |
| climate_ent: | |
| selector: | |
| entity: | |
| filter: | |
| domain: climate |
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
| {% set y_day_azi = { | |
| 1: | |
| {"north": none, | |
| "east": none, | |
| "south": [126,207], | |
| "west": [202,232]}, | |
| 13: | |
| {"north": none, | |
| "east": none, | |
| "south": [123,207], |
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: Office Wall Switch | |
| description: "" | |
| trigger: | |
| - platform: state | |
| entity_id: | |
| - switch.office_wall_switch_1 | |
| - light.office_ceiling_light | |
| - switch.office_wall_switch_2 | |
| - climate.office_ac | |
| - switch.office_wall_switch_3 |
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
| template: | |
| - trigger: | |
| - platform: state | |
| not_to: | |
| - unknown | |
| - unavailable | |
| entity_id: sensor.temp | |
| - platform: template | |
| value_template: "{{ now().weekday() == 0 }}" | |
| action: |
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
| template: | |
| - trigger: | |
| - platform: state | |
| entity_id: input_boolean.test_bool_1 | |
| to: "on" | |
| - platform: event | |
| event_type: custom_reset_times_opened | |
| - platform: event | |
| event_type: event_template_reloaded | |
| sensor: |
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: Repeat for Each date create Cal event | |
| description: "" | |
| fields: | |
| summary: | |
| required: true | |
| name: Event Summary | |
| description: The title/summary for the calendar events | |
| selector: | |
| text: | |
| work_date_1: |
NewerOlder