Skip to content

Commit

Permalink
Added webhook for TeslaUSB.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytsang committed Sep 11, 2024
1 parent 3c406e1 commit 5a291bd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/integrations/transport/tesla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,25 @@ automation:
- person.terina
default: []
mode: single
- id: "1726077652711"
alias: "Tesla: USB Archive"
description: ""
trigger:
- platform: webhook
allowed_methods:
- POST
local_only: true
webhook_id: teslausb
condition: []
action:
- service: script.send_to_home_log
data:
message: >-
{{ trigger.json.value2 }}
title: "Tesla"
log_level: "Normal"
mode: queued
max: 10

mqtt:
- sensor:
Expand Down

0 comments on commit 5a291bd

Please sign in to comment.