1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/html5/strings.json

19 lines
394 B
JSON

{
"services": {
"dismiss": {
"name": "Dismiss",
"description": "Dismisses a html5 notification.",
"fields": {
"target": {
"name": "Target",
"description": "An array of targets."
},
"data": {
"name": "Data",
"description": "Extended information of notification. Supports tag."
}
}
}
}
}