3.2 KiB
3.2 KiB
remote_control
The remote_control configuration options control how a card instance can be remotely controlled.
remote_control:
# [...]
entities
Sets entities that are used to control different aspects of the card.
remote_control:
entities:
# [...]
| Option | Default | Description |
|---|---|---|
camera |
An input_select entity that the card will use for bidirectional control. When the selected camera on the card changes the entity will be updated to match. Likewise, when the entity state changes, the selected camera on the card will be updated to match. When the card is first started, the input_select entity will be updated to only have valid camera IDs from this card and the selected camera on the card will be updated to the existing entity value. Entities used for camera remote control must start with input_select.. |
|
camera_priority |
card |
Controls whether the card or the entity has priority on initial card load. If card, the entity state is updated to match the camera shown on load. If entity, the card will select the camera shown by the entity on load. |
Note
To create an
input_selectentity to use in this manner, in the visual card editor, underRemote Control -> Remote Control Entities, chooseCreate a new Dropdown helper. Give the new entity an entity name (e.g.my_selected_camera) and an optional icon. You must specify at least one option -- you can use any placeholder value (e.g.camera) then chooseAdd(the card will automatically reset the allowable options on start). Finally, clickCreate.
Related Topics
Fully expanded reference
remote_control:
entities:
camera: input_select.my_selected_camera
camera_priority: card