hass-core/homeassistant/components/heos/const.py
Andrew Sayre 1bfe86b30d Change HEOS component library and add basic config flow (#22517)
* Update heos lib

* Update requirements files

* Removed unecessary mock_coro usage

* Remove assert_called_once usage

* Updates from review feedback

* Remove extra param to error format
2019-03-29 21:10:00 -07:00

4 lines
86 B
Python

"""Const for the HEOS integration."""
DATA_CONTROLLER = "controller"
DOMAIN = 'heos'