konnected-io / konnected-esphome

ESPHome firmware configuration and recipes for Konnected devices
Other
50 stars 31 forks source link

Disable status LED #16

Closed jsbrich closed 8 months ago

jsbrich commented 9 months ago

With the Konnected firmware, there was an option to disable the Status LED from blinking when a zone was triggered. Is there a way to do that with the esphome code?

heythisisnate commented 8 months ago

An option for this was just added in 623bb0376ee7cab8c21e3d312ab9c626dd4e859e. To disable the status LED, just add:

substitutions:
  blink_on_state: "false"
jsbrich commented 8 months ago

Works perfectly. Thanks!