* 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
4 lines
86 B
Python
4 lines
86 B
Python
"""Const for the HEOS integration."""
|
|
|
|
DATA_CONTROLLER = "controller"
|
|
DOMAIN = 'heos'
|