Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.shopping_list.const
 

Variables

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