From 04cb735cf10f764392043ed5c53f9fb5ffd7bafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20St=C3=A5hl?= Date: Thu, 23 Feb 2017 12:48:14 +0100 Subject: [PATCH] discovery: Add ignore option (#2061) --- source/_components/discovery.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index 4a97acd53e4..0ab17fea3da 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -25,6 +25,7 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d * Yamaha media player * Logitech media server (Squeezebox) * DirecTV + * Apple TV It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user. @@ -33,8 +34,15 @@ To load this component, add the following lines to your `configuration.yaml`: ```yaml # Example configuration.yaml entry discovery: + ignore: + - sonos + - samsung_tv ``` +Configuration variables: + +- **ignore** (*Optional*): A list of platforms that never will be automatically configured by `discovery`. +

Home Assistant must be on the same network as the devices for uPnP discovery to work. If running Home Assistant in a Docker container use switch `--net=host` to put it on the host's network.