1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/ffmpeg/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

34 lines
880 B
YAML

restart:
name: Restart
description: Send a restart command to a ffmpeg based sensor.
fields:
entity_id:
name: Entity
description: Name of entity that will restart. Platform dependent.
selector:
entity:
integration: ffmpeg
domain: binary_sensor
start:
name: Start
description: Send a start command to a ffmpeg based sensor.
fields:
entity_id:
name: Entity
description: Name of entity that will start. Platform dependent.
selector:
entity:
integration: ffmpeg
domain: binary_sensor
stop:
name: Stop
description: Send a stop command to a ffmpeg based sensor.
fields:
entity_id:
name: Entity
description: Name of entity that will stop. Platform dependent.
selector:
entity:
integration: ffmpeg
domain: binary_sensor