mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
# Example configuration.yaml entry
|
|
logger:
|
|
default: warning
|
|
logs:
|
|
|
|
# WebRTC issues
|
|
# custom_components.webrtc: debug
|
|
|
|
# Grocy issues
|
|
# pygrocy.grocy_api_client: debug
|
|
# custom_components.grocy: debug
|
|
|
|
# log level for HA core
|
|
homeassistant.core: warning
|
|
|
|
#homeassistant.components.websocket_api: debug
|
|
|
|
# log level for MQTT integration
|
|
#homeassistant.components.mqtt: debug
|
|
|
|
# log level for all python scripts
|
|
#homeassistant.components.python_script: warning
|
|
|
|
# log level for the device_tracker component
|
|
homeassistant.components.device_tracker: warning
|
|
|
|
# homeassistant.components.rest_command: debug
|
|
|
|
homeassistant.components.http.ban: warning
|
|
|
|
#homeassistant.components.http: debug
|
|
|
|
#homeassistant.components.zwave_js: debug
|
|
|
|
#homeassistant.components.hue: warning
|
|
|
|
#homeassistant.components.webhook: debug
|
|
|
|
#homeassistant.components.automation: debug
|
|
|
|
#homeassistant.compononts.device_registry: debug
|
|
|
|
# Home Assistant database upgrade progress messages
|
|
homeassistant.components.recorder.migration: info
|
|
|
|
filters:
|
|
pychromecast.socket_client:
|
|
- ".*socket.*"
|
|
- ".*Failed to connect to service.*"
|
|
# custom_components.grocy:
|
|
# - ".*last_used.*"
|
|
homeassistant.components.roku.coordinator:
|
|
- ".*Timeout occurred.*" |