mirror of
https://github.com/home-assistant/core.git
synced 2026-03-01 06:16:29 +00:00
6 lines
93 B
Python
6 lines
93 B
Python
"""Constants for the Openhome component."""
|
|
|
|
DOMAIN = "openhome"
|
|
|
|
DATA_OPENHOME = "openhome"
|