mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Correct typo in input_number UI text (#37208)
This commit is contained in:
parent
ca265966e7
commit
5badbcb012
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user