I actually also placed the following in my yaml config file and it worked in that it is showing on my overview page as “Connected” but not sure what to do next to have buttons so that I can switch the inputs/outputs:
binary_sensor:
- platform: command_line
name: Matrix
command: ‘ping -W 1 -c 1 192.168.x.xxx > /dev/null 2>&1 && echo success || echo fail’
device_class: connectivity
payload_on: “success”
payload_off: “fail”