2024-03-16 19:45:43 +02:00
|
|
|
# Settings
|
2024-03-17 00:05:55 +02:00
|
|
|
**Inherits:** [Store](/reference/lib--stores--store.html)
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 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) ( ) |
|
|
|
|
|
2024-03-17 00:05:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Constants
|
|
|
|
|
|
|
|
|
|
|
|
### StoreClass = `<Object>` {#const-StoreClass}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
|
|
|
|
2024-03-16 19:45:43 +02:00
|
|
|
## 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
|
|
|
|
|
2024-03-17 00:05:55 +02:00
|
|
|
### _init ( ) -> void {#-init}
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
2024-03-17 00:05:55 +02:00
|
|
|
### clear ( ) -> void {#clear}
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
No description provided yet.
|