mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add missing target to increase_speed/decrease_speed service (#46939)
This commit is contained in:
parent
5a3bd30e01
commit
ffe42e150a
@ -112,10 +112,8 @@ set_direction:
|
|||||||
increase_speed:
|
increase_speed:
|
||||||
name: Increase speed
|
name: Increase speed
|
||||||
description: Increase the speed of the fan by one speed or a percentage_step.
|
description: Increase the speed of the fan by one speed or a percentage_step.
|
||||||
|
target:
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
|
||||||
description: Name(s) of the entities to increase speed
|
|
||||||
example: "fan.living_room"
|
|
||||||
percentage_step:
|
percentage_step:
|
||||||
advanced: true
|
advanced: true
|
||||||
required: false
|
required: false
|
||||||
@ -132,10 +130,8 @@ increase_speed:
|
|||||||
decrease_speed:
|
decrease_speed:
|
||||||
name: Decrease speed
|
name: Decrease speed
|
||||||
description: Decrease the speed of the fan by one speed or a percentage_step.
|
description: Decrease the speed of the fan by one speed or a percentage_step.
|
||||||
|
target:
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
|
||||||
description: Name(s) of the entities to decrease speed
|
|
||||||
example: "fan.living_room"
|
|
||||||
percentage_step:
|
percentage_step:
|
||||||
advanced: true
|
advanced: true
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user