mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00

* TP-Link Omada integration Support for PoE config of network switch ports * Bump omada client version * Fixing tests * Refactored site config flow * Code review comments * Fixed tests and device display name issue * Bump isort to fix pre-commit hooks * Hassfest for the win * Omada code review * Black * More config flow test coverage * Full coverage for omada config_flow --------- Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
4 lines
76 B
Python
4 lines
76 B
Python
"""Constants for the TP-Link Omada integration."""
|
|
|
|
DOMAIN = "tplink_omada"
|