6 lines
90 B
Python
6 lines
90 B
Python
"""Local IP constants."""
|
|
|
|
DOMAIN = "local_ip"
|
|
PLATFORMS = ["sensor"]
|
|
|
|
SENSOR = "address"
|