6 lines
93 B
Python
6 lines
93 B
Python
"""Constants for the Openhome component."""
|
|
|
|
DOMAIN = "openhome"
|
|
|
|
DATA_OPENHOME = "openhome"
|