Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.icloud.account Namespace Reference

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"
 

Detailed Description

iCloud account.

Variable Documentation

◆ _LOGGER

homeassistant.components.icloud.account._LOGGER = logging.getLogger(__name__)
private

Definition at line 71 of file account.py.

◆ ATTR_ACCOUNT

string homeassistant.components.icloud.account.ATTR_ACCOUNT = "account"

Definition at line 66 of file account.py.

◆ ATTR_ACCOUNT_FETCH_INTERVAL

string homeassistant.components.icloud.account.ATTR_ACCOUNT_FETCH_INTERVAL = "account_fetch_interval"

Definition at line 53 of file account.py.

◆ ATTR_BATTERY

string homeassistant.components.icloud.account.ATTR_BATTERY = "battery"

Definition at line 54 of file account.py.

◆ ATTR_BATTERY_STATUS

string homeassistant.components.icloud.account.ATTR_BATTERY_STATUS = "battery_status"

Definition at line 55 of file account.py.

◆ ATTR_DEVICE_NAME

string homeassistant.components.icloud.account.ATTR_DEVICE_NAME = "device_name"

Definition at line 56 of file account.py.

◆ ATTR_DEVICE_STATUS

string homeassistant.components.icloud.account.ATTR_DEVICE_STATUS = "device_status"

Definition at line 57 of file account.py.

◆ ATTR_LOST_DEVICE_MESSAGE

string homeassistant.components.icloud.account.ATTR_LOST_DEVICE_MESSAGE = "message"

Definition at line 67 of file account.py.

◆ ATTR_LOST_DEVICE_NUMBER

string homeassistant.components.icloud.account.ATTR_LOST_DEVICE_NUMBER = "number"

Definition at line 68 of file account.py.

◆ ATTR_LOST_DEVICE_SOUND

string homeassistant.components.icloud.account.ATTR_LOST_DEVICE_SOUND = "sound"

Definition at line 69 of file account.py.

◆ ATTR_LOW_POWER_MODE

string homeassistant.components.icloud.account.ATTR_LOW_POWER_MODE = "low_power_mode"

Definition at line 58 of file account.py.

◆ ATTR_OWNER_NAME

string homeassistant.components.icloud.account.ATTR_OWNER_NAME = "owner_fullname"

Definition at line 59 of file account.py.

◆ SERVICE_ICLOUD_DISPLAY_MESSAGE

string homeassistant.components.icloud.account.SERVICE_ICLOUD_DISPLAY_MESSAGE = "display_message"

Definition at line 63 of file account.py.

◆ SERVICE_ICLOUD_LOST_DEVICE

string homeassistant.components.icloud.account.SERVICE_ICLOUD_LOST_DEVICE = "lost_device"

Definition at line 64 of file account.py.

◆ SERVICE_ICLOUD_PLAY_SOUND

string homeassistant.components.icloud.account.SERVICE_ICLOUD_PLAY_SOUND = "play_sound"

Definition at line 62 of file account.py.

◆ SERVICE_ICLOUD_UPDATE

string homeassistant.components.icloud.account.SERVICE_ICLOUD_UPDATE = "update"

Definition at line 65 of file account.py.