From 2120fb7fcb087842ddb14586a618798220b16e2f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 25 Sep 2019 20:49:14 +0200 Subject: [PATCH] Remove deprecated usps integration (ADR-0004) (#10422) --- source/_components/usps.markdown | 124 ------------------ ...17-01-14-iss-usps-images-packages.markdown | 3 +- .../2017-04-22-ikea-tradfri--spotify.markdown | 3 +- source/_posts/2017-06-04-release-46.markdown | 5 +- source/_posts/2017-06-17-release-47.markdown | 3 +- source/_posts/2017-07-02-release-48.markdown | 3 +- .../_posts/2017-08-26-release-0-52.markdown | 9 +- source/_posts/2017-10-07-release-55.markdown | 7 +- source/_posts/2018-02-26-release-64.markdown | 5 +- source/_posts/2019-08-28-release-98.markdown | 5 +- source/images/supported_brands/usps.png | Bin 2513 -> 0 bytes 11 files changed, 15 insertions(+), 152 deletions(-) delete mode 100644 source/_components/usps.markdown delete mode 100644 source/images/supported_brands/usps.png diff --git a/source/_components/usps.markdown b/source/_components/usps.markdown deleted file mode 100644 index cb23482db1d..00000000000 --- a/source/_components/usps.markdown +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: USPS -description: "Interface USPS mail and package information to Home Assistant." -logo: usps.png -ha_category: - - Postal Service - - Camera - - Sensor -ha_release: 0.52 -ha_iot_class: Cloud Polling -redirect_from: - - /components/camera.usps/ - - /components/sensor.usps/ ---- - -
- - 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). - -
- -The `usps` platform allows one to track deliveries and inbound mail from the [US Postal Service (USPS)](https://www.usps.com/). -In addition to having a USPS account, you will need to complete the "Opt-In" process for packages by clicking "Get Started Now" on [this page](https://my.usps.com/mobileWeb/pages/intro/start.action). You must also "Opt-In" to [Informed Delivery](https://informeddelivery.usps.com/box/pages/intro/start.action) to see inbound mail. - -There is currently support for the following device types within Home Assistant: - -- [Camera](#camera) -- [Sensor](#sensor) - -## Prerequisites - -This integration requires that a headless-capable web browser is installed on your system - either PhantomJS or Google Chrome. Preferably use Chrome if your operating system supports it, since PhantomJS is deprecated. - -
-If you are using a Raspberry Pi, you must use PhantomJS. -
- -
-Hass.io containers are based on Alpine Linux. PhantomJS is not available for Alpine Linux. Therefore it is currently not possible to use this integration on Hass.io. -
- -### PhantomJS - -Install the latest version of [PhantomJS](http://phantomjs.org/download.html). Ensure the executable is on your `PATH`. `phantomjs --version` should work and report the correct version. This is the default option and requires no further configuration. - -
- Don't use apt-get to install PhantomJS. This version is not compatible. -
- -If you use the PhantomJS option, specify `driver: phantomjs` in your `usps` configuration. - -### Chrome - -Install Chrome 59 or greater (preferably the most recent). Install the latest [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads). Ensure both executables are on your `PATH`. `google-chrome --version` and `chromedriver --version` should work and report the correct version. - -OS-specific instructions: - -- [Ubuntu 16](https://gist.github.com/ziadoz/3e8ab7e944d02fe872c3454d17af31a5) (Selenium server portion *not* necessary) -- [RHEL/Centos 7](https://stackoverflow.com/a/46686621) - -If you use the Chrome option, specify `driver: chrome` in your `usps` configuration. - -## Configuration - -To enable this component, add the following lines to your `configuration.yaml`: - -```yaml -# Example configuration.yaml entry -usps: - username: YOUR_USERNAME - password: YOUR_PASSWORD -``` - -You will see two new sensors, one for packages and one for mail and a camera to rotate through images of incoming mail for the current day. - -{% configuration %} -username: - description: The username to access the MyUSPS service. - required: true - type: string -password: - description: The password for the given username. - required: true - type: string -driver: - description: Specify if you're using `phantomjs` or `chrome`. - required: false - type: string - default: phantomjs -name: - description: The prefix for sensor names. - required: false - type: string - default: usps -{% endconfiguration %} - -
-The USPS sensor logs into the MyUSPS website to scrape package data. It does not use an API. -
- -## Camera - -The `usps` camera integration allows you to view the mail piece images made available through USPS via the Informed Delivery service. You must "Opt-In" to [Informed Delivery](https://informeddelivery.usps.com/box/pages/intro/start.action) to see mail images. This works in concert with [USPS sensors](#sensor). - -### Configuration - -To customize the interval that mail images are rotated in the mail camera you can edit your `configuration.yaml` file with the following settings: - -```yaml -# Example configuration.yaml entry -camera: - - platform: usps - scan_interval: 5 -``` - -To enable this camera in your installation, set up the USPS integration first. - -## Sensor - -The `usps` sensor integration allows you to view statistics on incoming mail and packages made available through USPS via the Informed Delivery service. You must "Opt-In" to [Informed Delivery](https://informeddelivery.usps.com/box/pages/intro/start.action) to see mail images. This works in concert with [USPS camera](#camera). - -To enable this sensor in your installation, set up the USPS integration first. diff --git a/source/_posts/2017-01-14-iss-usps-images-packages.markdown b/source/_posts/2017-01-14-iss-usps-images-packages.markdown index 7988c5e2e22..23b86366753 100644 --- a/source/_posts/2017-01-14-iss-usps-images-packages.markdown +++ b/source/_posts/2017-01-14-iss-usps-images-packages.markdown @@ -36,7 +36,7 @@ The new [image processing component][image] currently works with [number plates] - Sensor: Support for [HydroQuebec][quebec] ([@titilambert]) - Sensor: Tracking the [ISS][iss] ([@HydrelioxGitHub]) -- Sensor: [USPS][usps] deliveries tracking ([@happyleavesaoc]) +- Sensor: USPS deliveries tracking ([@happyleavesaoc]) - Device tracker: New [ping-based][ping] tracker ([@michaelarnauts]) - TTS: Support for [Pico][pico] ([@doudz]) - Switch: [BeagleBone Black][beaglebone] GPIO are supported now ([@MatoKafkac]) @@ -184,7 +184,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [tik]: /components/light.tikteck/ [trackr]: /components/device_tracker.trackr/ [upc]: /components/device_tracker.upc_connect/ -[usps]: /components/sensor.usps/ [wink-fan]: /components/fan.wink/ [xiaomi]: /components/device_tracker.xiaomi/ [yandex]: /components/tts.yandextts/ diff --git a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown index 55451d8171f..587bde9f422 100644 --- a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown +++ b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown @@ -139,7 +139,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - more tests for slugify ([@micw] - [#7027]) - Additional ZWave coverage ([@armills] - [#7024]) ([zwave docs]) - bump ups version ([@happyleavesaoc] - [#7033]) -- update usps version ([@happyleavesaoc] - [#7035]) ([sensor.usps docs]) +- update usps version ([@happyleavesaoc] - [#7035]) - update fedex ([@happyleavesaoc] - [#7034]) ([sensor.fedex docs]) - Google TTS can't read percent sign (#6971) ([@pezinek] - [#7030]) ([tts.google docs]) - Feature/min max improvements ([@micw] - [#6786]) (breaking change) @@ -467,7 +467,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.qnap docs]: /components/sensor.qnap/ [sensor.speedtest docs]: /components/sensor.speedtest/ [sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.usps docs]: /components/sensor.usps/ [sensor.vera docs]: /components/sensor.vera/ [sun docs]: /components/sun/ [switch.tplink docs]: /components/switch.tplink/ diff --git a/source/_posts/2017-06-04-release-46.markdown b/source/_posts/2017-06-04-release-46.markdown index 6574aaef863..3cd25bdc957 100644 --- a/source/_posts/2017-06-04-release-46.markdown +++ b/source/_posts/2017-06-04-release-46.markdown @@ -32,7 +32,7 @@ It's time for 0.46! This release does not have too many new integrations, instea ## Breaking changes -- The USPS sensor entity names have changed as there are now two. One for packages and one for mail. Config will now also use `scan_interval` instead of `update_interval` ([@happyleavesaoc] - [#7655]) ([sensor.usps docs]) (breaking change) +- The USPS sensor entity names have changed as there are now two. One for packages and one for mail. Config will now also use `scan_interval` instead of `update_interval` ([@happyleavesaoc] - [#7655]) (breaking change) - Automation state trigger: From/to checks will now ignore state changes that are just attribute changess ([@amelchio] - [#7651]) ([automation.state docs]) (breaking change) - Redesign monitored variables for hp_ilo sensor. `monitored_variables` is now a list of `name` and `sensor_type` values ([@Juggels] - [#7534]) ([sensor.hp_ilo docs]) (breaking change) @@ -65,7 +65,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - 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 ups version ([@happyleavesaoc] - [#7654]) -- update usps ([@happyleavesaoc] - [#7655]) ([sensor.usps docs]) (breaking change) +- update usps ([@happyleavesaoc] - [#7655]) (breaking change) - Final tweaks for Zwave panel ([@turbokongen] - [#7652]) ([zwave docs]) - Add network_key as a config option ([@robbiet480] - [#7637]) ([zwave docs]) - Bugfix #7586 ([@turbokongen] - [#7661]) ([lock.zwave docs]) @@ -368,7 +368,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.snmp docs]: /components/sensor.snmp/ [sensor.synologydsm docs]: /components/sensor.synologydsm/ [sensor.time_date docs]: /components/sensor.time_date/ -[sensor.usps docs]: /components/sensor.usps/ [switch.broadlink docs]: /components/switch.broadlink/ [switch.rachio docs]: /components/switch.rachio/ [switch.rflink docs]: /components/switch.rflink/ diff --git a/source/_posts/2017-06-17-release-47.markdown b/source/_posts/2017-06-17-release-47.markdown index aa7410a1fe8..84843659407 100644 --- a/source/_posts/2017-06-17-release-47.markdown +++ b/source/_posts/2017-06-17-release-47.markdown @@ -271,7 +271,7 @@ automation: - Added 'all_plants' group and support for plant groups state. ([@aronsky] - [#8063]) ([group docs]) ([plant docs]) - Fix EntityComponent handle entities without a name ([@balloob] - [#8065]) - Update pyunifi component to use APIError passed from pyunifi 2.13. Better accommodate login failures with wrapper in pyunifi 2.13. ([@finish06] - [#7899]) ([device_tracker.unifi docs]) -- bump usps version ([@happyleavesaoc] - [#8074]) ([sensor.usps docs]) +- bump usps version ([@happyleavesaoc] - [#8074]) - bump ups ([@happyleavesaoc] - [#8075]) [#7152]: https://github.com/home-assistant/home-assistant/pull/7152 @@ -538,7 +538,6 @@ automation: [sensor.snmp docs]: /components/sensor.snmp/ [sensor.statistics docs]: /components/sensor.statistics/ [sensor.template docs]: /components/sensor.template/ -[sensor.usps docs]: /components/sensor.usps/ [sensor.waqi docs]: /components/sensor.waqi/ [sensor.wunderground docs]: /components/sensor.wunderground/ [sensor.yweather docs]: /components/sensor.yweather/ diff --git a/source/_posts/2017-07-02-release-48.markdown b/source/_posts/2017-07-02-release-48.markdown index b79e876f515..b15cc502dac 100644 --- a/source/_posts/2017-07-02-release-48.markdown +++ b/source/_posts/2017-07-02-release-48.markdown @@ -132,7 +132,7 @@ light: - Add option to set language of openweathermap sensor, and handle updating errors ([@azogue] - [#8046]) ([sensor.openweathermap docs]) - Bump pyEmby version to account for API changes ([@mezz64] - [#8070]) ([media_player.emby docs]) - bump ups ([@happyleavesaoc] - [#8075]) -- bump usps version ([@happyleavesaoc] - [#8074]) ([sensor.usps docs]) +- bump usps version ([@happyleavesaoc] - [#8074]) - Add to zwave services descriptions ([@andrey-git] - [#8072]) - Fix attribute entity ([@pvizeli] - [#8066]) (breaking change) - Added 'all_plants' group and support for plant groups state. ([@aronsky] - [#8063]) ([group docs]) ([plant docs]) @@ -496,7 +496,6 @@ light: [sensor.openweathermap docs]: /components/sensor.openweathermap/ [sensor.pi_hole docs]: /components/sensor.pi_hole/ [sensor.upnp docs]: /components/sensor.upnp/ -[sensor.usps docs]: /components/sensor.usps/ [sensor.verisure docs]: /components/sensor.verisure/ [sensor.wunderground docs]: /components/sensor.wunderground/ [shiftr docs]: /components/shiftr/ diff --git a/source/_posts/2017-08-26-release-0-52.markdown b/source/_posts/2017-08-26-release-0-52.markdown index a6eb571d0cd..36c6465b736 100644 --- a/source/_posts/2017-08-26-release-0-52.markdown +++ b/source/_posts/2017-08-26-release-0-52.markdown @@ -40,7 +40,7 @@ script: !include scripts.yaml - Add version sensor ([@fabaff] - [#8912]) ([sensor.version docs]) (new-platform) - Nello.io lock support ([@pschmitt] - [#8957]) ([lock.nello docs]) (new-platform) - Add HipChat notify service. ([@BioSehnsucht] - [#8918]) ([notify.hipchat docs]) (new-platform) -- Refactor USPS into component with Sensors+Camera ([@mezz64] - [#8679]) ([usps docs]) ([camera.usps docs]) ([sensor.usps docs]) (breaking change) (new-platform) +- Refactor USPS into component with Sensors+Camera ([@mezz64] - [#8679]) (breaking change) (new-platform) - Adds London_air component ([@robmarkcole] - [#9020]) ([sensor.london_air docs]) (new-platform) - Add Abode home security component ([@arsaboo] - [#9030]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) (new-platform) - Add support for Prowl notifications. ([@mbrrg] - [#9028]) ([notify.prowl docs]) (new-platform) @@ -80,7 +80,7 @@ Experiencing issues introduced by this release? Please report them in our [issue retain: true ``` -- Refactor USPS into component with Sensors+Camera ([@mezz64] - [#8679]) ([usps docs]) ([camera.usps docs]) ([sensor.usps docs]) (breaking change) (new-platform) +- Refactor USPS into component with Sensors+Camera ([@mezz64] - [#8679]) (breaking change) (new-platform) ```yaml usps: @@ -123,7 +123,7 @@ usps: - Update ffmpeg to 1.7 to fix severals problems ([@pvizeli] - [#9029]) - Add state_with_unit property to state objects in templates ([@balloob] - [#9014]) - Fix Geizhals index issue when not 4 prices available ([@celeroll] - [#9035]) ([sensor.geizhals docs]) -- Refactor USPS into component with Sensors+Camera ([@mezz64] - [#8679]) ([usps docs]) ([camera.usps docs]) ([sensor.usps docs]) (breaking change) (new-platform) +- Refactor USPS into component with Sensors+Camera ([@mezz64] - [#8679]) (breaking change) (new-platform) - Set password after connecting. Fixes #8983 ([@StevenLooman] - [#9039]) ([media_player.mpd docs]) - Update iOS sensor (battery icon fix and format updates) ([@schmittx] - [#9032]) - Adds London_air component ([@robmarkcole] - [#9020]) ([sensor.london_air docs]) (new-platform) @@ -310,7 +310,6 @@ usps: [binary_sensor.abode docs]: /components/binary_sensor.abode/ [binary_sensor.mysensors docs]: /components/binary_sensor.mysensors/ [binary_sensor.workday docs]: /components/binary_sensor.workday/ -[camera.usps docs]: /components/camera.usps/ [climate.mysensors docs]: /components/climate.mysensors/ [config docs]: /components/config/ [configurator docs]: /components/configurator/ @@ -368,7 +367,6 @@ usps: [sensor.snmp docs]: /components/sensor.snmp/ [sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ [sensor.uk_transport docs]: /components/sensor.uk_transport/ -[sensor.usps docs]: /components/sensor.usps/ [sensor.version docs]: /components/sensor.version/ [sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/ [switch.mqtt docs]: /components/switch.mqtt/ @@ -376,7 +374,6 @@ usps: [switch.pilight docs]: /components/switch.pilight/ [switch.rainmachine docs]: /components/switch.rainmachine/ [switch.xiaomi docs]: /components/switch.xiaomi_aqara/ -[usps docs]: /components/usps/ [weather.buienradar docs]: /components/weather.buienradar/ [xiaomi docs]: /components/xiaomi/ [forum]: https://community.home-assistant.io/ diff --git a/source/_posts/2017-10-07-release-55.markdown b/source/_posts/2017-10-07-release-55.markdown index 67ef95a5833..f3e5e41a38f 100644 --- a/source/_posts/2017-10-07-release-55.markdown +++ b/source/_posts/2017-10-07-release-55.markdown @@ -75,7 +75,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - flux led lib 0.20 ([@danielhiversen] - [#9533]) ([light.flux_led docs]) - Update AbodePy to 0.11.8 ([@MisterWil] - [#9537]) ([abode docs]) - Bump python_openzwave to 0.4.0.35 ([@arsaboo] - [#9542]) ([zwave docs]) -- update usps ([@happyleavesaoc] - [#9540]) ([usps docs]) ([camera.usps docs]) ([sensor.usps docs]) +- update usps ([@happyleavesaoc] - [#9540]) - Bugfix Homematic hub object ([@pvizeli] - [#9544]) ([homematic docs]) - Fix a bunch of typos ([@mika] - [#9545]) - Catch no longer existing process in systemmonitor ([@Tommatheussen] - [#9535]) ([sensor.systemmonitor docs]) @@ -83,7 +83,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Add history_graph component ([@andrey-git] - [#9472]) (breaking change) - GeoRSS sensor ([@exxamalte] - [#9331]) ([sensor.geo_rss_events docs]) (new-platform) - Fixed bug with all switch devices being excluded ([@MisterWil] - [#9555]) ([switch.abode docs]) -- fix usps? ([@happyleavesaoc] - [#9557]) ([usps docs]) ([sensor.usps docs]) +- fix usps? ([@happyleavesaoc] - [#9557]) - Added support for ARM_NIGHT for manual_mqtt alarm ([@snjoetw] - [#9358]) ([alarm_control_panel.manual_mqtt docs]) - Various AirVisual bugfixes ([@bachya] - [#9554]) ([sensor.airvisual docs]) - Updated Arlo cameras with new attributes ([@bachya] - [#9565]) ([arlo docs]) ([camera.arlo docs]) @@ -314,7 +314,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [binary_sensor.wink docs]: /components/binary_sensor.wink/ [camera.arlo docs]: /components/camera.arlo/ [camera.synology docs]: /components/camera.synology/ -[camera.usps docs]: /components/camera.usps/ [climate.ecobee docs]: /components/climate.ecobee/ [climate.mqtt docs]: /components/climate.mqtt/ [cover.mqtt docs]: /components/cover.mqtt/ @@ -369,7 +368,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.systemmonitor docs]: /components/sensor.systemmonitor/ [sensor.thethingsnetwork docs]: /components/sensor.thethingsnetwork/ [sensor.tibber docs]: /components/sensor.tibber/ -[sensor.usps docs]: /components/sensor.usps/ [sensor.vera docs]: /components/sensor.vera/ [sensor.wunderground docs]: /components/sensor.wunderground/ [splunk docs]: /components/splunk/ @@ -380,7 +378,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [thethingsnetwork docs]: /components/thethingsnetwork/ [tradfri docs]: /components/tradfri/ [upnp docs]: /components/upnp/ -[usps docs]: /components/usps/ [vacuum.xiaomi docs]: /components/vacuum.xiaomi_miio/ [wink docs]: /components/wink/ [zwave docs]: /components/zwave/ diff --git a/source/_posts/2018-02-26-release-64.markdown b/source/_posts/2018-02-26-release-64.markdown index 6460dba5321..f9e9080d68f 100644 --- a/source/_posts/2018-02-26-release-64.markdown +++ b/source/_posts/2018-02-26-release-64.markdown @@ -128,7 +128,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Updated AirVisual unique IDs to play better with the entity registry. If AirVisual had been configured previously, new entries will be placed into the entity registry, causing there to be two of each sensor type defined. To address, simply alter the `entity_registry.yaml` as desired. ([@bachya] - [#12319]) ([sensor.airvisual docs]) (breaking change) - Custom component devs only: voluptuous now requires default values for config keys to be valid values. ([@balloob] - [#12463]) (breaking change) - Fixes `usps` platform. Dependency `myusps` now leverages Selenium webdriver to overcome login issues. This is a breaking change since the user must now have additional dependencies installed - either `google-chrome` and `chromedriver`, or `phantomjs`. There is a new config option `driver` that allows the user to specify their preference, though `phantomjs` is the default. Doc PR forthcoming that will outline choices and make suggestions based on user's OS. - ([@happyleavesaoc] - [#12465]) ([usps docs]) (breaking change) + ([@happyleavesaoc] - [#12465]) (breaking change) - LimitlessLED has been converted to assumed state. Will no longer turn the lights off when restarting Home Assistant. Will no longer revert changes made by other controllers. ([@amelchio] - [#12475]) ([light.limitlessled docs]) (breaking change) ## All changes @@ -209,7 +209,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Added doorbird_last_motion to DoorBird camera platform ([@sjvc] - [#12457]) ([camera.doorbird docs]) - Fail gracefully with unreachable LaMetric ([@PhilRW] - [#12451]) ([notify.lametric docs]) - Enable compression when sending json to client ([@elupus] - [#11165]) ([http docs]) -- bump usps version ([@happyleavesaoc] - [#12465]) ([usps docs]) (breaking change) +- bump usps version ([@happyleavesaoc] - [#12465]) (breaking change) - Try deflaking recorder tests ([@balloob] - [#12492]) - Support for August doorbell ([@snjoetw] - [#11124]) ([august docs]) ([binary_sensor.august docs]) ([camera.august docs]) ([lock.august docs]) (new-platform) - Avoid warnings when purging an empty database ([@amelchio] - [#12494]) @@ -578,7 +578,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ [tahoma docs]: /components/tahoma/ [telegram_bot docs]: /components/telegram_bot/ -[usps docs]: /components/usps/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [vera docs]: /components/vera/ [weather.buienradar docs]: /components/weather.buienradar/ diff --git a/source/_posts/2019-08-28-release-98.markdown b/source/_posts/2019-08-28-release-98.markdown index 3afa6a8cabd..d44b22566db 100644 --- a/source/_posts/2019-08-28-release-98.markdown +++ b/source/_posts/2019-08-28-release-98.markdown @@ -218,7 +218,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - **Deprecated** Integrations which make use of web scraping and are pending for removal in Home Assistant 0.100.0 [ADR-004](https://github.com/home-assistant/architecture/blob/master/adr/0004-webscraping.md): - - **USPS** - ([@frenck] - [#25743]) ([usps docs]) + - **USPS** - ([@frenck] - [#25743]) - **SYTADIN** - ([@frenck] - [#25742]) - **UPS** - ([@frenck] - [#25746]) - **FEDEX** - ([@frenck] - [#25745]) ([fedex docs]) @@ -347,7 +347,7 @@ anymore. - ([@abmantis] - [#25971]) - Implement "Aux Heat" support for Zwave Climate ([@eyager1] - [#25694]) ([zwave docs]) - Add test case to identify missing MQTT configuration abbreviations ([@emontnemery] - [#25616]) ([mqtt docs]) - Manufacturer specific channel for SmartThings. ([@Adminiuga] - [#25739]) ([zha docs]) -- Deprecates usps integration (ADR-0004) ([@frenck] - [#25743]) ([usps docs]) (breaking change) +- 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) @@ -877,7 +877,6 @@ anymore. - ([@abmantis] - [#25971]) [unifi docs]: /components/unifi/ [updater docs]: /components/updater/ [upnp docs]: /components/upnp/ -[usps docs]: /components/usps/ [vacuum docs]: /components/vacuum/ [velbus docs]: /components/velbus/ [vera docs]: /components/vera/ diff --git a/source/images/supported_brands/usps.png b/source/images/supported_brands/usps.png deleted file mode 100644 index 1399b643ed1a3f25ba2b8bc7b1408abc4594d346..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2513 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