Fix typo in logger.markdown (#31443)

It's `custom_components` not `custom_component` (this briefly confused me).
This commit is contained in:
Adam Ernst 2024-02-15 08:33:43 -06:00 committed by GitHub
parent d269411d6e
commit e4c92d4f31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: