mirror of
https://github.com/home-assistant/core.git
synced 2026-06-01 13:14:35 +01:00
40b99135e5
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
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"
|