Hi there,
i’m trying to remove the sun-component logs from my logs. But how?
Seems like the logs are triggered by homeassistant.core?
17-03-18 10:17:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state sun.sun=above_horizon; friendly_name=Sun, next_setting=2017-03-18T17:22:01+00:00, elevation=29.51, azimuth=144.14, next_rising=2017-03-19T05:15:38+00:00 @ 2017-03-18T10:15:55.976494+01:00>, old_state=<state sun.sun=above_horizon; friendly_name=Sun, next_setting=2017-03-18T17:22:01+00:00, elevation=29.42, azimuth=143.87, next_rising=2017-03-19T05:15:38+00:00 @ 2017-03-18T10:15:55.976494+01:00>, entity_id=sun.sun>
I dont want to disable logging for homeassitant.core, wont i? There could be important informations?
My approach so far does not work:
logger:
logs:
homeassistant.components.websocket_api: warning
yahooweather: critical
yeelight: info
homeassistant.core.sun: error
homeassistant.sun: error
core.sun: error
I believe there must be a simple solution i overread somewhere?