Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions source/_components/light.niko_home_control.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: page
title: "Niko Home Control Light"
description: "Instructions on how to integrate Niko Home Control lights into Home Assistant."
date: 2018-04-08 08:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Light
ha_iot_class: "Local Polling"
ha_release: 0.82
---

The `niko_home_control` platform allows you to integrate your [Niko Home Control](https://www.niko.eu/enus/products/niko-home-control) into Home Assistant.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice if you would describe less briefly what types of devices are supported / what a potential user of the component/platform can expect to have with this platform.

## {% linkable_title Configuration %}

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

```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 %}