home-assistant-custom-components.cable_modem_monitor: 3.14.0-beta.13 -> 3.14.0-beta.14

This commit is contained in:
R. Ryantm
2026-07-19 19:03:06 +00:00
parent cbf17f2c3c
commit 2a7f6f66bd
@@ -17,12 +17,12 @@
requests,
}:
let
version = "3.14.0-beta.13";
version = "3.14.0-beta.14";
src = fetchFromGitHub {
owner = "solentlabs";
repo = "cable_modem_monitor";
tag = "v${version}";
hash = "sha256-biQVMq2IoOdbpdP+zDfLXdl91++aKmN3EPQfvzEACyU=";
hash = "sha256-9spsEWLwRmWgWz6EZAGHaLmLgjQN2bQevrF1+XFvBtY=";
fetchLFS = true;
};