mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Lovelace: Add Prefix and Suffix to state-label (#5862)
This commit is contained in:
parent
7b46760299
commit
db132868ec
@ -102,6 +102,14 @@ entity:
|
||||
required: true
|
||||
description: Entity id
|
||||
type: string
|
||||
prefix:
|
||||
required: false
|
||||
description: Text before entity state.
|
||||
type: string
|
||||
suffix:
|
||||
required: false
|
||||
description: Text after entity state.
|
||||
type: string
|
||||
tap_action:
|
||||
required: false
|
||||
description: more-info, toggle, navigate, call-service
|
||||
|
Loading…
x
Reference in New Issue
Block a user