mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
* mark integrations as single_config_entry in manifest * fix owntracks test
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"domain": "local_ip",
|
|
"name": "Local IP Address",
|
|
"codeowners": ["@issacg"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/local_ip",
|
|
"iot_class": "local_polling",
|
|
"single_config_entry": true
|
|
}
|