mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 00:25:12 +00:00
18 lines
549 B
YAML
18 lines
549 B
YAML
|
############################################################
|
||
|
#
|
||
|
# Logger
|
||
|
#
|
||
|
############################################################
|
||
|
|
||
|
# Log Severities: notset, debug, info, warn, warning, error, fatal, critical
|
||
|
|
||
|
default: info
|
||
|
logs:
|
||
|
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
|