mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +00:00
Update to version 0.41
This commit is contained in:
parent
b4428cdcbf
commit
7d43972105
@ -16,6 +16,9 @@ https://drive.google.com/drive/folders/0B2o1Uz6l1wVNbFJnb2gwNXJja28?usp=sharing
|
||||
- **0.2**: Fix some bugs and update it to HassIO 0.2
|
||||
- **0.1**: First techpreview with dumy supervisor (ResinOS 2.0.0-RC5)
|
||||
|
||||
## Network & Hostname
|
||||
On a boot partition exists `config.json`. Add `"hostname": "xyz"` for change the hostname and access with `hostname.local` to machine. For Network config you can edit `system-connections/resin-sample`.
|
||||
|
||||
## Developer access to ResinOS host
|
||||
You can put your authorized_keys file into boot partition. After a boot it, you can acces to your device over ssh port 22222
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"hassio_tag": "0.2",
|
||||
"homeassistant_tag": "0.40.1",
|
||||
"homeassistant_tag": "0.41",
|
||||
"resinos_version": "0.2",
|
||||
"resinhup_version": "0.1"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"hassio_tag": "0.2",
|
||||
"homeassistant_tag": "0.40.1",
|
||||
"homeassistant_tag": "0.41",
|
||||
"resinos_version": "0.2",
|
||||
"resinhup_version": "0.1"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user