Remove deprecated usps integration (ADR-0004) (#10422)

This commit is contained in:
Franck Nijhof 2019-09-25 20:49:14 +02:00 committed by GitHub
parent 6fded6db56
commit 2120fb7fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 15 additions and 152 deletions

View File

@ -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/
---
<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 `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.
<div class='note warning'>
If you are using a Raspberry Pi, you must use PhantomJS.
</div>
<div class='note warning'>
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.
</div>
### 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.
<div class='note warning'>
Don't use apt-get to install PhantomJS. This version is not compatible.
</div>
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 %}
<div class='note warning'>
The USPS sensor logs into the MyUSPS website to scrape package data. It does not use an API.
</div>
## 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.

View File

@ -36,7 +36,7 @@ The new [image processing component][image] currently works with [number plates]
- Sensor: Support for [HydroQuebec][quebec] ([@titilambert]) - Sensor: Support for [HydroQuebec][quebec] ([@titilambert])
- Sensor: Tracking the [ISS][iss] ([@HydrelioxGitHub]) - 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]) - Device tracker: New [ping-based][ping] tracker ([@michaelarnauts])
- TTS: Support for [Pico][pico] ([@doudz]) - TTS: Support for [Pico][pico] ([@doudz])
- Switch: [BeagleBone Black][beaglebone] GPIO are supported now ([@MatoKafkac]) - 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/ [tik]: /components/light.tikteck/
[trackr]: /components/device_tracker.trackr/ [trackr]: /components/device_tracker.trackr/
[upc]: /components/device_tracker.upc_connect/ [upc]: /components/device_tracker.upc_connect/
[usps]: /components/sensor.usps/
[wink-fan]: /components/fan.wink/ [wink-fan]: /components/fan.wink/
[xiaomi]: /components/device_tracker.xiaomi/ [xiaomi]: /components/device_tracker.xiaomi/
[yandex]: /components/tts.yandextts/ [yandex]: /components/tts.yandextts/

View File

@ -139,7 +139,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- more tests for slugify ([@micw] - [#7027]) - more tests for slugify ([@micw] - [#7027])
- Additional ZWave coverage ([@armills] - [#7024]) ([zwave docs]) - Additional ZWave coverage ([@armills] - [#7024]) ([zwave docs])
- bump ups version ([@happyleavesaoc] - [#7033]) - 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]) - update fedex ([@happyleavesaoc] - [#7034]) ([sensor.fedex docs])
- Google TTS can't read percent sign (#6971) ([@pezinek] - [#7030]) ([tts.google docs]) - Google TTS can't read percent sign (#6971) ([@pezinek] - [#7030]) ([tts.google docs])
- Feature/min max improvements ([@micw] - [#6786]) (breaking change) - 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.qnap docs]: /components/sensor.qnap/
[sensor.speedtest docs]: /components/sensor.speedtest/ [sensor.speedtest docs]: /components/sensor.speedtest/
[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ [sensor.systemmonitor docs]: /components/sensor.systemmonitor/
[sensor.usps docs]: /components/sensor.usps/
[sensor.vera docs]: /components/sensor.vera/ [sensor.vera docs]: /components/sensor.vera/
[sun docs]: /components/sun/ [sun docs]: /components/sun/
[switch.tplink docs]: /components/switch.tplink/ [switch.tplink docs]: /components/switch.tplink/

View File

@ -32,7 +32,7 @@ It's time for 0.46! This release does not have too many new integrations, instea
## Breaking changes ## 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) - 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) - 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]) - 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]) ([sensor.fedex docs])
- bump ups version ([@happyleavesaoc] - [#7654]) - 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]) - Final tweaks for Zwave panel ([@turbokongen] - [#7652]) ([zwave docs])
- Add network_key as a config option ([@robbiet480] - [#7637]) ([zwave docs]) - Add network_key as a config option ([@robbiet480] - [#7637]) ([zwave docs])
- Bugfix #7586 ([@turbokongen] - [#7661]) ([lock.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.snmp docs]: /components/sensor.snmp/
[sensor.synologydsm docs]: /components/sensor.synologydsm/ [sensor.synologydsm docs]: /components/sensor.synologydsm/
[sensor.time_date docs]: /components/sensor.time_date/ [sensor.time_date docs]: /components/sensor.time_date/
[sensor.usps docs]: /components/sensor.usps/
[switch.broadlink docs]: /components/switch.broadlink/ [switch.broadlink docs]: /components/switch.broadlink/
[switch.rachio docs]: /components/switch.rachio/ [switch.rachio docs]: /components/switch.rachio/
[switch.rflink docs]: /components/switch.rflink/ [switch.rflink docs]: /components/switch.rflink/

View File

@ -271,7 +271,7 @@ automation:
- Added 'all_plants' group and support for plant groups state. ([@aronsky] - [#8063]) ([group docs]) ([plant docs]) - 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]) - 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]) - 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]) - bump ups ([@happyleavesaoc] - [#8075])
[#7152]: https://github.com/home-assistant/home-assistant/pull/7152 [#7152]: https://github.com/home-assistant/home-assistant/pull/7152
@ -538,7 +538,6 @@ automation:
[sensor.snmp docs]: /components/sensor.snmp/ [sensor.snmp docs]: /components/sensor.snmp/
[sensor.statistics docs]: /components/sensor.statistics/ [sensor.statistics docs]: /components/sensor.statistics/
[sensor.template docs]: /components/sensor.template/ [sensor.template docs]: /components/sensor.template/
[sensor.usps docs]: /components/sensor.usps/
[sensor.waqi docs]: /components/sensor.waqi/ [sensor.waqi docs]: /components/sensor.waqi/
[sensor.wunderground docs]: /components/sensor.wunderground/ [sensor.wunderground docs]: /components/sensor.wunderground/
[sensor.yweather docs]: /components/sensor.yweather/ [sensor.yweather docs]: /components/sensor.yweather/

View File

@ -132,7 +132,7 @@ light:
- Add option to set language of openweathermap sensor, and handle updating errors ([@azogue] - [#8046]) ([sensor.openweathermap docs]) - 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 pyEmby version to account for API changes ([@mezz64] - [#8070]) ([media_player.emby docs])
- bump ups ([@happyleavesaoc] - [#8075]) - 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]) - Add to zwave services descriptions ([@andrey-git] - [#8072])
- Fix attribute entity ([@pvizeli] - [#8066]) (breaking change) - Fix attribute entity ([@pvizeli] - [#8066]) (breaking change)
- Added 'all_plants' group and support for plant groups state. ([@aronsky] - [#8063]) ([group docs]) ([plant docs]) - 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.openweathermap docs]: /components/sensor.openweathermap/
[sensor.pi_hole docs]: /components/sensor.pi_hole/ [sensor.pi_hole docs]: /components/sensor.pi_hole/
[sensor.upnp docs]: /components/sensor.upnp/ [sensor.upnp docs]: /components/sensor.upnp/
[sensor.usps docs]: /components/sensor.usps/
[sensor.verisure docs]: /components/sensor.verisure/ [sensor.verisure docs]: /components/sensor.verisure/
[sensor.wunderground docs]: /components/sensor.wunderground/ [sensor.wunderground docs]: /components/sensor.wunderground/
[shiftr docs]: /components/shiftr/ [shiftr docs]: /components/shiftr/

View File

@ -40,7 +40,7 @@ script: !include scripts.yaml
- Add version sensor ([@fabaff] - [#8912]) ([sensor.version docs]) (new-platform) - Add version sensor ([@fabaff] - [#8912]) ([sensor.version docs]) (new-platform)
- Nello.io lock support ([@pschmitt] - [#8957]) ([lock.nello 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) - 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) - 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 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) - 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 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 ```yaml
usps: usps:
@ -123,7 +123,7 @@ usps:
- Update ffmpeg to 1.7 to fix severals problems ([@pvizeli] - [#9029]) - Update ffmpeg to 1.7 to fix severals problems ([@pvizeli] - [#9029])
- Add state_with_unit property to state objects in templates ([@balloob] - [#9014]) - 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]) - 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]) - Set password after connecting. Fixes #8983 ([@StevenLooman] - [#9039]) ([media_player.mpd docs])
- Update iOS sensor (battery icon fix and format updates) ([@schmittx] - [#9032]) - Update iOS sensor (battery icon fix and format updates) ([@schmittx] - [#9032])
- Adds London_air component ([@robmarkcole] - [#9020]) ([sensor.london_air docs]) (new-platform) - 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.abode docs]: /components/binary_sensor.abode/
[binary_sensor.mysensors docs]: /components/binary_sensor.mysensors/ [binary_sensor.mysensors docs]: /components/binary_sensor.mysensors/
[binary_sensor.workday docs]: /components/binary_sensor.workday/ [binary_sensor.workday docs]: /components/binary_sensor.workday/
[camera.usps docs]: /components/camera.usps/
[climate.mysensors docs]: /components/climate.mysensors/ [climate.mysensors docs]: /components/climate.mysensors/
[config docs]: /components/config/ [config docs]: /components/config/
[configurator docs]: /components/configurator/ [configurator docs]: /components/configurator/
@ -368,7 +367,6 @@ usps:
[sensor.snmp docs]: /components/sensor.snmp/ [sensor.snmp docs]: /components/sensor.snmp/
[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ [sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/
[sensor.uk_transport docs]: /components/sensor.uk_transport/ [sensor.uk_transport docs]: /components/sensor.uk_transport/
[sensor.usps docs]: /components/sensor.usps/
[sensor.version docs]: /components/sensor.version/ [sensor.version docs]: /components/sensor.version/
[sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/ [sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/
[switch.mqtt docs]: /components/switch.mqtt/ [switch.mqtt docs]: /components/switch.mqtt/
@ -376,7 +374,6 @@ usps:
[switch.pilight docs]: /components/switch.pilight/ [switch.pilight docs]: /components/switch.pilight/
[switch.rainmachine docs]: /components/switch.rainmachine/ [switch.rainmachine docs]: /components/switch.rainmachine/
[switch.xiaomi docs]: /components/switch.xiaomi_aqara/ [switch.xiaomi docs]: /components/switch.xiaomi_aqara/
[usps docs]: /components/usps/
[weather.buienradar docs]: /components/weather.buienradar/ [weather.buienradar docs]: /components/weather.buienradar/
[xiaomi docs]: /components/xiaomi/ [xiaomi docs]: /components/xiaomi/
[forum]: https://community.home-assistant.io/ [forum]: https://community.home-assistant.io/

View File

@ -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]) - flux led lib 0.20 ([@danielhiversen] - [#9533]) ([light.flux_led docs])
- Update AbodePy to 0.11.8 ([@MisterWil] - [#9537]) ([abode docs]) - Update AbodePy to 0.11.8 ([@MisterWil] - [#9537]) ([abode docs])
- Bump python_openzwave to 0.4.0.35 ([@arsaboo] - [#9542]) ([zwave 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]) - Bugfix Homematic hub object ([@pvizeli] - [#9544]) ([homematic docs])
- Fix a bunch of typos ([@mika] - [#9545]) - Fix a bunch of typos ([@mika] - [#9545])
- Catch no longer existing process in systemmonitor ([@Tommatheussen] - [#9535]) ([sensor.systemmonitor docs]) - 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) - Add history_graph component ([@andrey-git] - [#9472]) (breaking change)
- GeoRSS sensor ([@exxamalte] - [#9331]) ([sensor.geo_rss_events docs]) (new-platform) - GeoRSS sensor ([@exxamalte] - [#9331]) ([sensor.geo_rss_events docs]) (new-platform)
- Fixed bug with all switch devices being excluded ([@MisterWil] - [#9555]) ([switch.abode docs]) - 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]) - 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]) - Various AirVisual bugfixes ([@bachya] - [#9554]) ([sensor.airvisual docs])
- Updated Arlo cameras with new attributes ([@bachya] - [#9565]) ([arlo docs]) ([camera.arlo 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/ [binary_sensor.wink docs]: /components/binary_sensor.wink/
[camera.arlo docs]: /components/camera.arlo/ [camera.arlo docs]: /components/camera.arlo/
[camera.synology docs]: /components/camera.synology/ [camera.synology docs]: /components/camera.synology/
[camera.usps docs]: /components/camera.usps/
[climate.ecobee docs]: /components/climate.ecobee/ [climate.ecobee docs]: /components/climate.ecobee/
[climate.mqtt docs]: /components/climate.mqtt/ [climate.mqtt docs]: /components/climate.mqtt/
[cover.mqtt docs]: /components/cover.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.systemmonitor docs]: /components/sensor.systemmonitor/
[sensor.thethingsnetwork docs]: /components/sensor.thethingsnetwork/ [sensor.thethingsnetwork docs]: /components/sensor.thethingsnetwork/
[sensor.tibber docs]: /components/sensor.tibber/ [sensor.tibber docs]: /components/sensor.tibber/
[sensor.usps docs]: /components/sensor.usps/
[sensor.vera docs]: /components/sensor.vera/ [sensor.vera docs]: /components/sensor.vera/
[sensor.wunderground docs]: /components/sensor.wunderground/ [sensor.wunderground docs]: /components/sensor.wunderground/
[splunk docs]: /components/splunk/ [splunk docs]: /components/splunk/
@ -380,7 +378,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[thethingsnetwork docs]: /components/thethingsnetwork/ [thethingsnetwork docs]: /components/thethingsnetwork/
[tradfri docs]: /components/tradfri/ [tradfri docs]: /components/tradfri/
[upnp docs]: /components/upnp/ [upnp docs]: /components/upnp/
[usps docs]: /components/usps/
[vacuum.xiaomi docs]: /components/vacuum.xiaomi_miio/ [vacuum.xiaomi docs]: /components/vacuum.xiaomi_miio/
[wink docs]: /components/wink/ [wink docs]: /components/wink/
[zwave docs]: /components/zwave/ [zwave docs]: /components/zwave/

View File

@ -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) - 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) - 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. - 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) - 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 ## 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]) - Added doorbird_last_motion to DoorBird camera platform ([@sjvc] - [#12457]) ([camera.doorbird docs])
- Fail gracefully with unreachable LaMetric ([@PhilRW] - [#12451]) ([notify.lametric docs]) - Fail gracefully with unreachable LaMetric ([@PhilRW] - [#12451]) ([notify.lametric docs])
- Enable compression when sending json to client ([@elupus] - [#11165]) ([http 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]) - 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) - 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]) - 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/ [switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/
[tahoma docs]: /components/tahoma/ [tahoma docs]: /components/tahoma/
[telegram_bot docs]: /components/telegram_bot/ [telegram_bot docs]: /components/telegram_bot/
[usps docs]: /components/usps/
[vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ [vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/
[vera docs]: /components/vera/ [vera docs]: /components/vera/
[weather.buienradar docs]: /components/weather.buienradar/ [weather.buienradar docs]: /components/weather.buienradar/

View File

@ -218,7 +218,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- **Deprecated** - **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): 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]) - **SYTADIN** - ([@frenck] - [#25742])
- **UPS** - ([@frenck] - [#25746]) - **UPS** - ([@frenck] - [#25746])
- **FEDEX** - ([@frenck] - [#25745]) ([fedex docs]) - **FEDEX** - ([@frenck] - [#25745]) ([fedex docs])
@ -347,7 +347,7 @@ anymore. - ([@abmantis] - [#25971])
- Implement "Aux Heat" support for Zwave Climate ([@eyager1] - [#25694]) ([zwave docs]) - Implement "Aux Heat" support for Zwave Climate ([@eyager1] - [#25694]) ([zwave docs])
- Add test case to identify missing MQTT configuration abbreviations ([@emontnemery] - [#25616]) ([mqtt docs]) - Add test case to identify missing MQTT configuration abbreviations ([@emontnemery] - [#25616]) ([mqtt docs])
- Manufacturer specific channel for SmartThings. ([@Adminiuga] - [#25739]) ([zha 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 sytadin integration (ADR-0004) ([@frenck] - [#25742]) (breaking change)
- Deprecates ups integration (ADR-0004) ([@frenck] - [#25746]) (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]) ([fedex docs]) (breaking change)
@ -877,7 +877,6 @@ anymore. - ([@abmantis] - [#25971])
[unifi docs]: /components/unifi/ [unifi docs]: /components/unifi/
[updater docs]: /components/updater/ [updater docs]: /components/updater/
[upnp docs]: /components/upnp/ [upnp docs]: /components/upnp/
[usps docs]: /components/usps/
[vacuum docs]: /components/vacuum/ [vacuum docs]: /components/vacuum/
[velbus docs]: /components/velbus/ [velbus docs]: /components/velbus/
[vera docs]: /components/vera/ [vera docs]: /components/vera/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB