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: $: > 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)" } } } 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"