mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 20:25:39 +00:00
Add state attribute translations to ntfy integration (#152004)
This commit is contained in:
@@ -146,7 +146,18 @@
|
||||
"state": {
|
||||
"triggered": "Triggered"
|
||||
}
|
||||
}
|
||||
},
|
||||
"time": { "name": "Time" },
|
||||
"expires": { "name": "Expires" },
|
||||
"topic": { "name": "[%key:component::ntfy::common::topic%]" },
|
||||
"message": { "name": "Message" },
|
||||
"title": { "name": "Title" },
|
||||
"tags": { "name": "Tags" },
|
||||
"priority": { "name": "Priority" },
|
||||
"click": { "name": "Click" },
|
||||
"icon": { "name": "Icon" },
|
||||
"actions": { "name": "Actions" },
|
||||
"attachment": { "name": "Attachment" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user