joshuar-go-hass-agent/internal/linux
Joshua Rich 37f55a6c96 refactor(linux/battery): 🚚 clean up linux battery code
- consolidate iotas
- better naming for iota values
- add more code comments
2025-01-20 20:48:04 +10:00
..
apps refactor: 🚚 rearrange packages 2025-01-15 21:33:53 +10:00
battery refactor(linux/battery): 🚚 clean up linux battery code 2025-01-20 20:48:04 +10:00
cpu refactor(linux/cpu): ♻️ restructure code 2025-01-19 15:57:40 +10:00
desktop fix(linux/desktop,linux/battery): 🔥 remove debugging output 2025-01-18 10:31:43 +10:00
disk refactor(linux): 🔧 group more sensors 2025-01-18 17:34:37 +10:00
location feat(linux/location): add preference to disable location tracking 2025-01-18 10:41:33 +10:00
media feat(linux/media): add preferences to disable mpris, audio sensors and controls 2025-01-18 11:20:30 +10:00
mem fix(linux): 🐛 ensure polling sensors use poll interval from preferences, default otherwise 2025-01-18 15:58:10 +10:00
net fix(linux): 🐛 ensure polling sensors use poll interval from preferences, default otherwise 2025-01-18 15:58:10 +10:00
power refactor(linux): 🔧 group more sensors 2025-01-18 17:34:37 +10:00
system feat(linux/system): add preferences for disabling/setting poll intervals (where appropriate) for all system sensor and event workers 2025-01-18 15:23:56 +10:00
context.go fix(linux): 🔊 add repercussions of some settings being unavailable to warning messages 2024-09-30 14:33:40 +10:00
device.go refactor(linux): ♻️ unexport findPortal function 2024-09-18 15:38:30 +10:00
device_test.go refactor(linux): ♻️ unexport findPortal function 2024-09-18 15:38:30 +10:00
init.go feat(linux): support ability to specify alternative mount points for system mounts via environment variables 2024-08-25 10:55:09 +10:00
sensor.go perf(hass): 🏗️ remove sensor interfaces, use exported struct instead 2024-09-26 15:39:34 +10:00
worker.go feat(linux/system): add preferences for disabling/setting poll intervals (where appropriate) for all system sensor and event workers 2025-01-18 15:23:56 +10:00
worker_mocks_test.go refactor(linux): ♻️ adjust code for event and sensor worker support 2024-10-17 20:20:54 +10:00