1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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