Browse Source

Fixed achored links.

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

+ 10
- 10
doc/configuration.md View File

@ -11,16 +11,16 @@ fill in the blanks.
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) |
| -------------------------- |--------------------------------------------------------|
| ESP32 pinouts | [platform xiaomi_bslamp2](#platform-xiaomi_bslamp2) |
| 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) |
| Part | Component(s) |
| -------------------------- |------------------------------------------------------------------|
| ESP32 pinouts | [platform xiaomi_bslamp2](#platform-xiaomi_bslamp2) |
| RGBWW LEDs | [light](#light) |
| Front Panel Power button | [binary_sensor](#component-binary_sensor) |
| Front Panel Color button | [binary_sensor](#component-binary_sensor) |
| Front Panel Slider | [binary_sensor](#component-binary_sensor) (touch/release) |
| | [sensor](#component-sensor) (touched slider level) |
| Front Panel Illumination | [output](#component-output) (on/off + indicator level) |
| Light mode propagation | [text_sensor](#component-text_sensor) |
## Platform: xiaomi_bslamp2


Loading…
Cancel
Save