mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Allow timer management from any device (#120440)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user