How to get Home Assistant to detect my Xbox One Controller on PC/Wireless Dongle

I have Hass Agent installed and running, but I can’t seem to detect the Wireless Dongle in Network cards (the dongle in Device Manager says it is a Network Adaptor). It can detect the Lan connection normally.

The reason I want to do this is for automation, when I turn the controller on, it switches my pc display to my TV.

1 Like

Ever figure it out? I want to achieve the same

Kind of a shoddy way, but I did a wmi query for a xbox device through HASS agent:

SELECT Name FROM Win32_PnPEntity WHERE Description=‘Xbox One Wireless Controller’ AND Present=‘True’

then did a node red flow from it.