mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Drop logger service fields because keys are dynamic (#55750)
This commit is contained in:
parent
c2b89725be
commit
523998f8a1
@ -18,61 +18,3 @@ set_default_level:
|
||||
set_level:
|
||||
name: Set level
|
||||
description: Set log level for integrations.
|
||||
fields:
|
||||
homeassistant.core:
|
||||
name: Home Assistant Core
|
||||
description:
|
||||
"Example on how to change the logging level for a Home Assistant Core
|
||||
integrations."
|
||||
selector:
|
||||
select:
|
||||
options:
|
||||
- 'debug'
|
||||
- 'critical'
|
||||
- 'error'
|
||||
- 'fatal'
|
||||
- 'info'
|
||||
- 'warn'
|
||||
- 'warning'
|
||||
homeassistant.components.mqtt:
|
||||
name: Home Assistant components mqtt
|
||||
description:
|
||||
"Example on how to change the logging level for an Integration."
|
||||
selector:
|
||||
select:
|
||||
options:
|
||||
- 'debug'
|
||||
- 'critical'
|
||||
- 'error'
|
||||
- 'fatal'
|
||||
- 'info'
|
||||
- 'warn'
|
||||
- 'warning'
|
||||
custom_components.my_integration:
|
||||
name: Custom components "my_integation"
|
||||
description:
|
||||
"Example on how to change the logging level for a Custom Integration."
|
||||
selector:
|
||||
select:
|
||||
options:
|
||||
- 'debug'
|
||||
- 'critical'
|
||||
- 'error'
|
||||
- 'fatal'
|
||||
- 'info'
|
||||
- 'warn'
|
||||
- 'warning'
|
||||
aiohttp:
|
||||
name: aioHttp
|
||||
description:
|
||||
"Example on how to change the logging level for a Python module."
|
||||
selector:
|
||||
select:
|
||||
options:
|
||||
- 'debug'
|
||||
- 'critical'
|
||||
- 'error'
|
||||
- 'fatal'
|
||||
- 'info'
|
||||
- 'warn'
|
||||
- 'warning'
|
||||
|
Loading…
x
Reference in New Issue
Block a user