From a70b80b0b7917c58a0d77ec98acf768513f7af87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 5 Sep 2021 10:18:11 +0200 Subject: [PATCH] Add manual configuration example to zeroconf (#19213) --- source/_integrations/zeroconf.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/zeroconf.markdown b/source/_integrations/zeroconf.markdown index d92ddf51603..0b83a9c0181 100644 --- a/source/_integrations/zeroconf.markdown +++ b/source/_integrations/zeroconf.markdown @@ -19,6 +19,11 @@ Integrations can opt-in to be found by adding either [a Zeroconf section](https: This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, and you wish to have Home Assistant scan for integrations using zeroconf and HomeKit, the following example shows you how to enable this integration manually: +```yaml +# Example configuration.yaml entry +zeroconf: +``` + ## Network interfaces and auto detection Zeroconf chooses which interfaces to broadcast on based on the [Network](/integrations/network/) integration.