Skip to content

Commit

Permalink
bump pysolarfocus version
Browse files Browse the repository at this point in the history
  • Loading branch information
LavermanJJ committed Feb 20, 2024
1 parent d48c62e commit 0c7d711
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_components/solarfocus/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def __init__(self, hass: HomeAssistant, data) -> None:
self.api = SolarfocusAPI(
ip=data[CONF_HOST],
port=data[CONF_PORT],
system=Systems(data[CONF_SOLARFOCUS_SYSTEM]).value,
system=Systems(data[CONF_SOLARFOCUS_SYSTEM]),
api_version=ApiVersions(data[CONF_API_VERSION]),
)

Expand Down
4 changes: 2 additions & 2 deletions custom_components/solarfocus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"integration_type": "hub",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/lavermanjj/home-assistant-solarfocus/issues",
"requirements": ["pysolarfocus==4.0.1"],
"requirements": ["pysolarfocus==4.1.0"],
"ssdp": [],
"version": "4.0.0",
"version": "4.0.1",
"zeroconf": []
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "solarfocus"
version = "4.0.0"
version = "4.0.1"
description = "Custom component for integrating Solarfocus heating systems into Home Assistant."
authors = ["Jeroen Laverman <jjlaverman@web.de>"]
homepage = "https://github.com/LavermanJJ/home-assistant-solarfocus"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
homeassistant = "^2023.8.4"
pysolarfocus = "^4.0.0.3"
pysolarfocus = "^4.1.0"
packaging = "^23.1"
pylint = "^2.17.5"
pytest-homeassistant-custom-component = "^0.13.53"
Expand Down

0 comments on commit 0c7d711

Please sign in to comment.