From e4c92d4f31ec33ee4e45530161811a717b345db3 Mon Sep 17 00:00:00 2001 From: Adam Ernst Date: Thu, 15 Feb 2024 08:33:43 -0600 Subject: [PATCH] Fix typo in logger.markdown (#31443) It's `custom_components` not `custom_component` (this briefly confused me). --- source/_integrations/logger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/logger.markdown b/source/_integrations/logger.markdown index b55a9093d5d..48bf62f3773 100644 --- a/source/_integrations/logger.markdown +++ b/source/_integrations/logger.markdown @@ -130,7 +130,7 @@ logger: logs: custom_components.my_integration: critical filters: - custom_component.my_integration: + custom_components.my_integration: - "HTTP 429" # Filter all HTTP 429 errors - "Request to .*unreliable.com.* Timed Out" homeassistant.components.nws: