From 11764bdb49feb3b5ad532ed9aac46f2688b8868a Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Sun, 4 Oct 2020 04:51:14 -0400 Subject: [PATCH] Remove unused Dev Tools icon from Fan integration (#14861) The icon this is referencing was removed over a year ago in Home Assistant 0.96 when the sidebar was redesigned. Trying to get rid of all remaining references to these. --- source/_integrations/fan.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/fan.markdown b/source/_integrations/fan.markdown index 648ffb98b66..6d2bd738cfc 100644 --- a/source/_integrations/fan.markdown +++ b/source/_integrations/fan.markdown @@ -19,13 +19,13 @@ Available services:
-Not all fan services may be available for your platform. Be sure to check the available services Home Assistant has enabled by checking service developer tool icon **Services**. +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**.
### Service `fan.set_speed` -Sets the speed for fan device +Sets the speed for fan device. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | @@ -48,7 +48,7 @@ automation: ### Service `fan.set_direction` -Sets the rotation for fan device +Sets the rotation for fan device. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | @@ -71,7 +71,7 @@ automation: ### Service `fan.oscillate` -Sets the oscillation for fan device +Sets the oscillation for fan device. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- |