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