mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Remove deprecated fedex integration (ADR-0004) (#10420)
This commit is contained in:
parent
2120fb7fcb
commit
e3773dc90f
@ -1,55 +0,0 @@
|
||||
---
|
||||
title: Fedex Sensor
|
||||
description: "Instructions on how to set up FedEx sensors within Home Assistant."
|
||||
logo: fedex.png
|
||||
ha_category:
|
||||
- Postal Service
|
||||
ha_release: 0.39
|
||||
ha_iot_class: Cloud Polling
|
||||
redirect_from:
|
||||
- /components/sensor.fedex/
|
||||
---
|
||||
|
||||
<div class="note warning">
|
||||
|
||||
This integration is deprecated and will be removed in Home Assistant 0.100.0.
|
||||
|
||||
For more information see [Architecture Decision Record: 0004](https://github.com/home-assistant/architecture/blob/master/adr/0004-webscraping.md).
|
||||
|
||||
</div>
|
||||
|
||||
The `fedex` platform allows one to track deliveries by [FedEx](http://www.fedex.com/). To use this sensor, you need a [FedEx Delivery Manager](https://www.fedex.com/us/delivery/) account.
|
||||
|
||||
## Configuration
|
||||
|
||||
To enable this sensor, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: fedex
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
Configuration options for the FedEx Sensor:
|
||||
|
||||
- **username** (*Required*): The username to access the FedEx Delivery Manager service.
|
||||
- **password** (*Required*): The password for the given username.
|
||||
- **name** (*Optional*): Name the sensor.
|
||||
- **scan_inverval** (*Optional*): Minimum time interval between updates. Default is 1 hour. Supported formats:
|
||||
- `scan_interval: 'HH:MM:SS'`
|
||||
- `scan_interval: 'HH:MM'`
|
||||
- Time period dictionary, e.g.:
|
||||
<pre>scan_interval:
|
||||
# At least one of these must be specified:
|
||||
days: 0
|
||||
hours: 0
|
||||
minutes: 3
|
||||
seconds: 30
|
||||
milliseconds: 0
|
||||
</pre>
|
||||
|
||||
<div class='note warning'>
|
||||
The FedEx sensor logs into the FedEx Delivery Manager website to scrape package data. It does not use an API. Use at your own risk.
|
||||
</div>
|
@ -116,7 +116,7 @@ And a final shout out to [Pascal][@pvizeli]. He keeps improving the performance
|
||||
- [Telegram] webhooks ([@scipioni])
|
||||
- Added [Openhome][openhome] support ([@bazwilliams])
|
||||
- UPS sensor ([@happyleavesaoc])
|
||||
- [FEDex][fedex] sensor ([@happyleavesaoc])
|
||||
- FEDex sensor ([@happyleavesaoc])
|
||||
- [Gstreamer][gstreamer] media player ([@happyleavesaoc])
|
||||
- [iTach Remote][itach] Platform ([@alanfischer])
|
||||
- [myq] cover component ([@arraylabs])
|
||||
@ -286,7 +286,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[telegram]: /components/webhooks/
|
||||
[pushsafer]: /components/notify.pushsafer/
|
||||
[openhome]: /components/media_player.openhome/
|
||||
[fedex]: /components/sensor.fedex/
|
||||
[fido]: /components/sensor.fido/
|
||||
[gstreamer]: /components/media_player.gstreamer/
|
||||
[clementine]: /components/media_player.clementine/
|
||||
|
@ -140,7 +140,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Additional ZWave coverage ([@armills] - [#7024]) ([zwave docs])
|
||||
- bump ups version ([@happyleavesaoc] - [#7033])
|
||||
- update usps version ([@happyleavesaoc] - [#7035])
|
||||
- update fedex ([@happyleavesaoc] - [#7034]) ([sensor.fedex docs])
|
||||
- update fedex ([@happyleavesaoc] - [#7034])
|
||||
- Google TTS can't read percent sign (#6971) ([@pezinek] - [#7030]) ([tts.google docs])
|
||||
- Feature/min max improvements ([@micw] - [#6786]) (breaking change)
|
||||
- Upgrade psutil to 5.2.2 ([@fabaff] - [#7037]) ([sensor.systemmonitor docs])
|
||||
@ -458,7 +458,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[scene.lifx_cloud docs]: /components/scene.lifx_cloud/
|
||||
[sensor.cpuspeed docs]: /components/sensor.cpuspeed/
|
||||
[sensor.crimereports docs]: /components/sensor.crimereports/
|
||||
[sensor.fedex docs]: /components/sensor.fedex/
|
||||
[sensor.fido docs]: /components/sensor.fido/
|
||||
[sensor.modbus docs]: /components/sensor.modbus/
|
||||
[sensor.mvglive docs]: /components/sensor.mvglive/
|
||||
|
@ -63,7 +63,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
|
||||
- Align with OpenALPR platform for naming conf variables ([@fabaff] - [#7650]) ([image_processing.seven_segments docs])
|
||||
- Added support to Amcrest camera to feed using RTSP via ffmpeg ([@tchellomello] - [#7646]) ([camera.amcrest docs]) ([sensor.amcrest docs])
|
||||
- bump fedex version ([@happyleavesaoc] - [#7653]) ([sensor.fedex docs])
|
||||
- bump fedex version ([@happyleavesaoc] - [#7653])
|
||||
- bump ups version ([@happyleavesaoc] - [#7654])
|
||||
- update usps ([@happyleavesaoc] - [#7655]) (breaking change)
|
||||
- Final tweaks for Zwave panel ([@turbokongen] - [#7652]) ([zwave docs])
|
||||
@ -360,7 +360,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.amcrest docs]: /components/sensor.amcrest/
|
||||
[sensor.arlo docs]: /components/sensor.arlo/
|
||||
[sensor.dsmr docs]: /components/sensor.dsmr/
|
||||
[sensor.fedex docs]: /components/sensor.fedex/
|
||||
[sensor.history_stats docs]: /components/sensor.history_stats/
|
||||
[sensor.hp_ilo docs]: /components/sensor.hp_ilo/
|
||||
[sensor.influxdb docs]: /components/sensor.influxdb/
|
||||
|
@ -163,7 +163,7 @@ usps:
|
||||
- Add worldtidesinfo sensor component ([@aetolus] - [#8860]) ([sensor.worldtidesinfo docs]) (new-platform)
|
||||
- Support changing the bulb color for tplink smartbulbs, fixes #8766 ([@rytilahti] - [#8780]) ([light.tplink docs])
|
||||
- bump snapcast version ([@happyleavesaoc] - [#9100]) ([media_player.snapcast docs])
|
||||
- bump fedex version ([@happyleavesaoc] - [#9099]) ([sensor.fedex docs])
|
||||
- bump fedex version ([@happyleavesaoc] - [#9099])
|
||||
- Yeelight fix updates on hsv mode ([@rytilahti] - [#9093]) ([light.yeelight docs])
|
||||
- Catch exceptions ([@fabaff] - [#9085]) ([notify.discord docs])
|
||||
- Fix issue 8894 with uk_transport component if no next_buses or next_trains ([@robmarkcole] - [#9046]) ([sensor.uk_transport docs])
|
||||
@ -355,7 +355,6 @@ usps:
|
||||
[sensor.buienradar docs]: /components/sensor.buienradar/
|
||||
[sensor.cert_expiry docs]: /components/sensor.cert_expiry/
|
||||
[sensor.eliqonline docs]: /components/sensor.eliqonline/
|
||||
[sensor.fedex docs]: /components/sensor.fedex/
|
||||
[sensor.fitbit docs]: /components/sensor.fitbit/
|
||||
[sensor.fritzbox_callmonitor docs]: /components/sensor.fritzbox_callmonitor/
|
||||
[sensor.geizhals docs]: /components/sensor.geizhals/
|
||||
|
@ -106,7 +106,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Bump pyatv to 0.3.5 ([@postlund] - [#9586]) ([apple_tv docs]) ([media_player.apple_tv docs])
|
||||
- New Wink services. pair new device, rename, and delete, add new lock key code. Add water heater support ([@w1ll1am23] - [#9303]) ([wink docs]) ([binary_sensor.wink docs]) ([lock.wink docs]) (breaking change)
|
||||
- Fixes UPS MyChoice exception ([@bachya] - [#9587])
|
||||
- FedEx: Adds "packages" as a unit ([@bachya] - [#9588]) ([sensor.fedex docs])
|
||||
- FedEx: Adds "packages" as a unit ([@bachya] - [#9588])
|
||||
- Cleanup entity & remove warning ([@pvizeli] - [#9606])
|
||||
- Add OwnTracks over HTTP ([@balloob] - [#9582]) ([http docs]) ([device_tracker.owntracks docs]) ([device_tracker.owntracks_http docs]) (new-platform)
|
||||
- upgrade python-ecobee-api ([@nkgilley] - [#9612]) ([ecobee docs])
|
||||
@ -357,7 +357,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.arlo docs]: /components/sensor.arlo/
|
||||
[sensor.comed_hourly_pricing docs]: /components/sensor.comed_hourly_pricing/
|
||||
[sensor.dsmr docs]: /components/sensor.dsmr/
|
||||
[sensor.fedex docs]: /components/sensor.fedex/
|
||||
[sensor.geo_rss_events docs]: /components/sensor.geo_rss_events/
|
||||
[sensor.google_travel_time docs]: /components/sensor.google_travel_time/
|
||||
[sensor.imap docs]: /components/sensor.imap/
|
||||
|
@ -84,7 +84,7 @@ Major new integration by [@snjoetw]: August locks and door bells! Lock and unloc
|
||||
|
||||
- updated to bimmer_connected 0.4.1 ([@ChristianKuehnel] - [#12759]) ([bmw_connected_drive docs])
|
||||
- Revert optimized logbook SQL ([@amelchio] - [#12762]) ([logbook docs])
|
||||
- bump fedex version ([@happyleavesaoc] - [#12764]) ([sensor.fedex docs])
|
||||
- bump fedex version ([@happyleavesaoc] - [#12764])
|
||||
- Silence harmless sonos data structure warnings ([@amelchio] - [#12767]) ([media_player.sonos docs])
|
||||
- Update samsungctl library to latest version ([@uchagani] - [#12769]) ([media_player.samsungtv docs])
|
||||
- Fixed missing optional keyerror data_bits ([@basschipper] - [#12789]) ([binary_sensor.rfxtrx docs])
|
||||
@ -164,7 +164,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Use the speedometer icon in the fastdotcom sensor ([@d0ugal] - [#12348]) ([sensor.fastdotcom docs])
|
||||
- Communication reduced. Setting brightness and/or color temperature will turn on the device. ([@syssi] - [#12343]) ([light.xiaomi_miio docs])
|
||||
- Add New Sensor for ISP Start.ca ([@mikeodr] - [#12356]) ([sensor.startca docs]) (new-platform)
|
||||
- bump fedex version ([@happyleavesaoc] - [#12362]) ([sensor.fedex docs])
|
||||
- bump fedex version ([@happyleavesaoc] - [#12362])
|
||||
- Upgrade alpha_vantage to 1.9.0 ([@fabaff] - [#12352]) ([sensor.alpha_vantage docs])
|
||||
- Eq3btsmart more reliable ([@karlkar] - [#11555]) ([climate.eq3btsmart docs])
|
||||
- Allow disabling entities in the registry ([@balloob] - [#12360])
|
||||
@ -554,7 +554,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[sensor.buienradar docs]: /components/sensor.buienradar/
|
||||
[sensor.deconz docs]: /components/sensor.deconz/
|
||||
[sensor.fastdotcom docs]: /components/sensor.fastdotcom/
|
||||
[sensor.fedex docs]: /components/sensor.fedex/
|
||||
[sensor.filesize docs]: /components/sensor.filesize/
|
||||
[sensor.folder docs]: /components/sensor.folder/
|
||||
[sensor.knx docs]: /components/sensor.knx/
|
||||
@ -643,7 +642,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[media_player.plex docs]: /components/media_player.plex/
|
||||
[media_player.samsungtv docs]: /components/media_player.samsungtv/
|
||||
[media_player.sonos docs]: /components/media_player.sonos/
|
||||
[sensor.fedex docs]: /components/sensor.fedex/
|
||||
[sensor.pollen docs]: /components/sensor.pollen/
|
||||
[#12810]: https://github.com/home-assistant/home-assistant/pull/12810
|
||||
[#12837]: https://github.com/home-assistant/home-assistant/pull/12837
|
||||
|
@ -221,7 +221,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- **USPS** - ([@frenck] - [#25743])
|
||||
- **SYTADIN** - ([@frenck] - [#25742])
|
||||
- **UPS** - ([@frenck] - [#25746])
|
||||
- **FEDEX** - ([@frenck] - [#25745]) ([fedex docs])
|
||||
- **FEDEX** - ([@frenck] - [#25745])
|
||||
- **SRP Energy** - ([@frenck] - [#25754])
|
||||
- **Linksys AP** - ([@frenck] - [#25804])
|
||||
|
||||
@ -350,7 +350,7 @@ anymore. - ([@abmantis] - [#25971])
|
||||
- Deprecates usps integration (ADR-0004) ([@frenck] - [#25743]) (breaking change)
|
||||
- Deprecates sytadin integration (ADR-0004) ([@frenck] - [#25742]) (breaking change)
|
||||
- Deprecates ups integration (ADR-0004) ([@frenck] - [#25746]) (breaking change)
|
||||
- Deprecates fedex integration (ADR-0004) ([@frenck] - [#25745]) ([fedex docs]) (breaking change)
|
||||
- Deprecates fedex integration (ADR-0004) ([@frenck] - [#25745]) (breaking change)
|
||||
- Deprecates srp_energy integration (ADR-0004) ([@frenck] - [#25754]) (breaking change)
|
||||
- Updater component is always available and shows on/off depending on whether an update is available or not ([@Santobert] - [#25418]) ([updater docs]) (breaking change)
|
||||
- Integration requirement check refactor ([@elupus] - [#25626])
|
||||
@ -799,7 +799,6 @@ anymore. - ([@abmantis] - [#25971])
|
||||
[eq3btsmart docs]: /components/eq3btsmart/
|
||||
[essent docs]: /components/essent/
|
||||
[evohome docs]: /components/evohome/
|
||||
[fedex docs]: /components/fedex/
|
||||
[filter docs]: /components/filter/
|
||||
[fritz docs]: /components/fritz/
|
||||
[fronius docs]: /components/fronius/
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
Loading…
x
Reference in New Issue
Block a user