mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Remove PostNL as a integration (#11787)
* remove PostNL as a component * Remove PostNL logo * Cleanup internal links * Cleanup redirects Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
ca1cd49ebb
commit
053038d4b8
@ -1,44 +0,0 @@
|
||||
---
|
||||
title: PostNL
|
||||
description: Instructions on how to set up PostNL sensors within Home Assistant.
|
||||
logo: postnl.png
|
||||
ha_category:
|
||||
- Postal Service
|
||||
ha_release: 0.69
|
||||
ha_iot_class: Cloud Polling
|
||||
---
|
||||
|
||||
The `postnl` platform allows one to track deliveries by [PostNL](https://www.postnl.nl) (Dutch Postal Services). To use this sensor, you need a [PostNL Account](https://jouw.postnl.nl). It is possible to add multiple accounts to your Home Assistant configuration.
|
||||
|
||||
The sensor value shows the number of packages to be delivered. The packages are available in the shipments attribute.
|
||||
|
||||
## Configuration
|
||||
|
||||
To enable this sensor, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: postnl
|
||||
username: POSTNL_USERNAME
|
||||
password: POSTNL_PASSWORD
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: Sensor name
|
||||
required: false
|
||||
default: "postnl"
|
||||
type: string
|
||||
username:
|
||||
description: Account username of jouw.postnl.nl
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Account password of jouw.postnl.nl
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
<div class='note warning'>
|
||||
This integration is not affiliated with PostNL and retrieves data from the endpoints of the mobile application. Use at your own risk.
|
||||
</div>
|
@ -18,7 +18,7 @@ Not much time to write a great intro this time as we're hanging out at PyCon! So
|
||||
- Support Xiaomi Mijia Bluetooth Wireless Temperature and Humidity Sensor ([@ratcashdev] - [#13955]) ([sensor.mitemp_bt docs]) (new-platform)
|
||||
- Move RainMachine to component/hub model ([@bachya] - [#14085]) ([rainmachine docs]) ([switch.rainmachine docs]) (breaking change) (new-platform)
|
||||
- Add Social Blade Sensor ([@meauxt] - [#14060]) ([sensor.socialblade docs]) ([sensor.uscis docs]) (new-platform)
|
||||
- Add PostNL sensor (Dutch Postal Services) ([@iMicknl] - [#12366]) ([sensor.postnl docs]) (new-platform)
|
||||
- Add PostNL sensor (Dutch Postal Services) ([@iMicknl] - [#12366]) (new-platform)
|
||||
- Issue/add template fans ([@giangvo] - [#12027]) ([fan.template docs]) (new-platform)
|
||||
- Matrix Chatbot ([@tinloaf] - [#13355]) ([matrix docs]) ([notify docs]) (breaking change) (new-platform)
|
||||
|
||||
@ -145,7 +145,7 @@ rainmachine:
|
||||
- Fix Hue color state for missing xy ([@amelchio] - [#14230]) ([light.hue docs])
|
||||
- Add support for tracking devices on Netgear access points ([@MatMaul] - [#13331]) ([device_tracker docs])
|
||||
- WUnderground unique ids ([@OttoWinter] - [#13311]) ([sensor.wunderground docs])
|
||||
- Add PostNL sensor (Dutch Postal Services) ([@iMicknl] - [#12366]) ([sensor.postnl docs]) (new-platform)
|
||||
- Add PostNL sensor (Dutch Postal Services) ([@iMicknl] - [#12366]) (new-platform)
|
||||
- python_openzwave update config service ([@perosb] - [#12060]) ([zwave docs])
|
||||
- Add unique_id to zwave node entity ([@andrey-git] - [#14201]) ([zwave docs])
|
||||
- Add prereqs for HomeKit Controller ([@marthoc] - [#14172])
|
||||
@ -453,7 +453,6 @@ rainmachine:
|
||||
[sensor.mitemp_bt docs]: /integrations/mitemp_bt
|
||||
[sensor.mqtt docs]: /integrations/sensor.mqtt/
|
||||
[sensor.pollen docs]: /integrations/iqvia
|
||||
[sensor.postnl docs]: /integrations/postnl
|
||||
[sensor.qnap docs]: /integrations/qnap
|
||||
[sensor.socialblade docs]: /integrations/socialblade
|
||||
[sensor.sql docs]: /integrations/sql
|
||||
|
@ -154,7 +154,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Added option to block Osram Lightify individual lights in the same way that groups can be ([@austinlg96] - [#14470]) ([light.osramlightify docs])
|
||||
- Upgrade directpy to 0.5 ([@Bahnburner] - [#14750]) ([media_player.directv docs])
|
||||
- Update syntax of platform random ([@fabaff] - [#14767]) ([binary_sensor.random docs]) ([sensor.random docs])
|
||||
- Update postnl api to 1.0.2 ([@iMicknl] - [#14769]) ([sensor.postnl docs])
|
||||
- Update postnl api to 1.0.2 ([@iMicknl] - [#14769])
|
||||
- Remove swagger file ([@fabaff] - [#14762])
|
||||
- Update syntax ([@fabaff] - [#14771]) ([sensor.version docs])
|
||||
- Update syntax ([@fabaff] - [#14768]) ([sensor.worldclock docs])
|
||||
@ -389,7 +389,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.netatmo docs]: /integrations/netatmo#sensor
|
||||
[sensor.netdata docs]: /integrations/netdata
|
||||
[sensor.onewire docs]: /integrations/onewire
|
||||
[sensor.postnl docs]: /integrations/postnl
|
||||
[sensor.rainmachine docs]: /integrations/rainmachine
|
||||
[sensor.random docs]: /integrations/random#sensor
|
||||
[sensor.shodan docs]: /integrations/shodan
|
||||
|
@ -41,7 +41,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
## Breaking Changes
|
||||
|
||||
- The `pi_hole` sensor is now limited to `ads_blocked_today` by default and will no longer show all available data. Use [`monitored_conditions`](/integrations/pi_hole#monitored_conditions) to list the sensors you want. ([@fabaff] - [#15014]) ([sensor.pi_hole docs]) (breaking change)
|
||||
- Update PostNL unit of measure to `packages` to align with UPS ([@keesschollaart81] - [#15023]) ([sensor.postnl docs]) (breaking change)
|
||||
- Update PostNL unit of measure to `packages` to align with UPS ([@keesschollaart81] - [#15023]) (breaking change)
|
||||
- Various attributes have been relocated to sensors that make more sense; additionally, some names are corrected. More info in [#14963] ([@bachya] - [#14963]) ([sensor.pollen docs]) (breaking change)
|
||||
- The filter option for prometheus was aligned with other components ([@alexbarcelo] - [#13738]) ([prometheus docs]) (breaking change)
|
||||
- Change some operation_modes for Z-Wave climate devices to comply with Home Assistant standards and compatibility with Google Home, Alexa and HomeKit. ([@cdce8p] - [#15162]) ([climate.zwave docs]) (breaking change)
|
||||
@ -70,7 +70,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Switch nuimo to a hopefully working pypi version ([@andrey-git] - [#15006]) ([nuimo_controller docs])
|
||||
- Remove typing ([@fabaff] - [#15018])
|
||||
- Add support for Homekit battery service ([@schmittx] - [#14288]) ([homekit docs])
|
||||
- Update PostNL unit of measure to align with UPS ([@keesschollaart81] - [#15023]) ([sensor.postnl docs]) (breaking change)
|
||||
- Update PostNL unit of measure to align with UPS ([@keesschollaart81] - [#15023]) (breaking change)
|
||||
- Expose Wemo component availability to Home Assistant ([@gstorer] - [#14995]) ([light.wemo docs])
|
||||
- Improve volume support for Vizio Smartcast ([@JeffLIrion] - [#14981]) ([media_player.vizio docs])
|
||||
- Upgrade requests to 2.19.1 ([@fabaff] - [#15019])
|
||||
@ -312,7 +312,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.loopenergy docs]: /integrations/loopenergy
|
||||
[sensor.pi_hole docs]: /integrations/pi_hole
|
||||
[sensor.pollen docs]: /integrations/iqvia
|
||||
[sensor.postnl docs]: /integrations/postnl
|
||||
[sensor.waze_travel_time docs]: /integrations/waze_travel_time
|
||||
[sensor.xiaomi_miio docs]: /integrations/sensor.xiaomi_miio/
|
||||
[switch.anel_pwrctrl docs]: /integrations/anel_pwrctrl
|
||||
|
@ -132,7 +132,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- 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)
|
||||
- PostNL attributes are updated, contain now more information ([@basbl] - [#18334]) ([sensor.postnl docs]) (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)
|
||||
- Previous "manual" registration of roku devices will need to be updated or removed (discovery should discover all rokus on your network). ([@soberstadt] - [#17548]) ([roku docs]) ([media_player.roku docs]) ([remote.roku docs]) (breaking change) (new-platform)
|
||||
@ -244,7 +244,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Add ability to monitor relay events ([@oblogic7] - [#18730]) ([doorbird docs])
|
||||
- Add support for 'via_hub' for device_info ([@fredrike] - [#19454]) ([mqtt docs])
|
||||
- Fix the anthemav component by removing a debugging line. ([@achatham] - [#19979]) ([media_player.anthemav docs])
|
||||
- Expose more information about shipments by PostNL ([@basbl] - [#18334]) ([sensor.postnl docs]) (breaking change)
|
||||
- Expose more information about shipments by PostNL ([@basbl] - [#18334]) (breaking change)
|
||||
- Split locative to a separate component ([@rohankapoorcom] - [#19964]) ([device_tracker docs]) ([locative docs]) (breaking change)
|
||||
- Support for multiple Fibaro gateways ([@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)
|
||||
- Add Hass.io user headers to supervisor proxy ([@balloob] - [#19395]) ([hassio docs])
|
||||
@ -687,7 +687,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.postnl docs]: /integrations/postnl
|
||||
[sensor.prezzibenzina docs]: /integrations/prezzibenzina
|
||||
[sensor.rest docs]: /integrations/rest
|
||||
[sensor.sma docs]: /integrations/sma#sensors
|
||||
|
@ -197,7 +197,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Fix Repetier integration entity indexing ([@MTrab] - [#28766]) ([repetier docs]) (beta fix)
|
||||
- Fix HomematicIP Cloud Alarm Control Panel support for basic mode ([@SukramJ] - [#28778]) ([homematicip_cloud docs]) (beta fix)
|
||||
- Fix Swisscom empty response received ([@LeoCal] - [#28782]) ([swisscom docs]) (beta fix)
|
||||
- Fix broken postnl sensor ([@peternijssen] - [#28794]) ([postnl docs]) (beta fix)
|
||||
- Fix broken postnl sensor ([@peternijssen] - [#28794]) (beta fix)
|
||||
- Updated frontend to 20191115.0 ([@bramkragten] - [#28797]) ([frontend docs]) (beta fix)
|
||||
- Fix Comfoconnect errors during startup ([@michaelarnauts] - [#28802]) ([comfoconnect docs]) (beta fix)
|
||||
- Fix miio air quality sensor ([@valkjsaaa] - [#28828]) ([xiaomi_miio docs]) (beta fix)
|
||||
@ -485,7 +485,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Fix Repetier integration entity indexing ([@MTrab] - [#28766]) ([repetier docs]) (beta fix)
|
||||
- Fix HomematicIP Cloud Alarm Control Panel support for basic mode ([@SukramJ] - [#28778]) ([homematicip_cloud docs]) (beta fix)
|
||||
- Fix Swisscom empty response received ([@LeoCal] - [#28782]) ([swisscom docs]) (beta fix)
|
||||
- Fix broken postnl sensor ([@peternijssen] - [#28794]) ([postnl docs]) (beta fix)
|
||||
- Fix broken postnl sensor ([@peternijssen] - [#28794]) (beta fix)
|
||||
- Updated frontend to 20191115.0 ([@bramkragten] - [#28797]) ([frontend docs]) (beta fix)
|
||||
- Fix Comfoconnect errors during startup ([@michaelarnauts] - [#28802]) ([comfoconnect docs]) (beta fix)
|
||||
- Fix miio air quality sensor ([@valkjsaaa] - [#28828]) ([xiaomi_miio docs]) (beta fix)
|
||||
@ -925,7 +925,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[plex docs]: /integrations/plex/
|
||||
[plugwise docs]: /integrations/plugwise/
|
||||
[point docs]: /integrations/point/
|
||||
[postnl docs]: /integrations/postnl/
|
||||
[proxy docs]: /integrations/proxy/
|
||||
[ps4 docs]: /integrations/ps4/
|
||||
[qrcode docs]: /integrations/qrcode/
|
||||
|
@ -715,7 +715,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Add Emulated Hue code owner ([@NobleKangaroo] - [#29319]) ([emulated_hue docs])
|
||||
- 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]) ([postnl docs])
|
||||
- Move imports to top for postnl ([@springstan] - [#29330])
|
||||
- Move imports to top for prezzibenzina ([@springstan] - [#29329]) ([prezzibenzina docs])
|
||||
- Move imports to top for quantum_gateway ([@springstan] - [#29327]) ([quantum_gateway docs])
|
||||
- Move imports to top for qnap ([@springstan] - [#29326]) ([qnap docs])
|
||||
@ -1674,7 +1674,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/
|
||||
[postnl docs]: /integrations/postnl/
|
||||
[prezzibenzina docs]: /integrations/prezzibenzina/
|
||||
[prometheus docs]: /integrations/prometheus/
|
||||
[proxmoxve docs]: /integrations/proxmoxve/
|
||||
|
@ -818,7 +818,6 @@
|
||||
/components/sensor.pocketcasts /integrations/pocketcasts
|
||||
/components/sensor.point /integrations/point#sensor
|
||||
/components/sensor.pollen /integrations/iqvia
|
||||
/components/sensor.postnl /integrations/postnl
|
||||
/components/sensor.prezzibenzina /integrations/prezzibenzina
|
||||
/components/sensor.pushbullet /integrations/pushbullet#sensor
|
||||
/components/sensor.pvoutput /integrations/pvoutput
|
||||
@ -1699,7 +1698,6 @@
|
||||
/components/pocketcasts /integrations/pocketcasts
|
||||
/components/point /integrations/point
|
||||
/components/polling /integrations/telegram_polling
|
||||
/components/postnl /integrations/postnl
|
||||
/components/prezzibenzina /integrations/prezzibenzina
|
||||
/components/proliphix /integrations/proliphix
|
||||
/components/prometheus /integrations/prometheus
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.0 KiB |
Loading…
x
Reference in New Issue
Block a user