mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Add local_ip unique_id & icon and single_instance_allowed (#33483)
* Add config flow + sensor unique_id & icon to local_ip * single_instance_allowed * Fix test * Martin's review * Name deprecated
This commit is contained in:
6
homeassistant/components/local_ip/const.py
Normal file
6
homeassistant/components/local_ip/const.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Local IP constants."""
|
||||
|
||||
DOMAIN = "local_ip"
|
||||
PLATFORM = "sensor"
|
||||
|
||||
SENSOR = "address"
|
||||
Reference in New Issue
Block a user