joshuar-go-hass-agent/internal/agent
Joshua Rich a5429d4a6c refactor(agent): 🔊 adjust logging around disabled sensors 2024-08-18 08:38:08 +10:00
..
testing/data test(agent): improve test coverage 2024-07-18 15:09:40 +10:00
ui refactor(agent): 🔊 logging clean-up 2024-08-15 22:22:14 +10:00
agent.go refactor(agent): 🔊 logging clean-up 2024-08-15 22:22:14 +10:00
agent_mocks_test.go refactor(agent): ♻️ improve UI response to agent stopping 2024-08-15 15:06:42 +10:00
controllers.go feat(agent)!: rename the MQTT device 2024-08-15 18:38:09 +10:00
device_controller.go refactor(agent): ♻️ split code out and rename functions based on purpose 2024-08-06 15:24:02 +10:00
device_controller_test.go build(go): 🐛 remove deprecated moq statements and nolint directives 2024-08-11 16:45:19 +10:00
mqtt_controller.go perf(agent): 🔥 remove unnecessary goroutines and waitgroups 2024-08-15 21:33:18 +10:00
notifications.go refactor(agent): ♻️ split out and refactor websocket/notification handling 2024-07-31 15:55:32 +10:00
os_controller_linux.go refactor(dbusx): 🔊 improve logging 2024-08-15 22:09:37 +10:00
register.go refactor(agent): ♻️ improve UI response to agent stopping 2024-08-15 15:06:42 +10:00
register_test.go fix(agent): 🐛 correct mock name so go generate doesn't crash 2024-08-14 16:01:47 +10:00
scripts_controller.go refactor(scripts): ♻️ reduce code dependency between scripts and agent packages 2024-08-07 14:29:49 +10:00
sensor_controller.go refactor(agent): 🔊 adjust logging around disabled sensors 2024-08-18 08:38:08 +10:00
sensor_controller_test.go fix(agent): 🐛 correct mock name so go generate doesn't crash 2024-08-14 16:01:47 +10:00
sensors.go refactor(agent): move var/consts and add tests 2024-07-31 15:57:15 +10:00
sensors_test.go build(go): 🐛 remove deprecated moq statements and nolint directives 2024-08-11 16:45:19 +10:00
util.go refactor(scripts): ♻️ reduce code dependency between scripts and agent packages 2024-08-07 14:29:49 +10:00
util_test.go build(go): 🐛 remove deprecated moq statements and nolint directives 2024-08-11 16:45:19 +10:00