|
| web.Response | get (self, web.Request request) |
| |
|
| string | name = "api:shopping_list" |
| |
| string | url = "/api/shopping_list" |
| |
View to retrieve shopping list content.
Definition at line 409 of file __init__.py.
◆ 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.
◆ name
| string homeassistant.components.shopping_list.ShoppingListView.name = "api:shopping_list" |
|
static |
◆ url
| string homeassistant.components.shopping_list.ShoppingListView.url = "/api/shopping_list" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/shopping_list/__init__.py