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.