mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
# 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.*"
|
||||
Reference in New Issue
Block a user