mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add translations to AVM FRITZ!Box Call Monitor state attributes (#108412)
This commit is contained in:
parent
ce8cf314f9
commit
4ededefe24
@ -50,6 +50,27 @@
|
|||||||
"dialing": "Dialing",
|
"dialing": "Dialing",
|
||||||
"talking": "Talking",
|
"talking": "Talking",
|
||||||
"idle": "[%key:common::state::idle%]"
|
"idle": "[%key:common::state::idle%]"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"prefixes": { "name": "Prefixes" },
|
||||||
|
"type": {
|
||||||
|
"name": "Type",
|
||||||
|
"state": {
|
||||||
|
"incoming": "Incoming",
|
||||||
|
"outgoing": "Outgoing"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"from": { "name": "Caller number" },
|
||||||
|
"to": { "name": "Number called" },
|
||||||
|
"device": { "name": "[%key:common::config_flow::data::device%]" },
|
||||||
|
"initiated": { "name": "Initiated" },
|
||||||
|
"from_name": { "name": "Caller name" },
|
||||||
|
"to_name": { "name": "Called name" },
|
||||||
|
"with": { "name": "With number" },
|
||||||
|
"accepted": { "name": "Accepted" },
|
||||||
|
"with_name": { "name": "With name" },
|
||||||
|
"duration": { "name": "Duration" },
|
||||||
|
"closed": { "name": "Closed" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user