1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-21 19:39:06 +00:00
Files
core/homeassistant/components/local_ip/const.py
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"