1
mirror of https://github.com/home-assistant/core synced 2024-07-18 12:02:20 +02:00

Fix description of fan service set_direction (#32181)

This commit is contained in:
springstan 2020-02-25 19:18:44 +01:00 committed by GitHub
parent 2925e0617c
commit 5c12fa0daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'