hass-core/homeassistant/components/icloud/const.py
2019-11-27 11:16:53 +01:00

6 lines
200 B
Python

"""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"