mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update Camera Dispatcher component configuration variable (#6625)
Update style of Camera Dispatcher component documentation to follow new configuration variables description. Related to #6385.
This commit is contained in:
parent
ac2827112b
commit
1dd1d815a1
@ -36,6 +36,13 @@ from homeassistant.helpers.dispatcher import async_dispatcher_send
|
|||||||
async_dispatcher_send(hass, 'name_of_dispatcher_signal', image_data)
|
async_dispatcher_send(hass, 'name_of_dispatcher_signal', image_data)
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
- **signal** (*Required*): The signal name of dispatcher signal they send image data to this camera.
|
signal:
|
||||||
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
description: The signal name of dispatcher signal they send image data to this camera.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: This parameter allows you to override the name of your camera.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user