mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Map card: add "unit" option (#38535)
This commit is contained in:
parent
bf5a1cdff4
commit
28c56e706f
@ -141,6 +141,10 @@ attribute:
|
||||
required: false
|
||||
description: An entity's attribute when `label_mode` set to `attribute`.
|
||||
type: string
|
||||
unit:
|
||||
required: false
|
||||
description: A unit for a value of an attribute when `label_mode` set to `attribute`.
|
||||
type: string
|
||||
focus:
|
||||
required: false
|
||||
default: true
|
||||
@ -166,6 +170,10 @@ attribute:
|
||||
required: false
|
||||
description: An entity's attribute when `label_mode` set to `attribute`.
|
||||
type: string
|
||||
unit:
|
||||
required: false
|
||||
description: A unit for a value of an attribute when `label_mode` set to `attribute`.
|
||||
type: string
|
||||
focus:
|
||||
required: false
|
||||
default: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user