This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5aba8a7c81
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 14:06:01 +00:00
"""
Local IP constants.
"""
DOMAIN
=
"
local_ip
"
Reduce config entry setup/unload boilerplate K-M (#49775)
2021-04-27 16:49:13 +00: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 14:06:01 +00:00
SENSOR
=
"
address
"