feat: home-assistant changes

This commit is contained in:
2024-12-01 11:42:34 +01:00
parent 03eaa38a08
commit 1c4cc1e393
9 changed files with 458 additions and 102 deletions

View File

@@ -20,12 +20,12 @@ buildNpmPackage rec {
runHook preInstall
mkdir $out
cp scheduler-card.js $out
cp card-mod.js $out
runHook postInstall
'';
passthru.entrypoint = "scheduler-card.js";
passthru.entrypoint = "card-mod.js";
meta = with lib; {
description = "This is a Lovelace card for Home Assistant that can be used to create a time schedule for your smart devices. You can create new rules, modify existing rules and temporarily disable rules.";