From a90289905803b4d88d38651fac4961c6605ba995 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 May 2022 14:44:07 +0200 Subject: [PATCH] Remove auto_start translation from HomeKit (#71938) --- homeassistant/components/homekit/strings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/homekit/strings.json b/homeassistant/components/homekit/strings.json index d2b6951a698..2c0fad0290e 100644 --- a/homeassistant/components/homekit/strings.json +++ b/homeassistant/components/homekit/strings.json @@ -44,8 +44,7 @@ }, "advanced": { "data": { - "devices": "Devices (Triggers)", - "auto_start": "Autostart (disable if you are calling the homekit.start service manually)" + "devices": "Devices (Triggers)" }, "description": "Programmable switches are created for each selected device. When a device trigger fires, HomeKit can be configured to run an automation or scene.", "title": "Advanced Configuration"