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

Static Public Attributes

string COMPLETED = "completed"
 
string NEEDS_ACTION = "needs_action"
 

Detailed Description

Status or confirmation of a To-do List Item.

This is a subset of the statuses supported in rfc5545.

Definition at line 49 of file const.py.

Member Data Documentation

◆ COMPLETED

string homeassistant.components.todo.const .TodoItemStatus.COMPLETED = "completed"
static

Definition at line 56 of file const.py.

◆ NEEDS_ACTION

string homeassistant.components.todo.const .TodoItemStatus.NEEDS_ACTION = "needs_action"
static

Definition at line 55 of file const.py.


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