These resources describe the inners of embeded images in PDF and the way to reduce size of them: Install ghostcript: brew install gs List of details about images in a PDF: pdfimages -list 1.pdf
Categoría: Knowledge base
Extending HomeAssistant history data
HomeAssistant ships with a default 10 days retention period. The recorder core integration is responsible of this behaviour. By default the recorder stores the data in a SQLite database. It grows depending on the number of sensors. The recorder is built into the HA core, and thus, it uses Python. In fact, it uses a...
"Extending HomeAssistant history data"Seguir leyendo