Co-authored-by: Copilot <[email protected]> Co-authored-by: Norbert Rittel <[email protected]> Co-authored-by: Joost Lekkerkerker <[email protected]>
5 lines
89 B
Python
5 lines
89 B
Python
"""Const for the Fing integration."""
|
|
|
|
DOMAIN = "fing"
|
|
UPNP_AVAILABLE = "upnp_available"
|