I’m trying to replicate going in the interface in History/Choose device, and then it graphs all the device’s entities, in a custom dashboard.
I have this:
title: Fridge
views:
- title: Air Quality
type: panel
cards:
- type: vertical-stack
cards:
- type: history-graph
hours_to_show: 24
title: Air Quality
entities: '{{ device_entities(device_id("Air Quality Monitor - Blue")) }}'
Seeing the error I get, I guess there is no template parsing here?
Any way to have this working?
