Skip to content

Commit f72247a

Browse files
committed
Fix - Fixing broken build params
1 parent 65a3beb commit f72247a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

emhass/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.6.3] - 2024-02-04
4+
### Fix
5+
- Fixed broken build params method. Reverting back to alternate PR from @GeoDerp
6+
37
## [0.6.2] - 2024-02-04
48
Following update of EMHASS code v0.7.3
59
### Fix

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: 0.6.2
4+
version: 0.6.3
55
slug: emhass
66
arch:
77
- aarch64

emhass/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ skforecast==0.11.0
1414
flask>=2.0.3
1515
waitress>=2.1.1
1616
plotly>=5.6.0
17-
emhass==0.7.3
17+
emhass==0.7.4
1818
#git+https://github.com/davidusb-geek/emhass

0 commit comments

Comments
 (0)