Ignore Sony TV Entity

I am trying to ignore a sony tv in the configuration.yaml.

Entity name: media_player.sony_810c
Friendly name: Sony 810c

I have success ignoring my plex server and roku:

discovery:
ignore:
- plex_mediaserver
- roku

I have tried using both entity and friendly names to ignore the sony tv to no avail.

Any ideas?

Running HA 0.62.0 through docker on a Synology NAS.

Thanks

Doesn’t look like there is an ignore option for sony

Guess there is no way to disable the the Sony TV from showing up on the HA states page without disabling discovery altogether?

Take a look at customize, specifically the hidden option.

1 Like

Thanks, I’ll see what I can do with it. :grinning:

Boom…

This works in the customize.yaml file:

media_player.sony_810c:
  hidden: true

Included with this line in the configuration.yaml file:

customize: !include customize.yaml

Thanks for your help.