Files
home-assistant-core/homeassistant/components/fing/const.py
T
a571271f6a Add Fing integration (#126058)
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Norbert Rittel <[email protected]>
Co-authored-by: Joost Lekkerkerker <[email protected]>
2025-10-24 15:45:00 +02:00

5 lines
89 B
Python

"""Const for the Fing integration."""
DOMAIN = "fing"
UPNP_AVAILABLE = "upnp_available"