home-assistant-custom-components.closest_intent: 0.1.0 -> 0.2.0

https://github.com/charludo/hass-closest-intent/releases/tag/v0.2.0
This commit is contained in:
Martin Weinelt
2026-06-04 16:31:38 +02:00
parent 47a8799c70
commit f8be5ca65b
@@ -12,13 +12,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "charludo";
domain = "closest_intent";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "hass-closest-intent";
tag = "v${finalAttrs.version}";
hash = "sha256-8ST+xYqmDwovDqNLnDsoIvIoPIDussAswGOOvMhRQWk=";
hash = "sha256-AvI9vX2RnN3ALQY4Q2mF3E9mkEV9VBOvk9HOH6i7RbQ=";
};
dependencies = [