Added automation for Luce-Giardino
This commit is contained in:
@@ -174,3 +174,56 @@
|
|||||||
use_sun: false
|
use_sun: false
|
||||||
dont_disturb: false
|
dont_disturb: false
|
||||||
no_motion_wait: 30
|
no_motion_wait: 30
|
||||||
|
- id: '1757599657040'
|
||||||
|
alias: Luce-Giardino
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: sun
|
||||||
|
event: sunset
|
||||||
|
offset: '1800'
|
||||||
|
id: giardino-on
|
||||||
|
- trigger: time
|
||||||
|
at: '22:00:00'
|
||||||
|
weekday:
|
||||||
|
- mon
|
||||||
|
- tue
|
||||||
|
- wed
|
||||||
|
- thu
|
||||||
|
- fri
|
||||||
|
- sat
|
||||||
|
- sun
|
||||||
|
id: giardino-off
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- if:
|
||||||
|
- condition: trigger
|
||||||
|
id:
|
||||||
|
- giardino-on
|
||||||
|
then:
|
||||||
|
- action: light.turn_on
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
device_id: 52db33441371f13f0f217a2e66668a2c
|
||||||
|
- if:
|
||||||
|
- condition: trigger
|
||||||
|
id:
|
||||||
|
- giardino-off
|
||||||
|
then:
|
||||||
|
- action: light.turn_off
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
device_id: 52db33441371f13f0f217a2e66668a2c
|
||||||
|
mode: single
|
||||||
|
- id: '1757871524695'
|
||||||
|
alias: EVcharge_process_PRO
|
||||||
|
description: ''
|
||||||
|
use_blueprint:
|
||||||
|
path: homeassistant/evcharge_process_pro.yaml
|
||||||
|
input:
|
||||||
|
evcharge_entity1: switch.evcharge_front
|
||||||
|
evcharge_entity2: switch.evcharge_back
|
||||||
|
use_entity1: input_boolean.evcharge_front_request
|
||||||
|
use_entity2: input_boolean.evcharge_back_request
|
||||||
|
start_button: input_button.evcharge_start
|
||||||
|
|||||||
Reference in New Issue
Block a user