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

Variables

string CONF_STORAGE_KEY = "storage_key"
 
string CONF_TODO_LIST_NAME = "todo_list_name"
 
string DOMAIN = "local_todo"
 

Detailed Description

Constants for the Local To-do integration.

Variable Documentation

◆ CONF_STORAGE_KEY

string homeassistant.components.local_todo.const.CONF_STORAGE_KEY = "storage_key"

Definition at line 6 of file const.py.

◆ CONF_TODO_LIST_NAME

string homeassistant.components.local_todo.const.CONF_TODO_LIST_NAME = "todo_list_name"

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.