2019-05-13 08:16:55 +00:00
|
|
|
"""Const for iOS."""
|
|
|
|
|
|
|
|
DOMAIN = "ios"
|
2020-09-01 12:24:23 +00:00
|
|
|
|
|
|
|
CONF_ACTION_NAME = "name"
|
|
|
|
CONF_ACTION_BACKGROUND_COLOR = "background_color"
|
|
|
|
CONF_ACTION_LABEL = "label"
|
|
|
|
CONF_ACTION_LABEL_COLOR = "color"
|
|
|
|
CONF_ACTION_LABEL_TEXT = "text"
|
|
|
|
CONF_ACTION_ICON = "icon"
|
|
|
|
CONF_ACTION_ICON_COLOR = "color"
|
|
|
|
CONF_ACTION_ICON_ICON = "icon"
|
|
|
|
CONF_ACTIONS = "actions"
|