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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user