From 79e246cba397387fafa55e28f795295c3a2e616c Mon Sep 17 00:00:00 2001 From: Robbert van Markus Date: Sat, 23 Jul 2022 08:07:08 +0200 Subject: [PATCH] Fix typo harmony hub remote example code (#23485) --- source/_integrations/universal.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/universal.markdown b/source/_integrations/universal.markdown index 717607e8ff7..0cc899d7494 100644 --- a/source/_integrations/universal.markdown +++ b/source/_integrations/universal.markdown @@ -279,29 +279,29 @@ media_player: turn_on: service: remote.turn_on target: - entity_id: remote.remote.harmony_hub + entity_id: remote.harmony_hub turn_off: service: remote.turn_off target: - entity_id: remote.remote.harmony_hub + entity_id: remote.harmony_hub volume_up: service: remote.send_command target: - entity_id: remote.remote.harmony_hub + entity_id: remote.harmony_hub data: device: Receiver command: VolumeUp volume_down: service: remote.send_command target: - entity_id: remote.remote.harmony_hub + entity_id: remote.harmony_hub data: device: Receiver command: VolumeDown select_source: service: remote.turn_on target: - entity_id: remote.remote.harmony_hub + entity_id: remote.harmony_hub data: activity: "{{ source }}" device_class: tv