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

Variables

string ATTR_REVERSE = "reverse"
 
bool DEFAULT_REVERSE = False
 
string DOMAIN = "shopping_list"
 
string SERVICE_ADD_ITEM = "add_item"
 
string SERVICE_CLEAR_COMPLETED_ITEMS = "clear_completed_items"
 
string SERVICE_COMPLETE_ALL = "complete_all"
 
string SERVICE_COMPLETE_ITEM = "complete_item"
 
string SERVICE_INCOMPLETE_ALL = "incomplete_all"
 
string SERVICE_INCOMPLETE_ITEM = "incomplete_item"
 
string SERVICE_REMOVE_ITEM = "remove_item"
 
string SERVICE_SORT = "sort"
 

Detailed Description

All constants related to the shopping list component.

Variable Documentation

◆ ATTR_REVERSE

string homeassistant.components.shopping_list.const.ATTR_REVERSE = "reverse"

Definition at line 8 of file const.py.

◆ DEFAULT_REVERSE

bool homeassistant.components.shopping_list.const.DEFAULT_REVERSE = False

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.shopping_list.const.DOMAIN = "shopping_list"

Definition at line 5 of file const.py.

◆ SERVICE_ADD_ITEM

string homeassistant.components.shopping_list.const.SERVICE_ADD_ITEM = "add_item"

Definition at line 12 of file const.py.

◆ SERVICE_CLEAR_COMPLETED_ITEMS

string homeassistant.components.shopping_list.const.SERVICE_CLEAR_COMPLETED_ITEMS = "clear_completed_items"

Definition at line 18 of file const.py.

◆ SERVICE_COMPLETE_ALL

string homeassistant.components.shopping_list.const.SERVICE_COMPLETE_ALL = "complete_all"

Definition at line 16 of file const.py.

◆ SERVICE_COMPLETE_ITEM

string homeassistant.components.shopping_list.const.SERVICE_COMPLETE_ITEM = "complete_item"

Definition at line 14 of file const.py.

◆ SERVICE_INCOMPLETE_ALL

string homeassistant.components.shopping_list.const.SERVICE_INCOMPLETE_ALL = "incomplete_all"

Definition at line 17 of file const.py.

◆ SERVICE_INCOMPLETE_ITEM

string homeassistant.components.shopping_list.const.SERVICE_INCOMPLETE_ITEM = "incomplete_item"

Definition at line 15 of file const.py.

◆ SERVICE_REMOVE_ITEM

string homeassistant.components.shopping_list.const.SERVICE_REMOVE_ITEM = "remove_item"

Definition at line 13 of file const.py.

◆ SERVICE_SORT

string homeassistant.components.shopping_list.const.SERVICE_SORT = "sort"

Definition at line 19 of file const.py.