joshuar-go-hass-agent/internal/agent
Joshua Rich 5e4a9ba238 fix(agent,hass): 🐛 fix registration flow after hass client refactoring
- registration should expect to receive object, not pointer to object
- fix tests for agent registration
- cover more registration saving scenarios in tests
2024-08-21 16:24:03 +10:00
..
testing/data test(agent): improve test coverage 2024-07-18 15:09:40 +10:00
ui perf(agent,hass): refactor sensor processing 2024-08-19 21:13:39 +10:00
agent.go perf(agent,hass): refactor sensor processing 2024-08-19 21:13:39 +10:00
agent_mocks_test.go perf(agent,hass): refactor sensor processing 2024-08-19 21:13:39 +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 refactor(agent): ♻️ adjust naming of MQTT device in Home Assistant 2024-08-21 14:33:15 +10:00
mqtt_controller_test.go test(agent): 🧪 test MQTT device creation 2024-08-21 14:42:02 +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 fix(linux): 🐛 ensure D-Bus command topic is unique 2024-08-21 14:49:48 +10:00
register.go fix(agent,hass): 🐛 fix registration flow after hass client refactoring 2024-08-21 16:24:03 +10:00
register_test.go fix(agent,hass): 🐛 fix registration flow after hass client refactoring 2024-08-21 16:24:03 +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 fix(hass): 🐛 pass required request type to NewRequest 2024-08-20 15:32:41 +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