1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-31 19:27:06 +00:00

7 lines
90 B
Python

"""Local IP constants."""
DOMAIN = "local_ip"
PLATFORMS = ["sensor"]
SENSOR = "address"