mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Add 'unignore' to DISCOVERY_SOURCES that can be ignored. (#4370)
This commit is contained in:
parent
4dca3289f6
commit
83880791b1
@ -4,7 +4,7 @@ import { debounce } from "../common/util/debounce";
|
||||
import { getCollection, Connection } from "home-assistant-js-websocket";
|
||||
import { LocalizeFunc } from "../common/translations/localize";
|
||||
|
||||
export const DISCOVERY_SOURCES = ["homekit", "ssdp", "zeroconf"];
|
||||
export const DISCOVERY_SOURCES = ["unignore", "homekit", "ssdp", "zeroconf"];
|
||||
|
||||
export const createConfigFlow = (hass: HomeAssistant, handler: string) =>
|
||||
hass.callApi<DataEntryFlowStep>("POST", "config/config_entries/flow", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user