From e9132c33a7c85b5ae12e073f258533710c365bb1 Mon Sep 17 00:00:00 2001 From: Jannis Christiani Date: Sat, 11 Apr 2026 19:47:29 +0200 Subject: [PATCH] Move translations/ inside the component directory HA expects translations at custom_components//translations/en.json not at the repo root. Co-Authored-By: Claude Sonnet 4.6 --- .../xiaoxiang_bms/translations}/en.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {translations => custom_components/xiaoxiang_bms/translations}/en.json (100%) diff --git a/translations/en.json b/custom_components/xiaoxiang_bms/translations/en.json similarity index 100% rename from translations/en.json rename to custom_components/xiaoxiang_bms/translations/en.json