Add missing target to increase_speed/decrease_speed service (#46939)

This commit is contained in:
J. Nick Koston
2021-02-23 12:03:30 -06:00
committed by GitHub
parent 5a3bd30e01
commit ffe42e150a

View File

@@ -112,10 +112,8 @@ set_direction:
increase_speed:
name: Increase speed
description: Increase the speed of the fan by one speed or a percentage_step.
target:
fields:
entity_id:
description: Name(s) of the entities to increase speed
example: "fan.living_room"
percentage_step:
advanced: true
required: false
@@ -132,10 +130,8 @@ increase_speed:
decrease_speed:
name: Decrease speed
description: Decrease the speed of the fan by one speed or a percentage_step.
target:
fields:
entity_id:
description: Name(s) of the entities to decrease speed
example: "fan.living_room"
percentage_step:
advanced: true
required: false