Update selectors.markdown (#33949)

This commit is contained in:
Jure 2024-07-24 14:06:05 +02:00 committed by GitHub
parent c7522c8be7
commit 74feb5cb93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -283,6 +283,10 @@ The output of this selector is the name of the selected network storage. It may
also be the value `/backup`, if the user chooses to use the local data disk option
instead of one of the configured network storage locations.
```yaml
backup_location:
```
## Boolean selector
The boolean selector shows a toggle that allows the user to turn on or off
@ -1528,4 +1532,4 @@ The output of this selector is a list of triggers. For example:
- platform: numeric_state
entity_id: "sensor.outside_temperature"
below: 20
```
```