Attributes

This commit is contained in:
Denis Shulyaka 2020-06-11 01:46:07 +03:00
parent 20ca642e51
commit 82957ff6ef
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -37,6 +37,7 @@ hassAttributeUtil.DOMAIN_DEVICE_CLASS = {
"shutter", "shutter",
"window", "window",
], ],
humidifier: ["dehumidifier", "humidifier"],
sensor: [ sensor: [
"battery", "battery",
"humidity", "humidity",