From 03d24676fb4a53e42529406ee255d3e648993929 Mon Sep 17 00:00:00 2001 From: Ryan Snodgrass Date: Thu, 23 May 2024 22:23:47 -0700 Subject: [PATCH] removed extra commas --- custom_components/poolmath/strings.json | 34 +++++++++++++------------ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/custom_components/poolmath/strings.json b/custom_components/poolmath/strings.json index e065e05..81d003f 100644 --- a/custom_components/poolmath/strings.json +++ b/custom_components/poolmath/strings.json @@ -1,19 +1,21 @@ { - "config": { - "step": { - "user": { - "title": "Connect to Pool Math", - "data": { - "email": "[%key:common::config_flow::data::email%]", - "password": "[%key:common::config_flow::data::password%]", - } - } - }, - "error": { - "cannot_connect": "Failed to connect, please try again", - "invalid_auth": "Invalid authentication", - "unknown": "Unexpected error", - }, - "abort": {"already_configured": "Device is already configured"}, + "config": { + "step": { + "user": { + "title": "Connect to Pool Math", + "data": { + "email": "[%key:common::config_flow::data::email%]", + "password": "[%key:common::config_flow::data::password%]" + } + } + }, + "error": { + "cannot_connect": "Failed to connect, please try again", + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" + }, + "abort": { + "already_configured": "Device is already configured" } + } }