mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Update Zengge light component configuration (#7183)
* Update Zengge light component configuration * Minor changes
This commit is contained in:
parent
db5ea4caac
commit
c6d02b401f
@ -15,16 +15,32 @@ ha_release: 0.36
|
|||||||
|
|
||||||
The `zengge` platform allows you to integrate your [Zengge Bluetooth bulbs](http://www.zengge.com/) into Home Assistant.
|
The `zengge` platform allows you to integrate your [Zengge Bluetooth bulbs](http://www.zengge.com/) into Home Assistant.
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
|
To enable the lights, add the following lines to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
light:
|
light:
|
||||||
- platform: zengge
|
- platform: zengge
|
||||||
devices:
|
devices:
|
||||||
C4:BE:84:51:54:8B:
|
"C4:BE:84:51:54:8B":
|
||||||
name: Living Room
|
name: Living Room
|
||||||
```
|
```
|
||||||
Configuration variables:
|
|
||||||
|
|
||||||
- **devices** array (*Required*): List of your devices/bulbs.
|
{% configuration %}
|
||||||
- **MAC address** (*Required*): The MAC address of the bulb.
|
devices:
|
||||||
- **name** (*Optional*): Friendly name for the frontend.
|
description: The list of your devices/bulbs.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
mac_address:
|
||||||
|
description: The MAC address of the bulb.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
name:
|
||||||
|
description: The friendly name for the frontend.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user