Hi.
I want to have 5 broadlink RM Pro, but if i have like this, it doesn´t work:
switch:
- platform: broadlink
host: 192.168.15.151
mac: '78:0F:77:63:34:C5'
friendly_name: 'TvAbajo'
- platform: broadlink
host: 192.168.15.150
mac: '78:0F:77:63:75:F2'
friendly_name: 'Cuarto Luis'
someone know why?
Could you share your HA logs, regarding this integration, please?
Try specifying each broadlink model, with the type
entry and define switches
for each single one:
switch:
- platform: broadlink
host: !secret broadlink_host
mac: !secret broadlink_mac
type: rm2_pro_plus
friendly_name: 'Broadlink RM Pro Plus'
timeout: 30
switches:
tv:
friendly_name: "TV"
command_on: '123===='
command_off: '312=='