* 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
23 lines
500 B
YAML
23 lines
500 B
YAML
send_message:
|
|
target:
|
|
entity:
|
|
domain: todo
|
|
integration: bring
|
|
fields:
|
|
message:
|
|
example: urgent_message
|
|
required: true
|
|
default: "going_shopping"
|
|
selector:
|
|
select:
|
|
translation_key: "notification_type_selector"
|
|
options:
|
|
- "going_shopping"
|
|
- "changed_list"
|
|
- "shopping_done"
|
|
- "urgent_message"
|
|
item:
|
|
example: Cilantro
|
|
required: false
|
|
selector:
|
|
text:
|