Skip to content

Commit 60c6cab

Browse files
authored
Remove Cleanprofs example (#40669)
1 parent 1131bcf commit 60c6cab

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

source/_integrations/scrape.markdown

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -272,27 +272,3 @@ scrape:
272272
```
273273

274274
{% endraw %}
275-
276-
### Container cleaning by CleanProfs in The Netherlands
277-
278-
This example gets the container type and container cleaning date for the next two cleanings.
279-
280-
```yaml
281-
# Example configuration.yaml entry. Change postal code and house number to your own address.
282-
scrape:
283-
- resource: https://crm.cleanprofs.nl/search/planning
284-
method: POST
285-
payload: zipcode=5624JW&street_number=17
286-
headers:
287-
Content-Type: application/x-www-form-urlencoded
288-
sensor:
289-
- name: "Type container 1"
290-
select: "div.nk-tb-item:nth-child(2) > div:nth-child(1) > span:nth-child(1)"
291-
- name: "Date container 1"
292-
select: "div.nk-tb-item:nth-child(2) > div:nth-child(3) > span:nth-child(1) > span:nth-child(1)"
293-
- name: "Type container 2"
294-
select: "div.nk-tb-item:nth-child(3) > div:nth-child(1) > span:nth-child(1)"
295-
- name: "Date container 2"
296-
select: "div.nk-tb-item:nth-child(3) > div:nth-child(3) > span:nth-child(1) > span:nth-child(1)"
297-
298-
```

0 commit comments

Comments
 (0)