From e6a74f5e9d34b1c16b6cf197d05c7e95bf5632c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 26 Apr 2023 10:27:54 +0300 Subject: [PATCH] Remove docs on deprecated `fan.set_speed` service (#27144) --- source/_integrations/fan.markdown | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/_integrations/fan.markdown b/source/_integrations/fan.markdown index 8e0380ca187..90de9c35d79 100644 --- a/source/_integrations/fan.markdown +++ b/source/_integrations/fan.markdown @@ -20,9 +20,6 @@ The Fan integration allows you to control and monitor Fan devices. Available services: `fan.set_percentage`, `fan.set_preset_mode`, `fan.set_direction`, `fan.oscillate`, `fan.turn_on`, `fan.turn_off`, `fan.toggle`, `fan.increase_speed`, `fan.decrease_speed` -Deprecated services: -`fan.set_speed` -
Not all fan services may be available for your platform. You can check which services are available for your fan(s) under **Developer Tools** -> **Services**. @@ -144,15 +141,6 @@ Turn fan device off. This is only supported if the fan device supports being tur | `entity_id` | yes | String or list of strings that define the entity ID(s) of fan device(s) to control. To target all fan devices, use `all`. -### Deprecated Service `fan.set_speed` - -Sets the speed for fan device. - -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | yes | String or list of strings that define the entity ID(s) of fan device(s) to control. To target all fan devices, use `all`. -| `speed` | no | Speed setting - #### Automation example ```yaml