1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-22 09:48:43 +01:00

Fix reload service in Command Line (#94436)

* Fix reload in Command Line

* Add read new yaml
This commit is contained in:
G Johansson
2023-06-12 21:51:57 +02:00
committed by GitHub
parent f931cc3d1c
commit bd74f03d0b
5 changed files with 101 additions and 58 deletions

View File

@@ -1,6 +1,7 @@
cover:
- platform: command_line
covers:
from_yaml:
command_state: "echo closed"
value_template: "{{ value }}"
command_line:
- "binary_sensor":
"name": "Test"
"command": "echo 1"
"payload_on": "1"
"payload_off": "0"
"command_timeout": 15