python3Packages.aioesphomeapi: add version compat note
Especially major versions contain API breakage and we always require a compatible home-assistant version. Not all API surfaces are being exercised in home-assistant tests, so don't fool yourself by nixpkgs-review not revealing any breakages.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "aioesphomeapi";
|
||||
version = "44.23.0";
|
||||
version = "44.23.0"; # must track the major version that home-assistant pins
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user