You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Each domain is now its own HA device (linked to account via via_device)
- Entity names shortened: device name + short suffix instead of one long string
- Resolved IP and Public IP sensors marked as EntityCategory.DIAGNOSTIC
- Account problem sensor renamed from Error to Problem
- CHANGELOG fully translated to English
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Resolved IP and Public IP sensors are now categorized as `DIAGNOSTIC` (appear under the Diagnostics tab in the integration overview)
10
+
- Account-level sensor renamed from "Error" to "Problem" (matches device class)
11
+
- "Update Now" button now correctly grouped under the account device
12
+
5
13
## [0.2.1] - 2026-06-10
6
14
### Fixed
7
-
- Domain-Binärsensoren zeigen jetzt den letzten Strato-Rückgabecode in den Attributen an (`last_update_status`, `last_update_response`), auch wenn kein Update gesendet wurde
15
+
- Domain binary sensors now persistently show the last Strato response code in attributes (`last_update_status`, `last_update_response`), even when no update was sent
8
16
9
17
## [0.2.0] - 2026-06-09
10
18
### Fixed
11
-
- manifest.json: `issue_tracker`und`codeowners`ergänzt (HACS-Pflichtfelder für Store-Aufnahme)
19
+
- manifest.json: added `issue_tracker`and`codeowners`(required fields for HACS Default Store submission)
12
20
13
21
## [0.1.9] - 2026-06-09
14
22
### Changed
15
-
-Globaler Problem-Sensor zeigt nur noch `ON`, wenn DNS-Resolver-IP von der öffentlichen IP abweicht (IPv4 oder IPv6)
16
-
- Update-Fehler einzelner Domains werden im globalen Sensor nicht mehr berücksichtigt — die Domain-Sensoren zeigen das weiterhin separat
23
+
-Global problem sensor now only turns `ON` when a DNS resolver IP differs from the public IP (IPv4 or IPv6)
24
+
- Update errors on individual domains are no longer considered by the global sensor — the per-domain sensors still show them separately
17
25
18
26
## [0.1.8] - 2026-06-09
19
27
### Fixed
20
-
-Kein unnötiger Strato-Update mehr beim HA-Neustart
21
-
-Nach Neustart ist der In-Memory-Zustand leer → DNS-Check entscheidet (wie bisher, sicher)
22
-
-Innerhalb einer laufenden Session → gesendete IP entscheidet (verhindert Re-Send während DNS-Propagierung)
28
+
-No more unnecessary Strato update on HA restart
29
+
-After restart, in-memory state is empty → DNS check decides (safe, same as before)
30
+
-Within a running session → last sent IP decides (prevents re-send while DNS is propagating)
0 commit comments