home-assistant.io/source/_components/light.zengge.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

31 lines
766 B
Markdown

---
layout: page
title: "Zengge"
description: "Instructions on how to integrate Zengge Bluetooth bulbs into Home Assistant."
date: 2017-01-14 08:00
sidebar: true
comments: false
sharing: true
footer: true
logo: zengge.png
ha_category: Light
ha_iot_class: "Local Polling"
ha_release: 0.36
---
The `zengge` platform allows you to integrate your [Zengge Bluetooth bulbs](http://www.zengge.com/) into Home Assistant.
```yaml
# Example configuration.yaml entry
light:
- platform: zengge
devices:
C4:BE:84:51:54:8B:
name: Living Room
```
Configuration variables:
- **devices** array (*Required*): List of your devices/bulbs.
- **MAC address** (*Required*): The MAC address of the bulb.
- **name** (*Optional*): Friendly name for the frontend.