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 2024.8.9 #701

Merged
merged 2 commits into from
Aug 20, 2024
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
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Version 1.65.0 (2024-08-20)

- Bump hahomematic to 2024.8.8
- Bump hahomematic to 2024.8.9
- Add CED for ELV-SH-WUA / HmIP-WUA
- Refactor get_parameters for unignore_candidates
- Make load only relevant paramset descriptions configurable
- Add UN_IGNORE_WILDCARD to get_parameters
- Refactor folder handling
- Avoid excessive memory usage in cache
- Use SELECTORs in config flow
- Make unignore configurable in the UI
- Clear cache on schema migration
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.8"],
"requirements": ["hahomematic==2024.8.9"],
"ssdp": [
{
"manufacturer": "EQ3",
Expand Down
3 changes: 0 additions & 3 deletions custom_components/homematicip_local/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@
"data": {
"callback_host": "Callback Hostname/IP-Address",
"callback_port": "Callback XML-RPC Port",
"enable_system_notifications": "Enable system notifications",
"host": "CCU Hostname/IP-Address",
"instance_name": "Integration instance name",
"json_port": "JSON-RPC Port",
"password": "CCU Password",
"sysvar_scan_enabled": "enable Sysvar scan",
"sysvar_scan_interval": "Sysvar/Program scan interval",
"tls": "use TLS",
"username": "CCU Username",
"verify_tls": "verify TLS connection"
Expand Down
3 changes: 0 additions & 3 deletions custom_components/homematicip_local/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@
"data": {
"callback_host": "Callback Hostname/IP-Adresse",
"callback_port": "Callback XML-RPC Port",
"enable_system_notifications": "aktiviere Systembenachrichtigungen",
"host": "CCU Hostname/IP-Adresse",
"instance_name": "Instanzname der Integration",
"json_port": "JSON-RPC Port",
"password": "CCU Passwort",
"sysvar_scan_enabled": "aktiviere Sysvar Scan",
"sysvar_scan_interval": "Sysvar/Program Scan Interval",
"tls": "verwende TLS",
"username": "CCU Benutzername",
"verify_tls": "TLS Verbindung überprüfen"
Expand Down
3 changes: 0 additions & 3 deletions custom_components/homematicip_local/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@
"data": {
"callback_host": "Callback Hostname/IP-Address",
"callback_port": "Callback XML-RPC Port",
"enable_system_notifications": "Enable system notifications",
"host": "CCU Hostname/IP-Address",
"instance_name": "Integration instance name",
"json_port": "JSON-RPC Port",
"password": "CCU Password",
"sysvar_scan_enabled": "enable Sysvar scan",
"sysvar_scan_interval": "Sysvar/Program scan interval",
"tls": "use TLS",
"username": "CCU Username",
"verify_tls": "verify TLS connection"
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements_test_pre_commit.txt

async-upnp-client==0.40.0
hahomematic==2024.8.8
hahomematic==2024.8.9
homeassistant==2024.8.2
mypy==1.11.1
mypy-dev==1.11.0a9
Expand Down