diff --git a/homeassistant/components/fan/services.yaml b/homeassistant/components/fan/services.yaml index 3c8eb2d0761..f86a32823dc 100644 --- a/homeassistant/components/fan/services.yaml +++ b/homeassistant/components/fan/services.yaml @@ -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