Skip to content

Increase logging level

Fredrik Erlandsson edited this page Sep 16, 2024 · 1 revision

Daikin specific settings from: https://www.home-assistant.io/integrations/logger/

# Example configuration.yaml entry
logger:
  default: warning
  logs:
    homeassistant.components.mqtt: warning

    # log level for the `aiohttp` Python package
    aiohttp: debug

    # log level for the `pydaikin` Python package
    pydaikin: notset

It is also possible to change log level via an action command: https://www.home-assistant.io/integrations/logger/#action-set_level

action: logger.set_level
data:
  homeassistant.components.daikin: debug
  pydaikin: debug
Clone this wiki locally