mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add add-on selector (#16652)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
f705b4d6e8
commit
ed4d219cf9
@ -16,6 +16,7 @@ blueprint easier to use from the UI.
|
||||
The following selectors are currently available:
|
||||
|
||||
- [Action selector](#action-selector)
|
||||
- [Add-on selector](#add-on-selector)
|
||||
- [Area selector](#area-selector)
|
||||
- [Boolean selector](#boolean-selector)
|
||||
- [Device selector](#device-selector)
|
||||
@ -43,6 +44,23 @@ This selector does not have any other options; therefore, it only has its key.
|
||||
action:
|
||||
```
|
||||
|
||||
## Add-on selector
|
||||
|
||||
This can only be used on an installation with a Supervisor. For installations
|
||||
that do not have that, an error will be displayed.
|
||||
|
||||
The add-on selector allows the user to input an add-on slug.
|
||||
On the user interface, it will list all installed add-ons and use the slug of the
|
||||
selected add-on.
|
||||
|
||||

|
||||
|
||||
This selector does not have any other options; therefore, it only has its key.
|
||||
|
||||
```yaml
|
||||
addon:
|
||||
```
|
||||
|
||||
## Area selector
|
||||
|
||||
The area selector shows an area finder that can pick a single area. The value
|
||||
|
BIN
source/images/blueprints/selector-addon.png
Normal file
BIN
source/images/blueprints/selector-addon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
x
Reference in New Issue
Block a user