feat: home-assistant changes
This commit is contained in:
parent
03eaa38a08
commit
1c4cc1e393
9 changed files with 458 additions and 102 deletions
|
|
@ -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.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue