Search
Preparing search index...
The search index is not available
custom-card-helpers
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
custom-card-helpers
HomeAssistant
Interface HomeAssistant
Hierarchy
HomeAssistant
Index
Properties
auth
config
connected
connection
docked
Sidebar
language
locale
localize
more
Info
Entity
Id
panel
Url
panels
resources
selected
Language
selected
Theme
services
states
themes
translation
Metadata
user
Methods
call
Api
call
Service
callWS
fetch
With
Auth
sendWS
Properties
auth
auth
:
Auth
config
config
:
HassConfig
connected
connected
:
boolean
connection
connection
:
Connection
docked
Sidebar
docked
Sidebar
:
boolean
language
language
:
string
deprecated
Use
locale.language
instead
Optional
locale
locale
?:
FrontendTranslationData
localize
localize
:
LocalizeFunc
more
Info
Entity
Id
more
Info
Entity
Id
:
string
panel
Url
panel
Url
:
string
panels
panels
:
Panels
resources
resources
:
Resources
selected
Language
selected
Language
:
string
Optional
selected
Theme
selected
Theme
?:
null
|
string
services
services
:
HassServices
states
states
:
HassEntities
themes
themes
:
Themes
translation
Metadata
translation
Metadata
:
{
fragments
:
string
[]
;
translations
:
{}
}
Type declaration
fragments
:
string
[]
translations
:
{}
[
lang:
string
]:
Translation
user
user
:
CurrentUser
Methods
call
Api
call
Api<T>
(
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
, path
:
string
, parameters
?:
{}
)
:
Promise
<
T
>
Type parameters
T
Parameters
method:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
path:
string
Optional
parameters:
{}
[
key:
string
]:
any
Returns
Promise
<
T
>
call
Service
call
Service
(
domain
:
string
, service
:
string
, serviceData
?:
{}
)
:
Promise
<
void
>
Parameters
domain:
string
service:
string
Optional
serviceData:
{}
[
key:
string
]:
any
Returns
Promise
<
void
>
callWS
callWS<T>
(
msg
:
MessageBase
)
:
Promise
<
T
>
Type parameters
T
Parameters
msg:
MessageBase
Returns
Promise
<
T
>
fetch
With
Auth
fetch
With
Auth
(
path
:
string
, init
?:
{}
)
:
Promise
<
Response
>
Parameters
path:
string
Optional
init:
{}
[
key:
string
]:
any
Returns
Promise
<
Response
>
sendWS
sendWS
(
msg
:
MessageBase
)
:
Promise
<
void
>
Parameters
msg:
MessageBase
Returns
Promise
<
void
>
Exports
Home
Assistant
auth
config
connected
connection
docked
Sidebar
language
locale
localize
more
Info
Entity
Id
panel
Url
panels
resources
selected
Language
selected
Theme
services
states
themes
translation
Metadata
user
call
Api
call
Service
callWS
fetch
With
Auth
sendWS
Generated using
TypeDoc
Use
locale.language
instead