Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/bbo76/light.beewi
Browse files Browse the repository at this point in the history
  • Loading branch information
bbo76 committed Dec 27, 2021
2 parents c3733af + c2d68ae commit 0183486
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
5 changes: 3 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Beewi SmartLight",
"render_readme": true
}
"content_in_root": false,
"render_readme": true,
}
20 changes: 20 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -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"
```

0 comments on commit 0183486

Please sign in to comment.