1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-01 13:14:35 +01:00
Files
core/homeassistant/components/local_ip/const.py
T
2021-12-05 17:10:07 -10:00

8 lines
138 B
Python

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