New bottom info bar

This commit is contained in:
Yegor Vialov
2018-11-18 12:46:54 +02:00
parent 8ee096595c
commit f248268984
3 changed files with 89 additions and 88 deletions

View File

@ -23,21 +23,12 @@ class _EntityViewPageState extends State<EntityViewPage> {
}
});
_prepareData();
_getHistory();
}
void _prepareData() async {
_title = widget.entity.displayName;
}
void _getHistory() {
/* widget.homeAssistant.getHistory(widget.entity.entityId).then((List history) {
if (history != null) {
}
});*/
}
@override
Widget build(BuildContext context) {