From 8fa153e1a24fde40b22568fdf34d5ddfc6ecab3d Mon Sep 17 00:00:00 2001 From: ttrabatt Date: Mon, 15 Sep 2025 13:30:16 +0200 Subject: [PATCH] Added automation for Luce-Giardino --- automations.yaml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/automations.yaml b/automations.yaml index 8198fe1..5ca4d2d 100644 --- a/automations.yaml +++ b/automations.yaml @@ -174,3 +174,56 @@ use_sun: false dont_disturb: false 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