|
| web.Response | post (self, web.Request request, dict[str, str] data) |
| |
|
| string | name = "api:shopping_list:item" |
| |
| string | url = "/api/shopping_list/item" |
| |
View to retrieve shopping list content.
Definition at line 441 of file __init__.py.
◆ post()
| web.Response homeassistant.components.shopping_list.CreateShoppingListItemView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
dict[str, str] |
data |
|
) |
| |
Create a new shopping list item.
Definition at line 448 of file __init__.py.
◆ name
| string homeassistant.components.shopping_list.CreateShoppingListItemView.name = "api:shopping_list:item" |
|
static |
◆ url
| string homeassistant.components.shopping_list.CreateShoppingListItemView.url = "/api/shopping_list/item" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/shopping_list/__init__.py