joshuar-go-hass-agent/internal
Joshua Rich d50b78cd7d feat!: introduce a Config interface for the api
- Add a new interface in the api package that holds the configuration
  variables required to make API (REST or websocket) requests.
- Ensure the agent config satisfies this interface.
- Pass the agent config, which satisfies the interface, to functions in
  the API package, that can then use its values to make requests.
- Remove the now deprecate settings package which is no longer required,
  as the above changes eliminate its purpose.
2023-07-17 01:47:59 +00:00
..
agent feat!: introduce a Config interface for the api 2023-07-17 01:47:59 +00:00
api feat!: introduce a Config interface for the api 2023-07-17 01:47:59 +00:00
device fix(device): adjust log levels for external_ip sensor 2023-07-10 11:58:44 +00:00
hass feat!: introduce a Config interface for the api 2023-07-17 01:47:59 +00:00
linux fix(linux): adjust logging levels for DBus functions 2023-07-10 12:06:19 +00:00
location feat!: introduce a Config interface for the api 2023-07-17 01:47:59 +00:00
tracker feat!: introduce a Config interface for the api 2023-07-17 01:47:59 +00:00
translations chore(translations): update catalog 2023-07-16 11:21:23 +00:00