home-assistant.io/source/_components/light.niko_home_control.markdown
Dries De Peuter 659e0a6a57 Add niko-home-control documentation (#5137)
* Add niko-home-control documentation

* Updates
2018-11-12 15:57:16 +01:00

813 B

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer ha_category ha_iot_class ha_release
page Niko Home Control Light Instructions on how to integrate Niko Home Control lights into Home Assistant. 2018-04-08 08:00 true false true true Light Local Polling 0.82

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

{% linkable_title 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 %}