Remove logging and clear up some general cruft

This commit is contained in:
CeeWeasel
2026-07-09 16:26:31 -04:00
parent 30bbe781ef
commit 9d501134c8
10 changed files with 48 additions and 123 deletions
+9 -3
View File
@@ -24,11 +24,15 @@ logger:
#homeassistant.components.python_script: warning
# log level for the device_tracker component
homeassistant.components.device_tracker: warning
homeassistant.components.device_tracker: debug
# homeassistant.components.rest_command: debug
homeassistant.components.http.ban: warning
homeassistant.components.http.ban: debug
homeassistant.components.mobile_app: debug
homeassistant.components.mobile_app.entity: warning
#homeassistant.components.http: debug
@@ -58,4 +62,6 @@ logger:
# custom_components.grocy:
# - ".*last_used.*"
homeassistant.components.roku.coordinator:
- ".*Timeout occurred.*"
- ".*Timeout occurred.*"
homeassistant.components.mobile_app.webhook:
- "update_sensor_states"