48 lines
1.6 KiB
Markdown
48 lines
1.6 KiB
Markdown
|
# Settings
|
||
|
|
||
|
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Name | Type | Default |
|
||
|
| ----------------------------------- | ----------------------------------------------------------------------- | ----------- |
|
||
|
| [token](#token) | [String](https://docs.godotengine.org/de/4.x/classes/class_string.html) | `""` |
|
||
|
| [type](#type) | [String](https://docs.godotengine.org/de/4.x/classes/class_string.html) | `"HASS_WS"` |
|
||
|
| [url](#url) | [String](https://docs.godotengine.org/de/4.x/classes/class_string.html) | `""` |
|
||
|
| [voice_assistant](#voice-assistant) | [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) | `false` |
|
||
|
|
||
|
## Methods
|
||
|
|
||
|
| Returns | Name |
|
||
|
| ------- | -------------------- |
|
||
|
| void | [_init](#-init) ( ) |
|
||
|
| void | [clear](#clear) ( ) |
|
||
|
|
||
|
## Property Descriptions
|
||
|
|
||
|
### token: [String](https://docs.godotengine.org/de/4.x/classes/class_string.html) {#token}
|
||
|
|
||
|
No description provided yet.
|
||
|
|
||
|
### type: [String](https://docs.godotengine.org/de/4.x/classes/class_string.html) {#type}
|
||
|
|
||
|
No description provided yet.
|
||
|
|
||
|
### url: [String](https://docs.godotengine.org/de/4.x/classes/class_string.html) {#url}
|
||
|
|
||
|
No description provided yet.
|
||
|
|
||
|
### voice_assistant: [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) {#voice-assistant}
|
||
|
|
||
|
No description provided yet.
|
||
|
|
||
|
## Method Descriptions
|
||
|
|
||
|
### _init ( ) -> void {#-init}
|
||
|
|
||
|
No description provided yet.
|
||
|
|
||
|
### clear ( ) -> void {#clear}
|
||
|
|
||
|
No description provided yet.
|