mirror of
https://github.com/home-assistant/core.git
synced 2025-10-28 13:09:26 +00:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
5 lines
89 B
Python
5 lines
89 B
Python
"""Const for the Fing integration."""
|
|
|
|
DOMAIN = "fing"
|
|
UPNP_AVAILABLE = "upnp_available"
|