Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support Sony Bravia TV #22

Open
wants to merge 15 commits into
base: adding-platform-support
Choose a base branch
from

Conversation

Zixties60
Copy link

@Zixties60 Zixties60 commented Sep 23, 2022

Just got new Sony Bravia TV and modify this card to work with it.
I have to modify some code to not just send key but instead call the specific action, like calling remote service.

I'm using this modify with my Bravia TV daily for almost a month now and it works fine.

This PR also includes

@HanukkahJamboree
Copy link

Any update on getting this merged into the project? I've got a sony bravia myself and would love to have the same set up as with my samsung TV Card HA layout

@RacingHell
Copy link

RacingHell commented Oct 6, 2022

Just got new Sony Bravia TV and modify this card to work with it. I have to modify some code to not just send key but instead call the specific action, like calling remote service.

I'm using this modify with my Bravia TV daily for almost a month now and it works fine.

Works perfectly. Thank you a lot. 👍

@RacingHell
Copy link

Any update on getting this merged into the project? I've got a sony bravia myself and would love to have the same set up as with my samsung TV Card HA layout

Temporarily you could add the forked Repo from Zixties60 into HACS like I did:
https://github.com/Zixties60/tv-card

@RacingHell
Copy link

RacingHell commented Oct 6, 2022

Minor bug:
Buttons won’t work after setting up custom icons on a Bravia setup.
Examples:

info:
icon: mdi:television-guide
channel_up:
icon: mdi:chevron-up-box-outline
channel_down:
icon: mdi:chevron-down-box-outline

@magyarl89
Copy link

magyarl89 commented Nov 6, 2022

I added this forked repo, and it works flawless! Thank you very much!
I strongly suggest to merge this fork.

This is my version for my old Sony Bravia:

type: custom:tv-card
entity: media_player.sony_kdl_43w755c
platform: braviatv
rows:
  power_row:
    - camera
    - street_camera
    - power
  apps_row:
    - youtube
    - spotify
    - kodi
  volume_row: buttons
  navigation_row: touchpad
  media_control_row:
    - return
    - play
    - stop
    - home
custom_keys:
  stop:
    icon: mdi:stop
    service: remote.send_command
    service_data:
      command: Stop
      entity_id: remote.sony_kdl_43w755c
  camera:
    icon: mdi:webcam
    service: script.baby_camera
  street_camera:
    icon: mdi:doorbell-video
    service: script.street_camera
  kodi:
    icon: mdi:kodi
    service: script.kodi

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants