Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.shopping_list.intent Namespace Reference

Classes

class  AddItemIntent
 
class  ListTopItemsIntent
 

Functions

None async_setup_intents (HomeAssistant hass)
 

Variables

string INTENT_ADD_ITEM = "HassShoppingListAddItem"
 
string INTENT_LAST_ITEMS = "HassShoppingListLastItems"
 

Detailed Description

Intents for the Shopping List integration.

Function Documentation

◆ async_setup_intents()

None homeassistant.components.shopping_list.intent.async_setup_intents ( HomeAssistant  hass)
Set up the Shopping List intents.

Definition at line 15 of file intent.py.

Variable Documentation

◆ INTENT_ADD_ITEM

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

Definition at line 11 of file intent.py.

◆ INTENT_LAST_ITEMS

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

Definition at line 12 of file intent.py.