1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 16:12:01 +00:00
Files
2021-12-06 13:04:18 +01:00

9 lines
164 B
Python

"""Constants for the Apple TV integration."""
DOMAIN = "apple_tv"
CONF_CREDENTIALS = "credentials"
CONF_IDENTIFIERS = "identifiers"
CONF_START_OFF = "start_off"