Files
homarr/public/locales/fr/modules/smart-home/entity-state.json
T
2023-12-22 21:50:04 +01:00

17 lines
714 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"entityNotFound": "Entité non trouvée",
"descriptor": {
"name": "Entité Home Assistant",
"description": "État actuel d'une entité dans Home Assistant",
"settings": {
"title": "État de l'entité",
"entityId": {
"label": "ID de lentité",
"info": "ID dentité unique dans Home Assistant. Copiez en cliquant sur l'entité > Cliquez sur l'icône en forme de rouage > Cliquez sur le bouton Copier sous « ID d'entité ». Certaines entités personnalisées peuvent ne pas être prises en charge."
},
"displayName": {
"label": "Nom d'affichage"
}
}
}
}