From da20810b540f5016b388e2edbc5610212022f9a3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 21 Aug 2019 16:23:53 -0700 Subject: [PATCH] Add draft blog post --- _config.yml | 6 +- source/_posts/2019-08-28-release-98.markdown | 596 +++++++++++++++++++ 2 files changed, 599 insertions(+), 3 deletions(-) create mode 100644 source/_posts/2019-08-28-release-98.markdown diff --git a/_config.yml b/_config.yml index e2bb0812a7f..497b4050bbb 100644 --- a/_config.yml +++ b/_config.yml @@ -98,9 +98,9 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 97 -current_patch_version: 2 -date_released: 2019-08-12 +current_minor_version: 98 +current_patch_version: 0 +date_released: 2019-08-28 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2019-08-28-release-98.markdown b/source/_posts/2019-08-28-release-98.markdown new file mode 100644 index 00000000000..03c1eb149d0 --- /dev/null +++ b/source/_posts/2019-08-28-release-98.markdown @@ -0,0 +1,596 @@ +--- +layout: post +title: "0.98: TBD - UPDATE DATE" +description: "TBD" +date: 2019-08-21 01:11:03 +date_formatted: "August 28, 2019" +author: Paulus Schoutsen +author_twitter: balloob +comments: true +categories: Release-Notes +og_image: /images/blog/2019-08-0.98/components.png +--- + + + +## New Integrations + +- Add Plugwise component ([@CoMPaTech] - [#25533]) ([plugwise docs]) (new-integration) +- GeoNet NZ Quakes feed integration ([@exxamalte] - [#25736]) ([geonetnz_quakes docs]) (new-integration) +- Add Keba charging station/wallbox as component ([@dannerph] - [#24484]) ([keba docs]) (new-integration) +- Add Minio component ([@tkislan] - [#23567]) ([minio docs]) (new-integration) + +## New Platforms + +- Add ring switch platform ([@rossdargan] - [#25612]) ([ring docs]) (new-platform) +- Add ring light platform ([@rossdargan] - [#25733]) ([ring docs]) (new-platform) +- Expose Lutron RA2 occupancy sensors ([@achatham] - [#25854]) ([lutron docs]) (new-platform) + +## If you need help... + +...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). + +## Reporting Issues + +Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template. + + + +## Breaking Changes + +- fix unique id in cluster channels ([@dmulcahey] - [#25707]) ([zha docs]) (breaking change) +- Deprecates usps integration (ADR-0004) ([@frenck] - [#25743]) ([usps docs]) (breaking change) +- Deprecates sytadin integration (ADR-0004) ([@frenck] - [#25742]) ([sytadin docs]) (breaking change) +- Deprecates ups integration (ADR-0004) ([@frenck] - [#25746]) ([ups docs]) (breaking change) +- Deprecates fedex integration (ADR-0004) ([@frenck] - [#25745]) ([fedex docs]) (breaking change) +- Deprecates srp_energy integration (ADR-0004) ([@frenck] - [#25754]) ([srp_energy docs]) (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) +- Add Mikrotik hub and rework device tracker ([@slackr31337] - [#25664]) ([mikrotik docs]) (breaking change) +- Deprecates linksys_ap integration (ADR-0004) ([@frenck] - [#25804]) ([linksys_ap docs]) (breaking change) +- Prometheus metrics naming based on device_class and unit_of_measurement ([@perosb] - [#24103]) ([prometheus docs]) (breaking change) +- Move Kodi services from 'media_player' domain to 'kodi' ([@JeffLIrion] - [#25753]) ([kodi docs]) (breaking change) +- Remove zwave.update_config service call ([@kpine] - [#25959]) ([zwave docs]) (breaking change) +- edp_redy: remove component ([@abmantis] - [#25971]) ([edp_redy docs]) (breaking change) +- Remove the ruter integration ([@ludeeus] - [#26041]) ([ruter docs]) (breaking change) +- Sonos playlists play media ([@ahertz] - [#26054]) ([sonos docs]) (breaking change) +- Remove the googlehome integration ([@ludeeus] - [#26035]) ([googlehome docs]) (breaking change) +- Statistics sensors repect given name ([@frenck] - [#26119]) ([statistics docs]) (breaking change) + +## All changes + +- script/test: fix tox env ([@scop] - [#25620]) +- Move mypy settings to setup.cfg ([@scop] - [#25611]) +- Add support for HomeKit CO2 sensors ([@tleegaard] - [#25603]) ([homekit_controller docs]) +- Fix test_install_existing_package ([@elupus] - [#25627]) +- Blacken top level *.py ([@scop] - [#25621]) +- Huawei LTE sensor unique id improvements ([@scop] - [#25609]) ([huawei_lte docs]) +- Add some debugging to azure mypy job ([@scop] - [#25632]) +- Add each fronius sensor as own template ([@nielstron] - [#25608]) ([fronius docs]) +- Add Plugwise component ([@CoMPaTech] - [#25533]) ([plugwise docs]) (new-integration) +- Fix velbus codeowner ([@Cereal2nd] - [#25649]) ([velbus docs]) +- ZHA code cleanup. ([@Adminiuga] - [#25644]) ([zha docs]) +- Add ELECTRICITY_IMPORTED_TOTAL obis to dsmr ([@johnnychicago] - [#25655]) ([dsmr docs]) +- isort ZHA imports. ([@Adminiuga] - [#25660]) ([zha docs]) +- Azure mypy related tweaks ([@scop] - [#25663]) +- Spelling fixes ([@scop] - [#25666]) +- Azure ci templates ([@pvizeli] - [#25688]) +- Upgrade pydocstyle to 4.0.0, do not run in tox ([@scop] - [#25667]) ([filter docs]) ([islamic_prayer_times docs]) ([lw12wifi docs]) ([wunderground docs]) +- Plugwise haanna 0.10.1 ([@CoMPaTech] - [#25693]) ([plugwise docs]) +- Bump geniushub client, handle dead devices, handle raise_for_status ([@zxdavb] - [#25687]) ([geniushub docs]) +- Refactor ZHA Zigbee Cluster report configuration ([@Adminiuga] - [#25589]) ([zha docs]) +- Make myself the codeowner for androidtv ([@JeffLIrion] - [#25697]) ([androidtv docs]) +- Add usb_path to Z-Wave network_status websocket response ([@cgarwood] - [#25617]) ([zwave docs]) +- PS4 Merge async_setup_platform into async_setup_entry ([@ktnrg45] - [#25689]) ([ps4 docs]) +- Zwave Climate: Fan state attribute missing (#25287) ([@jaminh] - [#25573]) ([zwave docs]) +- fix unique id in cluster channels ([@dmulcahey] - [#25707]) ([zha docs]) (breaking change) +- don't mark devices unavailable without ping try ([@dmulcahey] - [#25710]) ([zha docs]) +- stagger device init to avoid flooding network ([@dmulcahey] - [#25709]) ([zha docs]) +- Bump androidtv to 0.0.21; add 'state_detection_rules' config parameter ([@JeffLIrion] - [#25647]) ([androidtv docs]) +- Refactor ZHA Zigbee channel registry. ([@Adminiuga] - [#25716]) ([zha docs]) +- Add zigate support to zha ([@doudz] - [#25552]) ([zha docs]) +- Add ring switch platform ([@rossdargan] - [#25612]) ([ring docs]) (new-platform) +- Add ring light platform ([@rossdargan] - [#25733]) ([ring docs]) (new-platform) +- Use more decorators for ZHA Core registries. ([@Adminiuga] - [#25737]) ([zha 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]) +- Manufacturer specific channel for SmartThings. ([@Adminiuga] - [#25739]) ([zha docs]) +- Deprecates usps integration (ADR-0004) ([@frenck] - [#25743]) ([usps docs]) (breaking change) +- Deprecates sytadin integration (ADR-0004) ([@frenck] - [#25742]) ([sytadin docs]) (breaking change) +- Deprecates ups integration (ADR-0004) ([@frenck] - [#25746]) ([ups docs]) (breaking change) +- Deprecates fedex integration (ADR-0004) ([@frenck] - [#25745]) ([fedex docs]) (breaking change) +- Deprecates srp_energy integration (ADR-0004) ([@frenck] - [#25754]) ([srp_energy docs]) (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]) +- Add Mikrotik hub and rework device tracker ([@slackr31337] - [#25664]) ([mikrotik docs]) (breaking change) +- Deprecates linksys_ap integration (ADR-0004) ([@frenck] - [#25804]) ([linksys_ap docs]) (breaking change) +- Fix Broadlink MP1 unavailable error ([@miroslawkrol] - [#25806]) ([broadlink docs]) +- Add arcus trigonometry functions to templates ([@tomilehto] - [#25510]) +- Add error handling to !include command in yaml ([@thomasloven] - [#25801]) +- Webhook for Traccar ([@escoand] - [#24762]) ([traccar docs]) +- Refactor ZHA device initialized logic ([@dmulcahey] - [#25796]) ([zha docs]) +- Fix 64-bit modbus sensor register reads ([@tomilehto] - [#25672]) ([modbus docs]) +- GeoNet NZ Quakes feed integration ([@exxamalte] - [#25736]) ([geonetnz_quakes docs]) (new-integration) +- Fix device re-connect when API connection lost ([@slackr31337] - [#25842]) +- Prometheus metrics naming based on device_class and unit_of_measurement ([@perosb] - [#24103]) ([prometheus docs]) (breaking change) +- Websocket call for rendering jinja2 templates subscription ([@thomasloven] - [#25614]) ([websocket_api docs]) +- Bump androidtv to 0.0.22 ([@JeffLIrion] - [#25848]) ([androidtv docs]) +- Move Kodi services from 'media_player' domain to 'kodi' ([@JeffLIrion] - [#25753]) ([kodi docs]) (breaking change) +- Update sensor.py ([@MatsNl] - [#25825]) ([statistics docs]) +- Add pip-wheel-metadata in .gitignore ([@oncleben31] - [#25832]) +- Fix configuration field name ([@skarcha] - [#25840]) ([plex docs]) +- Allow components with empty list config (i.e. person) in packages ([@kellerza] - [#25827]) +- Make reproduce state use platform instead of rely on function ([@balloob] - [#25856]) ([climate docs]) ([group docs]) ([media_player docs]) +- Type check various base components ([@scop] - [#25878]) +- Fix script/translations_develop launch + clean some unused error i18n ([@Quentame] - [#25459]) ([arcam_fmj docs]) ([heos docs]) ([tellduslive docs]) ([twentemilieu docs]) ([upnp docs]) ([vesync docs]) ([zha docs]) +- Tado AIR_CONDITIONING module was not working propertly ([@ejaviga] - [#25677]) ([tado docs]) +- First pass fixing tests that raise exceptions caught by asyncio.gather ([@balloob] - [#25860]) ([demo docs]) ([vacuum docs]) +- Add reproduce state support to input_boolean ([@balloob] - [#25858]) ([input_boolean docs]) +- eq3bt: handle zero (closed valve) as a valid mode. fixes #25333 ([@rytilahti] - [#25905]) ([eq3btsmart docs]) +- Update syncthru library to fix issue ([@nielstron] - [#25924]) ([syncthru docs]) +- Bump version of library aio_geojson_geonetnz_quakes to v0.9 ([@exxamalte] - [#25946]) ([geonetnz_quakes docs]) +- Add OTGW domestic hot water enable option as service ([@tcoenraad] - [#25849]) ([opentherm_gw docs]) +- Bump androidtv to 0.0.23 ([@JeffLIrion] - [#25950]) +- Use canonical pre-commit black URL ([@scop] - [#25948]) +- Update homekit_controller import style ([@Jc2k] - [#25940]) ([homekit_controller docs]) +- Handle more Life360 errors in config flow & bump package to 4.1.1 ([@pnbruckner] - [#25930]) ([life360 docs]) +- Improve Sonos error handling on slow networks ([@amelchio] - [#25902]) ([sonos docs]) +- Bump simplisafe-python to 4.3.0 ([@bachya] - [#25955]) ([simplisafe docs]) +- Bump aioambient to 0.3.2 ([@bachya] - [#25956]) ([ambient_station docs]) +- Expose Lutron RA2 occupancy sensors ([@achatham] - [#25854]) ([lutron docs]) (new-platform) +- Add volumio shuffle support ([@zewelor] - [#25871]) ([volumio docs]) +- Fix Tile Errors ([@paraselene] - [#25866]) ([tile docs]) +- Complete some incomplete type hints in helpers ([@scop] - [#25953]) +- Remove uvloop from default install and warn about stream+shell_command ([@balloob] - [#25929]) ([stream docs]) +- Tweaks to options flow ([@balloob] - [#25969]) ([config docs]) +- Remove zwave.update_config service call ([@kpine] - [#25959]) ([zwave docs]) (breaking change) +- edp_redy: remove component ([@abmantis] - [#25971]) ([edp_redy docs]) (breaking change) +- Add netgear_lte.disconnect_lte service ([@amelchio] - [#25967]) ([netgear_lte docs]) +- Add broadlink switch retry time option ([@zhumuht] - [#25873]) ([broadlink docs]) +- Fix ecobee preset and add climate mode back ([@balloob] - [#25970]) ([ecobee docs]) +- Update pyvera to 0.3.4 ([@KptnKMan] - [#25986]) ([vera docs]) +- Upgrade youtube_dl to 2019.08.13 ([@fabaff] - [#25987]) ([media_extractor docs]) +- Upgrade Mastodon.py to 1.4.6 ([@fabaff] - [#25989]) ([mastodon docs]) +- Upgrade pytz to >=2019.02 ([@fabaff] - [#25991]) +- Upgrade sqlalchemy to 1.3.7 ([@fabaff] - [#25997]) ([recorder docs]) ([sql docs]) +- Upgrade restrictedpython to 4.0 ([@fabaff] - [#25993]) ([python_script docs]) +- Upgrade shodan to 1.15.0 ([@fabaff] - [#25990]) ([shodan docs]) +- Guard against unavailable climate entities ([@balloob] - [#25978]) ([alexa docs]) +- Ensure sun conditions are using the right date ([@emontnemery] - [#23664]) +- Upgrade numpy to 1.17.0 ([@fabaff] - [#25998]) ([iqvia docs]) ([opencv docs]) ([tensorflow docs]) ([trend docs]) +- Upgrade python-slugify to 3.0.3 ([@fabaff] - [#25995]) +- Upgrade importlib-metadata to 0.19 ([@fabaff] - [#26003]) +- Upgrade voluptuous to 0.11.7 ([@fabaff] - [#26007]) +- Upgrade pyyaml to 5.1.2 ([@fabaff] - [#25994]) +- Upgrade pillow to 6.1.0 ([@fabaff] - [#26005]) ([proxy docs]) ([qrcode docs]) ([tensorflow docs]) +- Fix bmw_connected_drive and eq3btsmart components by updating their dependencies ([@OliverRepo] - [#26012]) ([bmw_connected_drive docs]) ([eq3btsmart docs]) +- Upgrade luftdaten to 0.6.3 ([@fabaff] - [#26009]) ([luftdaten docs]) +- Upgrade pysnmp to 4.4.11 ([@fabaff] - [#26010]) ([snmp docs]) +- Upgrade beautifulsoup4 to 4.8.0 ([@fabaff] - [#26006]) ([linksys_ap docs]) ([scrape docs]) ([sytadin docs]) +- Allow entities to indicate they should be disabled by default ([@balloob] - [#26011]) +- Hue tweak registered device type + discovery exception ([@balloob] - [#25977]) ([hue docs]) +- Fix config entry has options check ([@balloob] - [#25976]) ([config docs]) +- Update KNX services.yaml ([@farmio] - [#26014]) +- Entity registry api update disable ([@balloob] - [#26015]) ([config docs]) +- Upgrade voluptuous-serialize to 2.2.0 ([@fabaff] - [#26008]) +- Fix unnecessary db entries for metro_france ([@oncleben31] - [#25957]) ([meteo_france docs]) +- Tone down huawei_lte logging ([@scop] - [#26020]) ([huawei_lte docs]) +- Don't force a query to the main lutron repeater on update ([@thecynic] - [#25939]) ([lutron docs]) +- Upgrade pre-commit to 1.18.2 ([@scop] - [#26029]) +- Update hole to 0.5.0 ([@fabaff] - [#26022]) ([pi_hole docs]) +- Fix background crash in sisyphus integration ([@jkeljo] - [#26032]) ([sisyphus docs]) +- Skip homekit_controller polls when system is overloaded and still trying to process the previous one ([@Jc2k] - [#25968]) ([homekit_controller docs]) +- Run flake8 on pre-commit ([@scop] - [#26028]) +- Upgrade sisyphus-control to 2.2.1 ([@jkeljo] - [#26033]) ([sisyphus docs]) +- Upgrade Dialogflow to work with V2 API ([@jshridha] - [#25975]) ([dialogflow docs]) +- Updates to Environment Canada components ([@michaeldavie] - [#25973]) ([environment_canada docs]) +- Add system options to config entries ([@Kane610] - [#25926]) +- Remove the ruter integration ([@ludeeus] - [#26041]) ([ruter docs]) (breaking change) +- Add support of new Xiaomi Aqara Curtain models ([@syssi] - [#25942]) ([xiaomi_aqara docs]) +- Fritz device tracker: set 'scanning' log to debug ([@ThaSiouL] - [#26043]) ([fritz docs]) +- Fix Mikrotik ARP ping ([@slackr31337] - [#25965]) ([mikrotik docs]) +- Make sure config flows extend ConfigFlow base class ([@balloob] - [#26051]) ([ipma docs]) ([met docs]) ([smhi docs]) +- Revert "Fix bmw_connected_drive and eq3btsmart components by updating their dependencies (#26012)" ([@pvizeli] - [#26065]) ([bmw_connected_drive docs]) ([eq3btsmart docs]) +- Bump nabucasa-cloud to 0.17 ([@pvizeli] - [#26066]) ([cloud docs]) +- fix alarm webhooks ([@fredrike] - [#26062]) ([point docs]) +- Add Keba charging station/wallbox as component ([@dannerph] - [#24484]) ([keba docs]) (new-integration) +- Add packages version to Tensoflow for wheels packages ([@pvizeli] - [#26068]) ([tensorflow docs]) +- Remove reference to typing.Deque (added in Python 3.6.1) ([@jkeljo] - [#26030]) ([camera docs]) +- huawei_lte: support out of range values in default sensor formatter ([@flebourse] - [#26052]) ([huawei_lte docs]) +- SMA simplify config ([@kellerza] - [#25880]) ([sma docs]) +- Add config entry options support to deCONZ ([@Kane610] - [#26049]) ([deconz docs]) +- pysma library update 0.3.4 ([@kellerza] - [#26075]) ([sma docs]) +- Save config entry after updating system options ([@balloob] - [#26077]) ([config docs]) +- Convert progress API to WS ([@balloob] - [#26082]) ([config docs]) +- Add Minio component ([@tkislan] - [#23567]) ([minio docs]) (new-integration) +- Add path option to SABnzbd component ([@cj-thornton] - [#25908]) ([sabnzbd docs]) +- Add strings for traccar config flow ([@balloob] - [#26089]) ([traccar docs]) +- Update pyrainbird to version 0.2.1 to fix zone number ([@konikvranik] - [#26064]) ([rainbird docs]) +- Update pylacrosse library to version 0.4.0 ([@legacycode] - [#26088]) ([lacrosse docs]) +- Docker ADR ([@pvizeli] - [#26085]) +- Bump geniushub client ([@zxdavb] - [#26084]) ([geniushub docs]) +- Use init_subclass for Config Entries ([@balloob] - [#26059]) ([hue docs]) ([met docs]) +- Sonos playlists play media ([@ahertz] - [#26054]) ([sonos docs]) (breaking change) +- Remove the googlehome integration ([@ludeeus] - [#26035]) ([googlehome docs]) (breaking change) +- Test with 3.6.0 in Travis ([@scop] - [#26039]) +- add id to state attributes ([@sander76] - [#26086]) ([homematicip_cloud docs]) +- Fix open-ui cli arg ([@balloob] - [#26091]) +- [bugfix] Exception if vendor's servers are currently unavailable ([@WoLpH] - [#26093]) ([evohome docs]) +- Bump up zha dependencies. ([@Adminiuga] - [#26097]) ([zha docs]) +- Update bimmer_connected to 0.6.0 ([@gerard33] - [#26098]) ([bmw_connected_drive docs]) +- Add support for warning attributes to Homematic IP Cloud ([@SukramJ] - [#26103]) ([homematicip_cloud docs]) +- check if a light supports brightness ([@croghostrider] - [#26055]) ([emulated_hue docs]) +- bump quirks ([@dmulcahey] - [#26106]) ([zha docs]) +- Upgrade ruamel_yaml to 0.15.100 ([@BKPepe] - [#26095]) +- Upgrade pydocstyle to 4.0.1 ([@scop] - [#26111]) +- Upgrade pytest to 5.1.1 ([@scop] - [#26112]) +- Remove coveralls test dependency ([@scop] - [#26110]) +- Check and fix test suite leaving files behind ([@scop] - [#25981]) +- Update PyEssent ([@TheLastProject] - [#26115]) ([essent docs]) +- remove ATTR_ID for groups ([@SukramJ] - [#26114]) ([homematicip_cloud docs]) +- Update eternalegypt to 0.0.10 ([@amelchio] - [#26117]) ([netgear_lte docs]) +- UniFi config entry options ([@Kane610] - [#26113]) ([unifi docs]) +- Template binary sensor attributes ([@gadgetchnnel] - [#22664]) ([template docs]) +- Add descriptive fields to script config ([@JeffLIrion] - [#26056]) ([script docs]) +- Fix tests leaving files behind ([@balloob] - [#26121]) +- Statistics sensors repect given name ([@frenck] - [#26119]) ([statistics docs]) (breaking change) + +[#22664]: https://github.com/home-assistant/home-assistant/pull/22664 +[#23567]: https://github.com/home-assistant/home-assistant/pull/23567 +[#23664]: https://github.com/home-assistant/home-assistant/pull/23664 +[#24103]: https://github.com/home-assistant/home-assistant/pull/24103 +[#24484]: https://github.com/home-assistant/home-assistant/pull/24484 +[#24762]: https://github.com/home-assistant/home-assistant/pull/24762 +[#25418]: https://github.com/home-assistant/home-assistant/pull/25418 +[#25459]: https://github.com/home-assistant/home-assistant/pull/25459 +[#25510]: https://github.com/home-assistant/home-assistant/pull/25510 +[#25533]: https://github.com/home-assistant/home-assistant/pull/25533 +[#25552]: https://github.com/home-assistant/home-assistant/pull/25552 +[#25573]: https://github.com/home-assistant/home-assistant/pull/25573 +[#25589]: https://github.com/home-assistant/home-assistant/pull/25589 +[#25603]: https://github.com/home-assistant/home-assistant/pull/25603 +[#25608]: https://github.com/home-assistant/home-assistant/pull/25608 +[#25609]: https://github.com/home-assistant/home-assistant/pull/25609 +[#25611]: https://github.com/home-assistant/home-assistant/pull/25611 +[#25612]: https://github.com/home-assistant/home-assistant/pull/25612 +[#25614]: https://github.com/home-assistant/home-assistant/pull/25614 +[#25616]: https://github.com/home-assistant/home-assistant/pull/25616 +[#25617]: https://github.com/home-assistant/home-assistant/pull/25617 +[#25620]: https://github.com/home-assistant/home-assistant/pull/25620 +[#25621]: https://github.com/home-assistant/home-assistant/pull/25621 +[#25626]: https://github.com/home-assistant/home-assistant/pull/25626 +[#25627]: https://github.com/home-assistant/home-assistant/pull/25627 +[#25632]: https://github.com/home-assistant/home-assistant/pull/25632 +[#25644]: https://github.com/home-assistant/home-assistant/pull/25644 +[#25647]: https://github.com/home-assistant/home-assistant/pull/25647 +[#25649]: https://github.com/home-assistant/home-assistant/pull/25649 +[#25655]: https://github.com/home-assistant/home-assistant/pull/25655 +[#25660]: https://github.com/home-assistant/home-assistant/pull/25660 +[#25663]: https://github.com/home-assistant/home-assistant/pull/25663 +[#25664]: https://github.com/home-assistant/home-assistant/pull/25664 +[#25666]: https://github.com/home-assistant/home-assistant/pull/25666 +[#25667]: https://github.com/home-assistant/home-assistant/pull/25667 +[#25672]: https://github.com/home-assistant/home-assistant/pull/25672 +[#25677]: https://github.com/home-assistant/home-assistant/pull/25677 +[#25687]: https://github.com/home-assistant/home-assistant/pull/25687 +[#25688]: https://github.com/home-assistant/home-assistant/pull/25688 +[#25689]: https://github.com/home-assistant/home-assistant/pull/25689 +[#25693]: https://github.com/home-assistant/home-assistant/pull/25693 +[#25694]: https://github.com/home-assistant/home-assistant/pull/25694 +[#25697]: https://github.com/home-assistant/home-assistant/pull/25697 +[#25707]: https://github.com/home-assistant/home-assistant/pull/25707 +[#25709]: https://github.com/home-assistant/home-assistant/pull/25709 +[#25710]: https://github.com/home-assistant/home-assistant/pull/25710 +[#25716]: https://github.com/home-assistant/home-assistant/pull/25716 +[#25733]: https://github.com/home-assistant/home-assistant/pull/25733 +[#25736]: https://github.com/home-assistant/home-assistant/pull/25736 +[#25737]: https://github.com/home-assistant/home-assistant/pull/25737 +[#25739]: https://github.com/home-assistant/home-assistant/pull/25739 +[#25742]: https://github.com/home-assistant/home-assistant/pull/25742 +[#25743]: https://github.com/home-assistant/home-assistant/pull/25743 +[#25745]: https://github.com/home-assistant/home-assistant/pull/25745 +[#25746]: https://github.com/home-assistant/home-assistant/pull/25746 +[#25753]: https://github.com/home-assistant/home-assistant/pull/25753 +[#25754]: https://github.com/home-assistant/home-assistant/pull/25754 +[#25796]: https://github.com/home-assistant/home-assistant/pull/25796 +[#25801]: https://github.com/home-assistant/home-assistant/pull/25801 +[#25804]: https://github.com/home-assistant/home-assistant/pull/25804 +[#25806]: https://github.com/home-assistant/home-assistant/pull/25806 +[#25825]: https://github.com/home-assistant/home-assistant/pull/25825 +[#25827]: https://github.com/home-assistant/home-assistant/pull/25827 +[#25832]: https://github.com/home-assistant/home-assistant/pull/25832 +[#25840]: https://github.com/home-assistant/home-assistant/pull/25840 +[#25842]: https://github.com/home-assistant/home-assistant/pull/25842 +[#25848]: https://github.com/home-assistant/home-assistant/pull/25848 +[#25849]: https://github.com/home-assistant/home-assistant/pull/25849 +[#25854]: https://github.com/home-assistant/home-assistant/pull/25854 +[#25856]: https://github.com/home-assistant/home-assistant/pull/25856 +[#25858]: https://github.com/home-assistant/home-assistant/pull/25858 +[#25860]: https://github.com/home-assistant/home-assistant/pull/25860 +[#25866]: https://github.com/home-assistant/home-assistant/pull/25866 +[#25871]: https://github.com/home-assistant/home-assistant/pull/25871 +[#25873]: https://github.com/home-assistant/home-assistant/pull/25873 +[#25878]: https://github.com/home-assistant/home-assistant/pull/25878 +[#25880]: https://github.com/home-assistant/home-assistant/pull/25880 +[#25902]: https://github.com/home-assistant/home-assistant/pull/25902 +[#25905]: https://github.com/home-assistant/home-assistant/pull/25905 +[#25908]: https://github.com/home-assistant/home-assistant/pull/25908 +[#25924]: https://github.com/home-assistant/home-assistant/pull/25924 +[#25926]: https://github.com/home-assistant/home-assistant/pull/25926 +[#25929]: https://github.com/home-assistant/home-assistant/pull/25929 +[#25930]: https://github.com/home-assistant/home-assistant/pull/25930 +[#25939]: https://github.com/home-assistant/home-assistant/pull/25939 +[#25940]: https://github.com/home-assistant/home-assistant/pull/25940 +[#25942]: https://github.com/home-assistant/home-assistant/pull/25942 +[#25946]: https://github.com/home-assistant/home-assistant/pull/25946 +[#25948]: https://github.com/home-assistant/home-assistant/pull/25948 +[#25950]: https://github.com/home-assistant/home-assistant/pull/25950 +[#25953]: https://github.com/home-assistant/home-assistant/pull/25953 +[#25955]: https://github.com/home-assistant/home-assistant/pull/25955 +[#25956]: https://github.com/home-assistant/home-assistant/pull/25956 +[#25957]: https://github.com/home-assistant/home-assistant/pull/25957 +[#25959]: https://github.com/home-assistant/home-assistant/pull/25959 +[#25965]: https://github.com/home-assistant/home-assistant/pull/25965 +[#25967]: https://github.com/home-assistant/home-assistant/pull/25967 +[#25968]: https://github.com/home-assistant/home-assistant/pull/25968 +[#25969]: https://github.com/home-assistant/home-assistant/pull/25969 +[#25970]: https://github.com/home-assistant/home-assistant/pull/25970 +[#25971]: https://github.com/home-assistant/home-assistant/pull/25971 +[#25973]: https://github.com/home-assistant/home-assistant/pull/25973 +[#25975]: https://github.com/home-assistant/home-assistant/pull/25975 +[#25976]: https://github.com/home-assistant/home-assistant/pull/25976 +[#25977]: https://github.com/home-assistant/home-assistant/pull/25977 +[#25978]: https://github.com/home-assistant/home-assistant/pull/25978 +[#25981]: https://github.com/home-assistant/home-assistant/pull/25981 +[#25986]: https://github.com/home-assistant/home-assistant/pull/25986 +[#25987]: https://github.com/home-assistant/home-assistant/pull/25987 +[#25989]: https://github.com/home-assistant/home-assistant/pull/25989 +[#25990]: https://github.com/home-assistant/home-assistant/pull/25990 +[#25991]: https://github.com/home-assistant/home-assistant/pull/25991 +[#25993]: https://github.com/home-assistant/home-assistant/pull/25993 +[#25994]: https://github.com/home-assistant/home-assistant/pull/25994 +[#25995]: https://github.com/home-assistant/home-assistant/pull/25995 +[#25997]: https://github.com/home-assistant/home-assistant/pull/25997 +[#25998]: https://github.com/home-assistant/home-assistant/pull/25998 +[#26003]: https://github.com/home-assistant/home-assistant/pull/26003 +[#26005]: https://github.com/home-assistant/home-assistant/pull/26005 +[#26006]: https://github.com/home-assistant/home-assistant/pull/26006 +[#26007]: https://github.com/home-assistant/home-assistant/pull/26007 +[#26008]: https://github.com/home-assistant/home-assistant/pull/26008 +[#26009]: https://github.com/home-assistant/home-assistant/pull/26009 +[#26010]: https://github.com/home-assistant/home-assistant/pull/26010 +[#26011]: https://github.com/home-assistant/home-assistant/pull/26011 +[#26012]: https://github.com/home-assistant/home-assistant/pull/26012 +[#26014]: https://github.com/home-assistant/home-assistant/pull/26014 +[#26015]: https://github.com/home-assistant/home-assistant/pull/26015 +[#26020]: https://github.com/home-assistant/home-assistant/pull/26020 +[#26022]: https://github.com/home-assistant/home-assistant/pull/26022 +[#26028]: https://github.com/home-assistant/home-assistant/pull/26028 +[#26029]: https://github.com/home-assistant/home-assistant/pull/26029 +[#26030]: https://github.com/home-assistant/home-assistant/pull/26030 +[#26032]: https://github.com/home-assistant/home-assistant/pull/26032 +[#26033]: https://github.com/home-assistant/home-assistant/pull/26033 +[#26035]: https://github.com/home-assistant/home-assistant/pull/26035 +[#26039]: https://github.com/home-assistant/home-assistant/pull/26039 +[#26041]: https://github.com/home-assistant/home-assistant/pull/26041 +[#26043]: https://github.com/home-assistant/home-assistant/pull/26043 +[#26049]: https://github.com/home-assistant/home-assistant/pull/26049 +[#26051]: https://github.com/home-assistant/home-assistant/pull/26051 +[#26052]: https://github.com/home-assistant/home-assistant/pull/26052 +[#26054]: https://github.com/home-assistant/home-assistant/pull/26054 +[#26055]: https://github.com/home-assistant/home-assistant/pull/26055 +[#26056]: https://github.com/home-assistant/home-assistant/pull/26056 +[#26059]: https://github.com/home-assistant/home-assistant/pull/26059 +[#26062]: https://github.com/home-assistant/home-assistant/pull/26062 +[#26064]: https://github.com/home-assistant/home-assistant/pull/26064 +[#26065]: https://github.com/home-assistant/home-assistant/pull/26065 +[#26066]: https://github.com/home-assistant/home-assistant/pull/26066 +[#26068]: https://github.com/home-assistant/home-assistant/pull/26068 +[#26075]: https://github.com/home-assistant/home-assistant/pull/26075 +[#26077]: https://github.com/home-assistant/home-assistant/pull/26077 +[#26082]: https://github.com/home-assistant/home-assistant/pull/26082 +[#26084]: https://github.com/home-assistant/home-assistant/pull/26084 +[#26085]: https://github.com/home-assistant/home-assistant/pull/26085 +[#26086]: https://github.com/home-assistant/home-assistant/pull/26086 +[#26088]: https://github.com/home-assistant/home-assistant/pull/26088 +[#26089]: https://github.com/home-assistant/home-assistant/pull/26089 +[#26091]: https://github.com/home-assistant/home-assistant/pull/26091 +[#26093]: https://github.com/home-assistant/home-assistant/pull/26093 +[#26095]: https://github.com/home-assistant/home-assistant/pull/26095 +[#26097]: https://github.com/home-assistant/home-assistant/pull/26097 +[#26098]: https://github.com/home-assistant/home-assistant/pull/26098 +[#26103]: https://github.com/home-assistant/home-assistant/pull/26103 +[#26106]: https://github.com/home-assistant/home-assistant/pull/26106 +[#26110]: https://github.com/home-assistant/home-assistant/pull/26110 +[#26111]: https://github.com/home-assistant/home-assistant/pull/26111 +[#26112]: https://github.com/home-assistant/home-assistant/pull/26112 +[#26113]: https://github.com/home-assistant/home-assistant/pull/26113 +[#26114]: https://github.com/home-assistant/home-assistant/pull/26114 +[#26115]: https://github.com/home-assistant/home-assistant/pull/26115 +[#26117]: https://github.com/home-assistant/home-assistant/pull/26117 +[#26119]: https://github.com/home-assistant/home-assistant/pull/26119 +[#26121]: https://github.com/home-assistant/home-assistant/pull/26121 +[@Adminiuga]: https://github.com/Adminiuga +[@BKPepe]: https://github.com/BKPepe +[@Cereal2nd]: https://github.com/Cereal2nd +[@CoMPaTech]: https://github.com/CoMPaTech +[@Jc2k]: https://github.com/Jc2k +[@JeffLIrion]: https://github.com/JeffLIrion +[@Kane610]: https://github.com/Kane610 +[@KptnKMan]: https://github.com/KptnKMan +[@MatsNl]: https://github.com/MatsNl +[@OliverRepo]: https://github.com/OliverRepo +[@Quentame]: https://github.com/Quentame +[@Santobert]: https://github.com/Santobert +[@SukramJ]: https://github.com/SukramJ +[@ThaSiouL]: https://github.com/ThaSiouL +[@TheLastProject]: https://github.com/TheLastProject +[@WoLpH]: https://github.com/WoLpH +[@abmantis]: https://github.com/abmantis +[@achatham]: https://github.com/achatham +[@ahertz]: https://github.com/ahertz +[@amelchio]: https://github.com/amelchio +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@cgarwood]: https://github.com/cgarwood +[@cj-thornton]: https://github.com/cj-thornton +[@croghostrider]: https://github.com/croghostrider +[@dannerph]: https://github.com/dannerph +[@dmulcahey]: https://github.com/dmulcahey +[@doudz]: https://github.com/doudz +[@ejaviga]: https://github.com/ejaviga +[@elupus]: https://github.com/elupus +[@emontnemery]: https://github.com/emontnemery +[@escoand]: https://github.com/escoand +[@exxamalte]: https://github.com/exxamalte +[@eyager1]: https://github.com/eyager1 +[@fabaff]: https://github.com/fabaff +[@farmio]: https://github.com/farmio +[@flebourse]: https://github.com/flebourse +[@fredrike]: https://github.com/fredrike +[@frenck]: https://github.com/frenck +[@gadgetchnnel]: https://github.com/gadgetchnnel +[@gerard33]: https://github.com/gerard33 +[@jaminh]: https://github.com/jaminh +[@jkeljo]: https://github.com/jkeljo +[@johnnychicago]: https://github.com/johnnychicago +[@jshridha]: https://github.com/jshridha +[@kellerza]: https://github.com/kellerza +[@konikvranik]: https://github.com/konikvranik +[@kpine]: https://github.com/kpine +[@ktnrg45]: https://github.com/ktnrg45 +[@legacycode]: https://github.com/legacycode +[@ludeeus]: https://github.com/ludeeus +[@michaeldavie]: https://github.com/michaeldavie +[@miroslawkrol]: https://github.com/miroslawkrol +[@nielstron]: https://github.com/nielstron +[@oncleben31]: https://github.com/oncleben31 +[@paraselene]: https://github.com/paraselene +[@perosb]: https://github.com/perosb +[@pnbruckner]: https://github.com/pnbruckner +[@pvizeli]: https://github.com/pvizeli +[@rossdargan]: https://github.com/rossdargan +[@rytilahti]: https://github.com/rytilahti +[@sander76]: https://github.com/sander76 +[@scop]: https://github.com/scop +[@skarcha]: https://github.com/skarcha +[@slackr31337]: https://github.com/slackr31337 +[@syssi]: https://github.com/syssi +[@tcoenraad]: https://github.com/tcoenraad +[@thecynic]: https://github.com/thecynic +[@thomasloven]: https://github.com/thomasloven +[@tkislan]: https://github.com/tkislan +[@tleegaard]: https://github.com/tleegaard +[@tomilehto]: https://github.com/tomilehto +[@zewelor]: https://github.com/zewelor +[@zhumuht]: https://github.com/zhumuht +[@zxdavb]: https://github.com/zxdavb +[alexa docs]: /components/alexa/ +[ambient_station docs]: /components/ambient_station/ +[androidtv docs]: /components/androidtv/ +[arcam_fmj docs]: /components/arcam_fmj/ +[bmw_connected_drive docs]: /components/bmw_connected_drive/ +[broadlink docs]: /components/broadlink/ +[camera docs]: /components/camera/ +[climate docs]: /components/climate/ +[cloud docs]: /components/cloud/ +[config docs]: /components/config/ +[deconz docs]: /components/deconz/ +[demo docs]: /components/demo/ +[dialogflow docs]: /components/dialogflow/ +[dsmr docs]: /components/dsmr/ +[ecobee docs]: /components/ecobee/ +[edp_redy docs]: /components/edp_redy/ +[emulated_hue docs]: /components/emulated_hue/ +[environment_canada docs]: /components/environment_canada/ +[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/ +[geniushub docs]: /components/geniushub/ +[geonetnz_quakes docs]: /components/geonetnz_quakes/ +[googlehome docs]: /components/googlehome/ +[group docs]: /components/group/ +[heos docs]: /components/heos/ +[homekit_controller docs]: /components/homekit_controller/ +[homematicip_cloud docs]: /components/homematicip_cloud/ +[huawei_lte docs]: /components/huawei_lte/ +[hue docs]: /components/hue/ +[input_boolean docs]: /components/input_boolean/ +[ipma docs]: /components/ipma/ +[iqvia docs]: /components/iqvia/ +[islamic_prayer_times docs]: /components/islamic_prayer_times/ +[keba docs]: /components/keba/ +[kodi docs]: /components/kodi/ +[lacrosse docs]: /components/lacrosse/ +[life360 docs]: /components/life360/ +[linksys_ap docs]: /components/linksys_ap/ +[luftdaten docs]: /components/luftdaten/ +[lutron docs]: /components/lutron/ +[lw12wifi docs]: /components/lw12wifi/ +[mastodon docs]: /components/mastodon/ +[media_extractor docs]: /components/media_extractor/ +[media_player docs]: /components/media_player/ +[met docs]: /components/met/ +[meteo_france docs]: /components/meteo_france/ +[mikrotik docs]: /components/mikrotik/ +[minio docs]: /components/minio/ +[modbus docs]: /components/modbus/ +[mqtt docs]: /components/mqtt/ +[netgear_lte docs]: /components/netgear_lte/ +[opencv docs]: /components/opencv/ +[opentherm_gw docs]: /components/opentherm_gw/ +[pi_hole docs]: /components/pi_hole/ +[plex docs]: /components/plex/ +[plugwise docs]: /components/plugwise/ +[point docs]: /components/point/ +[prometheus docs]: /components/prometheus/ +[proxy docs]: /components/proxy/ +[ps4 docs]: /components/ps4/ +[python_script docs]: /components/python_script/ +[qrcode docs]: /components/qrcode/ +[rainbird docs]: /components/rainbird/ +[recorder docs]: /components/recorder/ +[ring docs]: /components/ring/ +[ruter docs]: /components/ruter/ +[sabnzbd docs]: /components/sabnzbd/ +[scrape docs]: /components/scrape/ +[script docs]: /components/script/ +[shodan docs]: /components/shodan/ +[simplisafe docs]: /components/simplisafe/ +[sisyphus docs]: /components/sisyphus/ +[sma docs]: /components/sma/ +[smhi docs]: /components/smhi/ +[snmp docs]: /components/snmp/ +[sonos docs]: /components/sonos/ +[sql docs]: /components/sql/ +[srp_energy docs]: /components/srp_energy/ +[statistics docs]: /components/statistics/ +[stream docs]: /components/stream/ +[syncthru docs]: /components/syncthru/ +[sytadin docs]: /components/sytadin/ +[tado docs]: /components/tado/ +[tellduslive docs]: /components/tellduslive/ +[template docs]: /components/template/ +[tensorflow docs]: /components/tensorflow/ +[tile docs]: /components/tile/ +[traccar docs]: /components/traccar/ +[trend docs]: /components/trend/ +[twentemilieu docs]: /components/twentemilieu/ +[unifi docs]: /components/unifi/ +[updater docs]: /components/updater/ +[upnp docs]: /components/upnp/ +[ups docs]: /components/ups/ +[usps docs]: /components/usps/ +[vacuum docs]: /components/vacuum/ +[velbus docs]: /components/velbus/ +[vera docs]: /components/vera/ +[vesync docs]: /components/vesync/ +[volumio docs]: /components/volumio/ +[websocket_api docs]: /components/websocket_api/ +[wunderground docs]: /components/wunderground/ +[xiaomi_aqara docs]: /components/xiaomi_aqara/ +[zha docs]: /components/zha/ +[zwave docs]: /components/zwave/