WIP #120 Simplest on/off state history chart
This commit is contained in:
@ -52,7 +52,10 @@ class _EntityViewPageState extends State<EntityViewPage> {
|
||||
),
|
||||
body: Padding(
|
||||
padding: EdgeInsets.all(10.0),
|
||||
child: widget.entity.buildEntityPageWidget(context)
|
||||
child: HomeAssistantModel(
|
||||
homeAssistant: widget.homeAssistant,
|
||||
child: widget.entity.buildEntityPageWidget(context)
|
||||
)
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user