home-assistant-custom-components.tuya_local: 2024.6.0 -> 2024.8.0

Diff: https://github.com/make-all/tuya-local/compare/refs/tags/2024.6.0...2024.8.0

Changelog: https://github.com/make-all/tuya-local/releases/tag/2024.8.0
This commit is contained in:
Fabian Affolter 2024-09-03 21:15:31 +02:00
parent ab41f66945
commit 8b883dc1d2

View File

@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "make-all";
domain = "tuya_local";
version = "2024.6.0";
version = "2024.8.0";
src = fetchFromGitHub {
inherit owner;
repo = "tuya-local";
rev = "refs/tags/${version}";
hash = "sha256-OLR/KFoXKqL7r7S97VpyoVHdbLfOyWU50aK6c0QhqyE=";
hash = "sha256-IHTWcNxmNXJk7SNnrLNFbaXJQSg6VYkAgAVmyt3JmRw=";
};
dependencies = [