home-assistant.io/source/components/discovery.markdown
Fabian Affolter 79ad2ac6a2 add icon
2015-06-17 09:09:21 +02:00

897 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Discovery Instructions how to setup Home Assistant to discover new devices. 2015-01-24 14:39 false false true true
Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP devices on your network. Currently the `discovery` component can detect:
  • Google Chromecast
  • Belkin WeMo switches
  • Philips Hue

It will be able to add Google Chreomcasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.

To load this component, add the following lines to your configuration.yaml:

discovery:

If you are developing a new platform, please read how to make your platform discoverable.