From 83880791b158827b5943f9d7ef19a2fd4a3cfaf9 Mon Sep 17 00:00:00 2001 From: Jc2k Date: Sat, 21 Dec 2019 16:10:20 +0000 Subject: [PATCH] Add 'unignore' to DISCOVERY_SOURCES that can be ignored. (#4370) --- src/data/config_flow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/config_flow.ts b/src/data/config_flow.ts index e65cb94840..7b922e6850 100644 --- a/src/data/config_flow.ts +++ b/src/data/config_flow.ts @@ -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("POST", "config/config_entries/flow", {