Drop logger service fields because keys are dynamic (#55750)

This commit is contained in:
Paulus Schoutsen 2021-09-05 20:53:12 -07:00 committed by GitHub
parent c2b89725be
commit 523998f8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'