home-assistant-custom-components.prometheus_sensor: 1.3.0 -> 1.3.1

Diff: https://github.com/mweinelt/ha-prometheus-sensor/compare/1.3.0...1.3.1

Changelog: https://github.com/mweinelt/ha-prometheus-sensor/blob/1.3.1/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-07-21 16:35:36 -07:00
parent a6ddfa5b36
commit 2ce9e6975e

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "mweinelt";
domain = "prometheus_sensor";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "mweinelt";
repo = "ha-prometheus-sensor";
tag = version;
hash = "sha256-uIC/yGqjigVURZYVMMLY33VqRbadSCqTtT0Qtaq71uc=";
hash = "sha256-o/bGSqD6b0o3f/b/al+eGg/LqwrWi1deB53NOTNkb8Q=";
};
meta = {