5 lines
111 B
Python
5 lines
111 B
Python
|
"""Constants for Dune HD integration."""
|
||
|
ATTR_MANUFACTURER = "Dune"
|
||
|
DOMAIN = "dunehd"
|
||
|
DEFAULT_NAME = "Dune HD"
|