Hi there, newbie here. First things first, Iḿ from spain and just got into this topic, intelligent house!!
Looks great for me and reading the forums about it.
I have installed HA via virtual box on a Linux PC, everything is working fine, HA discovered some integrations and devices.
I am now trying to get my Samsung TV to work via voice commands, for that I first create, at least tried hehe, to make it work sending remote commands.
The first problem is that I am unable to switch on the TV, switch off works nice, even tried voice and works well too.
another question is that I am trying to add a button to chage input to Netflix, my phisical remote has a dedicated button for that. For that I created a button and followed this steps
show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: remote.send_command
target:
area_id: salon
device_id: 42f4231a4ccda0a8dbe8bab36afe5e70
entity_id: remote.samsung_7_series_55
data:
num_repeats: 1
delay_secs: 0.4
hold_secs: 0
command: KEY_HOME
entity: media_player.tv_samsung_7_series_55
show_state: true
theme: Caule Black Blue
hold_action:
action: none
this does the spected
but to get to netflix, I have to send multiple keys and there is where it stops working
I added every key on a different line as this
Don´t know why, but more than one key seems not to work
any suggestion