Skip to content

Commit

Permalink
Bump hahomematic to 2024.8.1 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Aug 6, 2024
1 parent ad9f09d commit 20df567
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.5.5
rev: v0.5.6
hooks:
- id: ruff
args:
Expand Down
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Version 1.64.0 (2024-08-01)
# Version 1.64.0 (2024-08-05)

- Bump hahomematic to 2024.8.0
- Bump hahomematic to 2024.8.1
- Add button lock CE
- Reduce data load, if only device description is updated
- Allow undefined generic entities besides CE
- Remove service delete_device. Use delete on the device entry instead
- Fix triggers and action when using meta integrations
- Add translation to button lock
Expand Down
1 change: 0 additions & 1 deletion custom_components/homematicip_local/entity_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@
"COLOR",
): HmSensorEntityDescription(
key="COLOR",
state_class=SensorStateClass.MEASUREMENT,
entity_registry_enabled_default=False,
),
(
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/danielperna84/hahomematic/issues",
"loggers": ["hahomematic"],
"requirements": ["hahomematic==2024.8.0"],
"requirements": ["hahomematic==2024.8.1"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

async-upnp-client==0.40.0
hahomematic==2024.8.0
homeassistant==2024.7.4
homeassistant==2024.8.0b3
mypy==1.11.1
mypy-dev==1.11.0a9
pre-commit==3.8.0
pydevccu==0.1.8
pylint==3.2.6
pytest-homeassistant-custom-component==0.13.148
pytest-homeassistant-custom-component==0.13.150
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bandit==1.7.9
codespell==2.3.0
ruff==0.5.5
ruff==0.5.6
yamllint==1.35.1

0 comments on commit 20df567

Please sign in to comment.