From 4e869650b61d83686f04d617f9a33fa896a4296c Mon Sep 17 00:00:00 2001 From: Daniele Verducci Date: Sat, 13 Dec 2025 10:48:19 +0100 Subject: [PATCH] Esphome: Added RGB status led --- esphome/fabula.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/esphome/fabula.yaml b/esphome/fabula.yaml index d57eb7d..beb727e 100644 --- a/esphome/fabula.yaml +++ b/esphome/fabula.yaml @@ -164,6 +164,28 @@ binary_sensor: +# ---------------------- Status led ---------------------- +output: + - platform: esp8266_pwm + id: status_led_red + pin: D0 + - platform: esp8266_pwm + id: status_led_green + pin: D4 + - platform: esp8266_pwm + id: status_led_blue + pin: D3 + +light: + - platform: rgb + id: status_led + name: "Status led" + red: status_led_red + green: status_led_green + blue: status_led_blue + + + # ---------------------- REMOVE FROM THERE TO END OF FILE WHEN TESTING FINISHED ---------------------- api: