mirror of
https://github.com/home-assistant/core.git
synced 2025-05-23 07:17:07 +00:00

* 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
5 lines
111 B
Python
5 lines
111 B
Python
"""Constants for Dune HD integration."""
|
|
ATTR_MANUFACTURER = "Dune"
|
|
DOMAIN = "dunehd"
|
|
DEFAULT_NAME = "Dune HD"
|