Hi everyone,
I have a new Series 8 Samsung TV and was disappointed of its integration compared to my LG WebOS TV.
I disabled the normal Samsung integration and went the HACS way of which only ‘ollo69/ha-samsungtv-smart)’ had some success.
I have two sources available in All type of integration: TV and HDMI
HDMI is connected to a STB named MyT so when this is playing I get:
source_list:
- TV
- MyT
sound_mode_list:
- Adaptive Sound
- Amplify
- Standard
volume_level: 0
is_volume_muted: false
media_content_type: video
media_title: MyT
app_id: TV/HDMI
source: MyT
sound_mode: Adaptive Sound
ip_address: 192.168.X.XXX
picture_mode: Dynamic
picture_mode_list:
- Dynamic
- FILMMAKER MODE
- Movie
- Natural
- Standard
device_class: tv
icon: mdi:television
friendly_name: Samsung AU8000
supported_features: 221117
When I play Netflix I get:
source_list:
- TV
- MyT
sound_mode_list:
- Adaptive Sound
- Amplify
- Standard
volume_level: 0.07
is_volume_muted: false
media_content_type: video
media_title: org.tizen.netflix-app
app_id: org.tizen.netflix-app
source: MyT
sound_mode: Adaptive Sound
ip_address: 192.168.X.XXX
picture_mode: Dynamic
picture_mode_list:
- Dynamic
- FILMMAKER MODE
- Movie
- Natural
- Standard
device_class: tv
entity_picture: >-
/api/media_player_proxy/media_player.samsung_au8000?token=69ed51ef8a4d6727b89d6133af56ab78fa545ed20dbfac05daaa83755d89d589&cache=1c692fae905393d3
icon: mdi:television
friendly_name: Samsung AU8000
supported_features: 221117
My main goal is to launch Netflix and other Apps from HA. This is not possible by calling media source change as its applicable only to TV or MyT.
Any help on how to approach this? Thanks