From 4af4b2d10e520bdbe282c3d04a1942d221e4bf87 Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Sun, 13 Jan 2019 16:39:50 +0100 Subject: [PATCH] Fix remote.harmony_change_channel services.yaml indentation (#20051) --- homeassistant/components/remote/services.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/remote/services.yaml b/homeassistant/components/remote/services.yaml index ea3a48e253a..1fb4b048707 100644 --- a/homeassistant/components/remote/services.yaml +++ b/homeassistant/components/remote/services.yaml @@ -52,13 +52,13 @@ harmony_sync: harmony_change_channel: description: Sends change channel command to the Harmony HUB - fields: - entity_id: - description: Name(s) of Harmony remote entities to send change channel command to - example: 'remote.family_room' - channel: - description: Channel number to change to - example: '200' + fields: + entity_id: + description: Name(s) of Harmony remote entities to send change channel command to + example: 'remote.family_room' + channel: + description: Channel number to change to + example: '200' xiaomi_miio_learn_command: description: 'Learn an IR command, press "Call Service", point the remote at the IR device, and the learned command will be shown as a notification in Overview.'