This website requires JavaScript.
Explore
Help
Sign in
evlli
/
hass-core
Watch
1
Star
0
Fork
You've already forked hass-core
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e0cb33a0a1
hass-core
/
homeassistant
/
components
/
local_ip
/
const.py
7 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
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
2020-04-09 16:06:01 +02:00
"""
Local IP constants.
"""
DOMAIN
=
"
local_ip
"
Reduce config entry setup/unload boilerplate K-M (#49775)
2021-04-27 06:49:13 -10:00
PLATFORMS
=
[
"
sensor
"
]
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
2020-04-09 16:06:01 +02:00
SENSOR
=
"
address
"
Reference in a new issue
Copy permalink