mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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.
|
description: Decrement the value of an input number entity by its stepping.
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
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
|
example: input_number.threshold
|
||||||
increment:
|
increment:
|
||||||
description: Increment the value of an input number entity by its stepping.
|
description: Increment the value of an input number entity by its stepping.
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
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
|
example: input_number.threshold
|
||||||
set_value:
|
set_value:
|
||||||
description: Set the value of an input number entity.
|
description: Set the value of an input number entity.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user