Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hahomematic to 2025.2.7 #823

Merged
merged 3 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.5
hooks:
- id: ruff
args:
Expand Down
10 changes: 6 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Version 1.82.0 (2025-02-06)
# Version 1.82.0 (2025-02-09)

## What's Changed
- Bump hahomematic to 2025.2.6
- Bump hahomematic to 2025.2.7
- Add HmIP-FCI1 and HmIP-FCI6 to batteries
- Add vapor concentration and dew point to all device channels that support temperature and humidity
- Ensure load_data_point_value usage for initial load
- Fix OperatingVoltageLevel attributes: low_bat_limit, low_bat_limit_default
- Ignore model on initial load (HmIP-SWSD, HmIP-SWD)
- Ignore parameters on initial load (ERROR*, RSSI*)

- Ignore parameters on initial load, if not already fetched by rega script (ERROR*, RSSI*, DUTY_CYCLE, DUTYCYCLE, LOW_BAT, LOWBAT, OPERATING_VOLTAGE)
- Remove @cache and @lru_cache annotations
- Use @cached_property for expensive, one time calculated properties

# Version 1.81.2 (2025-02-05)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
HMIP_LOCAL_MIN_HA_VERSION: Final = "2025.2.0"
ENABLE_EXPERIMENTAL_FEATURES: Final = False

HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.2.6"
HMIP_LOCAL_HAHOMEMATIC_VERSION: Final = "2025.2.7"

DEFAULT_ENABLE_DEVICE_FIRMWARE_CHECK: Final = True
DEFAULT_ENABLE_SYSTEM_NOTIFICATIONS: Final = True
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/sukramj/hahomematic/issues",
"loggers": ["hahomematic"],
"requirements": ["hahomematic==2025.2.6"],
"requirements": ["hahomematic==2025.2.7"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
6 changes: 3 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements_test_pre_commit.txt

async-upnp-client==0.43.0
hahomematic==2025.2.6
homeassistant==2025.2.0
hahomematic==2025.2.7
homeassistant==2025.2.1
isal==1.7.1
mypy-dev==1.14.0a7
pre-commit==4.1.0
pur==7.3.3
pydevccu==0.1.10
pylint==3.3.4
pylint_strict_informational==0.1
pytest-homeassistant-custom-component==0.13.210
pytest-homeassistant-custom-component==0.13.211
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ bandit==1.8.2
codespell==2.4.1
pre-commit-hooks==v5.0.0
python-typing-update==v0.7.0
ruff==0.9.4
ruff==0.9.5
yamllint==1.35.1