Correct typo in input_number UI text (#37208)

This commit is contained in:
Dave T 2020-06-29 09:57:23 +01:00 committed by GitHub
parent ca265966e7
commit 5badbcb012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.