2019-02-06 03:31:15 +00:00
|
|
|
set_default_level:
|
2021-02-18 15:33:29 +00:00
|
|
|
description: Set the default log level for components
|
2019-02-06 03:31:15 +00:00
|
|
|
fields:
|
2019-10-09 17:58:36 +00:00
|
|
|
level:
|
2021-02-18 15:33:29 +00:00
|
|
|
name: Level
|
|
|
|
description:
|
|
|
|
"Default severity level. Possible values are debug, info, warn, warning,
|
|
|
|
error, fatal, critical"
|
2019-10-09 17:58:36 +00:00
|
|
|
example: debug
|
2021-02-18 15:33:29 +00:00
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- debug
|
|
|
|
- info
|
|
|
|
- warning
|
|
|
|
- error
|
|
|
|
- fatal
|
|
|
|
- critical
|
2019-10-09 17:58:36 +00:00
|
|
|
|
|
|
|
set_level:
|
2021-02-18 15:33:29 +00:00
|
|
|
description: Set log level for components
|
2019-10-09 17:58:36 +00:00
|
|
|
fields:
|
|
|
|
homeassistant.core:
|
2021-02-18 15:33:29 +00:00
|
|
|
description:
|
|
|
|
"Example on how to change the logging level for a Home Assistant core
|
|
|
|
components. Possible values are debug, info, warn, warning, error,
|
|
|
|
fatal, critical"
|
2019-10-09 17:58:36 +00:00
|
|
|
example: debug
|
|
|
|
homeassistant.components.mqtt:
|
2021-02-18 15:33:29 +00:00
|
|
|
description:
|
|
|
|
"Example on how to change the logging level for an Integration. Possible
|
|
|
|
values are debug, info, warn, warning, error, fatal, critical"
|
2019-10-09 17:58:36 +00:00
|
|
|
example: warning
|
|
|
|
custom_components.my_integration:
|
2021-02-18 15:33:29 +00:00
|
|
|
description:
|
|
|
|
"Example on how to change the logging level for a Custom Integration.
|
|
|
|
Possible values are debug, info, warn, warning, error, fatal, critical"
|
2019-10-09 17:58:36 +00:00
|
|
|
example: debug
|
|
|
|
aiohttp:
|
2021-02-18 15:33:29 +00:00
|
|
|
description:
|
|
|
|
"Example on how to change the logging level for a Python module.
|
|
|
|
Possible values are debug, info, warn, warning, error, fatal, critical"
|
2019-10-09 17:58:36 +00:00
|
|
|
example: error
|