mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 07:16:29 +00:00
Notes about default values in services.yaml (#896)
This commit is contained in:
parent
4677318bca
commit
9459926ca8
@ -75,13 +75,13 @@ set_speed:
|
|||||||
name: Speed
|
name: Speed
|
||||||
# Description of the field
|
# Description of the field
|
||||||
description: Speed setting
|
description: Speed setting
|
||||||
# Whether or not field is required
|
# Whether or not field is required (default = false)
|
||||||
required: true
|
required: true
|
||||||
# Advanced options are only shown when the advanced mode is enabled for the user
|
# Advanced fields are only shown when the advanced mode is enabled for the user (default = false)
|
||||||
advanced: true
|
advanced: true
|
||||||
# Example value that can be passed for this field
|
# Example value that can be passed for this field
|
||||||
example: "low"
|
example: "low"
|
||||||
# The default value
|
# The default field value
|
||||||
default: "high"
|
default: "high"
|
||||||
# Selector (https://www.home-assistant.io/docs/blueprint/selectors/) to control the input UI for this field
|
# Selector (https://www.home-assistant.io/docs/blueprint/selectors/) to control the input UI for this field
|
||||||
selector:
|
selector:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user