From 5c12fa0daac81c017ba214622b4aab53108db192 Mon Sep 17 00:00:00 2001 From: springstan <46536646+springstan@users.noreply.github.com> Date: Tue, 25 Feb 2020 19:18:44 +0100 Subject: [PATCH] Fix description of fan service set_direction (#32181) --- homeassistant/components/fan/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/fan/services.yaml b/homeassistant/components/fan/services.yaml index ee478950095..1fbd9089ed7 100644 --- a/homeassistant/components/fan/services.yaml +++ b/homeassistant/components/fan/services.yaml @@ -48,7 +48,7 @@ set_direction: description: Set the fan rotation. fields: entity_id: - description: Name(s) of the entities to toggle + description: Name(s) of the entities to set example: 'fan.living_room' direction: description: The direction to rotate. Either 'forward' or 'reverse'