* Add config_flow to the dunehd integration * Add tests * Run gen_requirements_all * Fix pylint error * Better hostname validation * Build device info in the class
4 lines
111 B
Python
4 lines
111 B
Python
"""Constants for Dune HD integration."""
|
|
ATTR_MANUFACTURER = "Dune"
|
|
DOMAIN = "dunehd"
|
|
DEFAULT_NAME = "Dune HD"
|