Hi,
I have been looking around for a solution on this forum but can’t find any. When i setup a statistic sensor in a stastics graph card it keeps saying “no statistics found” and i dont no why. I have these intergrations setup
- Recorder
- History
This is my sensor:
---
sensor:
platform: statistics
entity_id: sensor.basement_humidity
name: basement_humidity_statistics
This is my config for the card:
---
title: Climate
icon: mdi:home-thermometer
path: climate
type: sidebar
cards:
type: statistics-graph
title: "Basement"
entities:
- sensor.basement_humidity_statistics
I’m assuming it’s set up properly as it collects data, but why is it not showing any data in the frontend?