home-assistant-custom-components.scene_presets: 2.3.2 -> 2.3.3

Diff: https://github.com/Hypfer/hass-scene_presets/compare/2.3.2...2.3.3

Changelog: https://github.com/Hypfer/hass-scene_presets/releases/tag/2.3.3
This commit is contained in:
Robert Schütz
2026-07-21 17:07:42 -07:00
parent 2ce9e6975e
commit 6a93e7a951
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "Hypfer";
domain = "scene_presets";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "Hypfer";
repo = "hass-scene_presets";
tag = version;
hash = "sha256-Vhowtosxgx7yDprm2ziBe3fSUqNxfP3ULmhP7ETsbzY=";
hash = "sha256-ZK51JPvKSWAman3nVV6W4JcmZG4DWb6VRNeFjAQ4kgs=";
};
npmDeps = fetchNpmDeps {