Variables | |
| string | ADDRESS = "address" |
| string | ATTR_AMOUNT = "amount" |
| string | ATTR_CONFIG_ENTRY_ID = "config_entry_id" |
| string | ATTR_PRODUCT_ID = "product_id" |
| string | ATTR_PRODUCT_IDENTIFIERS = "product_identifiers" |
| string | ATTR_PRODUCT_NAME = "product_name" |
| string | ATTRIBUTION = "Data provided by Picnic" |
| string | CART_DATA = "cart_data" |
| string | CONF_API = "api" |
| string | CONF_COORDINATOR = "coordinator" |
| list | COUNTRY_CODES = ["NL", "DE", "BE", "FR"] |
| string | DOMAIN = "picnic" |
| string | LAST_ORDER_DATA = "last_order_data" |
| string | NEXT_DELIVERY_DATA = "next_delivery_data" |
| string | SENSOR_CART_ITEMS_COUNT = "cart_items_count" |
| string | SENSOR_CART_TOTAL_PRICE = "cart_total_price" |
| string | SENSOR_LAST_ORDER_DELIVERY_TIME = "last_order_delivery_time" |
| string | SENSOR_LAST_ORDER_MAX_ORDER_TIME = "last_order_max_order_time" |
| string | SENSOR_LAST_ORDER_SLOT_END = "last_order_slot_end" |
| string | SENSOR_LAST_ORDER_SLOT_START = "last_order_slot_start" |
| string | SENSOR_LAST_ORDER_STATUS = "last_order_status" |
| string | SENSOR_LAST_ORDER_TOTAL_PRICE = "last_order_total_price" |
| string | SENSOR_NEXT_DELIVERY_ETA_END = "next_delivery_eta_end" |
| string | SENSOR_NEXT_DELIVERY_ETA_START = "next_delivery_eta_start" |
| string | SENSOR_NEXT_DELIVERY_SLOT_END = "next_delivery_slot_end" |
| string | SENSOR_NEXT_DELIVERY_SLOT_START = "next_delivery_slot_start" |
| string | SENSOR_SELECTED_SLOT_END = "selected_slot_end" |
| string | SENSOR_SELECTED_SLOT_MAX_ORDER_TIME = "selected_slot_max_order_time" |
| string | SENSOR_SELECTED_SLOT_MIN_ORDER_VALUE = "selected_slot_min_order_value" |
| string | SENSOR_SELECTED_SLOT_START = "selected_slot_start" |
| string | SERVICE_ADD_PRODUCT_TO_CART = "add_product" |
| string | SLOT_DATA = "slot_data" |
Constants for the Picnic integration.
| string homeassistant.components.picnic.const.ADDRESS = "address" |
| string homeassistant.components.picnic.const.ATTR_AMOUNT = "amount" |
| string homeassistant.components.picnic.const.ATTR_CONFIG_ENTRY_ID = "config_entry_id" |
| string homeassistant.components.picnic.const.ATTR_PRODUCT_ID = "product_id" |
| string homeassistant.components.picnic.const.ATTR_PRODUCT_IDENTIFIERS = "product_identifiers" |
| string homeassistant.components.picnic.const.ATTR_PRODUCT_NAME = "product_name" |
| string homeassistant.components.picnic.const.ATTRIBUTION = "Data provided by Picnic" |
| string homeassistant.components.picnic.const.CART_DATA = "cart_data" |
| string homeassistant.components.picnic.const.CONF_API = "api" |
| string homeassistant.components.picnic.const.CONF_COORDINATOR = "coordinator" |
| list homeassistant.components.picnic.const.COUNTRY_CODES = ["NL", "DE", "BE", "FR"] |
| string homeassistant.components.picnic.const.DOMAIN = "picnic" |
| string homeassistant.components.picnic.const.LAST_ORDER_DATA = "last_order_data" |
| string homeassistant.components.picnic.const.NEXT_DELIVERY_DATA = "next_delivery_data" |
| string homeassistant.components.picnic.const.SENSOR_CART_ITEMS_COUNT = "cart_items_count" |
| string homeassistant.components.picnic.const.SENSOR_CART_TOTAL_PRICE = "cart_total_price" |
| string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_DELIVERY_TIME = "last_order_delivery_time" |
| string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_MAX_ORDER_TIME = "last_order_max_order_time" |
| string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_SLOT_END = "last_order_slot_end" |
| string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_SLOT_START = "last_order_slot_start" |
| string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_STATUS = "last_order_status" |
| string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_TOTAL_PRICE = "last_order_total_price" |
| string homeassistant.components.picnic.const.SENSOR_NEXT_DELIVERY_ETA_END = "next_delivery_eta_end" |
| string homeassistant.components.picnic.const.SENSOR_NEXT_DELIVERY_ETA_START = "next_delivery_eta_start" |
| string homeassistant.components.picnic.const.SENSOR_NEXT_DELIVERY_SLOT_END = "next_delivery_slot_end" |
| string homeassistant.components.picnic.const.SENSOR_NEXT_DELIVERY_SLOT_START = "next_delivery_slot_start" |
| string homeassistant.components.picnic.const.SENSOR_SELECTED_SLOT_END = "selected_slot_end" |
| string homeassistant.components.picnic.const.SENSOR_SELECTED_SLOT_MAX_ORDER_TIME = "selected_slot_max_order_time" |
| string homeassistant.components.picnic.const.SENSOR_SELECTED_SLOT_MIN_ORDER_VALUE = "selected_slot_min_order_value" |
| string homeassistant.components.picnic.const.SENSOR_SELECTED_SLOT_START = "selected_slot_start" |
| string homeassistant.components.picnic.const.SERVICE_ADD_PRODUCT_TO_CART = "add_product" |