Fix documentation of set_value for template number (#21390)

This commit is contained in:
Jeff Irion 2022-01-30 09:25:52 -08:00 committed by GitHub
parent 246a0abe01
commit b2a4d61559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,7 @@ number:
description: Template for the number's current value.
required: true
type: template
set_value:
description: Defines actions to run when the number value changes. The variable `value` will contain the number entered.
required: true
type: action