Skip to content

Commit

Permalink
Version 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dwainscheeren committed Mar 18, 2023
1 parent 4a42057 commit dc0e4a0
Show file tree
Hide file tree
Showing 8 changed files with 222 additions and 185 deletions.
4 changes: 2 additions & 2 deletions custom_components/dwains_dashboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ async def ws_handle_install_blueprint(
) -> None:
"""Handle save new blueprint."""

filecontent = json.loads(msg["yamlCode"])
#filecontent = yaml.safe_load(json.loads(msg["yamlCode"]))
#filecontent = json.loads(msg["yamlCode"])
filecontent = yaml.safe_load(json.loads(msg["yamlCode"]))

#_LOGGER.warning(filecontent)

Expand Down
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.2"
VERSION = "3.4.3"
14 changes: 7 additions & 7 deletions custom_components/dwains_dashboard/js/dwains-dashboard.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

381 changes: 209 additions & 172 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.2",
"version": "3.4.3",
"description": "dwains-dashboard",
"scripts": {
"build": "webpack --mode=production",
Expand Down
Binary file not shown.
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.2",
"version": "3.4.3",
"iot_class": "calculated"
}

0 comments on commit dc0e4a0

Please sign in to comment.