20 lines
418 B
YAML
20 lines
418 B
YAML
alias: "Switch: Manuelle Speicherbeladung aktivieren"
|
|
description: ""
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.goodwe_manual_control
|
|
from: "off"
|
|
to: "on"
|
|
conditions: []
|
|
actions:
|
|
- action: rest_command.set_ess_remote_mode
|
|
data: {}
|
|
- action: automation.turn_on
|
|
metadata: {}
|
|
data: {}
|
|
target:
|
|
entity_id: automation.automation_speicher_manuell_laden
|
|
mode: single
|
|
|