Best-fit scenarios
Doorbell alert tool for when the user requests or says to run a doorbell alert.
Tater Assistant
Phase One Wiki
Doorbell alert tool for when the user requests or says to run a doorbell alert.
Doorbell alert tool for when the user requests or says to run a doorbell alert.
Use the example call shape below and provide only the fields the plugin expects.
camera.doorbell_high
['media_player.kitchen']
tts.piper
True
True
True
notify.mobile_app_my_phone
front door
Area tag saved with events (e.g., 'front door', 'porch').
Default: front doorDefault camera entity for doorbell snapshots.
Default: camera.doorbell_highIf true, also send to the Home Assistant platform notification endpoint.
Default: TrueOne media_player entity per line (newline or comma separated). Example: media_player.living_room media_player.kitchen
Default: media_player.living_room media_player.kitchenIf true, also post alerts to the HA notification queue and events.
Default: FalseIf true, also create Home Assistant persistent notifications via Home Assistant Notifier.
Default: TrueTTS entity to use (e.g., tts.piper).
Default: tts.piperOpenAI-compatible base (e.g., http://127.0.0.1:1234).
Default: http://127.0.0.1:1234Optional; leave blank for local stacks.
OpenAI-compatible model name (qwen2.5-vl-7b-instruct, etc.).
Default: gemma3-27b-abliterated-dpo{
"function": "doorbell_alert",
"arguments": {
"camera": "camera.doorbell_high",
"players": [
"media_player.kitchen"
],
"tts_entity": "tts.piper",
"notifications": true,
"persistent_notifications": true,
"api_notification": true,
"device_service": "notify.mobile_app_my_phone",
"area": "front door"
}
}