Allow timer management from any device (#120440)
This commit is contained in:
parent
8ce53d28e7
commit
d3ceaef098
5 changed files with 77 additions and 109 deletions
|
@ -355,7 +355,7 @@ class AssistAPI(API):
|
|||
if not llm_context.device_id or not async_device_supports_timers(
|
||||
self.hass, llm_context.device_id
|
||||
):
|
||||
prompt.append("This device does not support timers.")
|
||||
prompt.append("This device is not able to start timers.")
|
||||
|
||||
if exposed_entities:
|
||||
prompt.append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue