From 71afa0ff433fcb7a6173fe1b736f34cf81e6ad7b Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:46:52 +0200 Subject: [PATCH] Yellow LED controls: rename LEDs (#99710) - reorder, to reflect placement on board, left to right (yellow, green, red) --- homeassistant/components/homeassistant_yellow/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/homeassistant_yellow/strings.json b/homeassistant/components/homeassistant_yellow/strings.json index e5250f163ce..68e87c06024 100644 --- a/homeassistant/components/homeassistant_yellow/strings.json +++ b/homeassistant/components/homeassistant_yellow/strings.json @@ -27,9 +27,9 @@ "hardware_settings": { "title": "Configure hardware settings", "data": { - "disk_led": "Disk LED", - "heartbeat_led": "Heartbeat LED", - "power_led": "Power LED" + "heartbeat_led": "Yellow: system health LED", + "disk_led": "Green: activity LED", + "power_led": "Red: power LED" } }, "install_addon": {