From bdb5a1ebe143afb871dc3cc889e13cda66a9c360 Mon Sep 17 00:00:00 2001 From: Daniel Roussel Date: Wed, 11 Sep 2024 21:05:04 +0200 Subject: [PATCH] add back strings for sensors that have just become deprecated --- homeassistant/components/ring/strings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/homeassistant/components/ring/strings.json b/homeassistant/components/ring/strings.json index 02826e9ef5f..201832b9465 100644 --- a/homeassistant/components/ring/strings.json +++ b/homeassistant/components/ring/strings.json @@ -87,6 +87,18 @@ "last_motion": { "name": "Last motion" }, + "volume": { + "name": "Volume" + }, + "doorbell_volume": { + "name": "Doorbell volume" + }, + "mic_volume": { + "name": "Mic volume" + }, + "voice_volume": { + "name": "Voice volume" + }, "wifi_signal_category": { "name": "Wi-Fi signal category" },