Skip to content

2021.12

Compare
Choose a tag to compare
@matt8707 matt8707 released this 03 Dec 22:59
· 381 commits to master since this release

This is now the top thread of all time 😮

Buttons custom:button-card

Theme custom:card-mod

Sidebar

Database

💡 SQL command to list worst offenders. I managed to decrease my db size by ≈ 80%

docker exec -it mariadb \
  mysql homeassistant -u"root" -p"password" \
  -e"SELECT entity_id, COUNT(*) AS count FROM states GROUP BY entity_id ORDER BY COUNT(*) DESC LIMIT 10;" \
  -e"SELECT JSON_VALUE(event_data, '$.entity_id') AS entity_id, COUNT(*) AS count FROM events WHERE JSON_VALUE(event_data, '$.entity_id') IS NOT NULL GROUP BY JSON_VALUE(event_data, '$.entity_id') ORDER BY COUNT(*) DESC LIMIT 10;"

Other

If you want, you can buy me a beer 😊