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