mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix Overseerr event types translations (#136096)
This commit is contained in:
parent
af02dbf0cb
commit
63f14b9487
@ -24,13 +24,17 @@
|
||||
"event": {
|
||||
"last_media_event": {
|
||||
"name": "Last media event",
|
||||
"state": {
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"failed": "Failed",
|
||||
"declined": "Declined",
|
||||
"auto_approved": "Auto-approved"
|
||||
"state_attributes": {
|
||||
"event_type": {
|
||||
"state": {
|
||||
"pending": "Pending",
|
||||
"approved": "Approved",
|
||||
"available": "Available",
|
||||
"failed": "Failed",
|
||||
"declined": "Declined",
|
||||
"auto_approved": "Auto-approved"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user