Classes | |
| class | IcloudAccount |
| class | IcloudDevice |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_ACCOUNT = "account" |
| string | ATTR_ACCOUNT_FETCH_INTERVAL = "account_fetch_interval" |
| string | ATTR_BATTERY = "battery" |
| string | ATTR_BATTERY_STATUS = "battery_status" |
| string | ATTR_DEVICE_NAME = "device_name" |
| string | ATTR_DEVICE_STATUS = "device_status" |
| string | ATTR_LOST_DEVICE_MESSAGE = "message" |
| string | ATTR_LOST_DEVICE_NUMBER = "number" |
| string | ATTR_LOST_DEVICE_SOUND = "sound" |
| string | ATTR_LOW_POWER_MODE = "low_power_mode" |
| string | ATTR_OWNER_NAME = "owner_fullname" |
| string | SERVICE_ICLOUD_DISPLAY_MESSAGE = "display_message" |
| string | SERVICE_ICLOUD_LOST_DEVICE = "lost_device" |
| string | SERVICE_ICLOUD_PLAY_SOUND = "play_sound" |
| string | SERVICE_ICLOUD_UPDATE = "update" |
iCloud account.
|
private |
Definition at line 71 of file account.py.
| string homeassistant.components.icloud.account.ATTR_ACCOUNT = "account" |
Definition at line 66 of file account.py.
| string homeassistant.components.icloud.account.ATTR_ACCOUNT_FETCH_INTERVAL = "account_fetch_interval" |
Definition at line 53 of file account.py.
| string homeassistant.components.icloud.account.ATTR_BATTERY = "battery" |
Definition at line 54 of file account.py.
| string homeassistant.components.icloud.account.ATTR_BATTERY_STATUS = "battery_status" |
Definition at line 55 of file account.py.
| string homeassistant.components.icloud.account.ATTR_DEVICE_NAME = "device_name" |
Definition at line 56 of file account.py.
| string homeassistant.components.icloud.account.ATTR_DEVICE_STATUS = "device_status" |
Definition at line 57 of file account.py.
| string homeassistant.components.icloud.account.ATTR_LOST_DEVICE_MESSAGE = "message" |
Definition at line 67 of file account.py.
| string homeassistant.components.icloud.account.ATTR_LOST_DEVICE_NUMBER = "number" |
Definition at line 68 of file account.py.
| string homeassistant.components.icloud.account.ATTR_LOST_DEVICE_SOUND = "sound" |
Definition at line 69 of file account.py.
| string homeassistant.components.icloud.account.ATTR_LOW_POWER_MODE = "low_power_mode" |
Definition at line 58 of file account.py.
| string homeassistant.components.icloud.account.ATTR_OWNER_NAME = "owner_fullname" |
Definition at line 59 of file account.py.
| string homeassistant.components.icloud.account.SERVICE_ICLOUD_DISPLAY_MESSAGE = "display_message" |
Definition at line 63 of file account.py.
| string homeassistant.components.icloud.account.SERVICE_ICLOUD_LOST_DEVICE = "lost_device" |
Definition at line 64 of file account.py.
| string homeassistant.components.icloud.account.SERVICE_ICLOUD_PLAY_SOUND = "play_sound" |
Definition at line 62 of file account.py.
| string homeassistant.components.icloud.account.SERVICE_ICLOUD_UPDATE = "update" |
Definition at line 65 of file account.py.