mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
* 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
5 lines
86 B
Python
5 lines
86 B
Python
"""Const for the HEOS integration."""
|
|
|
|
DATA_CONTROLLER = "controller"
|
|
DOMAIN = 'heos'
|