mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Remove documentation for the Zengge integration (#38171)
This commit is contained in:
parent
85b16fa89e
commit
da1e668fcb
@ -1,51 +0,0 @@
|
|||||||
---
|
|
||||||
title: Zengge
|
|
||||||
description: Instructions on how to integrate Zengge Bluetooth bulbs into Home Assistant.
|
|
||||||
ha_category:
|
|
||||||
- Light
|
|
||||||
ha_iot_class: Local Polling
|
|
||||||
ha_release: 0.36
|
|
||||||
ha_domain: zengge
|
|
||||||
ha_platforms:
|
|
||||||
- light
|
|
||||||
ha_integration_type: integration
|
|
||||||
ha_codeowners:
|
|
||||||
- '@emontnemery'
|
|
||||||
related:
|
|
||||||
- docs: /docs/configuration/
|
|
||||||
title: Configuration file
|
|
||||||
ha_quality_scale: legacy
|
|
||||||
---
|
|
||||||
|
|
||||||
The `zengge` {% term integration %} allows you to integrate your [Zengge Bluetooth bulbs](http://www.zengge.com/) into Home Assistant.
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
To enable the lights, add the following lines to your {% term "`configuration.yaml`" %} file.
|
|
||||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml entry
|
|
||||||
light:
|
|
||||||
- platform: zengge
|
|
||||||
devices:
|
|
||||||
"C4:BE:84:51:54:8B":
|
|
||||||
name: Living Room
|
|
||||||
```
|
|
||||||
|
|
||||||
{% configuration %}
|
|
||||||
devices:
|
|
||||||
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 %}
|
|
@ -648,6 +648,7 @@ layout: null
|
|||||||
/integrations/xfinity /more-info/removed-integration 301
|
/integrations/xfinity /more-info/removed-integration 301
|
||||||
/integrations/yessssms /more-info/removed-integration 301
|
/integrations/yessssms /more-info/removed-integration 301
|
||||||
/integrations/yweather /more-info/removed-integration 301
|
/integrations/yweather /more-info/removed-integration 301
|
||||||
|
/integrations/zengge /integrations/led_ble
|
||||||
/components/zwave /integrations/zwave_js
|
/components/zwave /integrations/zwave_js
|
||||||
|
|
||||||
# Lovelace images
|
# Lovelace images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user