2019-02-06 03:31:15 +00:00
|
|
|
restart:
|
|
|
|
description: Send a restart command to a ffmpeg based sensor.
|
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities that will restart. Platform dependent.
|
|
|
|
example: binary_sensor.ffmpeg_noise
|
2019-02-06 03:31:15 +00:00
|
|
|
start:
|
|
|
|
description: Send a start command to a ffmpeg based sensor.
|
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities that will start. Platform dependent.
|
|
|
|
example: binary_sensor.ffmpeg_noise
|
2019-02-06 03:31:15 +00:00
|
|
|
stop:
|
|
|
|
description: Send a stop command to a ffmpeg based sensor.
|
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities that will stop. Platform dependent.
|
|
|
|
example: binary_sensor.ffmpeg_noise
|