mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-07 00:17:46 +00:00
React to updates correctly
This commit is contained in:
parent
ba7351a676
commit
51a2983310
@ -259,7 +259,12 @@ class HaPanelHistory extends SubscribeMixin(LitElement) {
|
|||||||
changedProps.has("_startDate") ||
|
changedProps.has("_startDate") ||
|
||||||
changedProps.has("_endDate") ||
|
changedProps.has("_endDate") ||
|
||||||
changedProps.has("_targetPickerValue") ||
|
changedProps.has("_targetPickerValue") ||
|
||||||
changedProps.has("_entities")
|
changedProps.has("_entities") ||
|
||||||
|
changedProps.has("_stateEntities") ||
|
||||||
|
changedProps.has("_devices") ||
|
||||||
|
changedProps.has("_deviceIdToEntities") ||
|
||||||
|
changedProps.has("_areaIdToEntities") ||
|
||||||
|
changedProps.has("_areaIdToDevices")
|
||||||
) {
|
) {
|
||||||
this._getHistory();
|
this._getHistory();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user