backup 20240718

This commit is contained in:
2024-07-18 09:12:31 +02:00
parent a863b212ed
commit 63fb7f8f73
213 changed files with 5916 additions and 40388 deletions

View File

@@ -139,28 +139,6 @@ led_tuin_twinkle:
option: Twinkel
mode: single
icon: mdi:string-lights
it_zigbee2mqtt_remove:
alias: It - Zigbee2MQTT Remove
sequence:
- service: mqtt.publish
data_template:
topic: zigbee2mqtt/bridge/request/device/remove
payload_template: "{\n \"id\": \"{{ states.input_text.zigbee2mqtt_remove.state
| string }}\",\n \"force\": {% if states.input_boolean.zigbee2mqtt_force_remove.state
== \"off\" %}false{% else %}true{% endif %}\n}"
mode: single
icon: mdi:zigbee
it_zigbee2mqtt_rename:
alias: IT - Zigbee2MQTT Rename
sequence:
- service: mqtt.publish
data_template:
topic: zigbee2mqtt/bridge/request/device/rename
payload_template: "{\n \"from\": \"{{ states.input_text.zigbee2mqtt_old_name.state
| string }}\",\n \"to\": \"{{ states.input_text.zigbee2mqtt_new_name.state
| string }}\"\n}"
mode: single
icon: mdi:zigbee
kia_preheat:
alias: Kia - preheat
sequence:
@@ -591,16 +569,21 @@ kia_koelen:
tuin_alles_aan:
alias: Tuin - alles aan
sequence:
- service: switch.turn_on
metadata: {}
data: {}
target:
entity_id: switch.lamp_speelhuisje_2
- service: light.turn_on
data:
brightness_pct: 35
color_temp: 500
brightness_pct: 80
color_name: orange
target:
entity_id: light.tuin_lamp_blokbomen
- service: light.turn_on
data: {}
target:
entity_id: light.lamp_tuin_en_garage_l1
entity_id: light.lamp_tuin_garage
- delay:
hours: 0
minutes: 0
@@ -608,8 +591,8 @@ tuin_alles_aan:
milliseconds: 0
- service: light.turn_on
data:
color_temp: 500
brightness_pct: 35
brightness_pct: 80
color_name: orange
target:
entity_id: light.tuin_lamp_voortuin_struiken
- delay:
@@ -619,8 +602,8 @@ tuin_alles_aan:
milliseconds: 0
- service: light.turn_on
data:
color_temp: 500
brightness_pct: 35
brightness_pct: 80
color_name: orange
target:
entity_id: light.tuin_lamp_voortuin_pad_rechts
- delay:
@@ -630,8 +613,8 @@ tuin_alles_aan:
milliseconds: 0
- service: light.turn_on
data:
color_temp: 500
brightness_pct: 35
brightness_pct: 80
color_name: orange
target:
entity_id: light.tuin_lamp_achtertuin_rest
- device_id: 15d642c4506394e005141bc068830751
@@ -655,16 +638,20 @@ tuin_alles_aan:
entity_id: light.lamp_speelhuisje
- service: light.turn_on
data:
color_temp: 500
brightness_pct: 35
brightness_pct: 80
color_name: orange
target:
entity_id: light.lamp_spot_afdak
- service: light.turn_on
data:
brightness_pct: 35
brightness_pct: 80
target:
entity_id:
- light.lamp_afdak
- service: switch.turn_on
target:
entity_id: switch.lamp_speelhuisje_2
data: {}
mode: single
icon: mdi:shovel
tuin_alles_uit:
@@ -676,7 +663,7 @@ tuin_alles_uit:
data: {}
- service: light.turn_off
target:
entity_id: light.lamp_tuin_en_garage_l1
entity_id: light.lamp_tuin_garage
data: {}
- delay:
hours: 0
@@ -867,3 +854,90 @@ esphome_update_all:
- wait_template: '{{ is_state(repeat.item, ''off'') }}'
continue_on_timeout: true
mode: single
tuin_nacht:
alias: Tuin - nacht
sequence:
- service: light.turn_on
data:
color_temp: 500
brightness_pct: 3
target:
entity_id: light.tuin_lamp_blokbomen
- service: light.turn_on
data: {}
target:
entity_id: light.lamp_tuin_en_garage_l1
- delay:
hours: 0
minutes: 0
seconds: 2
milliseconds: 0
- service: light.turn_on
data:
color_temp: 500
brightness_pct: 15
target:
entity_id: light.tuin_lamp_voortuin_struiken
- delay:
hours: 0
minutes: 0
seconds: 2
milliseconds: 0
- service: light.turn_on
data:
color_temp: 500
brightness_pct: 15
target:
entity_id: light.tuin_lamp_voortuin_pad_rechts
- delay:
hours: 0
minutes: 0
seconds: 2
milliseconds: 0
- service: light.turn_off
target:
entity_id:
- light.tuin_lamp_achtertuin_rest
data:
transition: 58
- device_id: 15d642c4506394e005141bc068830751
domain: select
entity_id: f0d644a6bac297e58fed86843ccb9336
type: select_option
option: Alles soort geel
- delay:
hours: 0
minutes: 0
seconds: 2
milliseconds: 0
- service: light.turn_off
target:
entity_id:
- light.lamp_speelhuisje
data: {}
- service: light.turn_on
data:
brightness_pct: 10
target:
entity_id:
- light.lamp_afdak
mode: single
icon: mdi:shovel
bed_time_clean:
alias: bed_time_clean
sequence:
- if:
- condition: state
entity_id: input_boolean.zuigen_als_we_slapen
state: 'on'
then:
- service: vacuum.start
target:
entity_id: vacuum.grover
data: {}
- service: input_boolean.turn_off
target:
entity_id: input_boolean.zuigen_als_we_slapen
data: {}
description: ''
icon: mdi:vacuum-outline