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

Variables

string ATTR_CONFIG_ENTRY_ID = "config_entry_id"
 
string ATTR_END_DATE = "end_date"
 
string ATTR_ENTRY_TYPE = "entry_type"
 
string ATTR_INCLUDE_TAGS = "include_tags"
 
string ATTR_NOTE_TEXT = "note_text"
 
string ATTR_NOTE_TITLE = "note_title"
 
string ATTR_RECIPE_ID = "recipe_id"
 
string ATTR_START_DATE = "start_date"
 
string ATTR_URL = "url"
 
string DOMAIN = "mealie"
 
 LOGGER = logging.getLogger(__package__)
 
 MIN_REQUIRED_MEALIE_VERSION = AwesomeVersion("v1.0.0")
 

Detailed Description

Constants for the Mealie integration.

Variable Documentation

◆ ATTR_CONFIG_ENTRY_ID

string homeassistant.components.mealie.const.ATTR_CONFIG_ENTRY_ID = "config_entry_id"

Definition at line 11 of file const.py.

◆ ATTR_END_DATE

string homeassistant.components.mealie.const.ATTR_END_DATE = "end_date"

Definition at line 13 of file const.py.

◆ ATTR_ENTRY_TYPE

string homeassistant.components.mealie.const.ATTR_ENTRY_TYPE = "entry_type"

Definition at line 17 of file const.py.

◆ ATTR_INCLUDE_TAGS

string homeassistant.components.mealie.const.ATTR_INCLUDE_TAGS = "include_tags"

Definition at line 16 of file const.py.

◆ ATTR_NOTE_TEXT

string homeassistant.components.mealie.const.ATTR_NOTE_TEXT = "note_text"

Definition at line 19 of file const.py.

◆ ATTR_NOTE_TITLE

string homeassistant.components.mealie.const.ATTR_NOTE_TITLE = "note_title"

Definition at line 18 of file const.py.

◆ ATTR_RECIPE_ID

string homeassistant.components.mealie.const.ATTR_RECIPE_ID = "recipe_id"

Definition at line 14 of file const.py.

◆ ATTR_START_DATE

string homeassistant.components.mealie.const.ATTR_START_DATE = "start_date"

Definition at line 12 of file const.py.

◆ ATTR_URL

string homeassistant.components.mealie.const.ATTR_URL = "url"

Definition at line 15 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.mealie.const.LOGGER = logging.getLogger(__package__)

Definition at line 9 of file const.py.

◆ MIN_REQUIRED_MEALIE_VERSION

homeassistant.components.mealie.const.MIN_REQUIRED_MEALIE_VERSION = AwesomeVersion("v1.0.0")

Definition at line 21 of file const.py.