1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-18 14:29:57 +01:00
Files
core/homeassistant/components/local_ip/const.py
T
2024-03-08 09:01:29 -05:00

9 lines
139 B
Python

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