Skip to content

Releases: gensyn/ssh_command

v1.0.2

19 Apr 12:05
4b98388

Choose a tag to compare

What's Changed

Disabling Fido2 Windows module on Linux

The latest Home Assistant version included a new fido2 version which breaks the latest asyncssh version on non-Windows systems. This release includes a workaround that disables the module fido2.client.windows on non-Windows systems at system level if importing it fails. I feel like this should not be problematic but please install this update with caution and report back any issues you may encounter. Hopefully, I can remove the workaround with the next asyncssh release.

  • fix: work around asyncssh/fido2 AttributeError on Python 3.14 non-Windows by @Copilot in #23

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

26 Mar 09:11
ce61a8d

Choose a tag to compare

What's new

Bugfix

Hopefully fixed a bug that would prevent SSH Command from being added to Home Assistant.

v1.0.0

09 Feb 08:30

Choose a tag to compare

This is the first release of the new custom component SSH Command.