From 2cb7defdb8da45a0d866e8887a25e463af700516 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Wed, 9 Oct 2019 21:29:56 +0100 Subject: [PATCH] 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... --- source/_integrations/input_number.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/input_number.markdown b/source/_integrations/input_number.markdown index 93168999ab1..084225cb371 100644 --- a/source/_integrations/input_number.markdown +++ b/source/_integrations/input_number.markdown @@ -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