Smartir - media player (Sony TV)

hi all,

i’ve got smartir working fine for my climate (split system) but i’m trying to use the same broadlink device to setup my Sony TV

However its just not appearing as a device at all

here’s my yaml for smartir:

# SmartIR Component Configuration
smartir:
  update_branch: rc

# Media Player Configuration
media_player:
  - platform: smartir
    name: Living Room TV Remote
    unique_id: living_room_tv_remote
    device_code: 1020
    controller_data: remote.living_room_control
    power_sensor: binary_sensor.tv_power

# Climate Component Configuration
climate:
  - platform: smartir
    name: Living
    unique_id: Living
    device_code: 1289
    controller_data: remote.living_room_control
    temperature_sensor: sensor.living_room_control_temperature

any idea what i’m doing wrong?

thank you very much

Try that

smartir:
check_updates: false

hmm no go thanks tho