From 5ffd60c429307b90e7caf99501ae5b2076821e0c Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Sat, 2 Sep 2023 14:44:13 +0300 Subject: [PATCH] Update HomeKit default PIN --- internal/homekit/homekit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/homekit/homekit.go b/internal/homekit/homekit.go index 8ecea806..8ad56367 100644 --- a/internal/homekit/homekit.go +++ b/internal/homekit/homekit.go @@ -52,7 +52,7 @@ func Init() { } if conf.Pin == "" { - conf.Pin = "19841984" // default PIN + conf.Pin = "19550224" // default PIN } pin, err := hap.SanitizePin(conf.Pin)