Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec6a9c6dd8 | |||
| aa5a060aef |
@@ -4,7 +4,7 @@
|
|||||||
"documentation": "https://git.bahmcloud.de/bahmcloud/Whatsapp-Bridge-Integration",
|
"documentation": "https://git.bahmcloud.de/bahmcloud/Whatsapp-Bridge-Integration",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@bahmcloud"],
|
"codeowners": ["@bahmcloud"],
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"config_flow": true
|
"config_flow": true
|
||||||
}
|
}
|
||||||
@@ -1,17 +1,13 @@
|
|||||||
send_message:
|
send_message:
|
||||||
name: Send Message
|
name: Send Message
|
||||||
description: Sends a WhatsApp message.
|
description: Sends a WhatsApp message via the Bridge.
|
||||||
fields:
|
fields:
|
||||||
recipient:
|
recipient:
|
||||||
name: Recipient
|
name: Recipient
|
||||||
description: Select an account or enter a manual number/ID.
|
description: Select an account entity or type a manual number.
|
||||||
required: true
|
required: true
|
||||||
selector:
|
selector:
|
||||||
text: {} # Easy Entry from some custom Numbers
|
text: {}
|
||||||
entity:
|
|
||||||
filter:
|
|
||||||
integration: whatsapp_bridge_integration
|
|
||||||
domain: sensor
|
|
||||||
message:
|
message:
|
||||||
name: Message
|
name: Message
|
||||||
description: The content of your message.
|
description: The content of your message.
|
||||||
|
|||||||
Reference in New Issue
Block a user