Home Assistant Unofficial Reference 2024.12.1
intent.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.shopping_list.intent.AddItemIntent
 
class  homeassistant.components.shopping_list.intent.ListTopItemsIntent
 

Namespaces

 homeassistant.components.shopping_list.intent
 

Functions

None homeassistant.components.shopping_list.intent.async_setup_intents (HomeAssistant hass)
 

Variables

string homeassistant.components.shopping_list.intent.INTENT_ADD_ITEM = "HassShoppingListAddItem"
 
string homeassistant.components.shopping_list.intent.INTENT_LAST_ITEMS = "HassShoppingListLastItems"