-
Notifications
You must be signed in to change notification settings - Fork 613
Open
Description
I tried testing out the new intents but am unable to get them to work with my assistant. The intents are not matched.
I am using HA 2025.7.0 on Docker.
I poked around in the container and checked if I could find the intents in the home-assistant-intents package but they are missing.
>>> import importlib.metadata
>>> print(importlib.metadata.version("home-assistant-intents"))
2025.6.23
>>> sorted(home_assistant_intents.get_intents('en')['intents'].keys())
[
"HassBroadcast",
"HassCancelAllTimers",
"HassCancelTimer",
"HassClimateGetTemperature",
"HassClimateSetTemperature",
"HassDecreaseTimer",
"HassGetCurrentDate",
"HassGetCurrentTime",
"HassGetState",
"HassGetWeather",
"HassIncreaseTimer",
"HassLightSet",
"HassListAddItem",
"HassMediaNext",
"HassMediaPause",
"HassMediaPrevious",
"HassMediaUnpause",
"HassNevermind",
"HassPauseTimer",
"HassRespond",
"HassSetPosition",
"HassSetVolume",
"HassShoppingListAddItem",
"HassStartTimer",
"HassTimerStatus",
"HassTurnOff",
"HassTurnOn",
"HassUnpauseTimer",
"HassVacuumReturnToBase",
"HassVacuumStart"
]
Metadata
Metadata
Assignees
Labels
No labels