feat: home-assistant changes
This commit is contained in:
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user