Skip to content

Commit

Permalink
3.5.0 test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwainscheeren committed Sep 15, 2023
1 parent dc0e4a0 commit 1ce1901
Show file tree
Hide file tree
Showing 10 changed files with 489 additions and 4,509 deletions.
2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/const.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOMAIN = "dwains_dashboard"
VERSION = "3.4.3"
VERSION = "3.5.0"
Empty file modified custom_components/dwains_dashboard/js/.gitignore
100755 → 100644
Empty file.
34 changes: 17 additions & 17 deletions custom_components/dwains_dashboard/js/dwains-dashboard.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! js-cookie v3.0.1 | MIT */
/*! js-cookie v3.0.5 | MIT */

/**
* @license
Expand Down

Large diffs are not rendered by default.

4,946 changes: 466 additions & 4,480 deletions custom_components/dwains_dashboard/js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dwains-dashboard",
"private": true,
"version": "3.4.3",
"version": "3.5.0",
"description": "dwains-dashboard",
"scripts": {
"build": "webpack --mode=production",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": ["lovelace", "http", "frontend"],
"codeowners": ["@dwainscheeren"],
"config_flow": true,
"version": "3.4.3",
"version": "3.5.0",
"iot_class": "calculated"
}
6 changes: 0 additions & 6 deletions custom_components/dwains_dashboard/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Dwains Dashboard",
"render_readme": true,
"homeassistant": "2022.3.0"
"homeassistant": "2022.8.0"
}

0 comments on commit 1ce1901

Please sign in to comment.