mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Update statistics issues from dev tools (#22286)
update statistics issues from dev tools
This commit is contained in:
parent
ffc0435144
commit
1f838d7529
@ -39,6 +39,7 @@ import {
|
|||||||
StatisticsValidationResult,
|
StatisticsValidationResult,
|
||||||
clearStatistics,
|
clearStatistics,
|
||||||
getStatisticIds,
|
getStatisticIds,
|
||||||
|
updateStatisticsIssues,
|
||||||
validateStatistics,
|
validateStatistics,
|
||||||
} from "../../../data/recorder";
|
} from "../../../data/recorder";
|
||||||
import { SubscribeMixin } from "../../../mixins/subscribe-mixin";
|
import { SubscribeMixin } from "../../../mixins/subscribe-mixin";
|
||||||
@ -636,6 +637,8 @@ class HaPanelDevStatistics extends SubscribeMixin(LitElement) {
|
|||||||
validateStatistics(this.hass),
|
validateStatistics(this.hass),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
updateStatisticsIssues(this.hass);
|
||||||
|
|
||||||
const statsIds = new Set();
|
const statsIds = new Set();
|
||||||
|
|
||||||
this._data = statisticIds
|
this._data = statisticIds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user