1
0
mirror of https://github.com/home-assistant/core.git synced 2025-04-29 19:57:52 +00:00

9 lines
139 B
Python

"""Local IP constants."""
from homeassistant.const import Platform
DOMAIN = "local_ip"
PLATFORMS = [Platform.SENSOR]
SENSOR = "address"