RM mini3 not works after upgrade

Hello
after the last upgrade my RM mini3 not works.
RM MINI 3 found as device from HA but I can’t use it
my config is the following and works until the las upgrade.
could you please help?

switch:
  - platform: broadlink
    host: 192.168.1.2
    mac: xx:xx:xx:xx:xx:xx
    
climate:
  - platform: smartir
    name: Livingroom AC
    unique_id: livingroom_ac
    device_code: 1000
    controller_data: 192.168.1.2

  - platform: smartir
    name: Kitchen_ARC
    unique_id: kitchen_airc
    device_code: 1020
    controller_data: 192.168.1.2

You need to add the Broadlink device via Integrations page, update the SmartIR component and update your configuration:

climate:
  - platform: smartir
    name: Livingroom AC
    unique_id: livingroom_ac
    device_code: 1000
    controller_data: remote.living_room_remote  # Example remote

  - platform: smartir
    name: Kitchen_ARC
    unique_id: kitchen_airc
    device_code: 1020
    controller_data: remote.kitchen_remote  # Example remote

Thanks a lot @felipediel it works now

1 Like