From e0bab7179fd91e2e7f04a24935be6418a24c7ee8 Mon Sep 17 00:00:00 2001 From: Domenico Ceccarelli <37450907+riddik14@users.noreply.github.com> Date: Thu, 1 Apr 2021 15:24:56 +0200 Subject: [PATCH] Create binary_sensor.it.json --- .../car_wash/translations/binary_sensor.it.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 custom_components/car_wash/translations/binary_sensor.it.json diff --git a/custom_components/car_wash/translations/binary_sensor.it.json b/custom_components/car_wash/translations/binary_sensor.it.json new file mode 100644 index 0000000..c919532 --- /dev/null +++ b/custom_components/car_wash/translations/binary_sensor.it.json @@ -0,0 +1,8 @@ +{ + "state": { + "car_wash__": { + "off": "Lavaggio sconsigliato", + "on": "Procedi al lavaggio" + } + } +}