Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.remember_the_milk.RememberTheMilkConfiguration
 

Namespaces

 homeassistant.components.remember_the_milk
 

Functions

def homeassistant.components.remember_the_milk._create_instance (hass, account_name, api_key, shared_secret, token, stored_rtm_config, component)
 
def homeassistant.components.remember_the_milk._register_new_account (hass, account_name, api_key, shared_secret, stored_rtm_config, component)
 
bool homeassistant.components.remember_the_milk.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.remember_the_milk._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.remember_the_milk.CONF_ID_MAP = "id_map"
 
string homeassistant.components.remember_the_milk.CONF_LIST_ID = "list_id"
 
string homeassistant.components.remember_the_milk.CONF_SHARED_SECRET = "shared_secret"
 
string homeassistant.components.remember_the_milk.CONF_TASK_ID = "task_id"
 
string homeassistant.components.remember_the_milk.CONF_TIMESERIES_ID = "timeseries_id"
 
string homeassistant.components.remember_the_milk.CONFIG_FILE_NAME = ".remember_the_milk.conf"
 
 homeassistant.components.remember_the_milk.CONFIG_SCHEMA
 
string homeassistant.components.remember_the_milk.DEFAULT_NAME = DOMAIN
 
string homeassistant.components.remember_the_milk.DOMAIN = "remember_the_milk"
 
 homeassistant.components.remember_the_milk.RTM_SCHEMA
 
string homeassistant.components.remember_the_milk.SERVICE_COMPLETE_TASK = "complete_task"
 
string homeassistant.components.remember_the_milk.SERVICE_CREATE_TASK = "create_task"
 
 homeassistant.components.remember_the_milk.SERVICE_SCHEMA_COMPLETE_TASK = vol.Schema({vol.Required(CONF_ID): cv.string})
 
 homeassistant.components.remember_the_milk.SERVICE_SCHEMA_CREATE_TASK