From 568011162dc1a68fbfaddba12086891b3719932d Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 13 Dec 2025 15:21:03 +0000 Subject: [PATCH] Add corrected Sony TV remote card for media_player.kd_55s8005c_2 --- sony_tv_remote_KORRIGIERT.yaml | 431 +++++++++++++++++++++++++++++++++ 1 file changed, 431 insertions(+) create mode 100644 sony_tv_remote_KORRIGIERT.yaml diff --git a/sony_tv_remote_KORRIGIERT.yaml b/sony_tv_remote_KORRIGIERT.yaml new file mode 100644 index 0000000..4ecb0d7 --- /dev/null +++ b/sony_tv_remote_KORRIGIERT.yaml @@ -0,0 +1,431 @@ +type: vertical-stack +cards: + - type: entities + title: "Sony Bravia TV" + entities: + - entity: media_player.kd_55s8005c_2 + name: "TV Status" + state_color: true + + - type: grid + columns: 3 + square: false + cards: + - type: button + name: "Power" + icon: mdi:power + tap_action: + action: call-service + service: media_player.turn_on + target: + entity_id: media_player.kd_55s8005c_2 + hold_action: + action: call-service + service: media_player.turn_off + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "Home" + icon: mdi:home + tap_action: + action: call-service + service: remote.send_command + data: + command: HOME + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "Input" + icon: mdi:import + tap_action: + action: call-service + service: remote.send_command + data: + command: INPUT + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "" + tap_action: + action: none + + - type: button + icon: mdi:chevron-up + tap_action: + action: call-service + service: remote.send_command + data: + command: UP + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 50px + + - type: button + name: "" + tap_action: + action: none + + - type: button + icon: mdi:chevron-left + tap_action: + action: call-service + service: remote.send_command + data: + command: LEFT + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 50px + + - type: button + name: "OK" + icon: mdi:checkbox-blank-circle + tap_action: + action: call-service + service: remote.send_command + data: + command: CONFIRM + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 50px + + - type: button + icon: mdi:chevron-right + tap_action: + action: call-service + service: remote.send_command + data: + command: RIGHT + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 50px + + - type: button + name: "" + tap_action: + action: none + + - type: button + icon: mdi:chevron-down + tap_action: + action: call-service + service: remote.send_command + data: + command: DOWN + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 50px + + - type: button + name: "" + tap_action: + action: none + + - type: button + name: "Zurueck" + icon: mdi:arrow-left + tap_action: + action: call-service + service: remote.send_command + data: + command: RETURN + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "Menu" + icon: mdi:menu + tap_action: + action: call-service + service: remote.send_command + data: + command: OPTIONS + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "Guide" + icon: mdi:television-guide + tap_action: + action: call-service + service: remote.send_command + data: + command: GUIDE + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 40px + + - type: grid + columns: 4 + square: false + cards: + - type: button + name: "Vol+" + icon: mdi:volume-plus + tap_action: + action: call-service + service: media_player.volume_up + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "Vol-" + icon: mdi:volume-minus + tap_action: + action: call-service + service: media_player.volume_down + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "CH+" + icon: mdi:chevron-up-box + tap_action: + action: call-service + service: remote.send_command + data: + command: CHANNEL_UP + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "CH-" + icon: mdi:chevron-down-box + tap_action: + action: call-service + service: remote.send_command + data: + command: CHANNEL_DOWN + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 40px + + - type: button + name: "Mute" + icon: mdi:volume-mute + tap_action: + action: call-service + service: media_player.volume_mute + data: + is_volume_muted: true + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 40px + + - type: grid + columns: 5 + square: false + cards: + - type: button + icon: mdi:rewind + tap_action: + action: call-service + service: remote.send_command + data: + command: REWIND + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 35px + + - type: button + icon: mdi:play + tap_action: + action: call-service + service: media_player.media_play + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 35px + + - type: button + icon: mdi:pause + tap_action: + action: call-service + service: media_player.media_pause + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 35px + + - type: button + icon: mdi:stop + tap_action: + action: call-service + service: media_player.media_stop + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 35px + + - type: button + icon: mdi:fast-forward + tap_action: + action: call-service + service: remote.send_command + data: + command: FORWARD + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 35px + + - type: grid + columns: 4 + square: false + cards: + - type: button + name: "Netflix" + icon: mdi:netflix + tap_action: + action: call-service + service: remote.send_command + data: + command: NETFLIX + target: + entity_id: remote.kd_55s8005c_2 + icon_height: 35px + + - type: button + name: "YouTube" + icon: mdi:youtube + tap_action: + action: call-service + service: media_player.select_source + data: + source: "YouTube" + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 35px + + - type: button + name: "Prime" + icon: mdi:amazon + tap_action: + action: call-service + service: media_player.select_source + data: + source: "Prime Video" + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 35px + + - type: button + name: "Disney+" + icon: mdi:movie-open + tap_action: + action: call-service + service: media_player.select_source + data: + source: "Disney+" + target: + entity_id: media_player.kd_55s8005c_2 + icon_height: 35px + + - type: grid + columns: 3 + square: true + cards: + - type: button + name: "1" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_1 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "2" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_2 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "3" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_3 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "4" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_4 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "5" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_5 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "6" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_6 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "7" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_7 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "8" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_8 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "9" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_9 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "" + tap_action: + action: none + - type: button + name: "0" + tap_action: + action: call-service + service: remote.send_command + data: + command: NUM_0 + target: + entity_id: remote.kd_55s8005c_2 + - type: button + name: "" + tap_action: + action: none