You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.0 KiB

  1. # Configuration guide
  2. The `xiaomi_bslamp2` platform provides various components that expose the core functionalities of the lamp.
  3. In the following table, you can find what components are used for exposing what parts of the lamp.
  4. | Part | Component(s) |
  5. | -------------------------- |----------------------------------------------------|
  6. | RGBWW LEDs | [light](#light) |
  7. | Front Panel Power button | [binary_sensor](#binary_sensor) |
  8. | Front Panel Color button | [binary_sensor](#binary_sensor) |
  9. | Front Panel Slider | [binary_sensor](#binary_sensor) (touch/release) |
  10. | | [sensor](#sensor) (touched slider level) |
  11. | Front Panel Illumination | [output](#output) (on/off + indicator level) |
  12. | Light mode propagation | [text_sensor](#text_sensor) |
  13. ## light
  14. ## binary_sensor
  15. ## sensor
  16. ## output
  17. ## text_output