- Install this component by copying the 'idealo'-folder to your
/custom_components/
. (Now updated to work on hass>=0.88) - Add this to your
configuration.yaml
using the config options below example. - You will need to restart for the component to start working
sensor:
- platform: idealo
name: Raspberry
product_id: 6079508
description: "Raspberry PI 3 Model B+"
locale: DE
key | default | required | description |
---|---|---|---|
name |
yes | The name of the sensor | |
product_id |
yes | The ID of the product on idealo | |
description |
no | Description of the product | |
locale |
DE | no | The locale of idealo, may be AT , DE , ES , FR , IT or UK |
You can find the ID of the product in the URL. For example, if you search on https://www.idealo.de for
Raspberry Pi 3 B+
and choose the product, the URL you will be redirected to should be:
https://www.idealo.de/preisvergleich/OffersOfProduct/6079508_-3-model-b-raspberry-pi-foundation.html
. So the
product_id
is the ID in the URL: 6079508
.
Due to how custom_components
are loaded, it is normal to see a ModuleNotFoundError
error on first boot after adding
this, to resolve it, restart Home-Assistant.