Fix state classes issue translation in Group (#110238)

Fix state classes translation
This commit is contained in:
Simon Lamon 2024-02-11 09:54:50 +01:00 committed by Franck Nijhof
parent ad761bb2de
commit a0ae18a1b6
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -265,7 +265,7 @@
},
"state_classes_not_matching": {
"title": "State classes is not correct",
"description": "Device classes `{state_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue."
"description": "State classes `{state_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue."
}
}
}