mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Attributes
This commit is contained in:
parent
20ca642e51
commit
82957ff6ef
@ -13,6 +13,7 @@ const LINE_ATTRIBUTES_TO_KEEP = [
|
|||||||
"target_temp_high",
|
"target_temp_high",
|
||||||
"hvac_action",
|
"hvac_action",
|
||||||
"humidity",
|
"humidity",
|
||||||
|
"mode",
|
||||||
];
|
];
|
||||||
|
|
||||||
export interface LineChartState {
|
export interface LineChartState {
|
||||||
|
@ -37,6 +37,7 @@ hassAttributeUtil.DOMAIN_DEVICE_CLASS = {
|
|||||||
"shutter",
|
"shutter",
|
||||||
"window",
|
"window",
|
||||||
],
|
],
|
||||||
|
humidifier: ["dehumidifier", "humidifier"],
|
||||||
sensor: [
|
sensor: [
|
||||||
"battery",
|
"battery",
|
||||||
"humidity",
|
"humidity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user