GUI Option to Ignore Errors and Warnings?

God please, the same way we can “skip” updates, having a way to filter out specific warnings would help my OCD feel infinitely better. I am a very responsible community member that regularly opens up GH issues, but once the issue is open, having the warning/error sit there is just busting my brain. Hope I’m not the only one…

I don’t think there’s a GUI option - you have to do it in configuration.yaml.

Something like:

logger:
  default: error
  filters:  
# Errors resulting from TV being powered off
    homeassistant.components.androidtv.entity:
      - "Failed to execute an ADB command*"
    homeassistant.components.androidtv.media_player:
      - "Failed to execute an ADB command*"
1 Like