I have an entity that reports the total downloaded MB from my router.
I need a “Daily Download” entity so I thought I’d ask ChatGPT just as a test…
What are the thoughts on this as the recommended approach? It’s going to be interesting to see how many people will assume that the “answer” given by an AI model is the correct and best way…
sensor:
- platform: history_stats
name: Daily Download
entity_id: sensor.router_downloaded
state: "on"
type: sum
start: "{{ now().replace(hour=0, minute=0, second=0) }}"