1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/ffmpeg/services.yaml
Franck Nijhof 24840b54ac
Add yamllint (in pre-commit and CI) (#33676)
* Add yamllint (in pre-commit and CI)

* Fix linting for all YAML files

* Bump and add it to requirements

* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00

19 lines
639 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