hass-core/homeassistant/components/dunehd/const.py
Maciej Bieniek 465b98513b
Add config flow to Dune HD (#36345)
* 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
2020-06-03 07:01:56 -05:00

4 lines
111 B
Python

"""Constants for Dune HD integration."""
ATTR_MANUFACTURER = "Dune"
DOMAIN = "dunehd"
DEFAULT_NAME = "Dune HD"