mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Remove Geizhals integration (ADR-0004) (#17230)
This commit is contained in:
parent
68954dc22b
commit
684f000015
6
.vscode/cSpell.json
vendored
6
.vscode/cSpell.json
vendored
@ -15,7 +15,6 @@
|
||||
"Etekcity",
|
||||
"fitbit",
|
||||
"Flexit",
|
||||
"geizhals",
|
||||
"Harman",
|
||||
"hass",
|
||||
"Hass.io",
|
||||
@ -41,10 +40,7 @@
|
||||
// flagWords - list of words to be always considered incorrect
|
||||
// This is useful for offensive words and common spelling errors.
|
||||
// For example "hte" should be "the"
|
||||
"flagWords": [
|
||||
"hte",
|
||||
"asssistant"
|
||||
],
|
||||
"flagWords": ["hte", "asssistant"],
|
||||
"enabledLanguageIds": [
|
||||
"asciidoc",
|
||||
"c",
|
||||
|
@ -1,56 +0,0 @@
|
||||
---
|
||||
title: Geizhals
|
||||
description: Instructions on how to integrate a Geizhals sensor into Home Assistant.
|
||||
ha_category:
|
||||
- Sensor
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_release: 0.51
|
||||
ha_domain: geizhals
|
||||
ha_platforms:
|
||||
- sensor
|
||||
---
|
||||
|
||||
The `geizhals` sensor will give you the best price of a product from [Geizhals](https://geizhals.de) or related site. With this information can be used in e.g., automations to notify you when a price drops.
|
||||
|
||||
To enable this sensor, add the following lines to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: geizhals
|
||||
name: PRODUCT_NAME
|
||||
product_id: PRODUCT_ID
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: The internal name of the product in Home Assistant.
|
||||
required: true
|
||||
type: string
|
||||
product_id:
|
||||
description: "ID of the product. Get the ID from the Geizhals website of your chosen product by opening the *Price History* in a new browser tab (right-click on the price history > open in new tab). The URL of this site reveals the ID, e.g., `https://geizhals.de/?phist=1696985` with a `product_id` of `1696985`."
|
||||
required: true
|
||||
type: integer
|
||||
description:
|
||||
description: The name of the product in the front end.
|
||||
required: false
|
||||
default: price
|
||||
type: string
|
||||
locale:
|
||||
description: Localisation which should be used for the request. Set this to `AT`, `EU`, `DE`, `UK` or `PL`.
|
||||
required: false
|
||||
default: DE
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
#### Extended example
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: geizhals
|
||||
name: qc35
|
||||
product_id: 1696985
|
||||
description: "Bose QC35"
|
||||
locale: "DE"
|
||||
```
|
@ -715,7 +715,6 @@
|
||||
/components/sensor.fritzbox /integrations/fritzbox#sensor
|
||||
/components/sensor.fritzbox_callmonitor /integrations/fritzbox_callmonitor
|
||||
/components/sensor.fritzbox_netmonitor /integrations/fritzbox_netmonitor
|
||||
/components/sensor.geizhals /integrations/geizhals
|
||||
/components/sensor.geo_rss_events /integrations/geo_rss_events
|
||||
/components/sensor.github /integrations/github
|
||||
/components/sensor.gitlab_ci /integrations/gitlab_ci
|
||||
@ -1367,7 +1366,6 @@
|
||||
/components/futurenow /integrations/futurenow
|
||||
/components/garadget /integrations/garadget
|
||||
/components/gc100 /integrations/gc100
|
||||
/components/geizhals /integrations/geizhals
|
||||
/components/generic_ip_camera /integrations/generic
|
||||
/components/generic_thermostat /integrations/generic_thermostat
|
||||
/components/geniushub /integrations/geniushub
|
||||
@ -2294,3 +2292,6 @@
|
||||
/components/coinmarketcap /more-info/removed-integration 301
|
||||
/integrations/coinmarketcap /more-info/removed-integration 301
|
||||
/integrations/griddy /more-info/removed-integration 301
|
||||
/components/geizhals /more-info/removed-integration 301
|
||||
/components/sensor.geizhals /more-info/removed-integration 301
|
||||
/integrations/geizhals /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user