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") | |
Constants for the Mealie integration.
| 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__) |