sending address via sharing command #196
Unanswered
The-Darjeeling
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Given the nature of this question, perhaps you should ask in the discussions for Tim's repo and link it here. They have much more traffic than us and I'm guessing someone else has figured out the format. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to push addresses from HA to the car however im struggling with the Api command.
looking at the API documnetation for sharing, ive come up with this but it doesnt seem to work
service: tesla_custom.api data: command: SHARE parameters: path_vars: vehicle_id: '{{state_attr(''binary_sensor.car_online_sensor'', ''id'') }}' type: share_ext_content_raw locale: en-gb timestamp_ms: '{{as_timestamp(now())}}' value: android.intent.extra.TEXT: "123 Charming Street, fakeland ,F43 3KE" wake_if_asleep: true
I think its to do with the android intent bit as im not quite sure on the correct syntax
Beta Was this translation helpful? Give feedback.
All reactions