mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Fix wrong type and description of ingress_panel (#1548)
This commit is contained in:
parent
086a5ab447
commit
caf800df22
@ -261,7 +261,7 @@ To reset customized network/audio/options, set it `null`.
|
|||||||
| options | dictionary | The add-on configuration |
|
| options | dictionary | The add-on configuration |
|
||||||
| audio_output | float or null | The index of the audio output device |
|
| audio_output | float or null | The index of the audio output device |
|
||||||
| audio_input | float or null | The index of the audio input device |
|
| audio_input | float or null | The index of the audio input device |
|
||||||
| ingress_panel | string | The path for the ingress panel |
|
| ingress_panel | boolean | `true` if ingress_panel is enabled |
|
||||||
| watchdog | boolean | `true` if watchdog is enabled |
|
| watchdog | boolean | `true` if watchdog is enabled |
|
||||||
|
|
||||||
**You need to supply at least one key in the payload.**
|
**You need to supply at least one key in the payload.**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user