Dimmable PCF8574 LCD Display with ESPHome

I also added it to the Circadian Lighting Custom Component so it dims the light according to the time of day!

In my configuration.yaml file:

### Circadian Lighting
  - platform: circadian_lighting
    lights_brightness:
      - light.ble01_lcd_display_backlight
    min_brightness: 20
2 Likes