Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mealie.const
 

Variables

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