File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -272,27 +272,3 @@ scrape:
272
272
` ` `
273
273
274
274
{% 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
- ` ` `
You can’t perform that action at this time.
0 commit comments