mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-20 07:36:29 +00:00
Fix API descriptions
This commit is contained in:
parent
9b3e59d876
commit
9da136e037
11
API.md
11
API.md
@ -314,9 +314,10 @@ Load host configs from a USB stick.
|
|||||||
"CARD_ID": {
|
"CARD_ID": {
|
||||||
"name": "xy",
|
"name": "xy",
|
||||||
"type": "microphone",
|
"type": "microphone",
|
||||||
"devices": {
|
"devices": [
|
||||||
"DEV_ID": "type of device"
|
"chan_id": "channel ID",
|
||||||
}
|
"chan_type": "type of device"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -352,7 +353,7 @@ Load host configs from a USB stick.
|
|||||||
"port": 8123,
|
"port": 8123,
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"watchdog": "bool",
|
"watchdog": "bool",
|
||||||
"startup_time": 600
|
"wait_boot": 600
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -386,7 +387,7 @@ Output is the raw Docker log.
|
|||||||
"password": "",
|
"password": "",
|
||||||
"refresh_token": "",
|
"refresh_token": "",
|
||||||
"watchdog": "bool",
|
"watchdog": "bool",
|
||||||
"startup_time": 600
|
"wait_boot": 600
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user