mirror of
https://github.com/elisspace/core.git
synced 2026-09-02 20:35:53 +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"
|