mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Constant selector update to match schema (#28460)
Updating blueprint selector documentation to match schema, as found at line ~500 (class ConstantSelector registers "constant"). Source: https://github.com/home-assistant/core/blob/dev/homeassistant/helpers/selector.py
This commit is contained in:
parent
014bfad401
commit
f1a7587398
@ -383,12 +383,12 @@ is that the constant selector has no value when it's not enabled.
|
|||||||
The selector's value must be configured, and optionally, a label.
|
The selector's value must be configured, and optionally, a label.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
boolean:
|
constant:
|
||||||
value: true
|
value: true
|
||||||
label: Enabled
|
label: Enabled
|
||||||
```
|
```
|
||||||
|
|
||||||
The output of this selector is the configured value when the toggle is on, it has not output otherwise.
|
The output of this selector is the configured value when the toggle is on, it has no output otherwise.
|
||||||
|
|
||||||
## Conversation agent selector
|
## Conversation agent selector
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user