1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-08 15:24:58 +01:00
Files
core/homeassistant/components/ffmpeg/services.yaml
T
Paulus Schoutsen b8cc547fa3 Move components to folders (#20774)
* Move all components into folders

* Move component tests into folders

* Fix init moving

* Move tests

* Lint

* Update coverage

* Fix service descriptions

* Update CODEOWNERS
2019-02-05 19:31:15 -08:00

16 lines
630 B
YAML

restart:
description: Send a restart command to a ffmpeg based sensor.
fields:
entity_id: {description: Name(s) of entities that will restart. Platform dependent.,
example: binary_sensor.ffmpeg_noise}
start:
description: Send a start command to a ffmpeg based sensor.
fields:
entity_id: {description: Name(s) of entities that will start. Platform dependent.,
example: binary_sensor.ffmpeg_noise}
stop:
description: Send a stop command to a ffmpeg based sensor.
fields:
entity_id: {description: Name(s) of entities that will stop. Platform dependent.,
example: binary_sensor.ffmpeg_noise}