mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00
Correct entity translation example (#1560)
This commit is contained in:
parent
f1212b221d
commit
0f12f8f772
@ -123,6 +123,7 @@ To differentiate entities and their translations, provide different translation
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"phase": {
|
||||
"state": {
|
||||
"new_moon": "New moon",
|
||||
"first_quarter": "First quarter",
|
||||
"full_moon": "Full moon",
|
||||
@ -130,6 +131,7 @@ To differentiate entities and their translations, provide different translation
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user