Notes about default values in services.yaml (#896)

This commit is contained in:
Philip Allgaier 2021-04-23 16:36:40 +02:00 committed by GitHub
parent 4677318bca
commit 9459926ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,13 +75,13 @@ set_speed:
name: Speed
# Description of the field
description: Speed setting
# Whether or not field is required
# Whether or not field is required (default = false)
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
# Example value that can be passed for this field
example: "low"
# The default value
# The default field value
default: "high"
# Selector (https://www.home-assistant.io/docs/blueprint/selectors/) to control the input UI for this field
selector: