mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Hide battery level and battery icon in tile card (#18826)
This commit is contained in:
parent
97b71c785b
commit
4d432fba57
@ -87,6 +87,8 @@ const HIDDEN_ATTRIBUTES = [
|
|||||||
"unit_of_measurement",
|
"unit_of_measurement",
|
||||||
"visibility_unit",
|
"visibility_unit",
|
||||||
"wind_speed_unit",
|
"wind_speed_unit",
|
||||||
|
"battery_icon",
|
||||||
|
"battery_level",
|
||||||
];
|
];
|
||||||
|
|
||||||
const cardConfigStruct = assign(
|
const cardConfigStruct = assign(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user