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:
Quentame 2020-04-09 16:06:01 +02:00 committed by GitHub
parent dd7fbef948
commit 45b28b8b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 66 additions and 37 deletions

View file

@ -0,0 +1,6 @@
"""Local IP constants."""
DOMAIN = "local_ip"
PLATFORM = "sensor"
SENSOR = "address"