Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.todo.const .TodoServices Class Reference
Inheritance diagram for homeassistant.components.todo.const .TodoServices:
[legend]
Collaboration diagram for homeassistant.components.todo.const .TodoServices:
[legend]

Static Public Attributes

string ADD_ITEM = "add_item"
 
string GET_ITEMS = "get_items"
 
string REMOVE_COMPLETED_ITEMS = "remove_completed_items"
 
string REMOVE_ITEM = "remove_item"
 
string UPDATE_ITEM = "update_item"
 

Detailed Description

Services for the To-do integration.

Definition at line 27 of file const.py.

Member Data Documentation

◆ ADD_ITEM

string homeassistant.components.todo.const .TodoServices.ADD_ITEM = "add_item"
static

Definition at line 30 of file const.py.

◆ GET_ITEMS

string homeassistant.components.todo.const .TodoServices.GET_ITEMS = "get_items"
static

Definition at line 33 of file const.py.

◆ REMOVE_COMPLETED_ITEMS

string homeassistant.components.todo.const .TodoServices.REMOVE_COMPLETED_ITEMS = "remove_completed_items"
static

Definition at line 34 of file const.py.

◆ REMOVE_ITEM

string homeassistant.components.todo.const .TodoServices.REMOVE_ITEM = "remove_item"
static

Definition at line 32 of file const.py.

◆ UPDATE_ITEM

string homeassistant.components.todo.const .TodoServices.UPDATE_ITEM = "update_item"
static

Definition at line 31 of file const.py.


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