https://github.com/panbachi/sensor.idealo
Idealo sensor for Home-Assistant
https://github.com/panbachi/sensor.idealo
custom-components home-assistant homeassistant sensor
Last synced: 5 months ago
JSON representation
Idealo sensor for Home-Assistant
- Host: GitHub
- URL: https://github.com/panbachi/sensor.idealo
- Owner: panbachi
- License: mit
- Created: 2018-09-20T08:27:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T13:40:31.000Z (about 7 years ago)
- Last Synced: 2025-09-27T06:32:37.668Z (9 months ago)
- Topics: custom-components, home-assistant, homeassistant, sensor
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Idealo Sensor
[](#) [](#)
[](https://www.panbachi.de)
## Installation
1. Install this component by copying the 'idealo'-folder to your `/custom_components/`. (Now updated to work on hass>=0.88)
2. Add this to your `configuration.yaml` using the config options below example.
3. **You will need to restart for the component to start working**
```yaml
sensor:
- platform: idealo
name: Raspberry
product_id: 6079508
description: "Raspberry PI 3 Model B+"
locale: DE
```
### Options
| 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`
## Description
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.
***
# Support me / Follow me
[](https://www.panbachi.de)
[](https://www.facebook.com/panbachi.de/)
[](https://twitter.com/panbachi)
[](http://instagram.com/panbachi.de)
[](https://www.youtube.com/channel/UCO7f2L7ZsDCpOtRfKnPqNow)