joshuar-go-hass-agent/internal/hass
Joshua Rich 5610184689 Squashed commit of the following:
commit 286fbd5eff6fb1e4df18dcee478f6f59af4e5d85
Author: Joshua Rich <joshua.rich@gmail.com>
Date:   Fri Apr 28 08:15:07 2023 +1000

    refactor(linux): rename helpers file to dbus

commit efbfb6970dad8e11a5635f57df9cd83a16197383
Author: Joshua Rich <joshua.rich@gmail.com>
Date:   Thu Apr 27 23:03:01 2023 +1000

    docs: update development docs after refactor

commit 9653d7e2eec360fc870400d16520c26d8b4f5d9b
Author: Joshua Rich <joshua.rich@gmail.com>
Date:   Thu Apr 27 22:55:21 2023 +1000

    refactor(linux,config): fix code documentation on context values

commit 3498d87b27a245d0cb28f5228c9f88eb4fb912e4
Author: Joshua Rich <joshua.rich@gmail.com>
Date:   Thu Apr 27 22:51:21 2023 +1000

    fix(linux): correct check for bus existence

commit 47c315eefa84f3fd13ab333548ec91041f165c66
Author: Joshua Rich <joshua.rich@gmail.com>
Date:   Thu Apr 27 22:48:18 2023 +1000

    refactor(device): move most OS (linux) code out of device and into own package
2023-04-28 08:27:35 +10:00
..
api.go Squashed commit of the following: 2023-04-28 08:27:35 +10:00
api_enum.go More major work to utilise and inherit a context set at the root level, 2023-04-01 21:19:42 +10:00
api_test.go test(hass): test marshalling in api 2023-04-25 09:57:11 +10:00
config.go Major rework of sensor tracker. Abstract away tracking and registry into 2023-04-19 10:52:42 +10:00
location.go - HA API responses now treated as bytes.Buffer with the response handler 2023-04-18 09:40:53 +10:00
registration.go Add licensing. 2023-04-10 09:45:12 +10:00
sensor.go fix(hass,device): fix incorrect state/device class types 2023-04-27 18:36:26 +10:00
sensorDeviceClass.go feat: add memory usage sensor on Linux 2023-04-21 10:27:34 +10:00
sensorDeviceClassStrings.go feat: add memory usage sensor on Linux 2023-04-21 10:27:34 +10:00
sensorStateClass.go fix(hass,device): fix incorrect state/device class types 2023-04-27 18:36:26 +10:00
sensorStateClassStrings.go fix(hass,device): fix incorrect state/device class types 2023-04-27 18:36:26 +10:00
sensorType.go feat: and active command start time to active apps sensor. 2023-04-21 08:35:19 +10:00
sensorTypeStrings.go feat: and active command start time to active apps sensor. 2023-04-21 08:35:19 +10:00
sensor_test.go test(hass): add marhsalling test for Sensor 2023-04-25 16:13:37 +10:00
websocket.go Squashed commit of the following: 2023-04-28 08:27:35 +10:00