Skip to content

Releases: JamesSwift/localbytes-plug-pm

v1.6.3

18 Aug 23:53
dbebb63
Compare
Choose a tag to compare

This release fixes a bug where the blue LED would be erroneously switched on after a power cycle, even though the disable_led switch was enabled. This release also simplifies the start-up behaviour of the led to just be either on or off (no flashing).

v1.6.2

26 Jul 15:48
a5b5e3a
Compare
Choose a tag to compare

ESPHome 2023.7.0 has a breaking change which removes the template switch restore_state option. This release fixes this incompatibility.

v1.6.1

19 Feb 15:41
559e5c6
Compare
Choose a tag to compare

Fixed an issue where the main switch was being named switch.${friendly_name}_${friendly_name} instead of just switch.${friendly_name}

v1.6.0

19 Feb 14:51
cfb59cc
Compare
Choose a tag to compare

This release implements the new friendly_name option in ESPHome (See: https://esphome.io/changelog/2023.2.0.html?highlight=friendly_name ).

It also updates the build files to take advantage of the new feature where credentials entered via the captive portal are remembered even when updated firmware is flashed to the device (meaning you no longer need to enter credentials via yaml).

v1.5.0

20 May 19:52
265e2b1
Compare
Choose a tag to compare

Added a feature to allow you to disable the physical button on the smart plug. In this mode, the plug can still be toggled via home assistant/web, but when the physical button is pressed nothing will happen. This is ideal as a "child lock".

Wifi power boost

18 May 20:05
91c1a01
Compare
Choose a tag to compare
v1.4.2

version bump

v1.4.1

14 May 20:13
Compare
Choose a tag to compare

A minor release which removes some code designed to test a theory that setting GPIO15 to ALWAYS_OFF would lower the heat output of the plugs. It appears to make no difference on this device.

v1.4.0

14 May 15:09
Compare
Choose a tag to compare

Added the ability to disable/turn off the blue LED, as it can be annoying at night. You can do this by pressing and holding the button for 3 seconds, or by toggling the "Disable LED" switch in home assistant. With this feature you could write an automation to disable all your plugs' LEDs at night and enable them again in the daytime if you wished.

v1.3.0

14 May 13:18
Compare
Choose a tag to compare

The project has been moved from https://github.com/JamesSwift/localbytes-plug-pm-v2 to https://github.com/JamesSwift/localbytes-plug-pm as it now supports both versions of the plug.

v1.2.0

13 May 23:06
Compare
Choose a tag to compare
v1.2.0 use template number instead of template sensor.