mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Remove prezzibenzina (#14222)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
c9bb44ce86
commit
da927f0e05
@ -1,59 +0,0 @@
|
||||
---
|
||||
title: Prezzi Benzina
|
||||
description: Instructions on how to integrate PrezziBenzina sensors within Home Assistant.
|
||||
ha_category:
|
||||
- Energy
|
||||
ha_release: 0.85
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_domain: prezzibenzina
|
||||
---
|
||||
|
||||
The `prezzibenzina` platform allows you to monitor the fuel prices with [PrezziBenzina.it](https://www.prezzibenzina.it/) from within Home Assistant and setup automations based on the information.
|
||||
|
||||
## Setup
|
||||
|
||||
To use this sensor you need the station ID. To get this information go to [PrezziBenzina.it](https://www.prezzibenzina.it/) with your browser and find your station. Then copy the ID from the URL bar.
|
||||
|
||||
```text
|
||||
https://www.prezzibenzina.it/distributori/STATION_ID/
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
To enable this sensor, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: prezzibenzina
|
||||
station: STATION_ID
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
station:
|
||||
description: The ID of the station you want to use.
|
||||
required: true
|
||||
type: string
|
||||
fuel_types:
|
||||
description: "The types of fuels you want to track. Allowed values are `Benzina`, `Benzina speciale`, `Diesel`, `Diesel speciale`, `GPL` or `Metano`."
|
||||
required: false
|
||||
type: list
|
||||
name:
|
||||
description: The name of the station.
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Full example
|
||||
|
||||
This is a full example of the sensor:
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: prezzibenzina
|
||||
station: <id>
|
||||
fuel_types:
|
||||
- "Benzina"
|
||||
- "GPL"
|
||||
name: "Station"
|
||||
```
|
@ -37,7 +37,7 @@ This release also features native support for [ESPHome](https://esphomelib.com/e
|
||||
- Add native ESPHome API component ([@OttoWinter] - [#19334]) (new-platform)
|
||||
- Add GTT Sensor ([@eliseomartelli] - [#18449]) ([sensor.gtt docs]) (new-platform)
|
||||
- Add openSenseMap air pollutants platform ([@fabaff] - [#19357]) ([air_pollutants docs]) (new-platform)
|
||||
- Add Prezzibenzina (Italian Fuel Price) Sensor ([@eliseomartelli] - [#19297]) ([sensor.prezzibenzina docs]) (new-platform)
|
||||
- Add Prezzibenzina (Italian Fuel Price) Sensor ([@eliseomartelli] - [#19297]) (new-platform)
|
||||
- Add sensor platform for SolarEdge Monitoring API ([@GidoHakvoort] - [#18846]) ([sensor.solaredge docs]) (new-platform)
|
||||
- Add Mythic Beasts DNSAPI Component ([@thinkl33t] - [#18333]) ([mythicbeastsdns docs]) (new-platform)
|
||||
- Add new sensor platform to expose Islamic prayer times ([@uchagani] - [#19444]) ([sensor.islamic_prayer_times docs]) (new-platform)
|
||||
@ -215,7 +215,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Add openSenseMap air pollutants platform ([@fabaff] - [#19357]) ([air_pollutants docs]) (new-platform)
|
||||
- Optionally disable ssl verification for mjpeg ([@rohankapoorcom] - [#19277]) ([zoneminder docs]) ([camera.mjpeg docs]) ([camera.zoneminder docs])
|
||||
- Use string foratting ([@fabaff] - [#19427]) ([sensor.brottsplatskartan docs])
|
||||
- Add Prezzibenzina (Italian Fuel Price) Sensor ([@eliseomartelli] - [#19297]) ([sensor.prezzibenzina docs]) (new-platform)
|
||||
- Add Prezzibenzina (Italian Fuel Price) Sensor ([@eliseomartelli] - [#19297]) (new-platform)
|
||||
- Upgrade sqlalchemy to 1.2.15 ([@fabaff] - [#19383]) ([sensor.sql docs])
|
||||
- Upgrade requests to 2.21.0 ([@fabaff] - [#19385])
|
||||
- Miscellaneous ESPHome cleanups ([@OttoWinter] - [#19425]) ([esphome docs]) ([binary_sensor.esphome docs]) ([switch.esphome docs])
|
||||
@ -862,7 +862,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.openweathermap docs]: /integrations/openweathermap#sensor
|
||||
[sensor.plum_lightpad docs]: /integrations/plum_lightpad
|
||||
[sensor.point docs]: /integrations/point#sensor
|
||||
[sensor.prezzibenzina docs]: /integrations/prezzibenzina
|
||||
[sensor.scrape docs]: /integrations/scrape
|
||||
[sensor.seventeentrack docs]: /integrations/seventeentrack
|
||||
[sensor.solaredge docs]: /integrations/solaredge
|
||||
|
@ -131,7 +131,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Each instance of Home Assistant will now generate it's own unique webhook url for Geofencyto use. One will need to be generated and provided to the iOS app to replace the existing url: `https://myhome.duckdns.org/api/geofency?api_password=HA_PASSWORD` ([@rohankapoorcom] - [#18951]) ([geofency docs]) (breaking change)
|
||||
- Nest sensor: Correctly map hvac_state to Home Assistant states. Heating -> heat, Cooling -> cool. ([@mitchellrj] - [#19895]) ([sensor.nest docs]) (breaking change)
|
||||
- Add nad telnet media player and merge nadtcp into media_player.nad ([@rymsha] - [#19704]) ([media_player.nad docs]) (breaking change)
|
||||
- Prezzi Benzina: Added the service type to the name of the sensor to better differentiate between different service tiers. ([@eliseomartelli] - [#19980]) ([sensor.prezzibenzina docs]) (breaking change)
|
||||
- Prezzi Benzina: Added the service type to the name of the sensor to better differentiate between different service tiers. ([@eliseomartelli] - [#19980]) (breaking change)
|
||||
- PostNL attributes are updated, contain now more information ([@basbl] - [#18334]) (breaking change)
|
||||
- Support for multiple Fibaro gateways. A list of gateways is expected instead of a single config. ([@pbalogh77] - [#19705]) ([fibaro docs]) ([binary_sensor.fibaro docs]) ([cover.fibaro docs]) ([light.fibaro docs]) ([scene.fibaro docs]) ([sensor.fibaro docs]) ([switch.fibaro docs]) (breaking change)
|
||||
- Upgrade greeneye_monitor to 1.0. It now requires the full 8 digit serial number. ([@jkeljo] - [#19631]) ([greeneye_monitor docs]) (breaking change)
|
||||
@ -231,7 +231,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Upgrade keyring to 17.1.1 ([@fabaff] - [#19962])
|
||||
- Add support for restoring state to rpi_gpio_pwm ([@soldag] - [#19944])
|
||||
- min_max sensor support for STATE_UNAVAILABLE ([@RomRider] - [#19914]) ([sensor.min_max docs])
|
||||
- add service type in name ([@eliseomartelli] - [#19980]) ([sensor.prezzibenzina docs]) (breaking change)
|
||||
- add service type in name ([@eliseomartelli] - [#19980]) (breaking change)
|
||||
- Add support for spot cleaning that was introduced in pybotvac 0.12 ([@larsvinc] - [#19857]) ([vacuum.neato docs])
|
||||
- Support next generation of the Xiaomi Mi Smart Plug (chuangmi.plug.m3) ([@syssi] - [#19972]) ([switch.xiaomi_miio docs])
|
||||
- When tradfri experience communication errors make the lights/devices unavailable. ([@jarlebh] - [#19288]) ([light.tradfri docs]) ([switch.tradfri docs])
|
||||
@ -686,7 +686,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.mqtt docs]: /integrations/sensor.mqtt/
|
||||
[sensor.mychevy docs]: /integrations/mychevy
|
||||
[sensor.nest docs]: /integrations/nest#sensor
|
||||
[sensor.prezzibenzina docs]: /integrations/prezzibenzina
|
||||
[sensor.rest docs]: /integrations/rest
|
||||
[sensor.sma docs]: /integrations/sma#sensors
|
||||
[sensor.snmp docs]: /integrations/snmp#sensor
|
||||
|
@ -716,7 +716,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Broadlink remote ([@felipediel] - [#26528]) ([broadlink docs]) (new-platform)
|
||||
- Move imports to top for python_script ([@springstan] - [#29331]) ([python_script docs])
|
||||
- Move imports to top for postnl ([@springstan] - [#29330])
|
||||
- Move imports to top for prezzibenzina ([@springstan] - [#29329]) ([prezzibenzina docs])
|
||||
- Move imports to top for prezzibenzina ([@springstan] - [#29329])
|
||||
- Move imports to top for quantum_gateway ([@springstan] - [#29327]) ([quantum_gateway docs])
|
||||
- Move imports to top for qnap ([@springstan] - [#29326]) ([qnap docs])
|
||||
- Move imports to top for qbittorrent ([@springstan] - [#29325]) ([qbittorrent docs])
|
||||
@ -1670,7 +1670,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[plex docs]: /integrations/plex/
|
||||
[plum_lightpad docs]: /integrations/plum_lightpad/
|
||||
[point docs]: /integrations/point/
|
||||
[prezzibenzina docs]: /integrations/prezzibenzina/
|
||||
[prometheus docs]: /integrations/prometheus/
|
||||
[proxmoxve docs]: /integrations/proxmoxve/
|
||||
[ps4 docs]: /integrations/ps4/
|
||||
|
@ -631,7 +631,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
|
||||
- Auto-level AirVisual API calls ([@bachya] - [#34903]) ([airvisual docs])
|
||||
- Fix service registration supported features check ([@chmielowiec] - [#35718])
|
||||
- Fix Prezzibenzina doing I/O in the event loop ([@bachya] - [#35881]) ([prezzibenzina docs])
|
||||
- Fix Prezzibenzina doing I/O in the event loop ([@bachya] - [#35881])
|
||||
- Update rokuecp to 0.4.1 ([@ctalkington] - [#35899]) ([roku docs])
|
||||
- Update frontend to 20200519.3 ([@bramkragten] - [#35925]) ([frontend docs])
|
||||
- Ensure homekit functions if numpy is unavailable ([@bdraco] - [#35931]) ([homekit docs])
|
||||
@ -702,7 +702,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[lutron_caseta docs]: /integrations/lutron_caseta/
|
||||
[onvif docs]: /integrations/onvif/
|
||||
[ozw docs]: /integrations/ozw/
|
||||
[prezzibenzina docs]: /integrations/prezzibenzina/
|
||||
[roku docs]: /integrations/roku/
|
||||
[rpi_gpio_pwm docs]: /integrations/rpi_gpio_pwm/
|
||||
[stream docs]: /integrations/stream/
|
||||
|
@ -814,7 +814,6 @@
|
||||
/components/sensor.pocketcasts /integrations/pocketcasts
|
||||
/components/sensor.point /integrations/point#sensor
|
||||
/components/sensor.pollen /integrations/iqvia
|
||||
/components/sensor.prezzibenzina /integrations/prezzibenzina
|
||||
/components/sensor.pushbullet /integrations/pushbullet#sensor
|
||||
/components/sensor.pvoutput /integrations/pvoutput
|
||||
/components/sensor.pyload /integrations/pyload
|
||||
@ -1687,7 +1686,6 @@
|
||||
/components/pocketcasts /integrations/pocketcasts
|
||||
/components/point /integrations/point
|
||||
/components/polling /integrations/telegram_polling
|
||||
/components/prezzibenzina /integrations/prezzibenzina
|
||||
/components/proliphix /integrations/proliphix
|
||||
/components/prometheus /integrations/prometheus
|
||||
/components/prowl /integrations/prowl
|
||||
|
Loading…
x
Reference in New Issue
Block a user