* 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>
3 lines
76 B
Python
3 lines
76 B
Python
"""Constants for the TP-Link Omada integration."""
|
|
|
|
DOMAIN = "tplink_omada"
|