mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-19 18:57:16 +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
|
||||
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
|
||||
|
||||
from . import DockerBase
|
||||
from ..const import HASSIO_DOCKER
|
||||
from ..tools import get_version_from_env
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
HASS_DOCKER_NAME = 'homeassistant'
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user