mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Allow timer management from any device (#120440)
This commit is contained in:
@@ -578,7 +578,7 @@ async def test_assist_api_prompt(
|
||||
"(what comes before the dot in its entity id). "
|
||||
"When controlling an area, prefer passing just area name and domain."
|
||||
)
|
||||
no_timer_prompt = "This device does not support timers."
|
||||
no_timer_prompt = "This device is not able to start timers."
|
||||
|
||||
area_prompt = (
|
||||
"When a user asks to turn on all devices of a specific type, "
|
||||
|
||||
Reference in New Issue
Block a user