joshuar-go-hass-agent/internal/agent
Joshua Rich 319a8fce41 fix(sensors,agent): refactor sensor tracker to avoid data races
These changes remove some code that should reduce the chances of a data
race in the tracker.
2023-06-19 00:06:58 +00:00
..
agent.go refactor(agent): use sync.Once for initial config loading 2023-06-14 10:57:42 +10:00
config.go refactor(agent,sensors): move SensorTracker to a global variable in agent 2023-05-19 13:45:19 +10:00
notifications.go refactor(agent,hass): simplify notification channel handling 2023-05-15 22:07:07 +10:00
register.go fix(agent): add validation to token entry for registration 2023-06-14 10:57:01 +10:00
tracker.go fix(sensors,agent): refactor sensor tracker to avoid data races 2023-06-19 00:06:58 +00:00
ui.go fix(agent): rework sensor table to use Fyne table widget 2023-06-13 09:02:43 +10:00