Paul Triebel

Results 5 comments of Paul Triebel

Hi, i have fixed this by adding to the package.json: ```json { // Your current package.json "overrides": { "graceful-fs": "^4.2.10" } } ``` source: [StackOverflow](https://stackoverflow.com/a/58394828)

I’m seeing the same behavior on Version 0.3.10. None of my entities have an explicit area set, they only inherit it from the parent device. As a result, all entities...

I have looked in the code the problem is https://github.com/acon96/home-llm/blob/develop/custom_components/llama_conversation/conversation.py#L594 Using the wrong variable Pull Request: #288