esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
128 stars 92 forks source link

Inverse the Mute Switch Behavior #125

Closed jlpouffier closed 6 months ago

jlpouffier commented 6 months ago

I made a mistake on https://github.com/esphome/firmware/pull/122 I renamed the switch from Use Wake Word to Mute but forgot to invert it.

The behavior today is very confusing has you need to turn_off Mute to Mute the device.

Sorry about the confusion, this PR solves this.