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

Public Member Functions

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

Static Public Attributes

 name
 
 url
 

Detailed Description

View to retrieve shopping list content.

Definition at line 455 of file __init__.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.shopping_list.ClearCompletedItemsView.post (   self,
web.Request  request 
)
Retrieve if API is running.

Definition at line 461 of file __init__.py.

Member Data Documentation

◆ name

homeassistant.components.shopping_list.ClearCompletedItemsView.name
static

Definition at line 459 of file __init__.py.

◆ url

homeassistant.components.shopping_list.ClearCompletedItemsView.url
static

Definition at line 458 of file __init__.py.


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