mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-09-07 05:52:43 +01:00
Add support for home-assistant bootup (#349)
* Add support for home-assistant bootup * fix bug * fix * fix ip bug * bugfix
This commit is contained in:
@@ -268,7 +268,8 @@ Optional:
|
||||
"boot": "bool",
|
||||
"port": 8123,
|
||||
"ssl": "bool",
|
||||
"watchdog": "bool"
|
||||
"watchdog": "bool",
|
||||
"startup_time": 600
|
||||
}
|
||||
```
|
||||
|
||||
@@ -300,7 +301,8 @@ Output is the raw Docker log.
|
||||
"port": "port for access hass",
|
||||
"ssl": "bool",
|
||||
"password": "",
|
||||
"watchdog": "bool"
|
||||
"watchdog": "bool",
|
||||
"startup_time": 600
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user