diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 4ac08f6..b1618d9 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.1 +- Map all serial devices into container for manual adjustments + ## 5.0 - Update Hass.io CLI to 2.0.1, include bash completion diff --git a/ssh/config.json b/ssh/config.json index 82c8684..4d9cff8 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "5.0", + "version": "5.1", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/", @@ -8,6 +8,7 @@ "boot": "auto", "hassio_api": true, "hassio_role": "manager", + "auto_uart": true, "ports": { "22/tcp": 22 },