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:
jfurtner 2023-08-07 05:57:30 +00:00 committed by GitHub
parent 014bfad401
commit f1a7587398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
```yaml
boolean:
constant:
value: true
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