Franck Nijhof 3b07f98388
Add generic config flow block (#16508)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-02-16 07:24:37 +01:00

25 lines
904 B
Markdown

---
title: Zerproc
description: Instructions for integrating Zerproc bluetooth lights within Home Assistant.
ha_category:
- Light
ha_iot_class: Local Polling
ha_release: '0.110'
ha_domain: zerproc
ha_codeowners:
- '@emlove'
ha_config_flow: true
ha_platforms:
- light
---
This integration discovers nearby Zerproc lights and adds them to Home Assistant.
{% include integrations/config_flow.md %}
The integration will scan for nearby devices, and is completed if any are found. No additional configuration is required. The integration will perform a BLE scan every 60 seconds to search for new devices.
## Additional information for Home Assistant Core on Python environments
This integration requires a working Bluetooth stack. Please refer to the [requirements of the underlying bleak library](https://bleak.readthedocs.io/en/latest/backends/index.html) for the operating system requirements.