From 17b543513cbc7ddbea15afba4c198077573e1f96 Mon Sep 17 00:00:00 2001
From: Joost Lekkerkerker <joostlek@outlook.com>
Date: Sun, 28 Jan 2024 19:18:22 +0100
Subject: [PATCH] Add strings to Sensirion BLE (#109001)

---
 .../components/sensirion_ble/strings.json     | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 homeassistant/components/sensirion_ble/strings.json

diff --git a/homeassistant/components/sensirion_ble/strings.json b/homeassistant/components/sensirion_ble/strings.json
new file mode 100644
index 00000000000..d1d544c2381
--- /dev/null
+++ b/homeassistant/components/sensirion_ble/strings.json
@@ -0,0 +1,22 @@
+{
+  "config": {
+    "flow_title": "[%key:component::bluetooth::config::flow_title%]",
+    "step": {
+      "user": {
+        "description": "[%key:component::bluetooth::config::step::user::description%]",
+        "data": {
+          "address": "[%key:common::config_flow::data::device%]"
+        }
+      },
+      "bluetooth_confirm": {
+        "description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
+      }
+    },
+    "abort": {
+      "not_supported": "Device not supported",
+      "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
+      "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
+      "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
+    }
+  }
+}
-- 
GitLab