Skip to content

Commit

Permalink
Prepare for release 20220419
Browse files Browse the repository at this point in the history
  • Loading branch information
bratanon committed Apr 19, 2022
1 parent f60fd0f commit 66b5806
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion custom-ui.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

const Name = "Custom-ui";
const Version = "20220416";
const Version = "20220419";
const Description = "adapted for HA 2022.4 + ";
const Url = "https://github.com/Mariusthvdb/custom-ui";
console.info(
Expand Down Expand Up @@ -180,7 +180,17 @@ window.customUI = window.customUI || {
window.setTimeout(window.customUI.init, 1000);
return;
}
* WIP: Docs update

* Update HISTORY.md

* Update INSTALLING.md

* Remove images, use inline images instead

* Remove old custom-up-pre file

* Update README.md
window.customUI.initDone = true;
window.addEventListener("expanded-changed", window.customUI.updateMoreInfo);

Expand Down

0 comments on commit 66b5806

Please sign in to comment.