Home Assistant version
2026.4.4
ChoreOps integration version
1.0.7
Installation method
HACS
Prerequisites
Issue scope
Both integration and dashboard
Steps to reproduce
- Click a task button to complete a task
- Check TOP see python maxing out CPU
- Check HA Logs see errors with sensor state attribute length.
Issue description
When running actions we see huge slow down in performance of the home assistance server. Currently running on proxmox with 2 virtual CPU's and 8gb of ram, tried running the CPU in host mode (my default ) and also in qemu-x86. When looking at logs I see lots of errors occuring with the sensors being too many bytes. It would appear every time a task is completed in dashboard it submit a line containing all tasks currently present, rather than just the selected task.
Relevant entity IDs (optional)
sensors
Logs
2026-05-04 11:14:49.782 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.daniel_choreops_ui_dashboard_helper exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-04 11:14:49.783 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.olga_choreops_ui_dashboard_helper exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-04 11:14:50.620 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.daniel_choreops_ui_dashboard_helper exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-04 11:14:50.621 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.olga_choreops_ui_dashboard_helper exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
Additional context
No response
Home Assistant version
2026.4.4
ChoreOps integration version
1.0.7
Installation method
HACS
Prerequisites
Issue scope
Both integration and dashboard
Steps to reproduce
Issue description
When running actions we see huge slow down in performance of the home assistance server. Currently running on proxmox with 2 virtual CPU's and 8gb of ram, tried running the CPU in host mode (my default ) and also in qemu-x86. When looking at logs I see lots of errors occuring with the sensors being too many bytes. It would appear every time a task is completed in dashboard it submit a line containing all tasks currently present, rather than just the selected task.
Relevant entity IDs (optional)
sensors
Logs
Additional context
No response