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) |
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledcrisp
. - Download all the files from the
custom_components/crisp/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Crisp"
- 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
If you want to contribute to this please read the Contribution guidelines