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

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"
 

Detailed Description

Constants for the Picnic integration.

Variable Documentation

◆ ADDRESS

string homeassistant.components.picnic.const.ADDRESS = "address"

Definition at line 20 of file const.py.

◆ ATTR_AMOUNT

string homeassistant.components.picnic.const.ATTR_AMOUNT = "amount"

Definition at line 15 of file const.py.

◆ ATTR_CONFIG_ENTRY_ID

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

Definition at line 12 of file const.py.

◆ ATTR_PRODUCT_ID

string homeassistant.components.picnic.const.ATTR_PRODUCT_ID = "product_id"

Definition at line 13 of file const.py.

◆ ATTR_PRODUCT_IDENTIFIERS

string homeassistant.components.picnic.const.ATTR_PRODUCT_IDENTIFIERS = "product_identifiers"

Definition at line 16 of file const.py.

◆ ATTR_PRODUCT_NAME

string homeassistant.components.picnic.const.ATTR_PRODUCT_NAME = "product_name"

Definition at line 14 of file const.py.

◆ ATTRIBUTION

string homeassistant.components.picnic.const.ATTRIBUTION = "Data provided by Picnic"

Definition at line 19 of file const.py.

◆ CART_DATA

string homeassistant.components.picnic.const.CART_DATA = "cart_data"

Definition at line 21 of file const.py.

◆ CONF_API

string homeassistant.components.picnic.const.CONF_API = "api"

Definition at line 7 of file const.py.

◆ CONF_COORDINATOR

string homeassistant.components.picnic.const.CONF_COORDINATOR = "coordinator"

Definition at line 8 of file const.py.

◆ COUNTRY_CODES

list homeassistant.components.picnic.const.COUNTRY_CODES = ["NL", "DE", "BE", "FR"]

Definition at line 18 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ LAST_ORDER_DATA

string homeassistant.components.picnic.const.LAST_ORDER_DATA = "last_order_data"

Definition at line 24 of file const.py.

◆ NEXT_DELIVERY_DATA

string homeassistant.components.picnic.const.NEXT_DELIVERY_DATA = "next_delivery_data"

Definition at line 23 of file const.py.

◆ SENSOR_CART_ITEMS_COUNT

string homeassistant.components.picnic.const.SENSOR_CART_ITEMS_COUNT = "cart_items_count"

Definition at line 26 of file const.py.

◆ SENSOR_CART_TOTAL_PRICE

string homeassistant.components.picnic.const.SENSOR_CART_TOTAL_PRICE = "cart_total_price"

Definition at line 27 of file const.py.

◆ SENSOR_LAST_ORDER_DELIVERY_TIME

string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_DELIVERY_TIME = "last_order_delivery_time"

Definition at line 36 of file const.py.

◆ SENSOR_LAST_ORDER_MAX_ORDER_TIME

string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_MAX_ORDER_TIME = "last_order_max_order_time"

Definition at line 35 of file const.py.

◆ SENSOR_LAST_ORDER_SLOT_END

string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_SLOT_END = "last_order_slot_end"

Definition at line 33 of file const.py.

◆ SENSOR_LAST_ORDER_SLOT_START

string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_SLOT_START = "last_order_slot_start"

Definition at line 32 of file const.py.

◆ SENSOR_LAST_ORDER_STATUS

string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_STATUS = "last_order_status"

Definition at line 34 of file const.py.

◆ SENSOR_LAST_ORDER_TOTAL_PRICE

string homeassistant.components.picnic.const.SENSOR_LAST_ORDER_TOTAL_PRICE = "last_order_total_price"

Definition at line 37 of file const.py.

◆ SENSOR_NEXT_DELIVERY_ETA_END

string homeassistant.components.picnic.const.SENSOR_NEXT_DELIVERY_ETA_END = "next_delivery_eta_end"

Definition at line 39 of file const.py.

◆ SENSOR_NEXT_DELIVERY_ETA_START

string homeassistant.components.picnic.const.SENSOR_NEXT_DELIVERY_ETA_START = "next_delivery_eta_start"

Definition at line 38 of file const.py.

◆ SENSOR_NEXT_DELIVERY_SLOT_END

string homeassistant.components.picnic.const.SENSOR_NEXT_DELIVERY_SLOT_END = "next_delivery_slot_end"

Definition at line 41 of file const.py.

◆ SENSOR_NEXT_DELIVERY_SLOT_START

string homeassistant.components.picnic.const.SENSOR_NEXT_DELIVERY_SLOT_START = "next_delivery_slot_start"

Definition at line 40 of file const.py.

◆ SENSOR_SELECTED_SLOT_END

string homeassistant.components.picnic.const.SENSOR_SELECTED_SLOT_END = "selected_slot_end"

Definition at line 29 of file const.py.

◆ SENSOR_SELECTED_SLOT_MAX_ORDER_TIME

string homeassistant.components.picnic.const.SENSOR_SELECTED_SLOT_MAX_ORDER_TIME = "selected_slot_max_order_time"

Definition at line 30 of file const.py.

◆ SENSOR_SELECTED_SLOT_MIN_ORDER_VALUE

string homeassistant.components.picnic.const.SENSOR_SELECTED_SLOT_MIN_ORDER_VALUE = "selected_slot_min_order_value"

Definition at line 31 of file const.py.

◆ SENSOR_SELECTED_SLOT_START

string homeassistant.components.picnic.const.SENSOR_SELECTED_SLOT_START = "selected_slot_start"

Definition at line 28 of file const.py.

◆ SERVICE_ADD_PRODUCT_TO_CART

string homeassistant.components.picnic.const.SERVICE_ADD_PRODUCT_TO_CART = "add_product"

Definition at line 10 of file const.py.

◆ SLOT_DATA

string homeassistant.components.picnic.const.SLOT_DATA = "slot_data"

Definition at line 22 of file const.py.