From 55216b873a996528db2a76006468107f35a5bf6b Mon Sep 17 00:00:00 2001 From: Alain <115857857+alray31@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:20:28 -0400 Subject: [PATCH 1/3] Update fr.json translation of the remaining English lines in French --- .../translations/fr.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/custom_components/ui_lovelace_minimalist/translations/fr.json b/custom_components/ui_lovelace_minimalist/translations/fr.json index 79ba0189d..cb1869a68 100644 --- a/custom_components/ui_lovelace_minimalist/translations/fr.json +++ b/custom_components/ui_lovelace_minimalist/translations/fr.json @@ -3,34 +3,34 @@ "config": { "step": { "user": { - "title": "UI Lovelace Minimalist Configuration", + "title": "Configuration de UI Lovelace Minimalist", "description": "", "data": { - "community_cards_enabled": "Enable the ability to configure community cards with this integrations, Does require github authentication!" + "community_cards_enabled": "Activer la possibilité de configurer des cartes communautaires avec cette intégration, nécessite une authentification github!" } }, "device": { - "title": "Waiting for device activation" + "title": "En attente d'activation de l'appareil" }, "reauth_confirm": { - "title": "Reauthentication needed", - "description": "You need to reauthenticate with GitHub." + "title": "Réauthentification requise", + "description": "Vous devez vous authentifier à nouveau avec GitHub." } }, "abort": { "single_instance_allowed": "Une seule instance UI Lovelace Minimalist est autorisée.", "not_setup": "UI Lovelace Minimalist n'est pas configuré.", - "github": "Could not authenticate with GitHub, try again later.", - "reauth_successful": "Reauthentication was successful." + "github": "Impossible de s'authentifier avec GitHub, réessayez plus tard.", + "reauth_successful": "La réauthentification a réussi." }, "progress": { - "wait_for_device": "1. Open {url} \n2.Paste the following key to authorize ULM: \n```\n{code}\n```\n" + "wait_for_device": "1. Ouvrir {url} \n2.Collez la clé suivante pour autoriser ULM: \n```\n{code}\n```\n" } }, "options": { "step": { "user": { - "title": "UI Lovelace Minimalist Configuration", + "title": "Configuration de UI Lovelace Minimalist", "description": "", "data": { "language": "Langue", @@ -42,8 +42,8 @@ "adaptive_ui_icon": "Icône du TdB adaptatif dans la barre latérale", "theme": "Thème", "include_other_cards": "Inclure les custom-cards dépendantes.", - "community_cards_enabled": "Enable the ability to configure community cards with this integrations, Does require github authentication!", - "community_cards": "Select Community Cards you want to enable." + "community_cards_enabled": "Activer la possibilité de configurer des cartes communautaires avec cette intégration, nécessite une authentification github!", + "community_cards": "Sélectionnez les cartes communautaires que vous souhaitez activer." } } }, @@ -52,9 +52,9 @@ "not_setup": "UI Lovelace Minimalist n'est pas configuré." }, "error": { - "github_cards": "Something went wrong when fetching cards from Github.", - "ack": "You need to acknowledge all statements.", - "gh_token": "Github Token not set. Please re-install this integration to go throught the setup procedure. (No custom configuration will be lost)" + "github_cards": "Une erreur s'est produite lors de la récupération des cartes de Github.", + "ack": "Vous devez confirmer toutes les déclarations.", + "gh_token": "Jeton Github non défini. Veuillez réinstaller cette intégration pour recommencer la procédure d'installation. (Aucune configuration personnalisée ne sera perdue)" } } } From afe97dea41e2ebcf6077a9930d190c2f26ce79e5 Mon Sep 17 00:00:00 2001 From: imswel <59669359+imswel@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:00:52 +0200 Subject: [PATCH 2/3] Padding hotfix --- .../custom_card_imswel_person.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/custom_cards/custom_card_imswel_person/custom_card_imswel_person.yaml b/custom_cards/custom_card_imswel_person/custom_card_imswel_person.yaml index 7380e420e..3c387afca 100644 --- a/custom_cards/custom_card_imswel_person/custom_card_imswel_person.yaml +++ b/custom_cards/custom_card_imswel_person/custom_card_imswel_person.yaml @@ -113,6 +113,12 @@ custom_popup_imswel_person: style: > --popup-padding-x: 0px; --popup-padding-y: 0px; + card_mod: + style: + ha-dialog: > + .content .container{ + padding: 0 !important; + } content: type: "vertical-stack" cards: @@ -154,7 +160,6 @@ custom_popup_imswel_person: ha-card{ box-shadow: none; border-radius: 0px; - margin-bottom: -4px; } ha-map: $: > From cf35b5410f24f0baf8213bfd341d4d4c5e3c6cae Mon Sep 17 00:00:00 2001 From: Rade0nFighter <13593745+Rade0nFighter@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:06:37 +0100 Subject: [PATCH 3/3] Updated post intall steps to clarify post install process --- docs/setup/installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 013212988..9fb201882 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -8,7 +8,12 @@ hide: ## Install Integration -Open your Home Assistant instance and start setting up "UI Lovelace Minimalist" under "Configuration" --> "Devices & Services". Or you can use the My Home Assistant Button below. +Open your Home Assistant instance and start setting up by following these steps: +- Navigate to "Settings" --> "Devices & Services" +- Click "+ Add Integration" +- Search for and select -> "UI Lovelace Minimalist" + +Or you can use the My Home Assistant Button below. !!! danger "Unsaved Settings"