Hi there,
simple question, how to address for disabling the onboard led?
I tried several GPIO but cannt get it OFF
Thanks for your support
---- this is what I tried —
output:
- platform: gpio
pin: GPIO2 # La LED interne est souvent sur GPIO2, vérifiez si nécessaire.
inverted: true # Pour s’assurer que la LED reste éteinte.
id: led_builtin
light:
- platform: binary
name: “LED Interne (désactivée)”
output: led_builtin
restore_mode: ALWAYS_OFF # Assurez-vous que la LED reste éteinte après un redémarrage.