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