Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
fix dependencies (#2)
Browse files Browse the repository at this point in the history
* version bump build test

* change uri requirements.txt

* fix yaml missing quotes

* fix dependencies
  • Loading branch information
Roeland Lutters authored Jul 11, 2024
1 parent f4a0544 commit 6ef9c16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions sma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 0.0.3

- fix dependencies

## 0.0.2

- version bump build test
Expand Down
2 changes: 1 addition & 1 deletion sma/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "SMA Energy Meter emulator"
description: "Simulate one or more SMA energy meters based on mqtt messages."
version: "0.0.2"
version: "0.0.3"
slug: sma
url: "https://github.com/Roeland54/SMA-Energy-Meter-emulator"
arch:
Expand Down
4 changes: 2 additions & 2 deletions sma/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dynaconf~=3.1.12
paho-mqtt~=1.6.1
dynaconf~=3.2.5
paho-mqtt~=2.1.0

0 comments on commit 6ef9c16

Please sign in to comment.