This commit is contained in:
Yegor Vialov
2018-10-08 23:11:56 +03:00
parent 84d283de2b
commit 164800951d
3 changed files with 52 additions and 28 deletions

View File

@ -32,11 +32,11 @@ class _EntityViewPageState extends State<EntityViewPage> {
}
void _getHistory() {
widget.homeAssistant.getHistory(widget.entity.entityId).then((List history) {
/* widget.homeAssistant.getHistory(widget.entity.entityId).then((List history) {
if (history != null) {
}
});
});*/
}