I wanted to see how the lights in one location turned on and off, so I thought I would just set up a history graph to see when it was off and when it was on… but Meh… the philips hue gods did not want me to see that…
here is what I tried
entities:
- device_tracker.light.utendors
type: history-graph
and here is how hassio told me I had a brainfart …
Invalid entity ID at position 0: device_tracker.light.utendors
{
"entities": [
"device_tracker.light.utendors"
],
"type": "history-graph"
}
any inputs on how to unbrainfart me ?