EVcharge Process WIP
This commit is contained in:
@@ -96,51 +96,6 @@
|
||||
input:
|
||||
light_target:
|
||||
device_id: e0397b54f1c2d1514be403e2996ca368
|
||||
- id: '1738142303265'
|
||||
alias: test-pulsante1
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: mqtt
|
||||
topic: zigbee2mqtt/Pulsante-01
|
||||
payload: single
|
||||
value_template: '{{ value_json[''action''] }}'
|
||||
id: Pulsante1-single
|
||||
- trigger: mqtt
|
||||
topic: zigbee2mqtt/Pulsante-01
|
||||
payload: double
|
||||
value_template: '{{ value_json[''action''] }}'
|
||||
id: Pulsante1-double
|
||||
conditions: []
|
||||
actions:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id:
|
||||
- Pulsante1-single
|
||||
sequence:
|
||||
- action: light.turn_on
|
||||
metadata: {}
|
||||
data:
|
||||
rgb_color:
|
||||
- 255
|
||||
- 0
|
||||
- 0
|
||||
brightness_pct: 100
|
||||
transition: 10
|
||||
target:
|
||||
device_id: '{{ device_id(''light.test_lamp1'')}}'
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id:
|
||||
- Pulsante1-double
|
||||
sequence:
|
||||
- action: light.turn_off
|
||||
metadata: {}
|
||||
data:
|
||||
transition: 10
|
||||
target:
|
||||
device_id: '{{ device_id(''light.test_lamp1'')}}'
|
||||
mode: queued
|
||||
- id: '1738366774549'
|
||||
alias: Test-motion-light-ng
|
||||
description: ''
|
||||
@@ -152,3 +107,23 @@
|
||||
light_target:
|
||||
device_id: 9f46c5b7c07f1495e0f4bf8d6f72a525
|
||||
no_motion_wait: 0
|
||||
dont_disturb: false
|
||||
- id: '1738426726761'
|
||||
alias: Test-Pulsante01
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: homeassistant/button_action.yaml
|
||||
input:
|
||||
light_target:
|
||||
entity_id: light.test_lamp1
|
||||
- id: '1738428672069'
|
||||
alias: Test-EVcharge-process
|
||||
description: ''
|
||||
use_blueprint:
|
||||
path: homeassistant/evcharge-process.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