WIP #120 show all states for climate

This commit is contained in:
Yegor Vialov
2018-11-03 19:54:26 +02:00
parent ed8757c08d
commit 0e96406573
3 changed files with 43 additions and 51 deletions

View File

@ -8,8 +8,7 @@ class ClimateEntity extends Entity {
EntityHistoryConfig historyConfig = EntityHistoryConfig(
chartType: EntityHistoryWidgetType.numericAttributes,
numericState: false,
numericAttributesToShow: ["temperature", "current_temperature"],
statesToShow: ["heat", "cool", "auto"]
numericAttributesToShow: ["temperature", "current_temperature"]
);
static const SUPPORT_TARGET_TEMPERATURE = 1;