mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 05:29:14 +00:00

* Add config flow + sensor unique_id & icon to local_ip * single_instance_allowed * Fix test * Martin's review * Name deprecated
7 lines
87 B
Python
7 lines
87 B
Python
"""Local IP constants."""
|
|
|
|
DOMAIN = "local_ip"
|
|
PLATFORM = "sensor"
|
|
|
|
SENSOR = "address"
|