Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.shopping_list.ShoppingListView Class Reference
Inheritance diagram for homeassistant.components.shopping_list.ShoppingListView:
[legend]
Collaboration diagram for homeassistant.components.shopping_list.ShoppingListView:
[legend]

Public Member Functions

web.Response get (self, web.Request request)
 

Static Public Attributes

string name = "api:shopping_list"
 
string url = "/api/shopping_list"
 

Detailed Description

View to retrieve shopping list content.

Definition at line 409 of file __init__.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.shopping_list.ShoppingListView.get (   self,
web.Request  request 
)
Retrieve shopping list items.

Definition at line 416 of file __init__.py.

Member Data Documentation

◆ name

string homeassistant.components.shopping_list.ShoppingListView.name = "api:shopping_list"
static

Definition at line 413 of file __init__.py.

◆ url

string homeassistant.components.shopping_list.ShoppingListView.url = "/api/shopping_list"
static

Definition at line 412 of file __init__.py.


The documentation for this class was generated from the following file: