Integration to integrate with Crisp.
An instance of this integration provides information about a single Crisp account into Home Assistant. The integration can be set up multiple times if you want to track multiple accounts. An account is represented as a device.
Name | Type | Description |
---|---|---|
Order count total |
int | Total number of orders in your Crisp account (includes completed, cancelled and pending orders). |
Order count open |
int | Count of open orders in your Crisp account (out for delivery, or planned in the future). |
If there are orders planned for delivery, the following sensors are available for the order that is closest to delivery.
Name | Type | Description |
---|---|---|
Next order delivery on |
date | Delivery date |
Next order delivery start |
datetime | Start of the delivery window (as selected by the user) |
Next order delivery start time |
time | Start time of the delivery window (as selected by the user) |
Next order delivery end |
datetime | End of the delivery window (as selected by the user) |
Next order delivery end time |
time | End time of the delivery window (as selected by the user) |
Next order product count |
int | Number of order lines (count of different products, not a sum of counts) |
- Open the HACS dashboard
- Add this repository:
- Open the menu located in the top-right (the 3 dots)
- Select
Custom repositories
Repository
: enterhttps://github.com/NLthijs48/home-assistant-crisp
Category
: selectIntegration
- Click
Add
- Close the popup
- Search for
Crisp
, or click here:
- Click the
Download
button in the bottom right corner - Confirm by clicking
Download
- Restart Home Assistant
- In the HA UI go to
Configuration
>Integrations
click+
and search forCrisp
, or click here:
- Enter your email address that you use for your Crisp account
- Enter the login code you receive on your email from Crisp
- Done, entities should show up with information about your account
Copy all files from custom_component/crisp/
to your HA installation, restart HA, configure the integration
If you want to contribute to this please read the Contribution guidelines