Skip to content

Commit

Permalink
updateCustomCards
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Mar 21, 2019
1 parent 2c01603 commit 519372e
Show file tree
Hide file tree
Showing 7 changed files with 821 additions and 389 deletions.
7 changes: 7 additions & 0 deletions updateCustomFiles.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Invoke-WebRequest https://raw.githubusercontent.com/thomasloven/lovelace-fold-entity-row/master/fold-entity-row.js -OutFile .\www\fold-entity-row.js
Invoke-WebRequest https://raw.githubusercontent.com/thomasloven/lovelace-card-tools/master/card-tools.js -OutFile .\www\card-tools.js
Invoke-WebRequest https://raw.githubusercontent.com/thomasloven/lovelace-slider-entity-row/master/slider-entity-row.js -OutFile .\www\slider-entity-row.js
Invoke-WebRequest https://raw.githubusercontent.com/thomasloven/lovelace-state-switch/master/state-switch.js -OutFile .\www\state-switch.js
Invoke-WebRequest https://raw.githubusercontent.com/thomasloven/lovelace-auto-entities/master/auto-entities.js -OutFile .\www\auto-entities.js
Invoke-WebRequest https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/plan-coordinates/plan-coordinates.js -OutFile .\www\custom-lovelace\plan-coordinates\plan-coordinates.js
Invoke-WebRequest https://raw.githubusercontent.com/custom-cards/config-template-card/master/dist/config-template-card.js -OutFile .\www\config-template-card.js
Loading

0 comments on commit 519372e

Please sign in to comment.