From 5badbcb0122cb17f5d9ed18e72c2375b963397e8 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Mon, 29 Jun 2020 09:57:23 +0100 Subject: [PATCH] Correct typo in input_number UI text (#37208) --- homeassistant/components/input_number/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/input_number/services.yaml b/homeassistant/components/input_number/services.yaml index 76526b73e92..4d69bf72eda 100644 --- a/homeassistant/components/input_number/services.yaml +++ b/homeassistant/components/input_number/services.yaml @@ -2,13 +2,13 @@ decrement: description: Decrement the value of an input number entity by its stepping. fields: entity_id: - description: Entity id of the input number the should be decremented. + description: Entity id of the input number that should be decremented. example: input_number.threshold increment: description: Increment the value of an input number entity by its stepping. fields: entity_id: - description: Entity id of the input number the should be incremented. + description: Entity id of the input number that should be incremented. example: input_number.threshold set_value: description: Set the value of an input number entity.