WIP #120 show all states for climate
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user