Skip to content

Releases: gensyn/ssh_command

v1.0.3

Choose a tag to compare

@gensyn gensyn released this 23 Jun 09:35
10a1afc

What's Changed

Added port parameter. You can now specify the port for the SSH connection - defaults to 22.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@gensyn gensyn released this 19 Apr 12:05
4b98388

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

Choose a tag to compare

@gensyn gensyn released this 26 Mar 09:11
ce61a8d

What's new

Bugfix

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

v1.0.0

Choose a tag to compare

@gensyn gensyn released this 09 Feb 08:30

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