diff --git a/README.md b/README.md index ec847e9..ba270d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Beewi Light (BLE) platform for Home Assistant +[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration) ![Bulb](https://github.com/bbo76/light.beewi/blob/master/BeewiBulb.jpg) diff --git a/hacs.json b/hacs.json index 14d301f..1e3c982 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,5 @@ { "name": "Beewi SmartLight", - "render_readme": true - } \ No newline at end of file + "content_in_root": false, + "render_readme": true, +} diff --git a/info.md b/info.md new file mode 100644 index 0000000..42d410d --- /dev/null +++ b/info.md @@ -0,0 +1,20 @@ +# Beewi Light (BLE) platform for Home Assistant +[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration) + +![Bulb](https://github.com/bbo76/light.beewi/blob/master/BeewiBulb.jpg) + +This custom components let you control Beewi bulbs by BLE protocol. +You can switch ON/OFF the light or changing state: + - Intensity + - Warm + - Color + +# Configuration +Add the following to your `configuration.yaml` file. + +```yaml +light: + - platform: beewi_light + name: Ampoule salon + address: "XX:XX:XX:XX:XX:XX" + ```