mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 20:05:36 +01: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"
|