homebridge-awair-local
homebridge-awair-local copied to clipboard
Deprecation warnings
sudo npm install -g homebridge-awair-local
npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
+ [email protected]
added 54 packages from 64 contributors in 70.839s
the plugin seems to be working, but not sure what the impact of these warnings will be in terms of security or reliability.
@dkossman thanks for the tip! I will be revisiting this plugin and using the "Platform" (vs. the current "Accessory") method in the near future. It will be based off @dmblakeley's work on https://github.com/DMBlakeley/homebridge-awair2
@deanlyoung, I am still making use of request and request-promise. Believe they are both in maintenance mode with no additional functionality be added. Did not address as part of "Platform" rewrite. Will look for your recommendation on replacement.