You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,10 @@ All entities have the following attributes:
222
222
223
223
Links to relevant API documentation are provided for each entity described below as well as the [permissions each entity requires](https://smartcar.com/docs/api-reference/permissions). When the required permissions are [not requested during setup](#authorization-data-entry), those entities will not be created.
224
224
225
+
In addition to the above, there is a sensor to aid in setting up the integration:
_Note: some models, e.g., VW ID.4 2023+ do not have this functionality._
626
630
631
+
### `sensor.<make_model>_last_webhook_received`
632
+
633
+
The time the last webhook was received. This is set even when a received webhook is not valid (i.e. an unauthenticated request or for an unknown vehicle).
634
+
635
+
Enabled by default: :white_check_mark:
636
+
637
+
#### Attributes
638
+
639
+
-`response_status`: The status code used to respond to the webhook.
640
+
-`response_data`: The data sent in the response (when available).
0 commit comments