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: Check cameras at sunset | |
description: "" | |
triggers: | |
- trigger: sun | |
event: sunset | |
conditions: [] | |
actions: | |
- alias: Check bio-waste container | |
if: | |
- condition: state |
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: Handle doorbell | |
description: "" | |
triggers: | |
- trigger: state | |
entity_id: binary_sensor.zvonek | |
to: "on" | |
actions: | |
- parallel: | |
- action: frigate.create_event | |
metadata: {} |
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: Lights on when security alarm | |
triggers: | |
- trigger: state | |
entity_id: alarm_control_panel.home | |
to: triggered | |
actions: | |
- action: frigate.create_event | |
metadata: {} | |
data: | |
label: Alarm |
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: Alert person outside, nobody home or at night | |
description: "" | |
triggers: | |
- alias: Movement back | |
id: back | |
trigger: state | |
entity_id: | |
- binary_sensor.back_person_occupancy | |
to: "on" | |
- alias: Movement front |
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: EMS - EV set wallbox power 🚗 | |
fields: | |
new_value: | |
name: Watts | |
required: true | |
description: | | |
Watts (0-1400 = off, 1400-3840 = 1f, 4320-11520+ = 3f) | |
example: 2400 | |
selector: | |
number: |
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: time_pattern | |
hours: "0" | |
minutes: "1" | |
- platform: homeassistant | |
event: start | |
sensor: | |
- name: Směs days | |
unique_id: 33328b5a-ef3e-4811-bf59-2527165b168c |
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: Create Calendar Events with Offset Holidays in Week | |
description: >- | |
Check a local calendar for events (in the next 365 days) colliding | |
with a public holiday. Create a persistent notification | |
with the list of colliding holidays. | |
domain: script | |
source_url: https://gist.github.com/bruxy70/ea10d440117abe90009769268effe90c | |
fields: | |
source_calendar: |
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: Create Calendar Events with Offset Holidays in Week | |
description: Copy Events (in the next 365 days) from one local calendar to another. Look | |
in the holidays calendar and shift events for each public holiday in the week | |
before the event. | |
domain: script | |
source_url: https://gist.github.com/bruxy70/b55acd9d69de4b8d8880f63e6dcb44cd | |
input: {} | |
fields: | |
source_calendar: |
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: Create Calendar Events with Offset Holidays | |
description: >- | |
Copy Events (in the next 365 days) from one local calendar to another. | |
Look in the holidays calendar and shift events colliding with a public | |
holiday forward. | |
domain: script | |
source_url: https://gist.github.com/bruxy70/fc31c7695541e94d0215a075aaa49521 | |
fields: | |
source_calendar: |
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
automation: | |
- id: '1676462307275' | |
alias: "EMS - Control EV Charging \U0001F697" | |
description: 'Control charging in 3 charging modes (FAST/SCHEDULED/AVAILABLE) | |
Automatically set the more based on the car location and day of the week. | |
Control maximum charging current based on sun power output.' | |
trigger: | |
- platform: time_pattern |
NewerOlder