python3Packages.aioesphomeapi: 28.0.0 -> 28.0.1

https://github.com/esphome/aioesphomeapi/releases/tag/v28.0.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:31 +01:00
parent e505e4f20c
commit e2ad06eaaa
@@ -80,7 +80,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Client for ESPHome native API";
homepage = "https://github.com/esphome/aioesphomeapi";
changelog = "https://github.com/esphome/aioesphomeapi/releases/tag/v${version}";
changelog = "https://github.com/esphome/aioesphomeapi/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [
fab