Skip to content

Commit

Permalink
v3.7.0b7
Browse files Browse the repository at this point in the history
  • Loading branch information
dwainscheeren committed Mar 30, 2024
1 parent 11159b2 commit f5aeb55
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 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.7.0b6"
VERSION = "3.7.0b7"
6 changes: 3 additions & 3 deletions custom_components/dwains_dashboard/js/dwains-dashboard.js

Large diffs are not rendered by default.

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.7.0b6",
"version": "3.7.0b7",
"description": "dwains-dashboard",
"scripts": {
"build": "webpack --mode=production",
Expand Down
5 changes: 5 additions & 0 deletions custom_components/dwains_dashboard/js/src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ const translations = {
automation: 'Automation',
group: 'Group by areas',
ungroup: 'Ungroup by areas',
update: 'Update',
script: 'Script',
time: 'Time',
event: 'Event',
text: 'Text',
},
more: {
title: 'More',
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.7.0b6",
"version": "3.7.0b7",
"iot_class": "calculated"
}

0 comments on commit f5aeb55

Please sign in to comment.