mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 20:54:23 +01:00
5 lines
112 B
Python
5 lines
112 B
Python
"""Constants for the OpenDisplay integration."""
|
|
|
|
DOMAIN = "opendisplay"
|
|
CONF_ENCRYPTION_KEY = "encryption_key"
|