mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-13 12:16:29 +00:00
fix lint
This commit is contained in:
parent
de743a7977
commit
340ca55e07
@ -17,3 +17,10 @@ https://drive.google.com/drive/folders/0B2o1Uz6l1wVNbFJnb2gwNXJja28?usp=sharing
|
|||||||
|
|
||||||
## Developer access to ResinOS host
|
## 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
|
You can put your authorized_keys file into boot partition. After a boot it, you can acces to your device over ssh port 22222
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
Read logoutput from supervisor:
|
||||||
|
```bash
|
||||||
|
journalctl -f -u resin-supervisor.service
|
||||||
|
```
|
||||||
|
@ -4,10 +4,10 @@ import logging
|
|||||||
import docker
|
import docker
|
||||||
|
|
||||||
from . import DockerBase
|
from . import DockerBase
|
||||||
from ..const import HASSIO_DOCKER
|
|
||||||
from ..tools import get_version_from_env
|
from ..tools import get_version_from_env
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
HASS_DOCKER_NAME = 'homeassistant'
|
HASS_DOCKER_NAME = 'homeassistant'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user