Browse Source

Started working on the configuration guide.

pull/17/head
Maurice Makaay 3 years ago
committed by GitHub
parent
commit
fff529c7a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 1 deletions
  1. +23
    -1
      doc/configuration.md

+ 23
- 1
doc/configuration.md View File

@ -1,3 +1,25 @@
# Configuration guide
TODO
The `xiaomi_bslamp2` platform provides various components that expose the core functionalities of the lamp.
In the following table, you can find what components are used for exposing what parts of the lamp.
| Part | Component(s) |
| -------------------------- |----------------------------------------------------|
| RGBWW LEDs | [light](#light) |
| Front Panel Power button | [binary_sensor](#binary_sensor) |
| Front Panel Color button | [binary_sensor](#binary_sensor) |
| Front Panel Slider | [binary_sensor](#binary_sensor) (touch/release) |
| | [sensor](#sensor) (touched slider level) |
| Front Panel Illumination | [output](#output) (on/off + indicator level) |
| Light mode propagation | [text_sensor](#text_sensor) |
## light
## binary_sensor
## sensor
## output
## text_output

Loading…
Cancel
Save