Hi,
I want to know how to change a source in YAML for my sony bravia 55x950g in HA. i want to create a scrolling menu with the sources a want to configure for an easy switching with my phone or watch. i’ve already make the OFF one with this code :
- id: '1641154773043'
alias: 'TV Off '
description: Menu deroulant "TV"
trigger:
- platform: state
entity_id: input_select.tv
to: 'Off'
condition: []
action:
- type: turn_off
device_id: bfcf59f870ab575a6bb47ec2b3fb2705
entity_id: remote.sony_bravia_tv
domain: remote
mode: single
thanks a lot for your help,