core/homeassistant/components/icloud/const.py

7 lines
200 B
Python
Raw Normal View History

"""Constants for the iCloud component."""
DOMAIN = "icloud"
SERVICE_LOST_IPHONE = "lost_iphone"
SERVICE_UPDATE = "update"
SERVICE_RESET_ACCOUNT = "reset_account"
SERVICE_SET_INTERVAL = "set_interval"