mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add documentation for iGlo component (#4222)
* Add documentation for iGlo component * Bump to 0.61 and update mistake * Minor changes and minimize the config sample
This commit is contained in:
parent
f4be3e95e4
commit
4116766cb5
42
source/_components/light.iglo.markdown
Normal file
42
source/_components/light.iglo.markdown
Normal file
@ -0,0 +1,42 @@
|
||||
---
|
||||
layout: page
|
||||
title: "iGlo"
|
||||
description: "Instructions on how to integrate iGlo lights into Home Assistant."
|
||||
date: 2017-12-17 08:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: iglo.png
|
||||
ha_category: Light
|
||||
ha_iot_class: "Local Polling"
|
||||
ha_release: 0.61
|
||||
---
|
||||
|
||||
The `iglo` platform allows you to integrate your [iGlo Lights](https://www.youtube.com/watch?v=oHTS9ji_v-s) into Home Assistant.
|
||||
|
||||
To use your iGlo light in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
- platform: iglo
|
||||
host: 192.168.1.10
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
required: true
|
||||
description: The IP address for connecting to the light.
|
||||
type: string
|
||||
name:
|
||||
required: false
|
||||
description: The name for this light.
|
||||
default: iGlo Light
|
||||
type: string
|
||||
port:
|
||||
required: false
|
||||
description: The port used to connect to the light.
|
||||
default: 8080
|
||||
type: integer
|
||||
{% endconfiguration %}
|
BIN
source/images/supported_brands/iglo.png
Normal file
BIN
source/images/supported_brands/iglo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
x
Reference in New Issue
Block a user