2.2 KiB
2.2 KiB
Settings
Inherits: Store
Description
Stores general settings for the app
Properties
Name | Type | Default |
---|---|---|
onboarding_complete | bool | false |
token | String | "" |
type | String | "HASS_WS" |
url | String | "" |
voice_assistant | bool | false |
Methods
Returns | Name |
---|---|
void | _init ( ) |
void | clear ( ) |
Constants
StoreClass = <Object>
No description provided yet.
Property Descriptions
onboarding_complete: bool
If the onboarding process has been completed
token: String
No description provided yet.
type: String
The adapter to use for connecting with a backend
url: String
No description provided yet.
voice_assistant: bool
If the voice assistant should be enabled
Method Descriptions
_init ( ) -> void
No description provided yet.
clear ( ) -> void
No description provided yet.