mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Documentation for new TCP Lighting (Greenwave Reality) component (#4005)
* Create light.tcpbulbs.markdown * Change Version to 0.59 * Change Configuration to correct formatting * Removed Configuration Variables Header * Update and rename light.tcpbulbs.markdown to light.greenwave.markdown * Update light.greenwave.markdown * Update light.greenwave.markdown * 💄 Adds the Greenwave Reality logo * 💄 Improved crop of logo
This commit is contained in:
parent
3172f9c3a4
commit
dceec870d8
41
source/_components/light.greenwave.markdown
Normal file
41
source/_components/light.greenwave.markdown
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
layout: page
|
||||
title: Greenwave Reality (TCP Connected) Lights
|
||||
description: "Instructions on how to set up Greenwave Reality lights within Home Assistant."
|
||||
date: 2017-11-17 18:50
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: greenwavereality.png
|
||||
ha_category: Light
|
||||
ha_release: 0.61
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
This component communicates with the Greenwave Reality (TCP Connected) Gateway to allow control of all lights and fixtures registered to the gateway. Bulbs and Fixtures can be created and modified inside the TCP Lighting App for Android and iOS.
|
||||
|
||||
This component has been tested on firmware revisions:
|
||||
|
||||
- 2.0.105
|
||||
|
||||
To configure the connection to the gateway, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
light:
|
||||
- platform: greenwave
|
||||
host: XXX.XXX.XXX.XXX
|
||||
version: 3
|
||||
```
|
||||
The version option is the major revision of your firmware, which should be 2 or 3. If you are running Version 2, there are no extra steps. If you are running Version 3, you must press the Sync button on the gateway prior to the first launch of Home Assistant, so a token can be grabbed. Once home assistant has started, you can either press the Sync button again or wait for it to time out manually.
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP Address of your Gateway
|
||||
required: true
|
||||
type: string
|
||||
version:
|
||||
description: Major version of the gateway firmware
|
||||
required: true
|
||||
type: integer
|
||||
{% endconfiguration %}
|
BIN
source/images/supported_brands/greenwavereality.png
Normal file
BIN
source/images/supported_brands/greenwavereality.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
x
Reference in New Issue
Block a user