From 3126b30aa485235ec8014e8b09bf0b1a0c01df77 Mon Sep 17 00:00:00 2001 From: Andrew Fiddian-Green Date: Mon, 27 Oct 2025 18:09:39 +0000 Subject: [PATCH 1/3] update readme Signed-off-by: Andrew Fiddian-Green --- bundles/org.openhab.io.homekit/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/org.openhab.io.homekit/README.md b/bundles/org.openhab.io.homekit/README.md index 1201ef0699227..4e1a58b3aace5 100644 --- a/bundles/org.openhab.io.homekit/README.md +++ b/bundles/org.openhab.io.homekit/README.md @@ -2,6 +2,9 @@ This is an add-on that exposes your openHAB system as a bridge over the HomeKit protocol. +This integration **exports** openHAB Items to a HomeKit controller. +Do not confuse this with the other HomeKit **binding** (https://www.openhab.org/addons/bindings/homekit/) which **imports** data from HomeKit accessories. + Using this add-on, you will be able to control your openHAB system using Apple's Siri, or any of a number of HomeKit enabled iOS apps. In order to do so, you will need to make some configuration changes. HomeKit organizes your home into "accessories" that are made up of a number of "characteristics". From 255926d2a7bc3539023a465ae08c0a9cf0e556ac Mon Sep 17 00:00:00 2001 From: Andrew Fiddian-Green Date: Mon, 27 Oct 2025 21:08:08 +0000 Subject: [PATCH 2/3] Update bundles/org.openhab.io.homekit/README.md Co-authored-by: Cody Cutrer Signed-off-by: Andrew Fiddian-Green --- bundles/org.openhab.io.homekit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.io.homekit/README.md b/bundles/org.openhab.io.homekit/README.md index 4e1a58b3aace5..7f1f67e66ef9b 100644 --- a/bundles/org.openhab.io.homekit/README.md +++ b/bundles/org.openhab.io.homekit/README.md @@ -2,7 +2,7 @@ This is an add-on that exposes your openHAB system as a bridge over the HomeKit protocol. -This integration **exports** openHAB Items to a HomeKit controller. +This integration **exports** openHAB Items to a HomeKit controller, so you can control openHAB from the Home app on Apple devices. Do not confuse this with the other HomeKit **binding** (https://www.openhab.org/addons/bindings/homekit/) which **imports** data from HomeKit accessories. Using this add-on, you will be able to control your openHAB system using Apple's Siri, or any of a number of HomeKit enabled iOS apps. From 6108c535dc281ebbdd1b0fec5692cf8916bb5ab1 Mon Sep 17 00:00:00 2001 From: Andrew Fiddian-Green Date: Mon, 27 Oct 2025 21:08:22 +0000 Subject: [PATCH 3/3] Update bundles/org.openhab.io.homekit/README.md Co-authored-by: Cody Cutrer Signed-off-by: Andrew Fiddian-Green --- bundles/org.openhab.io.homekit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.io.homekit/README.md b/bundles/org.openhab.io.homekit/README.md index 7f1f67e66ef9b..fb8b6fb7a8233 100644 --- a/bundles/org.openhab.io.homekit/README.md +++ b/bundles/org.openhab.io.homekit/README.md @@ -3,7 +3,7 @@ This is an add-on that exposes your openHAB system as a bridge over the HomeKit protocol. This integration **exports** openHAB Items to a HomeKit controller, so you can control openHAB from the Home app on Apple devices. -Do not confuse this with the other HomeKit **binding** (https://www.openhab.org/addons/bindings/homekit/) which **imports** data from HomeKit accessories. +Do not confuse this with the HomeKit **binding** (https://www.openhab.org/addons/bindings/homekit/) which **imports** data from HomeKit accessories so that you can control them directly from openHAB. Using this add-on, you will be able to control your openHAB system using Apple's Siri, or any of a number of HomeKit enabled iOS apps. In order to do so, you will need to make some configuration changes.