mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 08:06:53 +01:00
9 lines
164 B
Python
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"
|