mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 13:29:12 +00:00
23 lines
765 B
YAML
Executable File
23 lines
765 B
YAML
Executable File
############################################################
|
|
#
|
|
# Logger You can filter anything betwen the []'s in the logger.
|
|
#
|
|
############################################################
|
|
|
|
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
|
|
|
|
default: info
|
|
logs:
|
|
homeassistant.core: warn
|
|
homeassistant.components.automation: info
|
|
homeassistant.components.climate.nest: error
|
|
homeassistant.components.device_tracker: error
|
|
homeassistant.components.discovery: warn
|
|
homeassistant.components.http: error
|
|
homeassistant.components.media_player: warn
|
|
homeassistant.components.recorder: warn
|
|
homeassistant.components.sensor.darksky: error
|
|
homeassistant.components.zwave: info
|
|
homeassistant.helpers.script: info
|
|
root: warn
|