diff --git a/source/_components/alarm_control_panel.ness_alarm.markdown b/source/_components/alarm_control_panel.ness_alarm.markdown
index 2ebe2a864af..175113636fe 100644
--- a/source/_components/alarm_control_panel.ness_alarm.markdown
+++ b/source/_components/alarm_control_panel.ness_alarm.markdown
@@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
-logo: ness.jpg
+logo: ness.png
ha_category: Alarm
ha_release: 0.85
ha_iot_class: "Local Push"
diff --git a/source/_components/binary_sensor.ness_alarm.markdown b/source/_components/binary_sensor.ness_alarm.markdown
index 658dca1640c..cc07923491b 100644
--- a/source/_components/binary_sensor.ness_alarm.markdown
+++ b/source/_components/binary_sensor.ness_alarm.markdown
@@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
-logo: ness.jpg
+logo: ness.png
ha_category: Binary Sensor
ha_release: 0.85
ha_iot_class: "Local Push"
diff --git a/source/_components/ness_alarm.markdown b/source/_components/ness_alarm.markdown
index 4f5e03d6314..3033bbff11b 100644
--- a/source/_components/ness_alarm.markdown
+++ b/source/_components/ness_alarm.markdown
@@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
-logo: ness.jpg
+logo: ness.png
ha_category: Alarm
ha_release: 0.85
ha_iot_class: "Local Push"
diff --git a/source/_posts/2019-01-09-release-85.markdown b/source/_posts/2019-01-09-release-85.markdown
index 7916b9040f6..32d96ebf534 100644
--- a/source/_posts/2019-01-09-release-85.markdown
+++ b/source/_posts/2019-01-09-release-85.markdown
@@ -13,22 +13,24 @@ og_image: /images/blog/2019-01-release-85/components.png
-Warning. Slugify changed, which can impact entity ID creation if the entities used characters outside of A-Z and the integration has no unique IDs. We now better handle the characters and substitute it with an alternative instead of removing that character.
+
+Warning. Slugify changed, which can impact entity ID creation if the entities had names with either a `-` or characters outside of A-Z and the integration has no unique IDs. We now better handle the characters and substitute it with an alternative instead of removing that character. +
+ +Read this breaking change warning? 👆 Good. Let's get started. This is the first release of 2019 and it covers a whopping 4 weeks, as we skipped the last release of the year to focus on friends, family. + +In case you have missed it, we've launched the [Home Assistant Data Science Portal](https://data.home-assistant.io/). We explain all the data that Home Assistant stores and how you can get a data science environment going to explore it yourself. + +This release also features native support for [ESPHome](https://esphomelib.com/esphomeyaml/index.html), a system for managing ESP8266 and ESP32 microchips with a YAML config inspired by Home Assistant. The native API replaces MQTT for ESPHome firmwares and is designed specifically for Home Assistant and absolute efficiency. 🏎 It also comes with a Hass.io add-on to make configuration even easier. ## {% linkable_title New Platforms %} -- TelldusLive config flow ([@fredrike] - [#18758]) ([tellduslive docs]) ([binary_sensor.tellduslive docs]) ([cover.tellduslive docs]) ([light.tellduslive docs]) ([sensor.tellduslive docs]) ([switch.tellduslive docs]) (new-platform) - Add NMBS (Belgian railway) sensor platform ([@thibmaek] - [#18610]) ([sensor.nmbs docs]) (new-platform) - Add air pollutants component ([@fabaff] - [#18707]) ([air_pollutants docs]) ([demo docs]) (new-platform) - Adding support for Plum Lightpad ([@ColinHarrington] - [#16576]) ([plum_lightpad docs]) ([binary_sensor.plum_lightpad docs]) ([light.plum_lightpad docs]) ([sensor.plum_lightpad docs]) (new-platform) - Add Ambient Weather PWS Sensor component ([@tmd224] - [#18551]) ([sensor.ambient_station docs]) (new-platform) - Add Brottsplatskartan sensor ([@chrillux] - [#19018]) ([sensor.brottsplatskartan docs]) (new-platform) - Add native ESPHome API component ([@OttoWinter] - [#19334]) (new-platform) -- Add native ESPHome API binary sensor ([@OttoWinter] - [#19371]) ([esphome docs]) ([binary_sensor.esphome docs]) (new-platform) -- Add native ESPHome API cover ([@OttoWinter] - [#19373]) ([esphome docs]) ([cover.esphome docs]) (new-platform) -- Add native ESPHome API fan ([@OttoWinter] - [#19374]) ([esphome docs]) ([fan.esphome docs]) (new-platform) -- Add native ESPHome API light ([@OttoWinter] - [#19375]) ([esphome docs]) ([light.esphome docs]) (new-platform) -- Add native ESPHome API switch ([@OttoWinter] - [#19376]) ([esphome docs]) ([switch.esphome docs]) (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) @@ -42,9 +44,8 @@ Warning. Slugify changed, which can impact entity ID creation if the entities us - Add Freebox component with sensors and device tracker ([@SNoof85] - [#18472]) ([device_tracker docs]) ([freebox docs]) ([sensor.freebox docs]) (breaking change) (new-platform) - LCN component and light platform ([@alengwenus] - [#18621]) ([lcn docs]) ([light.lcn docs]) (new-platform) - Add RaspyRFM switch platform ([@markusressel] - [#19130]) ([switch.raspyrfm docs]) (new-platform) -- Add IDTECK proximity card component ([@dubnom] - [#18309]) ([sensor.idteck_prox docs]) (new-platform) +- Add IDTECK proximity card component ([@dubnom] - [#18309]) ([idteck_prox docs]) (new-platform) - Add ness alarm control panel using nessclient ([@nickw444] - [#18463]) ([ness_alarm docs]) ([alarm_control_panel.ness_alarm docs]) ([binary_sensor.ness_alarm docs]) (new-platform) -- Proactive Alexa ChangeReport messages ([@abmantis] - [#18114]) ([alexa docs]) (new-platform) ## {% linkable_title If you need help... %} @@ -58,19 +59,38 @@ Experiencing issues introduced by this release? Please report them in our [issue ## {% linkable_title Breaking Changes %} -- Add SCAN_INTERVAL ([@fabaff] - [#19186]) ([weather docs]) (breaking change) -- Add package data attribute to 17track.net summary sensors ([@bachya] - [#19213]) ([sensor.seventeentrack docs]) (breaking change) -- RFC: Deprecate auto target all for services and introduce entity_id: * ([@balloob] - [#19006]) (breaking change) -- home-assistant/home-assistant#17333: update to use DOMAIN constants and standards. ([@marchingphoenix] - [#19242]) ([climate.eq3btsmart docs]) (breaking change) -- Add config flow for Daikin ([@fredrike] - [#19182]) ([daikin docs]) ([climate.daikin docs]) ([sensor.daikin docs]) (breaking change) -- Add traccar motion, speed and battery_level attributes ([@ludeeus] - [#19090]) ([device_tracker docs]) (breaking change) -- Use unicode slugify ([@pvizeli] - [#19192]) (breaking change) -- Various enhancements for WeMo component/platforms ([@sqldiablo] - [#19419]) ([wemo docs]) ([binary_sensor.wemo docs]) ([fan.wemo docs]) ([light.wemo docs]) ([switch.wemo docs]) (breaking change) -- Rename ocr.png to ssocr-(entity_name).png to allow multiple instances ([@jumpkick] - [#18634]) ([image_processing.seven_segments docs]) (breaking change) -- Update pylaunches dependency to 0.2.0 ([@DoloresHA] - [#19570]) ([sensor.launch_library docs]) (breaking change) -- Add Freebox component with sensors and device tracker ([@SNoof85] - [#18472]) ([device_tracker docs]) ([freebox docs]) ([sensor.freebox docs]) (breaking change) (new-platform) -- Support knx operation types ([@marvin-w] - [#19546]) ([knx docs]) ([climate.knx docs]) (breaking change) -- Improve Wemo setup speed ([@sqldiablo] - [#19563]) ([wemo docs]) ([binary_sensor.wemo docs]) ([switch.wemo docs]) (breaking change) +- Targetting all entities in a domain by not sending an entity_id to a service is now deprecated. Instead, send `entity_id: all` if you want to target all. The old method will work for a couple of releases more, but will print a warning. Please migrate. ([@balloob] - [#19006]) (breaking change) +- The default interval of the weather component was aligned with the sensor component and is now 30 seconds instead of 15 seconds. ([@fabaff] - [#19186]) ([weather docs]) (breaking change) +- In order to fix the below bug, default entity_ids will change (for example, `sensor.17track_packages_delivered` will change to `sensor.seventeentrack_packages_delivered)`. ([@bachya] - [#19213]) ([sensor.seventeentrack docs]) (breaking change) +- Change `STATE_AUTO` to `STATE_HEAT` and `STATE_AWAY` to `STATE_ECO` to conform to climate DOMAIN standards. Change made to fix Alexa/Google Assistant support for this component. ([@marchingphoenix] - [#19242]) ([climate.eq3btsmart docs]) (breaking change) +- Add config flow for Daikin. Removes configuration option: `monitored_conditions`. Also removes configuration settings for `sensor.daikin`. ([@fredrike] - [#19182]) ([daikin docs]) ([climate.daikin docs]) ([sensor.daikin docs]) (breaking change) +- Add traccar motion, speed and battery_level attributes. Attributes will only exist if there is data to show for that attribute. + + ([@ludeeus] - [#19090]) ([device_tracker docs]) (breaking change) +- Use unicode slugify. Characters that are not between A and Z are now replaced with their latin equivalent. Dashes are replaced with an underscore. ([@pvizeli] - [#19192]) (breaking change) +- Various enhancements for WeMo component/platforms. `entity_id` is now required for the `wemo_set_humidity` service. ([@sqldiablo] - [#19419]) ([wemo docs]) ([binary_sensor.wemo docs]) ([fan.wemo docs]) ([light.wemo docs]) ([switch.wemo docs]) (breaking change) +- seven_segments will incorporate the entity name into the file name changing from former hardcoded `ocr.png` to `ssocr-(ss_entity_name).png` to make each ssocr input data file unique. ([@jumpkick] - [#18634]) ([image_processing.seven_segments docs]) (breaking change) +- Update pylaunches dependency to 0.2.0. The launch_time sensor attribute will now be a datetime which can be used in templates, as opposed to a written word string. ([@DoloresHA] - [#19570]) ([sensor.launch_library docs]) (breaking change) +- Add Freebox component with sensors and device tracker. Static configuration for freebox in device_tracker section must be deleted. Only the config of Freebox component is needed. ([@SNoof85] - [#18472]) ([device_tracker docs]) ([freebox docs]) ([sensor.freebox docs]) (breaking change) (new-platform) +- Refactored KNX climate component to be able to support operation types. See the documentation for the new operation modes. ([@marvin-w] - [#19546]) ([knx docs]) ([climate.knx docs]) (breaking change) +- Move WeMo device discovery to run after home assistant start so it won't block initial component setup from completing quickly. ([@sqldiablo] - [#19563]) ([wemo docs]) ([binary_sensor.wemo docs]) ([switch.wemo docs]) (breaking change) + +## {% linkable_title Beta Fixes %} + +- Add ESPHome native API discovery ([@OttoWinter] - [#19399]) ([esphome docs]) (beta fix) +- Rename air pollutants to air quality ([@eliseomartelli] - [#19448]) ([air_quality docs]) (beta fix) +- Use manufacturer id only for configure_reporting only when specified. ([@Adminiuga] - [#19729]) ([zha docs]) (beta fix) +- Simplify data_key for a stable unique_id because the order of the dict will not be preserved (Closes: #13522) ([@syssi] - [#19766]) ([cover.xiaomi_aqara docs]) (beta fix) +- Don't slugify unique id ([@syssi] - [#19770]) ([xiaomi_aqara docs]) (beta fix) +- Fix some ESPHome race conditions ([@OttoWinter] - [#19772]) ([esphome docs]) (beta fix) +- Update HAP-python to 2.4.2 ([@cdce8p] - [#19776]) ([homekit docs]) (beta fix) +- Fix a bug in Lutron RadioRA2 Scene support ([@cdheiser] - [#19819]) ([lutron docs]) (beta fix) +- fixes #19814, Daikin config setting ([@fredrike] - [#19823]) ([daikin docs]) (beta fix) +- Bump aioesphomeapi ([@OttoWinter] - [#19838]) (beta fix) +- Resolves #17196, Resolves #18739 - Hue Beyond light fixture errors ([@alistairg] - [#19874]) ([light.hue docs]) (beta fix) +- Fix error when trying to log used UPnP device, if multiple found ([@StevenLooman] - [#19875]) ([upnp docs]) (beta fix) +- Update OZW to 0.1.2 ([@pvizeli] - [#19878]) ([zwave docs]) (beta fix) +- assign user to websocket connection when using legacy_api_password ([@FlorianLudwig] - [#19797]) ([websocket_api docs]) (beta fix) ## {% linkable_title All changes %} @@ -95,7 +115,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Update radiotherm to 2.0.0 and handle change in tstat error detection ([@craftyguy] - [#19107]) ([climate.radiotherm docs]) - Update pygtfs to upstream's 0.1.5 ([@jarondl] - [#19151]) ([sensor.gtfs docs]) - ZHA - Event foundation ([@dmulcahey] - [#19095]) ([zha docs]) ([binary_sensor.zha docs]) -- TelldusLive config flow ([@fredrike] - [#18758]) ([tellduslive docs]) ([binary_sensor.tellduslive docs]) ([cover.tellduslive docs]) ([light.tellduslive docs]) ([sensor.tellduslive docs]) ([switch.tellduslive docs]) (new-platform) +- TelldusLive config flow ([@fredrike] - [#18758]) ([tellduslive docs]) ([binary_sensor.tellduslive docs]) ([cover.tellduslive docs]) ([light.tellduslive docs]) ([sensor.tellduslive docs]) ([switch.tellduslive docs]) - Enable alarmdecoder to see open/close state of bypassed RF zones when armed ([@jkeljo] - [#18477]) ([alarmdecoder docs]) ([binary_sensor.alarmdecoder docs]) - Add SCAN_INTERVAL ([@fabaff] - [#19186]) ([weather docs]) (breaking change) - Restore states for RFLink devices ([@javicalle] - [#18816]) ([rflink docs]) ([cover.rflink docs]) ([light.rflink docs]) @@ -155,11 +175,11 @@ Experiencing issues introduced by this release? Please report them in our [issue - Upgrade RPi.GPIO to 0.6.5 ([@fabaff] - [#19392]) ([rpi_gpio docs]) - Add air pollutants PROP_TO_ATTR ([@fabaff] - [#19336]) ([air_pollutants docs]) - fix unique_id for Tellduslive sensors ([@fredrike] - [#19389]) ([sensor.tellduslive docs]) -- Add native ESPHome API binary sensor ([@OttoWinter] - [#19371]) ([esphome docs]) ([binary_sensor.esphome docs]) (new-platform) -- Add native ESPHome API cover ([@OttoWinter] - [#19373]) ([esphome docs]) ([cover.esphome docs]) (new-platform) -- Add native ESPHome API fan ([@OttoWinter] - [#19374]) ([esphome docs]) ([fan.esphome docs]) (new-platform) -- Add native ESPHome API light ([@OttoWinter] - [#19375]) ([esphome docs]) ([light.esphome docs]) (new-platform) -- Add native ESPHome API switch ([@OttoWinter] - [#19376]) ([esphome docs]) ([switch.esphome docs]) (new-platform) +- Add native ESPHome API binary sensor ([@OttoWinter] - [#19371]) ([esphome docs]) ([binary_sensor.esphome docs]) +- Add native ESPHome API cover ([@OttoWinter] - [#19373]) ([esphome docs]) ([cover.esphome docs]) +- Add native ESPHome API fan ([@OttoWinter] - [#19374]) ([esphome docs]) ([fan.esphome docs]) +- Add native ESPHome API light ([@OttoWinter] - [#19375]) ([esphome docs]) ([light.esphome docs]) +- Add native ESPHome API switch ([@OttoWinter] - [#19376]) ([esphome docs]) ([switch.esphome docs]) - Add native ESPHome API text sensor ([@OttoWinter] - [#19377]) ([sensor.esphome docs]) - ESPHome Native API Restore Entities on startup ([@OttoWinter] - [#19379]) ([esphome docs]) - Add native ESPHome API device registry feature ([@OttoWinter] - [#19381]) ([esphome docs]) @@ -284,7 +304,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix exception checking for next dublin bus ([@ttroy50] - [#19663]) ([sensor.dublin_bus_transport docs]) - Fix error in got_connected for remote.harmony ([@ehendrix23] - [#19662]) ([remote.harmony docs]) - Fix homekit_controller pairing regression ([@Jc2k] - [#19654]) ([homekit_controller docs]) -- Add IDTECK proximity card component ([@dubnom] - [#18309]) ([sensor.idteck_prox docs]) (new-platform) +- Add IDTECK proximity card component ([@dubnom] - [#18309]) ([idteck_prox docs]) (new-platform) - Fix london_underground issue ([@robmarkcole] - [#19642]) ([sensor.london_underground docs]) - Luftdaten traceback ([@fabaff] - [#19666]) ([sensor.luftdaten docs]) - Suppress traceback if network is not available ([@fabaff] - [#19651]) @@ -301,11 +321,25 @@ Experiencing issues introduced by this release? Please report them in our [issue - Drop bme680 os_lookup for temp_offset ([@ctborg] - [#19733]) ([sensor.bme680 docs]) - Add exception handling to ADS shutdown ([@carstenschroeder] - [#19682]) ([ads docs]) - Filter urllib3.connectionpool warnings in camera.axis and camera.zoneminder ([@rohankapoorcom] - [#19641]) ([camera.axis docs]) ([camera.mjpeg docs]) ([camera.zoneminder docs]) -- Proactive Alexa ChangeReport messages ([@abmantis] - [#18114]) ([alexa docs]) (new-platform) +- Proactive Alexa ChangeReport messages ([@abmantis] - [#18114]) ([alexa docs]) - Move envisalink component to package and add services.yaml ([@Cinntax] - [#19731]) ([envisalink docs]) - Add mychevy optional country parameter ([@sdague] - [#19727]) ([mychevy docs]) - Upgrade tibber library ([@Danielhiversen] - [#19768]) ([tibber docs]) - Round illumination and lux value to one ([@bieniu] - [#19747]) ([sensor.xiaomi_aqara docs]) +- Add ESPHome native API discovery ([@OttoWinter] - [#19399]) ([esphome docs]) (beta fix) +- Rename air pollutants to air quality ([@eliseomartelli] - [#19448]) ([air_quality docs]) (beta fix) +- Use manufacturer id only for configure_reporting only when specified. ([@Adminiuga] - [#19729]) ([zha docs]) (beta fix) +- Simplify data_key for a stable unique_id because the order of the dict will not be preserved (Closes: #13522) ([@syssi] - [#19766]) ([cover.xiaomi_aqara docs]) (beta fix) +- Don't slugify unique id ([@syssi] - [#19770]) ([xiaomi_aqara docs]) (beta fix) +- Fix some ESPHome race conditions ([@OttoWinter] - [#19772]) ([esphome docs]) (beta fix) +- Update HAP-python to 2.4.2 ([@cdce8p] - [#19776]) ([homekit docs]) (beta fix) +- Fix a bug in Lutron RadioRA2 Scene support ([@cdheiser] - [#19819]) ([lutron docs]) (beta fix) +- fixes #19814, Daikin config setting ([@fredrike] - [#19823]) ([daikin docs]) (beta fix) +- Bump aioesphomeapi ([@OttoWinter] - [#19838]) (beta fix) +- Resolves #17196, Resolves #18739 - Hue Beyond light fixture errors ([@alistairg] - [#19874]) ([light.hue docs]) (beta fix) +- Fix error when trying to log used UPnP device, if multiple found ([@StevenLooman] - [#19875]) ([upnp docs]) (beta fix) +- Update OZW to 0.1.2 ([@pvizeli] - [#19878]) ([zwave docs]) (beta fix) +- assign user to websocket connection when using legacy_api_password ([@FlorianLudwig] - [#19797]) ([websocket_api docs]) (beta fix) [#16576]: https://github.com/home-assistant/home-assistant/pull/16576 [#17262]: https://github.com/home-assistant/home-assistant/pull/17262 @@ -440,6 +474,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [#19392]: https://github.com/home-assistant/home-assistant/pull/19392 [#19394]: https://github.com/home-assistant/home-assistant/pull/19394 [#19398]: https://github.com/home-assistant/home-assistant/pull/19398 +[#19399]: https://github.com/home-assistant/home-assistant/pull/19399 [#19400]: https://github.com/home-assistant/home-assistant/pull/19400 [#19401]: https://github.com/home-assistant/home-assistant/pull/19401 [#19404]: https://github.com/home-assistant/home-assistant/pull/19404 @@ -452,6 +487,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [#19433]: https://github.com/home-assistant/home-assistant/pull/19433 [#19436]: https://github.com/home-assistant/home-assistant/pull/19436 [#19444]: https://github.com/home-assistant/home-assistant/pull/19444 +[#19448]: https://github.com/home-assistant/home-assistant/pull/19448 [#19449]: https://github.com/home-assistant/home-assistant/pull/19449 [#19456]: https://github.com/home-assistant/home-assistant/pull/19456 [#19463]: https://github.com/home-assistant/home-assistant/pull/19463 @@ -535,10 +571,22 @@ Experiencing issues introduced by this release? Please report them in our [issue [#19714]: https://github.com/home-assistant/home-assistant/pull/19714 [#19715]: https://github.com/home-assistant/home-assistant/pull/19715 [#19727]: https://github.com/home-assistant/home-assistant/pull/19727 +[#19729]: https://github.com/home-assistant/home-assistant/pull/19729 [#19731]: https://github.com/home-assistant/home-assistant/pull/19731 [#19733]: https://github.com/home-assistant/home-assistant/pull/19733 [#19747]: https://github.com/home-assistant/home-assistant/pull/19747 +[#19766]: https://github.com/home-assistant/home-assistant/pull/19766 [#19768]: https://github.com/home-assistant/home-assistant/pull/19768 +[#19770]: https://github.com/home-assistant/home-assistant/pull/19770 +[#19772]: https://github.com/home-assistant/home-assistant/pull/19772 +[#19776]: https://github.com/home-assistant/home-assistant/pull/19776 +[#19797]: https://github.com/home-assistant/home-assistant/pull/19797 +[#19819]: https://github.com/home-assistant/home-assistant/pull/19819 +[#19823]: https://github.com/home-assistant/home-assistant/pull/19823 +[#19838]: https://github.com/home-assistant/home-assistant/pull/19838 +[#19874]: https://github.com/home-assistant/home-assistant/pull/19874 +[#19875]: https://github.com/home-assistant/home-assistant/pull/19875 +[#19878]: https://github.com/home-assistant/home-assistant/pull/19878 [@Adminiuga]: https://github.com/Adminiuga [@Cinntax]: https://github.com/Cinntax [@ColinHarrington]: https://github.com/ColinHarrington @@ -546,6 +594,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@Devqon]: https://github.com/Devqon [@DoloresHA]: https://github.com/DoloresHA [@FieldofClay]: https://github.com/FieldofClay +[@FlorianLudwig]: https://github.com/FlorianLudwig [@GidoHakvoort]: https://github.com/GidoHakvoort [@Jc2k]: https://github.com/Jc2k [@MatMaul]: https://github.com/MatMaul @@ -561,6 +610,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@abmantis]: https://github.com/abmantis [@ahayworth]: https://github.com/ahayworth [@alengwenus]: https://github.com/alengwenus +[@alistairg]: https://github.com/alistairg [@amelchio]: https://github.com/amelchio [@apetrycki]: https://github.com/apetrycki [@bachya]: https://github.com/bachya @@ -570,6 +620,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@bremor]: https://github.com/bremor [@c-soft]: https://github.com/c-soft [@carstenschroeder]: https://github.com/carstenschroeder +[@cdce8p]: https://github.com/cdce8p [@cdheiser]: https://github.com/cdheiser [@cgarwood]: https://github.com/cgarwood [@chrillux]: https://github.com/chrillux @@ -647,6 +698,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@wonderslug]: https://github.com/wonderslug [ads docs]: /components/ads/ [air_pollutants docs]: /components/air_pollutants/ +[air_quality docs]: /components/air_quality/ [alarm_control_panel.ialarm docs]: /components/alarm_control_panel.ialarm/ [alarm_control_panel.mqtt docs]: /components/alarm_control_panel.mqtt/ [alarm_control_panel.ness_alarm docs]: /components/alarm_control_panel.ness_alarm/ @@ -688,6 +740,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [cover.esphome docs]: /components/cover.esphome/ [cover.rflink docs]: /components/cover.rflink/ [cover.tellduslive docs]: /components/cover.tellduslive/ +[cover.xiaomi_aqara docs]: /components/cover.xiaomi_aqara/ [daikin docs]: /components/daikin/ [demo docs]: /components/demo/ [device_tracker docs]: /components/device_tracker/ @@ -701,11 +754,13 @@ Experiencing issues introduced by this release? Please report them in our [issue [fan.wemo docs]: /components/fan.wemo/ [fan.zha docs]: /components/fan.zha/ [freebox docs]: /components/freebox/ +[homekit docs]: /components/homekit/ [homekit_controller docs]: /components/homekit_controller/ [homematic docs]: /components/homematic/ [homematicip_cloud docs]: /components/homematicip_cloud/ [homeworks docs]: /components/homeworks/ [huawei_lte docs]: /components/huawei_lte/ +[idteck_prox docs]: /components/idteck_prox/ [ihc docs]: /components/ihc/ [image_processing.seven_segments docs]: /components/image_processing.seven_segments/ [insteon docs]: /components/insteon/ @@ -716,6 +771,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [light.esphome docs]: /components/light.esphome/ [light.homekit_controller docs]: /components/light.homekit_controller/ [light.homeworks docs]: /components/light.homeworks/ +[light.hue docs]: /components/light.hue/ [light.lcn docs]: /components/light.lcn/ [light.mqtt docs]: /components/light.mqtt/ [light.plum_lightpad docs]: /components/light.plum_lightpad/ @@ -776,7 +832,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.homematic docs]: /components/sensor.homematic/ [sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/ [sensor.huawei_lte docs]: /components/sensor.huawei_lte/ -[sensor.idteck_prox docs]: /components/sensor.idteck_prox/ [sensor.islamic_prayer_times docs]: /components/sensor.islamic_prayer_times/ [sensor.launch_library docs]: /components/sensor.launch_library/ [sensor.london_underground docs]: /components/sensor.london_underground/ @@ -829,5 +884,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [weather.smhi docs]: /components/weather.smhi/ [websocket_api docs]: /components/websocket_api/ [wemo docs]: /components/wemo/ +[xiaomi_aqara docs]: /components/xiaomi_aqara/ [zha docs]: /components/zha/ [zoneminder docs]: /components/zoneminder/ +[zwave docs]: /components/zwave/ diff --git a/source/images/blog/2019-01-release-85/components.png b/source/images/blog/2019-01-release-85/components.png new file mode 100644 index 00000000000..67c3c7c81fd Binary files /dev/null and b/source/images/blog/2019-01-release-85/components.png differ