joshuar-go-hass-agent/internal/agent
Joshua Rich 9dae8423bd refactor: major refactor
- Move deviceClass, stateClass and sensorType structs into own sub-packages.
- Move Sensor interface into tracker package where it is used.
- Move Request interface into own package as it is used by multiple packages.
2023-07-07 23:16:51 +00:00
..
agent.go refactor(tracker): rename sensors package to tracker 2023-07-06 04:41:59 +00:00
config.go fix(agent): ensure agent config satisfies Config interface 2023-07-06 01:47:10 +00:00
device_linux.go fix(linux): export LinuxDevice type 2023-07-05 00:29:39 +00:00
notifications.go refactor(agent,hass): simplify notification channel handling 2023-05-15 22:07:07 +10:00
register.go fix(agent): additional error checking and code safety 2023-07-05 00:08:52 +00:00
tracker.go refactor: major refactor 2023-07-07 23:16:51 +00:00
ui.go refactor(tracker): rename sensors package to tracker 2023-07-06 04:41:59 +00:00