Clarity edit (#10672)

The docs say that the default value is zero, then that it's restored if you don't set the default value...
This commit is contained in:
Dubh Ad 2019-10-09 21:29:56 +01:00 committed by Franck Nijhof
parent a544cf45dd
commit 2cb7defdb8

View File

@ -52,7 +52,7 @@ input_number:
description: Initial value when Home Assistant starts.
required: false
type: float
default: 0
default: The value at shutdown
step:
description: Step value for the slider. Smallest value `0.001`.
required: false