Fix typo in logger example YAML (#17398)

This commit is contained in:
Franck Nijhof 2021-04-10 22:16:54 +02:00 committed by GitHub
parent 2a083a8633
commit caee6cd127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ logger:
logs:
custom_components.my_integration: critical
filters:
custom_component.my_integartion:
custom_component.my_integration:
- "HTTP 429" # Filter all HTTP 429 errors
- "Request to .*unreliable.com.* Timed Out"
homeassistant.components.nws: