Excluding Media Players from Emulated Hue in Home Assistant

Hey everyone, I’m relatively new to Home Assistant, but I’ve managed to set up some awesome features for my home theater. One thing I’m struggling with is getting the emulated Hue integration to work correctly. I followed some great examples from the community, and I’ve been able to map my TP-Link lights to a physical button on my Harmony smart control remote, which is fantastic. However, there’s an issue I can’t seem to resolve.I’ve noticed that the emulated Hue is exposing all my media players, switches, and Amazon Echo devices as ‘lights’ in the Harmony Hub and the Amazon Alexa app. This is a problem because I want to control my lights without accidentally affecting my media players. I’ve tried hiding the media players using the hidden: parameter in my configuration.yaml file, but it doesn’t seem to work. Even after restarting Home Assistant and refreshing the Hue setup in the Harmony app, the media players still appear as lights.Here’s what my current configuration looks like:yamlemulated_hue: expose_by_default: true exposed_domains: - light entities: media_player.55_tcl_roku_tv: hidden: trueI’m not sure if I’m missing something or if there’s a different approach I should take. I’ve heard that some people have had success with more advanced configurations, but I’m not sure how to implement them. If anyone has any pointers or solutions, I’d really appreciate the help! Thanks in advance for your support!