Skip to content

Commit

Permalink
Fix - Fixed data handling and request module logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Jan 31, 2023
1 parent e8e06f5 commit 8d47bee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.2.29] - 2023-01-31
### Fix
- Fixed access to injection_dict for the first time that emhass is used.
- Fixed message handling from request module.

## [0.2.28] - 2023-01-30
### Fix
- Fixed more bugs with paths, now using the official pathlib everywhere.
Expand Down
4 changes: 3 additions & 1 deletion emhass/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EMHASS
description: Energy Management for Home Assistant
url: https://github.com/davidusb-geek/emhass
version: 0.2.28
version: 0.2.29
slug: emhass
arch:
- aarch64
Expand All @@ -17,6 +17,8 @@ map:
init: false
hassio_role: default
homeassistant_api: true
# ingress: true
# host_network: true
webui: http://[HOST]:[PORT:5000]
options:
hass_url: empty
Expand Down
2 changes: 1 addition & 1 deletion emhass/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ tables==3.7.0
flask>=2.0.3
waitress>=2.1.1
plotly>=5.6.0
emhass==0.3.34
emhass==0.3.36
#git+https://github.com/davidusb-geek/emhass

0 comments on commit 8d47bee

Please sign in to comment.