Skip to content

Commit

Permalink
Upate goodwe library to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mletenay committed Feb 17, 2024
1 parent c237b8a commit dfae945
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ sensor:
{{ 0 }}
{% endif %}
# Sensor for Riemann sum of energy bought (W -> Wh)
# Sensor for Riemann sum of energy bought (W -> kWh)
- platform: integration
source: sensor.energy_buy
name: energy_buy_sum
unit_prefix: k
round: 1
method: left
# Sensor for Riemann sum of energy sold (W -> Wh)
# Sensor for Riemann sum of energy sold (W -> kWh)
- platform: integration
source: sensor.energy_sell
name: energy_sell_sum
Expand Down
2 changes: 1 addition & 1 deletion custom_components/goodwe/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/mletenay/home-assistant-goodwe-inverter/issues",
"loggers": ["goodwe"],
"requirements": ["goodwe==0.3.0"],
"requirements": ["goodwe==0.3.1"],
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "GoodWe Inverter (experimental)",
"country": "SK",
"domains": ["button", "number", "select", "sensor"],
"homeassistant": "2023.10.0"
"homeassistant": "2024.02.1"
}

0 comments on commit dfae945

Please sign in to comment.