* Add notification service for Bring component * change to async * update to new library and raise for urgent message without item name * add icons.json and replace string with reference in strings.json * Incorporate proposed changes from https://github.com/home-assistant/core/pull/115510 * Remove unnecessary exception, rewrite translations strings * remove unused constants
12 lines
170 B
JSON
12 lines
170 B
JSON
{
|
|
"entity": {
|
|
"todo": {
|
|
"shopping_list": {
|
|
"default": "mdi:cart"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"send_message": "mdi:cellphone-message"
|
|
}
|
|
}
|