21 lines
445 B
YAML
21 lines
445 B
YAML
alias: "Switch: Manuelle Speicherbeladung deaktivieren"
|
|
description: ""
|
|
triggers:
|
|
- trigger: state
|
|
entity_id:
|
|
- input_boolean.goodwe_manual_control
|
|
from: "on"
|
|
to: "off"
|
|
conditions: []
|
|
actions:
|
|
- action: automation.turn_off
|
|
metadata: {}
|
|
data:
|
|
stop_actions: true
|
|
target:
|
|
entity_id: automation.automation_speicher_manuell_laden
|
|
- action: rest_command.set_ess_internal_mode
|
|
data: {}
|
|
mode: single
|
|
|