-
I was trying to control the climate entity using HomeLLM, however nothing happens after the response. Here is the log of a single request with unrelated entities removed: It seems like the service requires |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the problem, the "unknown service" is not returned by Home Assistant but HomeLLM integration itself. It will reject all service calls not in the |
Beta Was this translation helpful? Give feedback.
Found the problem, the "unknown service" is not returned by Home Assistant but HomeLLM integration itself. It will reject all service calls not in the
ALLOWED_SERVICES
. I addedset_temperature
to it and it's working.