Logger filters

Hi, I am trying to figure out why this is not working. I want to filter out some ‘acknowledged, and we do not care’ messages, like

‘2025-01-27 14:06:56.125 ERROR (MainThread) [homeassistant.components.xiaomi_miio] Timeout fetching Mi Robot Vacuum data’

However, they still appear in the log.

configuration.yaml
default_config:
my:
virtual:


logger: !include logger.yaml

logger.yaml
default: warning
filters:
homeassistant.components.xiaomi_miio:
“Timeout fetching Mi Robot Vacuum data”