From 8e7f79bb5d11252127dd9e20ff41cde612d5fcd6 Mon Sep 17 00:00:00 2001 From: Baptiste BOQUAIN Date: Thu, 23 Dec 2021 22:08:00 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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) From 9146e067e3b43243abd662909d3f2d2f8bed571f Mon Sep 17 00:00:00 2001 From: Baptiste BOQUAIN Date: Thu, 23 Dec 2021 22:16:52 +0100 Subject: [PATCH 2/4] Create info.md --- info.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 info.md 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" + ``` From 083ca6978923fa6b547cfe04de729675a591cac0 Mon Sep 17 00:00:00 2001 From: Baptiste BOQUAIN Date: Thu, 23 Dec 2021 22:17:16 +0100 Subject: [PATCH 3/4] Update hacs.json --- hacs.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hacs.json b/hacs.json index 14d301f..21bcd6d 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,3 @@ { - "name": "Beewi SmartLight", - "render_readme": true - } \ No newline at end of file + "name": "Beewi SmartLight" +} From c2d68ae76e7cd8159eb0e95223a2dd7e882a6220 Mon Sep 17 00:00:00 2001 From: Baptiste BOQUAIN Date: Thu, 23 Dec 2021 22:22:45 +0100 Subject: [PATCH 4/4] Update hacs.json --- hacs.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 21bcd6d..1e3c982 100644 --- a/hacs.json +++ b/hacs.json @@ -1,3 +1,5 @@ { - "name": "Beewi SmartLight" + "name": "Beewi SmartLight", + "content_in_root": false, + "render_readme": true, }