mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 13:01:22 +01:00
bd74f03d0b
* Fix reload in Command Line * Add read new yaml
8 lines
159 B
YAML
8 lines
159 B
YAML
command_line:
|
|
- "binary_sensor":
|
|
"name": "Test"
|
|
"command": "echo 1"
|
|
"payload_on": "1"
|
|
"payload_off": "0"
|
|
"command_timeout": 15
|