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

Variables

string ATTR_BATTERY = "battery"
 
string ATTR_BATTERY_LEVEL = "level"
 
string ATTR_BATTERY_STATE = "state"
 
string ATTR_BATTERY_STATE_CHARGING = "Charging"
 
string ATTR_BATTERY_STATE_FULL = "Full"
 
string ATTR_BATTERY_STATE_UNKNOWN = "Unknown"
 
string ATTR_BATTERY_STATE_UNPLUGGED = "Not Charging"
 
string ATTR_DEVICE = "device"
 
string ATTR_DEVICE_ID = "deviceId"
 
string ATTR_DEVICE_NAME = "name"
 
string ATTR_DEVICE_PERMANENT_ID = "permanentID"
 
string ATTR_DEVICE_SYSTEM_VERSION = "systemVersion"
 
string ATTR_DEVICE_TYPE = "type"
 
list BATTERY_STATES
 
string CONF_ACTION_BACKGROUND_COLOR = "background_color"
 
string CONF_ACTION_ICON = "icon"
 
string CONF_ACTION_ICON_COLOR = "color"
 
string CONF_ACTION_ICON_ICON = "icon"
 
string CONF_ACTION_LABEL = "label"
 
string CONF_ACTION_LABEL_COLOR = "color"
 
string CONF_ACTION_LABEL_TEXT = "text"
 
string CONF_ACTION_NAME = "name"
 
string CONF_ACTION_SHOW_IN_CARPLAY = "show_in_carplay"
 
string CONF_ACTION_SHOW_IN_WATCH = "show_in_watch"
 
string CONF_ACTION_USE_CUSTOM_COLORS = "use_custom_colors"
 
string CONF_ACTIONS = "actions"
 
string DOMAIN = "ios"
 

Detailed Description

Const for iOS.

Variable Documentation

◆ ATTR_BATTERY

string homeassistant.components.ios.const.ATTR_BATTERY = "battery"

Definition at line 5 of file const.py.

◆ ATTR_BATTERY_LEVEL

string homeassistant.components.ios.const.ATTR_BATTERY_LEVEL = "level"

Definition at line 6 of file const.py.

◆ ATTR_BATTERY_STATE

string homeassistant.components.ios.const.ATTR_BATTERY_STATE = "state"

Definition at line 7 of file const.py.

◆ ATTR_BATTERY_STATE_CHARGING

string homeassistant.components.ios.const.ATTR_BATTERY_STATE_CHARGING = "Charging"

Definition at line 9 of file const.py.

◆ ATTR_BATTERY_STATE_FULL

string homeassistant.components.ios.const.ATTR_BATTERY_STATE_FULL = "Full"

Definition at line 10 of file const.py.

◆ ATTR_BATTERY_STATE_UNKNOWN

string homeassistant.components.ios.const.ATTR_BATTERY_STATE_UNKNOWN = "Unknown"

Definition at line 11 of file const.py.

◆ ATTR_BATTERY_STATE_UNPLUGGED

string homeassistant.components.ios.const.ATTR_BATTERY_STATE_UNPLUGGED = "Not Charging"

Definition at line 8 of file const.py.

◆ ATTR_DEVICE

string homeassistant.components.ios.const.ATTR_DEVICE = "device"

Definition at line 20 of file const.py.

◆ ATTR_DEVICE_ID

string homeassistant.components.ios.const.ATTR_DEVICE_ID = "deviceId"

Definition at line 21 of file const.py.

◆ ATTR_DEVICE_NAME

string homeassistant.components.ios.const.ATTR_DEVICE_NAME = "name"

Definition at line 22 of file const.py.

◆ ATTR_DEVICE_PERMANENT_ID

string homeassistant.components.ios.const.ATTR_DEVICE_PERMANENT_ID = "permanentID"

Definition at line 23 of file const.py.

◆ ATTR_DEVICE_SYSTEM_VERSION

string homeassistant.components.ios.const.ATTR_DEVICE_SYSTEM_VERSION = "systemVersion"

Definition at line 24 of file const.py.

◆ ATTR_DEVICE_TYPE

string homeassistant.components.ios.const.ATTR_DEVICE_TYPE = "type"

Definition at line 25 of file const.py.

◆ BATTERY_STATES

list homeassistant.components.ios.const.BATTERY_STATES
Initial value:
1 = [
2  ATTR_BATTERY_STATE_UNPLUGGED,
3  ATTR_BATTERY_STATE_CHARGING,
4  ATTR_BATTERY_STATE_FULL,
5  ATTR_BATTERY_STATE_UNKNOWN,
6 ]

Definition at line 13 of file const.py.

◆ CONF_ACTION_BACKGROUND_COLOR

string homeassistant.components.ios.const.CONF_ACTION_BACKGROUND_COLOR = "background_color"

Definition at line 28 of file const.py.

◆ CONF_ACTION_ICON

string homeassistant.components.ios.const.CONF_ACTION_ICON = "icon"

Definition at line 32 of file const.py.

◆ CONF_ACTION_ICON_COLOR

string homeassistant.components.ios.const.CONF_ACTION_ICON_COLOR = "color"

Definition at line 33 of file const.py.

◆ CONF_ACTION_ICON_ICON

string homeassistant.components.ios.const.CONF_ACTION_ICON_ICON = "icon"

Definition at line 34 of file const.py.

◆ CONF_ACTION_LABEL

string homeassistant.components.ios.const.CONF_ACTION_LABEL = "label"

Definition at line 29 of file const.py.

◆ CONF_ACTION_LABEL_COLOR

string homeassistant.components.ios.const.CONF_ACTION_LABEL_COLOR = "color"

Definition at line 30 of file const.py.

◆ CONF_ACTION_LABEL_TEXT

string homeassistant.components.ios.const.CONF_ACTION_LABEL_TEXT = "text"

Definition at line 31 of file const.py.

◆ CONF_ACTION_NAME

string homeassistant.components.ios.const.CONF_ACTION_NAME = "name"

Definition at line 27 of file const.py.

◆ CONF_ACTION_SHOW_IN_CARPLAY

string homeassistant.components.ios.const.CONF_ACTION_SHOW_IN_CARPLAY = "show_in_carplay"

Definition at line 36 of file const.py.

◆ CONF_ACTION_SHOW_IN_WATCH

string homeassistant.components.ios.const.CONF_ACTION_SHOW_IN_WATCH = "show_in_watch"

Definition at line 37 of file const.py.

◆ CONF_ACTION_USE_CUSTOM_COLORS

string homeassistant.components.ios.const.CONF_ACTION_USE_CUSTOM_COLORS = "use_custom_colors"

Definition at line 38 of file const.py.

◆ CONF_ACTIONS

string homeassistant.components.ios.const.CONF_ACTIONS = "actions"

Definition at line 35 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.