mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
SSH: Enables auto mapping of all UART/Serial devices (#506)
* Enabled auto mapping of all UART/Serial devices * Update config.json * Update CHANGELOG.md
This commit is contained in:
committed by
Pascal Vizeli
parent
5e78babf0a
commit
b3e38d246d
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user