You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type: custom:tv-card
entity: media_player.stv_sc_samsung_q60aa_43_tv
title: Office TV
power_row:
- power
channel_row:
- channel_up
- info
- channel_down
apps_row:
- netflix
- youtube
- spotify
volume_row: buttons
navigation_row: buttons
source_row:
- return
- home
- source
media_control_row:
- rewind
- play
- pause
- fast_forward
card_mod:
style:
ha-icon-button:
.: |
ha-icon-button[title='power'] {
{% if states('media_player.stv_sc_samsung_q60aa_43_tv') in ['off', 'unknown', 'unavailable'] %}
color: red;
{% else %}
color: green;
{% endif %};
}
here is my code and it's works like a charm but it''s not works the apps_row . I press the buttons but not working at all. Is anything wrong? I tried this:
Hey! Can you provide me your configuration.yaml code because I set it up with UI and in tutorial I can't a simple configuration.yaml code ready to copy.
Besides that I want to ask you if you have problem with turnining on your tv, because non of mine can turn on if it's off. My tv models are 2019 and 2021 and i tried with LAN cable and WiFi 5Ghz and nothing happens...
platform: samsungtv_smart
name: [redacted]
mac: [redacted]
api_key: "[redacted]"
device_id: "[redacted]"
app_list:
{
"emby": "3201606009872",
"Youtube": "111299001912",
"BBC iPlayer": "3201601007670",
"Netflix": "3201907018807",
}`
I needed to provide mac address, apikey and device_id to have power on/off working. But on a 2022 model TV WOL mode works even on wifi
here is my code and it's works like a charm but it''s not works the apps_row . I press the buttons but not working at all. Is anything wrong? I tried this:
and again nothing.
My tv model is Samsung QE43Q60A 2021 Model and i set up the >=2020 app codes
The text was updated successfully, but these errors were encountered: