Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.icloud
 

Functions

bool homeassistant.components.icloud.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.icloud.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

string homeassistant.components.icloud.ATTR_ACCOUNT = "account"
 
string homeassistant.components.icloud.ATTR_ACCOUNT_FETCH_INTERVAL = "account_fetch_interval"
 
string homeassistant.components.icloud.ATTR_BATTERY = "battery"
 
string homeassistant.components.icloud.ATTR_BATTERY_STATUS = "battery_status"
 
string homeassistant.components.icloud.ATTR_DEVICE_NAME = "device_name"
 
string homeassistant.components.icloud.ATTR_DEVICE_STATUS = "device_status"
 
string homeassistant.components.icloud.ATTR_LOST_DEVICE_MESSAGE = "message"
 
string homeassistant.components.icloud.ATTR_LOST_DEVICE_NUMBER = "number"
 
string homeassistant.components.icloud.ATTR_LOST_DEVICE_SOUND = "sound"
 
string homeassistant.components.icloud.ATTR_LOW_POWER_MODE = "low_power_mode"
 
string homeassistant.components.icloud.ATTR_OWNER_NAME = "owner_fullname"
 
string homeassistant.components.icloud.ATTRIBUTION = "Data provided by Apple iCloud"
 
string homeassistant.components.icloud.SERVICE_ICLOUD_DISPLAY_MESSAGE = "display_message"
 
string homeassistant.components.icloud.SERVICE_ICLOUD_LOST_DEVICE = "lost_device"
 
string homeassistant.components.icloud.SERVICE_ICLOUD_PLAY_SOUND = "play_sound"
 
string homeassistant.components.icloud.SERVICE_ICLOUD_UPDATE = "update"
 
 homeassistant.components.icloud.SERVICE_SCHEMA = vol.Schema({vol.Optional(ATTR_ACCOUNT): cv.string})
 
 homeassistant.components.icloud.SERVICE_SCHEMA_DISPLAY_MESSAGE
 
 homeassistant.components.icloud.SERVICE_SCHEMA_LOST_DEVICE
 
 homeassistant.components.icloud.SERVICE_SCHEMA_PLAY_SOUND