mirror of
https://github.com/elisspace/core.git
synced 2026-09-02 19:55:52 +00:00
7 lines
90 B
Python
7 lines
90 B
Python
"""Local IP constants."""
|
|
|
|
DOMAIN = "local_ip"
|
|
PLATFORMS = ["sensor"]
|
|
|
|
SENSOR = "address"
|