home-assistant.io/source/_components/niko_home_control.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

771 B

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
Niko Home Control Light Instructions on how to integrate Niko Home Control lights into Home Assistant. niko.png
Light
Local Polling 0.82
/components/light.niko_home_control/

The niko_home_control platform allows you to integrate your Niko Home Control into Home Assistant.

Configuration

To enable this lights, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
light:
  - platform: niko_home_control
    host: IP_ADDRESS

{% configuration %} host: description: The IP address of the Niko Home light. required: false type: string {% endconfiguration %}