joshuar-go-hass-agent/internal/linux
Joshua Rich 3bb3849bc8 fix(linux): 🐛 safely check for hsi properties
- check if hsi summary and result exist before converting from dbus Variant to a value
- make sure summary and result are not default values before adding to sensor attributes
2024-10-09 14:52:40 +10:00
..
apps refactor(hass): 🚚 rename EntityState -> State for simplifcation 2024-09-29 10:46:49 +10:00
battery build(go): 🚚 fix build tooling 2024-10-03 20:46:38 +10:00
cpu feat(linux): add a sensor to track if the kernel has reported any CPU vulnerabilities 2024-09-29 15:48:49 +10:00
desktop refactor(hass): 🚚 rename EntityState -> State for simplifcation 2024-09-29 10:46:49 +10:00
disk build(go): 🚚 fix build tooling 2024-10-03 20:46:38 +10:00
location refactor(hass): 🚚 rename EntityState -> State for simplifcation 2024-09-29 10:46:49 +10:00
media refactor: 🚨 fix additional linter warnings 2024-09-04 16:19:43 +10:00
mem build(go): 🚚 fix build tooling 2024-10-03 20:46:38 +10:00
net build(go): 🚚 fix build tooling 2024-10-03 20:46:38 +10:00
power fix(linux): 🐛 use distinct device classes for laptop sensors 2024-09-29 16:01:17 +10:00
problems refactor(hass): 🚚 rename EntityState -> State for simplifcation 2024-09-29 10:46:49 +10:00
system fix(linux): 🐛 safely check for hsi properties 2024-10-09 14:52:40 +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 build(go): 🚚 fix build tooling 2024-10-03 20:46:38 +10:00
worker_mocks_test.go test(linux): 🤡 add missing linux worker mocks 2024-09-26 20:59:41 +10:00