mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00
8 lines
138 B
Python
8 lines
138 B
Python
"""Local IP constants."""
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "local_ip"
|
|
PLATFORMS = [Platform.SENSOR]
|
|
|
|
SENSOR = "address"
|