Skip to content

Releases: giachello/mlgw

v2024.9.1

17 Sep 13:26
Compare
Choose a tag to compare

Moved from telnetlib to telnetlib3 because the former will be deprecated from the Python standard libraries
General lint improvements across the codebase.

Fixed lint, manifest bug, and deprecated HA code.

26 Aug 04:57
Compare
Choose a tag to compare

Fixed a bunch of lint
Fixed manifest bug
Fixed deprecated HA code.

v2024.8.1

11 Aug 18:46
121be73
Compare
Choose a tag to compare

Small changes to const.py. Added a bunch of new remote control commands and fixed the Shift-digit commands to be more consistent. This is a breaking change if you automations used to catch Shift-0 ... Shift-4 on the remote control.

v2023.2.3

05 Feb 17:07
Compare
Choose a tag to compare

v2023.2.2 and .3 fix minor bugs.

v2023.2.1 is a major release. It significantly improves the reliability of the plugin. Now, if MLGW will turn off or crash and restart, the plugin will automatically reconnect. Also, the code is significantly improved to be faster, for example the updates to icons and names of radio stations happen immediately.

This version also includes Trigger and Action shortcuts to make MLGW devices easier to configure in Automations in Home Assistant.

In addition, the way that Light notifications are sent changed: instead of being sent to a given Room= number, the actual name of the room is used. This may require you to update your automations that use Light signals. In addition, messages now also include the friendly name and entity name of the devices involved, to make it easier to write automations.

Finally, cleanup, refactoring, simplification and overall code maintenance to make it compliant with newer Home Assistant coding standards.

v2023.2.2

04 Feb 23:04
99f7525
Compare
Choose a tag to compare

v2023.2.2 fixes a minor bug.

v2023.2.1 is a major release. It significantly improves the reliability of the plugin. Now, if MLGW will turn off or crash and restart, the plugin will automatically reconnect. Also, the code is significantly improved to be faster, for example the updates to icons and names of radio stations happen immediately.

This version also includes Trigger and Action shortcuts to make MLGW devices easier to configure in Automations in Home Assistant.

In addition, the way that Light notifications are sent changed: instead of being sent to a given Room= number, the actual name of the room is used. This may require you to update your automations that use Light signals. In addition, messages now also include the friendly name and entity name of the devices involved, to make it easier to write automations.

Finally, cleanup, refactoring, simplification and overall code maintenance to make it compliant with newer Home Assistant coding standards.

v2023.2.1

04 Feb 22:19
7a79f46
Compare
Choose a tag to compare

This is a major release. It significantly improves the reliability of the plugin. Now, if MLGW will turn off or crash and restart, the plugin will automatically reconnect. Also, the code is significantly improved to be faster, for example the updates to icons and names of radio stations happen immediately.

This version also includes Trigger and Action shortcuts to make MLGW devices easier to configure in Automations in Home Assistant.

In addition, the way that Light notifications are sent changed: instead of being sent to a given Room= number, the actual name of the room is used. This may require you to update your automations that use Light signals. In addition, messages now also include the friendly name and entity name of the devices involved, to make it easier to write automations.

Finally, cleanup, refactoring, simplification and overall code maintenance to make it compliant with newer Home Assistant coding standards.

v2023.1.2

01 Feb 15:33
Compare
Choose a tag to compare
v2023.1.2 Pre-release
Pre-release

Add Triggers, Actions, setup retry, and much more.

v2022.05.1

22 May 00:21
Compare
Choose a tag to compare

Improved the setup flow and cleared compliance issues with HA 2022.6

v2021.12.1

05 Dec 20:31
Compare
Choose a tag to compare

Fixed bug that caused the mlgw to crash after a week of operation.

v2021.11.1

21 Nov 17:02
1634e27
Compare
Choose a tag to compare

Bug fixes to prevent multiple installations and improve the device information in home assistant.
Needs a re-install and re-configuration.