1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-04 13:15:29 +01:00
Files
core/homeassistant/components/opendisplay/const.py
T
2026-04-03 20:11:10 +02:00

5 lines
112 B
Python

"""Constants for the OpenDisplay integration."""
DOMAIN = "opendisplay"
CONF_ENCRYPTION_KEY = "encryption_key"