I recently upgraded to 2025.3.1 and now the button on my smartplug is turning the power to devices off when it did not before.
Code snippet below:
substitutions:
name: localbytes-plug-pm-8ca2ab
friendly_name: Washing Machine
default_state: "ALWAYS_ON"
packages:
localbytes.plug-pm: github://LocalBytes/esphome-localbytes-plug/localbytes-plug-pm.yaml@main
#localbytes.plug-pm: github://LocalBytes/esphome-localbytes-plug/minimal.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
How can I make it so the button is a useful button for other tasks that does not turn the power off?
This exact code worked before!