This file contains 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 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 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 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 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 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 |
This file contains 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: Toggle lights on door open - with presence detection | |
description: When the door is open, toggle the inside and outside light | |
based on the state of both lights and presence in the room. | |
Works only at night based on the sun position. | |
source_url: https://github.com/bruxy70 | |
domain: automation | |
input: | |
door_sensor: | |
name: Door sensor |
This file contains 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
substitutions: | |
device_name: air-quality | |
wifi_ssid: !secret wifi_ssid | |
wifi_password: !secret wifi_password | |
api_password: !secret api_password | |
ota_password: !secret ota_password | |
esphome: | |
name: ${device_name} | |
comment: IKEA LaskaKit ESP-VINDRIKTNING ESP-32 I2C |
This file contains 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: Send notification for garbage collection | |
description: Check the garbage_collection schedule every day, and send the notification if the collection is tomorrow | |
domain: automation | |
input: | |
notify_time: | |
name: Notification time | |
description: Send the notification at this time, a day before teh collection date | |
selector: | |
time: |