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

Static Public Attributes

string COMPLETED = "completed"
 
string NEEDS_ACTION = "needsAction"
 

Detailed Description

Status of a Google Task.

Definition at line 15 of file const.py.

Member Data Documentation

◆ COMPLETED

string homeassistant.components.google_tasks.const .TaskStatus.COMPLETED = "completed"
static

Definition at line 19 of file const.py.

◆ NEEDS_ACTION

string homeassistant.components.google_tasks.const .TaskStatus.NEEDS_ACTION = "needsAction"
static

Definition at line 18 of file const.py.


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