diff --git a/docs/internationalization/core.md b/docs/internationalization/core.md index 0197e37f..a83b06d4 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -123,10 +123,12 @@ To differentiate entities and their translations, provide different translation "entity": { "sensor": { "phase": { - "new_moon": "New moon", - "first_quarter": "First quarter", - "full_moon": "Full moon", - "last_quarter": "Last quarter" + "state": { + "new_moon": "New moon", + "first_quarter": "First quarter", + "full_moon": "Full moon", + "last_quarter": "Last quarter" + } } } }