custom-card-helpers
Preparing search index...
EntitiesCardEntityConfig
Interface EntitiesCardEntityConfig
interface
EntitiesCardEntityConfig
{
action_name
?:
string
;
double_tap_action
?:
ActionConfig
;
entity
:
string
;
hold_action
?:
ActionConfig
;
icon
?:
string
;
image
?:
string
;
name
?:
string
;
secondary_info
?:
|
"entity-id"
|
"last-changed"
|
"last-triggered"
|
"last-updated"
|
"position"
|
"tilt-position"
|
"brightness"
;
service
?:
string
;
service_data
?:
Record
<
string
,
unknown
>
;
show_icon
?:
boolean
;
show_name
?:
boolean
;
state_color
?:
boolean
;
tap_action
?:
ActionConfig
;
type
?:
string
;
url
?:
string
;
}
Hierarchy (
View Summary
)
EntityConfig
EntitiesCardEntityConfig
Index
Properties
action_
name?
double_
tap_
action?
entity
hold_
action?
icon?
image?
name?
secondary_
info?
service?
service_
data?
show_
icon?
show_
name?
state_
color?
tap_
action?
type?
url?
Properties
Optional
action_
name
action_name
?:
string
Optional
double_
tap_
action
double_tap_action
?:
ActionConfig
entity
entity
:
string
Optional
hold_
action
hold_action
?:
ActionConfig
Optional
icon
icon
?:
string
Optional
image
image
?:
string
Optional
name
name
?:
string
Optional
secondary_
info
secondary_info
?:
|
"entity-id"
|
"last-changed"
|
"last-triggered"
|
"last-updated"
|
"position"
|
"tilt-position"
|
"brightness"
Optional
service
service
?:
string
Optional
service_
data
service_data
?:
Record
<
string
,
unknown
>
Optional
show_
icon
show_icon
?:
boolean
Optional
show_
name
show_name
?:
boolean
Optional
state_
color
state_color
?:
boolean
Optional
tap_
action
tap_action
?:
ActionConfig
Optional
type
type
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action_
name
double_
tap_
action
entity
hold_
action
icon
image
name
secondary_
info
service
service_
data
show_
icon
show_
name
state_
color
tap_
action
type
url
custom-card-helpers
Loading...