Commit 8d82c8a0 authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

home-assistant-custom-components.xiaomi_miot: 1.0.18 -> 1.0.19

(cherry picked from commit 5154d6cc)
parent 0951a30f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
  owner = "al-one";
  domain = "xiaomi_miot";
  version = "1.0.18";
  version = "1.0.19";

  src = fetchFromGitHub {
    owner = "al-one";
    repo = "hass-xiaomi-miot";
    rev = "v${version}";
    hash = "sha256-eKh3oa/dPmOIywdTkRhItzP4LQNLguNDfkQWMJjQkpo=";
    hash = "sha256-3vaMjY2NsKbw76UxzfAxMdijAeDnagDuM8ICa5Xwgg4=";
  };

  dependencies = [