Updated apps
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
DOMAIN = "amazon_order_status"
|
||||
|
||||
CONF_EMAIL = "email"
|
||||
CONF_IMAP_SERVER = "imap_server"
|
||||
CONF_IMAP_PORT = "imap_port"
|
||||
CONF_USERNAME = "username"
|
||||
CONF_PASSWORD = "password"
|
||||
CONF_POLL_INTERVAL = "poll_interval"
|
||||
CONF_MARK_AS_READ = "mark_as_read"
|
||||
CONF_DELIVERED_RETENTION_DAYS = "delivered_retention_days"
|
||||
CONF_IMAP_FOLDER = "imap_folder"
|
||||
ERROR_CANNOT_CONNECT = "cannot_connect"
|
||||
ERROR_INVALID_AUTH = "invalid_auth"
|
||||
|
||||
SERVICE_PURGE_ORDER = "purge_order"
|
||||
ATTR_ORDER_ID = "order_id"
|
||||
|
||||
DEFAULT_POLL_INTERVAL = 1800 # 30 minutes
|
||||
Reference in New Issue
Block a user