mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
* Remove option flow, refactor and improve the code quality after review in PR #54280 * Remove coordinator.py from coverage report * Some minor improvements for unit tests * Remove _LOGGER * Use pytest.fixture and some more improvments * Add back empty __init__ * Fix docstring --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
7 lines
161 B
Python
7 lines
161 B
Python
"""Constants for the Discovergy integration."""
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "discovergy"
|
|
MANUFACTURER = "Discovergy"
|
|
APP_NAME = "homeassistant"
|