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
- Update VERSION constant in irk_capture.cpp
- Update project version in ESPHome YAML files
- Rename RELEASE_NOTES_v1.5.0-dev.md to RELEASE_NOTES_v1.5.2.md
- Update release notes: tested devices, profile descriptions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: RELEASE_NOTES_v1.5.2.md
+5-30Lines changed: 5 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# IRK Capture v1.5.0 Release Notes
1
+
# IRK Capture v1.5.2 Release Notes
2
2
3
3
## Overview
4
4
5
-
v1.5.0 is a major update focused on **Android device support** and **reliability improvements**. This release introduces a new BLE profile system that enables IRK capture from Samsung Galaxy phones and other Android devices that previously needed workarounds.
5
+
v1.5.2 is a major update focused on **Android device support** and **reliability improvements**. This release introduces a new BLE profile system that enables IRK capture from Samsung Galaxy phones and other Android devices that previously needed workarounds.
6
6
7
7
---
8
8
@@ -14,8 +14,8 @@ A new dropdown in the ESPHome device page lets you switch between two BLE advert
14
14
15
15
| Profile | Best For | Advertised Name | Service |
**Why this matters:** Samsung One UI 7 and other Android versions aggressively filter BLE devices in Bluetooth settings. The Keyboard profile advertises as a familiar Logitech keyboard, bypassing these filters and making the ESP32 visible for pairing.
21
21
@@ -107,31 +107,6 @@ None. All existing YAML configurations work without modification.
107
107
| Apple Watch | watchOS 26 | Heart Sensor | Working |
108
108
| iPad | iPadOS 26 | Heart Sensor | Working |
109
109
| Samsung Galaxy S25+ | One UI 7 | Keyboard | Working |
110
-
| Samsung Galaxy Watch8 Classic | Wear OS 6 |Both | Not Working |
110
+
| Samsung Galaxy Watch8 Classic | Wear OS 6 |Heart Sensor | Working |
111
111
| Google Pixel 9 | Android 15 | Keyboard | Working |
112
112
| Amazon Echo Show | LineageOS 18.1 | Heart Sensor | Working |
113
-
114
-
---
115
-
116
-
## Migration Guide
117
-
118
-
### From v1.4.x
119
-
120
-
Add the new optional entities to your configuration (if desired):
0 commit comments