mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fix typo in logger.markdown (#31443)
It's `custom_components` not `custom_component` (this briefly confused me).
This commit is contained in:
parent
d269411d6e
commit
e4c92d4f31
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user