joshuar-go-hass-agent/internal/hass
Joshua Rich b614ec3f7b feat(hass,linux): use options pattern to create sensors
- introduce an options pattern to create sensors. Workers can use `sensor.NewSensor` to create a sensor with whatever options are required.
- use new options pattern sensor creation in Linux sensor workers
2024-12-22 11:58:21 +10:00
..
api feat(hass,linux): use options pattern to create sensors 2024-12-22 11:58:21 +10:00
event feat(hass): add support to allow some requests to be retried 2024-12-21 13:48:11 +10:00
sensor feat(hass,linux): use options pattern to create sensors 2024-12-22 11:58:21 +10:00
client.go fix(hass): 🐛 correct JSON marshaling 2024-11-19 15:45:03 +10:00
config.go feat(hass): add support to allow some requests to be retried 2024-12-21 13:48:11 +10:00
discovery.go refactor(hass): 🚚 restructure hass package 2024-10-26 10:23:29 +10:00
registration.go fix(hass): 🚨 fix linter issues 2024-12-21 14:42:26 +10:00
response.go fix(hass): 🐛 correct JSON marshaling 2024-11-19 15:45:03 +10:00
websocket.go refactor(hass): 🚚 restructure hass package 2024-10-26 10:23:29 +10:00