raspite/hass: fix logger config
This commit is contained in:
parent
11765deacd
commit
6c63ba1a00
1 changed files with 4 additions and 3 deletions
|
@ -6,9 +6,10 @@
|
|||
config = {
|
||||
logger = {
|
||||
logs = {
|
||||
homeassistant.helpers.llm = "debug";
|
||||
homeassistant.components.conversation.chat_log = "debug";
|
||||
homeassistant.components.openai_conversation = "debug";
|
||||
"homeassistant.helpers.llm" = "debug";
|
||||
"homeassistant.components.conversation" = "debug";
|
||||
"homeassistant.components.conversation.chat_log" = "debug";
|
||||
"homeassistant.components.openai_conversation" = "debug";
|
||||
};
|
||||
};
|
||||
http = {
|
||||
|
|
Loading…
Add table
Reference in a new issue