mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
14 lines
396 B
YAML
Executable File
14 lines
396 B
YAML
Executable File
###################################
|
|
## Dynamically set the log levels without having to restart HASS or edit configuration.yaml
|
|
#- Thanks @VDRainer
|
|
###################################
|
|
|
|
- alias: Log Level
|
|
trigger:
|
|
platform: state
|
|
entity_id: input_select.log_level
|
|
action:
|
|
service: logger.set_level
|
|
data_template:
|
|
homeassistant.components: "{{ trigger.to_state.state }}"
|