Skip to content

v2.2.23

Compare
Choose a tag to compare
@ebaauw ebaauw released this 20 Feb 20:44
8039415

Bug fixes:

  • Only expose accessories for locations from config.json; cached accessories are removed when no longer specified in config.json. See also #14;
  • Check status (in body) returned by OpenWeatherMap.

Code refactor:

  • Use HttpClient instead of RestClient from homebridge-lib. Under the hood, the dependency on the now deprecated request package was removed;
  • Use async/await instead of promise .then();
  • Cleanup of old commented code.

Bump dependencies:

  • NodeJS v12.16.1 LTS;
  • homebridge-lib v4.5.1.