From 2feb3a7880c72abcacfba12053307a417bbbf112 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 30 Aug 2023 21:30:17 +0200 Subject: [PATCH] Release notes --- .../_posts/2023-09-06-release-20239.markdown | 119 +- source/changelogs/core-2023.9.markdown | 2238 ++++++++++++++++- source/images/blog/2023-09/lawn_mower.png | Bin 0 -> 33360 bytes source/images/blog/2023-09/onboarding.png | Bin 0 -> 167435 bytes source/images/blog/2023-09/tile features.png | Bin 0 -> 113341 bytes 5 files changed, 2347 insertions(+), 10 deletions(-) create mode 100644 source/images/blog/2023-09/lawn_mower.png create mode 100644 source/images/blog/2023-09/onboarding.png create mode 100644 source/images/blog/2023-09/tile features.png diff --git a/source/_posts/2023-09-06-release-20239.markdown b/source/_posts/2023-09-06-release-20239.markdown index 9d706f36ec0..50820a57551 100644 --- a/source/_posts/2023-09-06-release-20239.markdown +++ b/source/_posts/2023-09-06-release-20239.markdown @@ -2,7 +2,7 @@ layout: post title: "2023.9: Beta release notes" description: "The beta release notes for Home Assistant 2023.9" -date: 2023-08-02 00:00:00 +date: 2023-08-30 00:00:00 date_formatted: "September 6, 2023" author: Bram Kragten author_twitter: bramkragten @@ -17,7 +17,7 @@ og_image: /images/blog/2023-09/social.png -These are the beta release notes for Home Assistant Core 2023.5 (and is thus a +These are the beta release notes for Home Assistant Core 2023.9 (and is thus a work in progress). If you encounter any issues with the beta release, please report them on GitHub: @@ -46,7 +46,13 @@ Enjoy the (beta) release! -- [Lorem ipsum!](#lorem-ipsum) +- [Climate, humidifier and water heater more info](#climate-humidifier-and-water-heater-more-info) +- [A lot of new tile features](#a-lot-of-new-tile-features) +- [Lawn mower](#lawn-mower) +- [Group previews](#group-previews) +- [Template sensors from the UI](#template-sensors-from-the-ui) +- [Weather forecast service](#weather-forecast-service) +- [Onboarding](#onboarding) - [Other noteworthy changes](#other-noteworthy-changes) - [New integrations](#new-integrations) - [Need help? Join the community!](#need-help-join-the-community) @@ -58,12 +64,107 @@ Don't forget to [join our release party live stream on YouTube](https://www.yout -## Lorem ipsum! +## Climate, humidifier and water heater more info -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod. +The more info for climate, humidifier and water heater entities got an update, if you ask me, they look absolutely stunning! +They now have a newly designed circular slider, that shows the current temperature and the setpoint(s). +There are also buttons to change the change the setpoint. +It will glow in the middle to show it's current action, as well as show that. +

+ +Temporary screenshot that needs to be replaced. +

+ +## A lot of new tile features + +A lot of new tile features are added this release: + +- HVAC mode +- Water heater mode +- Temperature control +- Cover position +- Cover tilt +- Lawn mower +- Color temperature

- + +Temporary screenshot that needs to be replaced. +

+ +## Lawn mower + +A new entity component was added this release, the lawn mower! + +You can now integrate your lawn mower in Home Assistant! +For now just MQTT is supported, but keep an eye out for other integrations! + +

+ +Temporary screenshot that needs to be replaced. +

+ + +## Group previews + +When setting up a helper, sometimes it can be useful to see how the entity that you creating looks while you are setting it up. That's why we added an preview when you create or change a group helper. + +It will show exactly what the entity will look like with the current settings. + +And talking about groups, we also got a new group, the `event` group! + +

+ +Temporary screenshot that needs to be replaced. +

+ + +## Template sensors from the UI + +We also added preview support to another helper, that finally made it's way into the UI, the template sensor. + +From the UI you can use a template to set the state of the sensor. +You can pick a unit of measurement, set the device class and select a state class. +Both sensors and binary sensors are supported. + +This will make most of the use cases for template sensors available through the UI and one less need for YAML! + +Other more advanced fields, like attributes, are not available from the UI. You will still have to set those up in YAML. + +With the preview, you see a live update of the sensors value while you are writing the template. + +

+ +Temporary screenshot that needs to be replaced. +

+ + +## Weather forecast service + +We added a weather forecast service, that returns the weather forecast. + +Previously you would have to look at the `forecast` attribute of a weather entity to get the forecast, now this can be done by calling a new service, `weather.get_forecast`, that will respond with the forecast. +You can also specify what type of forecast you want, daily or do you want to know it for every hour? This means you no longer need separate entities for every forecast type, but it can all be done in 1 entity. + +In the weather card in your dashboard, you can also now pick what kind of weather forecast you want to show in that card. + +All weather integrations are updated to support this new service. + +With this change, the `forecast` attribute of the weather entity is deprecated, and will be removed in Home Assistant Core 2024.3. + +

+ +Temporary screenshot that needs to be replaced. +

+ +## Onboarding + +Our onboarding got a fresh new look and it is now easier to get started with Home Assistant! + +Something you probably have not seen for a while, but we gave our onboarding a fresh new look! It is shortened to get the user in Home Assistant as fast as possible. + +

+ Temporary screenshot that needs to be replaced.

@@ -85,10 +186,10 @@ To consider: There are many more improvements in this release; here are some of the other noteworthy changes this release: -- [Lorem] now has support for ipsums, thanks [@frenck]! +- [Enphase Envoy] has gotten a lot of love this release, thanks [@bdraco]! -[@frenck]: https://github.com/frenck -[Lorem]: /integrations/lorem +[@bdraco]: https://github.com/bdraco +[Enphase Envoy]: /integrations/enphase_envoy ## New integrations diff --git a/source/changelogs/core-2023.9.markdown b/source/changelogs/core-2023.9.markdown index 788d4de9233..4f57af4052e 100644 --- a/source/changelogs/core-2023.9.markdown +++ b/source/changelogs/core-2023.9.markdown @@ -9,5 +9,2241 @@ These are all the changes included in the Home Assistant Core 2023.9 release. For a summary in a more readable format: [Release notes blog for this release](/blog/2023/09/06/release-20239/). -## Full changelog +## All changes +- Bump version to 2023.9.0dev0 ([@frenck] - [#97265]) +- Add Schlage integration ([@dknowles2] - [#93777]) ([schlage docs]) (new-integration) +- Move async_client_device_info_fn to entity.py ([@dougiteixeira] - [#97270]) ([unifi docs]) +- Add AirNow Reporting Station as sensor ([@asymworks] - [#97273]) ([airnow docs]) +- Add breaks_in_ha_version for Dynalite YAML import ([@gjohansson-ST] - [#97359]) ([dynalite docs]) +- Netatmo add issue for yaml deprecation ([@gjohansson-ST] - [#97360]) ([netatmo docs]) +- Plum Lightpad deprecation issue for yaml configuration ([@gjohansson-ST] - [#97362]) ([plum_lightpad docs]) +- Sure Petcare deprecation issue yaml configuration ([@gjohansson-ST] - [#97363]) ([surepetcare docs]) +- Deprecate Freebox YAML ([@joostlek] - [#97345]) ([freebox docs]) +- Sonos add yaml config issue ([@gjohansson-ST] - [#97365]) ([sonos docs]) +- Home Connect deprecation issue yaml configuration ([@gjohansson-ST] - [#97361]) ([home_connect docs]) +- Avoid firing update coordinator callbacks when nothing has changed ([@bdraco] - [#97268]) +- Disable always_update in rain machine coordinator ([@bdraco] - [#97410]) ([rainmachine docs]) +- Disable always_update in steamist coordinator ([@bdraco] - [#97411]) ([steamist docs]) +- Disable always_update in flux_led coordinator ([@bdraco] - [#97412]) ([flux_led docs]) +- Disable always_update in nut coordinator ([@bdraco] - [#97413]) ([nut docs]) +- Disable always_update in emonitor coordinator ([@bdraco] - [#97414]) ([emonitor docs]) +- Disable always_update in lookin coordinator ([@bdraco] - [#97415]) ([lookin docs]) +- Disable always_update in powerwall coordinator ([@bdraco] - [#97416]) ([powerwall docs]) +- Disable always_update in cert_expiry coordinator ([@bdraco] - [#97417]) ([cert_expiry docs]) +- Disable always_update in filesize coordinator ([@bdraco] - [#97418]) ([filesize docs]) +- Disable always_update in esphome dashboard coordinator ([@bdraco] - [#97419]) ([esphome docs]) +- meteo_france add yaml config removal issue ([@gjohansson-ST] - [#97428]) ([meteo_france docs]) +- OctoPrint add yaml config removal issue ([@gjohansson-ST] - [#97431]) ([octoprint docs]) +- MELCloud add yaml config removal issue ([@gjohansson-ST] - [#97430]) ([melcloud docs]) +- LiteJet add yaml config removal issue ([@gjohansson-ST] - [#97429]) ([litejet docs]) +- Disable always_update in oncue coordinator ([@bdraco] - [#97434]) ([oncue docs]) +- Disable always_update in enphase_envoy coordinator ([@bdraco] - [#97425]) ([enphase_envoy docs]) +- Disable always_update in yale_smart_alarm coordinator ([@gjohansson-ST] - [#97426]) ([yale_smart_alarm docs]) +- Small cleanups to ambient station ([@bdraco] - [#97421]) ([ambient_station docs]) +- Disable always_update in nexia coordinator ([@bdraco] - [#97436]) ([nexia docs]) +- GDACS add yaml config issue ([@gjohansson-ST] - [#97424]) ([gdacs docs]) +- Add a battery sensor to Schlage ([@dknowles2] - [#97369]) ([schlage docs]) (new-platform) +- bmw_connected_drive: Add WASHING_FLUID to correct binary sensor attribute ([@rikroe] - [#97448]) ([bmw_connected_drive docs]) +- Add more sensors to PEGELONLINE ([@mib1185] - [#97295]) ([pegel_online docs]) +- Add entity description to EZVIZ SwitchEntity ([@RenierM26] - [#95672]) ([ezviz docs]) (breaking-change) +- Add device and state class to humidity sensor ([@mbo18] - [#97331]) ([meteo_france docs]) +- Add entity translations for AccuWeather ([@bieniu] - [#95940]) ([accuweather docs]) +- Update aiopvpc to 4.2.2 ([@cdce8p] - [#97482]) ([pvpc_hourly_pricing docs]) +- Update pydantic to 1.10.12 ([@cdce8p] - [#97479]) +- Change IoT class for ToD to calculated ([@jpbede] - [#97422]) ([tod docs]) +- Change IoT class for Moon to calculated ([@joostlek] - [#97405]) ([moon docs]) +- Add entity translation to Moon ([@joostlek] - [#97404]) ([moon docs]) +- Refactor deprecated RESULT_TYPE_* ([@GrumpyMeow] - [#97367]) +- Fix typo in PassiveBluetoothDataProcessor ([@bdraco] - [#97508]) ([bluetooth docs]) +- Fix bthome not remembering a device is a sleepy device ([@bdraco] - [#97517]) ([bthome docs]) +- Fix xiaomi_ble not remembering a device is a sleepy device ([@bdraco] - [#97518]) ([xiaomi_ble docs]) +- Use internal imports in Bluetooth update coordinator to avoid future circular imports ([@bdraco] - [#97506]) ([bluetooth docs]) +- Combine Bluetooth update coordinator subscriptions to reduce code duplication ([@bdraco] - [#97503]) ([bluetooth docs]) +- Remove myself from scrape codeowners ([@epenet] - [#97524]) ([scrape docs]) +- Fix unused variable in Renault tests ([@epenet] - [#97529]) ([renault docs]) +- Remove myself from rest codeowners ([@epenet] - [#97528]) ([rest docs]) +- Load homekit_controller test data using its json loader ([@bdraco] - [#97534]) ([homekit_controller docs]) +- Remove myself from const and util codeowners ([@epenet] - [#97527]) +- Update pydiscovergy to 2.0.3 ([@cdce8p] - [#97509]) ([discovergy docs]) +- Update python-typing-update to 0.6.0 ([@cdce8p] - [#97531]) +- Bump pyschlage to 2023.7.0 ([@dknowles2] - [#97366]) ([schlage docs]) +- Fix saving subclassed datetime objects in storage ([@bdraco] - [#97502]) +- Add frequency sensors to Nibe ([@janmolemans] - [#89072]) ([nibe_heatpump docs]) +- Cleanups to the Bluetooth processor coordinators ([@bdraco] - [#97546]) ([bluetooth docs]) +- Add Starlink to .strict-typing ([@boswelja] - [#97598]) +- Do not set hass data before first coordinator refresh ([@mib1185] - [#97343]) ([volvooncall docs]) ([hassio docs]) ([juicenet docs]) ([syncthru docs]) ([fritz docs]) ([mill docs]) ([pi_hole docs]) ([nextcloud docs]) ([dexcom docs]) ([devolo_home_network docs]) ([loqed docs]) ([landisgyr_heat_meter docs]) ([nextdns docs]) +- use write_registers also for target temp ([@brunoenten] - [#97475]) ([modbus docs]) +- Fix aiohttp code DeprecationWarnings ([@cdce8p] - [#97621]) ([netatmo docs]) ([bond docs]) +- Fix async_timeout DeprecationWarnings ([@cdce8p] - [#97622]) ([media_player docs]) ([webostv docs]) ([upb docs]) +- Fix httpx DeprecationWarning ([@cdce8p] - [#97625]) ([rest docs]) +- Replace deprecated aiohttp_unused_port fixture ([@cdce8p] - [#97626]) ([image_processing docs]) ([http docs]) +- Fix pylint DeprecationWarnings ([@cdce8p] - [#97627]) +- Fix abode DeprecationWarnings ([@cdce8p] - [#97620]) ([abode docs]) +- Fix ssl DeprecationWarnings ([@cdce8p] - [#97623]) ([webostv docs]) +- Fix deluge DeprecationWarning ([@cdce8p] - [#97624]) ([deluge docs]) +- Replace deprecated pkg_resources with importlib.metadata ([@cdce8p] - [#97628]) +- Revert "OctoPrint add yaml config removal issue" ([@gjohansson-ST] - [#97674]) ([octoprint docs]) +- Add hour of free power select to Electric Kiwi ([@mikey0000] - [#97515]) ([electric_kiwi docs]) (new-platform) +- Use mirror to run `black` with pre-commit ([@cdce8p] - [#95605]) +- Bump pymodbus v3.4.1. ([@janiversen] - [#97612]) ([modbus docs]) +- Refactored deprecated UNITS ([@GrumpyMeow] - [#97368]) ([homekit_controller docs]) +- Bump python-opensky to 0.2.0 ([@joostlek] - [#97687]) ([opensky docs]) +- Allow to sort options in select selector ([@piitaya] - [#97680]) +- address code comments / tidy ups ([@mikey0000] - [#97716]) ([electric_kiwi docs]) +- Fix yalex_ble test RuntimeWarning ([@cdce8p] - [#97732]) ([yalexs_ble docs]) +- Fix hassfest check for schema ([@bdraco] - [#97713]) +- Fix zha test RuntimeWarnings ([@cdce8p] - [#97733]) ([zha docs]) +- Fix airvisual RuntimeWarning ([@cdce8p] - [#97739]) ([airvisual docs]) +- Add OUI to tplink diagnostics ([@bdraco] - [#97646]) ([tplink docs]) +- Add ability to remove Litter-Robot if no longer provided by integration ([@natekspencer] - [#97702]) ([litterrobot docs]) +- Fix mqtt test DeprecationWarnings ([@cdce8p] - [#97734]) ([mqtt docs]) +- Add battery sensor to Roborock ([@Lash-L] - [#97715]) ([roborock docs]) +- Fix command_line tests RuntimeWarnings ([@cdce8p] - [#97731]) ([command_line docs]) +- Fix core test RuntimeWarnings ([@cdce8p] - [#97730]) +- Fix jinja2 DeprecationWarnings ([@cdce8p] - [#97728]) +- Fix http test DeprecationWarnings ([@cdce8p] - [#97737]) ([http docs]) +- Fix recorder DeprecationWarnings ([@cdce8p] - [#97738]) ([recorder docs]) +- Add packaging as default requirement ([@cdce8p] - [#97712]) +- Fix mailbox PytestCollectionWarning ([@cdce8p] - [#97740]) ([mailbox docs]) +- Remove unused translation key from OpenSky ([@joostlek] - [#97699]) ([opensky docs]) +- Break long strings in Axis integration ([@Kane610] - [#97254]) ([axis docs]) +- Add is_admin check to check configuration API ([@frenck] - [#97788]) ([config docs]) +- modbus: use pb not pymodbus consistently as name. ([@janiversen] - [#97780]) ([modbus docs]) +- Update strings.json to correct grammer. ([@JasonCook599] - [#97790]) ([mqtt docs]) +- Fix typo in telegram_bot translations ([@jbouwh] - [#97793]) ([telegram_bot docs]) +- Fix Flexit mypy error in pymodbus ([@janiversen] - [#97799]) ([flexit docs]) +- Add device tracker to Subaru integration ([@G-Two] - [#79492]) ([subaru docs]) (new-platform) +- Fix Melcloud import issue ([@gjohansson-ST] - [#97673]) ([melcloud docs]) +- Add lightplatform to Duotecno ([@Cereal2nd] - [#97582]) ([duotecno docs]) (new-platform) +- Update starlink-grpc-tools to 1.1.2 ([@boswelja] - [#97824]) ([starlink docs]) +- Add untested Starlink components to .coveragerc ([@boswelja] - [#97825]) +- Add restart device to UniFi button platform ([@Kane610] - [#97642]) ([unifi docs]) (new-platform) +- Improve code quality of CalDav ([@lindhe] - [#97570]) ([caldav docs]) +- Refactor alexa modules to avoid circular deps ([@jbouwh] - [#97618]) ([alexa docs]) +- Implement Elmax cover platform ([@albertogeniola] - [#79409]) ([elmax docs]) (new-platform) +- Bump bluetooth-data-tools to 1.7.0 ([@bdraco] - [#97821]) ([esphome docs]) ([bluetooth docs]) ([led_ble docs]) ([ld2410_ble docs]) +- BMW: Remove deprecated refresh from cloud button ([@rikroe] - [#97864]) ([bmw_connected_drive docs]) (breaking-change) +- Use new Mill api ([@Danielhiversen] - [#97497]) ([mill docs]) (breaking-change) +- Change discovergy integration type ([@jpbede] - [#97391]) ([discovergy docs]) +- Migrate to SensorEntityDescriptions for Trafikverket Train ([@gjohansson-ST] - [#97318]) ([trafikverket_train docs]) +- Add support for toothbrushes to xiaomi-ble ([@Ernst79] - [#97276]) ([xiaomi_ble docs]) +- Use constants for translation keys and rename latency time to latency ([@elmurato] - [#97866]) ([minecraft_server docs]) +- Remove long overdue deprecated service boost_heating from Hive ([@gjohansson-ST] - [#97444]) ([hive docs]) (breaking-change) +- Use PRECISION_TENTHS for Mill local integration ([@LaStrada] - [#97874]) ([mill docs]) +- Refactor enphase_envoy to use pyenphase library ([@bdraco] - [#97862]) ([enphase_envoy docs]) (breaking-change) +- Add entity translations for Enphase Envoy ([@joostlek] - [#97876]) ([enphase_envoy docs]) +- Bump pyschlage to 2023.8.0 ([@dknowles2] - [#97875]) ([schlage docs]) +- Cache envoy auth tokens to ensure integration works if cloud is offline ([@bdraco] - [#97872]) ([enphase_envoy docs]) +- Schlage: Set the battery sensor state_class to measurement ([@dknowles2] - [#97879]) ([schlage docs]) +- Handle explicit Modbus NaN values ([@joanwa] - [#90800]) ([modbus docs]) +- Replace Float 'nan' with None for modbus floats ([@String-656] - [#93832]) ([modbus docs]) +- Trafikverket Train sensor and attributes to new sensors ([@gjohansson-ST] - [#71432]) ([trafikverket_train docs]) (breaking-change) +- Fix Trafikverket Train departure state ([@gjohansson-ST] - [#97917]) ([trafikverket_train docs]) +- Fix Trafivkerket Train coordinator exceptions ([@gjohansson-ST] - [#97919]) ([trafikverket_train docs]) +- Velbus code cleanup ([@Cereal2nd] - [#97584]) ([velbus docs]) +- Complete test coverage for OpenSky ([@joostlek] - [#97863]) ([opensky docs]) +- Bump pytrafikverket to 0.3.4 ([@gjohansson-ST] - [#97921]) ([trafikverket_weatherstation docs]) ([trafikverket_train docs]) ([trafikverket_ferry docs]) +- Proactively refresh the enphase envoy token to handle cloud service downtime ([@bdraco] - [#97880]) ([enphase_envoy docs]) +- Bump pytrafikverket to 0.3.5 ([@gjohansson-ST] - [#97923]) ([trafikverket_weatherstation docs]) ([trafikverket_train docs]) ([trafikverket_ferry docs]) +- Bump pyenphase to 0.11.0 ([@bdraco] - [#97926]) ([enphase_envoy docs]) +- Bump pyschlage to 2023.8.1 ([@dknowles2] - [#97927]) ([schlage docs]) +- Update orjson to 3.9.3 ([@cdce8p] - [#97930]) +- Remove DWD code owner ([@joostlek] - [#97938]) ([dwd_weather_warnings docs]) +- Freeze time for whirlpool test to avoid fail ([@jbouwh] - [#97935]) ([whirlpool docs]) +- Add model/part number data enphase_envoy ([@bdraco] - [#97942]) ([enphase_envoy docs]) +- Add default headers to webserver responses ([@frenck] - [#97784]) ([http docs]) (breaking-change) +- Reduce overhead to start a config entry flow by optimizing fetching the handler ([@bdraco] - [#97883]) +- Restore passive bluetooth entity data at startup ([@bdraco] - [#97462]) ([bluetooth docs]) +- Fix weather entities with update_before_add ([@gjohansson-ST] - [#97950]) ([weather docs]) +- Add repair issue for Reolink when using it with an incompatible global ssl certificate ([@starkillerOG] - [#91597]) ([reolink docs]) +- Bump devolo_plc_api to 1.4.0 ([@Shutgun] - [#97951]) ([devolo_home_network docs]) +- Bump pyoverkiz to 1.10.1 ([@iMicknl] - [#97916]) ([overkiz docs]) +- Fix alexa test RuntimeWarning ([@cdce8p] - [#97956]) ([alexa docs]) +- Neato add yaml config removal issue ([@gjohansson-ST] - [#97447]) ([neato docs]) +- Update enphase_envoy codeowners ([@cgarwood] - [#97947]) ([enphase_envoy docs]) +- Add service for getting a weather forecast ([@emontnemery] - [#97078]) ([weather docs]) +- Modernize met.no weather ([@emontnemery] - [#97952]) ([met docs]) +- Modernize SMHI weather ([@gjohansson-ST] - [#97275]) ([smhi docs]) +- Refactor Trafikverket Train to improve config flow ([@gjohansson-ST] - [#97929]) ([trafikverket_train docs]) +- Schlage: Set the changed by attribute on locks based on log messages ([@dknowles2] - [#97469]) ([schlage docs]) +- Fix docstrings in mobile app device tracker ([@joostlek] - [#97963]) ([mobile_app docs]) +- Restore bthome state at start when device is in range or sleepy ([@bdraco] - [#97949]) ([bthome docs]) +- Improve airthings ble ([@LaStrada] - [#97905]) ([airthings_ble docs]) +- Restore xiaomi_ble state at start when device is in range or sleepy ([@bdraco] - [#97979]) ([xiaomi_ble docs]) +- Alexa typing part 1 ([@jbouwh] - [#97909]) ([alexa docs]) +- Restore govee_ble state when gateway device becomes available ([@bdraco] - [#97984]) ([govee_ble docs]) +- Restore sleepy oralb devices state at startup ([@bdraco] - [#97983]) ([oralb docs]) +- Restore qingping state when device becomes available ([@bdraco] - [#97980]) ([qingping docs]) +- Bump yalexs to 1.5.2 ([@bdraco] - [#97991]) ([august docs]) +- Optimize august timings to prepare for Yale Doorman support ([@bdraco] - [#97940]) ([august docs]) +- Alexa typing part 2 ([@jbouwh] - [#97911]) ([alexa docs]) +- Add support for Yale Doorman to august ([@bdraco] - [#97997]) ([august docs]) +- Move KNX keyring validation and storage to helper module ([@farmio] - [#97931]) ([knx docs]) +- Alexa typing part 3 (handlers) ([@jbouwh] - [#97912]) ([alexa docs]) +- Use global constant for enphase token ([@joostlek] - [#98002]) ([enphase_envoy docs]) +- Add wake word integration ([@synesthesiam] - [#96380]) ([assist_pipeline docs]) ([wyoming docs]) ([wake docs]) (new-integration) +- Add initial sensors for Enphase Encharge batteries ([@cgarwood] - [#97946]) ([enphase_envoy docs]) +- Cleanup enphase_envoy sensor inheritance ([@bdraco] - [#98012]) ([enphase_envoy docs]) +- Update prometheus-client to 0.17.1 ([@rcloran] - [#97998]) ([prometheus docs]) +- Set up shopping list during onboarding ([@frenck] - [#97974]) ([shopping_list docs]) ([onboarding docs]) +- Add edl21 sensor for positive active instantaneous power ([@StephanU] - [#94736]) ([edl21 docs]) +- Add is_admin checks to cloud APIs ([@frenck] - [#97804]) ([cloud docs]) +- Alexa typing part 4 (capabilities) ([@jbouwh] - [#97915]) ([alexa docs]) +- Improve OTBR factory reset ([@emontnemery] - [#98017]) ([otbr docs]) +- Alexa typing part 5 (smart_home) ([@jbouwh] - [#97918]) ([alexa docs]) +- Modernize ecobee weather ([@emontnemery] - [#98023]) ([ecobee docs]) +- Add is_admin checks to scene/script/automation APIs ([@frenck] - [#98025]) ([config docs]) +- Add prometheus requires_auth parameter ([@gtjadsonsantos] - [#92964]) ([prometheus docs]) +- Use require_admin decorator for check_config permissions ([@frenck] - [#98028]) ([config docs]) +- Modernize met_eireann weather ([@emontnemery] - [#98030]) ([met_eireann docs]) +- Add neato dismiss alert button ([@maxcanna] - [#97572]) ([neato docs]) +- Alexa typing part 6 (state_report) ([@jbouwh] - [#97920]) ([alexa docs]) ([cloud docs]) +- Bump plugwise to v0.31.9 ([@CoMPaTech] - [#97203]) ([plugwise docs]) (breaking-change) +- modbus: remove unused constants and get 100% coverage. ([@janiversen] - [#97779]) ([modbus docs]) +- Add `neutral current` sensor for Shelly 3EM ([@bieniu] - [#97981]) ([shelly docs]) +- Alexa strict type hints ([@jbouwh] - [#97485]) ([alexa docs]) ([cloud docs]) +- Move all used modbus constants to Stiebel ([@joostlek] - [#98044]) ([stiebel_eltron docs]) +- Add some constants back that were used to Flexit and Stiebel ([@joostlek] - [#98042]) ([stiebel_eltron docs]) ([flexit docs]) +- Make changes in modbus trigger a full CI run ([@emontnemery] - [#98055]) +- Hyphenate "human-readable" in LIFX service description ([@reedy] - [#98058]) ([lifx docs]) +- Add WeatherEntity.__post_init__ ([@emontnemery] - [#98034]) ([weather docs]) +- Fix address typo in Reolink SSL issue description ([@reedy] - [#98060]) ([reolink docs]) +- Add state attributes translation and available modes for Sensibo ([@gjohansson-ST] - [#85234]) ([sensibo docs]) +- Fix duplicated word in imap_email_content deprecation issue description ([@reedy] - [#98051]) ([imap_email_content docs]) +- Patch dt_util.utcnow earlier ([@emontnemery] - [#98050]) +- Add DeviceInfo to Scrape ([@gjohansson-ST] - [#97399]) ([scrape docs]) +- Hyphenate "human-readable" in light service description ([@reedy] - [#98057]) ([light docs]) +- Add Encharge binary sensors to Enphase integration ([@cgarwood] - [#98039]) ([enphase_envoy docs]) (new-platform) +- Update silabs_multiprotocol_hardware change cannel options flow description ([@reedy] - [#98047]) ([homeassistant_hardware docs]) +- Remove confusing comment from accuweather ([@emontnemery] - [#98063]) ([accuweather docs]) +- Add entity translations to Neato ([@joostlek] - [#98067]) ([neato docs]) +- Bump pyenphase to 1.1.1 ([@cgarwood] - [#98065]) ([enphase_envoy docs]) +- Allow float for inital MQTT climate temperature ([@jbouwh] - [#97995]) ([mqtt docs]) +- Bump pyenphase to 1.1.3 ([@bdraco] - [#98074]) ([enphase_envoy docs]) +- Add entity translations for Ambient station ([@joostlek] - [#98075]) ([ambient_station docs]) +- Add Envoy enpower sensors ([@cgarwood] - [#98086]) ([enphase_envoy docs]) +- Bump pyenphase to 1.3.0 ([@bdraco] - [#98090]) ([enphase_envoy docs]) +- zha: Fix double spaces in strings.json ([@reedy] - [#98097]) ([zha docs]) +- Refactor enphase_envoy to have a shared base class ([@bdraco] - [#98088]) ([enphase_envoy docs]) +- Use math.isfinite instead of explicitly checking for both nan and inf ([@emontnemery] - [#98103]) ([sensor docs]) ([generic_thermostat docs]) +- Add switch platform to Schlage ([@dknowles2] - [#98004]) ([schlage docs]) (new-platform) +- Fix mock_integration and mock_platform test helpers ([@emontnemery] - [#98109]) +- Add product filtering feature to Trafikverket Train ([@gjohansson-ST] - [#86343]) ([trafikverket_train docs]) +- Migrate EAFM to has entity name ([@joostlek] - [#98121]) ([eafm docs]) +- UniFi WLAN availability affected by WLAN enabled ([@Kane610] - [#98020]) ([unifi docs]) +- Add Off-peak power control to Roborock ([@Lash-L] - [#97307]) ([roborock docs]) +- Bump zwave-js-server-python to 0.50.1 ([@raman325] - [#94760]) ([zwave_js docs]) +- Update zwave_js entity naming logic ([@raman325] - [#98140]) ([zwave_js docs]) (breaking-change) +- Bump dbus-fast to 1.91.2 ([@bdraco] - [#98105]) ([bluetooth docs]) +- Update orjson to 3.9.4 ([@cdce8p] - [#98108]) +- Add unique_id to frontier_silicon media_player entity ([@wlcrs] - [#97955]) ([frontier_silicon docs]) +- Move Rova constants to separate file ([@joostlek] - [#97566]) ([rova docs]) +- Fix lingering test alexa ([@jbouwh] - [#98128]) ([alexa docs]) +- Refactor Rest Binary sensor with ManualTriggerEntity ([@gjohansson-ST] - [#97400]) ([rest docs]) +- Add device to cert expiry ([@joostlek] - [#98152]) ([cert_expiry docs]) +- Address late comments in #97955 ([@wlcrs] - [#98165]) ([frontier_silicon docs]) +- Ruff: isort don't split imports based on trailing comma ([@frenck] - [#98162]) +- Add Home Assistant Green ([@agners] - [#98171]) ([version docs]) +- Implement opensky data update coordinator ([@joostlek] - [#97925]) ([opensky docs]) +- Fix ruff checks for opensky ([@joostlek] - [#98176]) ([opensky docs]) +- Only handle shell commands output when return_response requested ([@RoboMagus] - [#97777]) ([shell_command docs]) +- Adjust asuswrt tests which create devices ([@emontnemery] - [#98182]) ([asuswrt docs]) +- Adjust config tests which create devices ([@emontnemery] - [#98184]) ([config docs]) +- Adjust conversation tests which create devices ([@emontnemery] - [#98185]) ([conversation docs]) +- Adjust device_tracker tests which create devices ([@emontnemery] - [#98188]) ([device_tracker docs]) +- Adjust fibaro tests which create devices ([@emontnemery] - [#98189]) ([fibaro docs]) +- Adjust freebox tests which create devices ([@emontnemery] - [#98190]) ([freebox docs]) +- Adjust google_assistant tests which create devices ([@emontnemery] - [#98191]) ([google_assistant docs]) +- Adjust google_generative_ai_conversation tests which create devices ([@emontnemery] - [#98192]) ([google_generative_ai_conversation docs]) +- Adjust homekit tests which create devices ([@emontnemery] - [#98193]) ([homekit docs]) +- Adjust integration tests which create devices ([@emontnemery] - [#98196]) ([integration docs]) +- Adjust kraken tests which create devices ([@emontnemery] - [#98197]) ([kraken docs]) +- Adjust matter tests which create devices ([@emontnemery] - [#98198]) ([matter docs]) +- Adjust mazda tests which create devices ([@emontnemery] - [#98199]) ([mazda docs]) +- Adjust mikrotik tests which create devices ([@emontnemery] - [#98200]) ([mikrotik docs]) +- Adjust motioneye tests which create devices ([@emontnemery] - [#98201]) ([motioneye docs]) +- Adjust mqtt tests which create devices ([@emontnemery] - [#98202]) ([mqtt docs]) +- Adjust openai_conversation tests which create devices ([@emontnemery] - [#98203]) ([openai_conversation docs]) +- Adjust plex tests which create devices ([@emontnemery] - [#98204]) ([plex docs]) +- Adjust ps4 tests which create devices ([@emontnemery] - [#98205]) ([ps4 docs]) +- Adjust threshold tests which create devices ([@emontnemery] - [#98208]) ([threshold docs]) +- Adjust switch_as_x tests which create devices ([@emontnemery] - [#98210]) ([switch_as_x docs]) +- Adjust unifi tests which create devices ([@emontnemery] - [#98211]) ([unifi docs]) +- Adjust utility_meter tests which create devices ([@emontnemery] - [#98212]) ([utility_meter docs]) +- Add unifi power stats for PDU outlets ([@Cisien] - [#98081]) ([unifi docs]) +- Adjust derivative tests which create devices ([@emontnemery] - [#98186]) ([derivative docs]) +- Adjust device_automation tests which create devices ([@emontnemery] - [#98187]) ([device_automation docs]) +- Adjust homekit_controller tests which create devices ([@emontnemery] - [#98194]) ([homekit_controller docs]) +- Adjust ruckus_unleashed tests which create devices ([@emontnemery] - [#98206]) ([ruckus_unleashed docs]) +- Adjust smartthings tests which create devices ([@emontnemery] - [#98207]) ([smartthings docs]) +- Adjust bond tests which create devices ([@emontnemery] - [#98183]) ([bond docs]) +- Adjust hue tests which create devices ([@emontnemery] - [#98195]) ([hue docs]) +- Adjust zwave_js tests which create devices ([@emontnemery] - [#98213]) ([zwave_js docs]) +- Adjust helpers tests which create devices ([@emontnemery] - [#98214]) +- Adjust device_registry tests which create devices ([@emontnemery] - [#98215]) +- Migrate WAQI to aiowaqi library ([@joostlek] - [#98000]) ([waqi docs]) +- Refactor Rest Sensor with ManualTriggerEntity ([@gjohansson-ST] - [#97396]) ([rest docs]) +- Add entity translations to EZVIZ ([@joostlek] - [#98123]) ([ezviz docs]) +- Fix Enphase dry contact binary sensor state updates ([@cgarwood] - [#98225]) ([enphase_envoy docs]) +- Fix issue registry sending unneeded update events ([@frenck] - [#98230]) +- Add missing transmit power to ESPHome Bluetooth scanners ([@bdraco] - [#98175]) ([esphome docs]) ([bluetooth docs]) ([led_ble docs]) ([ld2410_ble docs]) +- Move DeviceInfo from entity to device registry ([@emontnemery] - [#98149]) +- Don't allow creating device if config entry does not exist ([@emontnemery] - [#98157]) +- Migrate DirecTV to has entity name ([@joostlek] - [#98159]) ([directv docs]) +- Migrate Doorbird to has entity name ([@joostlek] - [#98161]) ([doorbird docs]) +- Add device to DWD ([@joostlek] - [#98120]) ([dwd_weather_warnings docs]) +- Fix CI mypy issues ([@gjohansson-ST] - [#98241]) ([opensky docs]) ([dwd_weather_warnings docs]) +- Refactor JSON attribute parsing in rest ([@epenet] - [#97526]) ([rest docs]) +- Migrate DenonAVR to has entity name ([@joostlek] - [#98155]) ([denonavr docs]) +- Enforce a minimum temperature range for nest thermostats ([@allenporter] - [#98238]) ([nest docs]) +- Update mypy to 1.5.0 ([@cdce8p] - [#98179]) ([litterrobot docs]) ([bluetooth docs]) +- Add entity translations to Keymitt ble ([@joostlek] - [#98236]) ([keymitt_ble docs]) +- Do not add entities with invalid device info ([@emontnemery] - [#98150]) +- Migrate iZone to has entity name ([@joostlek] - [#98234]) ([izone docs]) +- Add device classes to Buienradar ([@joostlek] - [#98151]) ([buienradar docs]) +- Add base entity to Garages Amsterdam ([@joostlek] - [#98172]) ([garages_amsterdam docs]) +- Wallbox Integration Change Switch Availability ([@hesselonline] - [#98111]) ([wallbox docs]) +- Add types-xmltodict dependency ([@cdce8p] - [#98268]) +- Add types-psutil dependency ([@cdce8p] - [#98267]) ([systemmonitor docs]) +- Add Enphase switch platform and grid enable switch ([@cgarwood] - [#98261]) ([enphase_envoy docs]) (new-platform) +- Fix deque import ([@cdce8p] - [#98269]) ([stream docs]) +- Improve met_eireann generic typing ([@cdce8p] - [#98278]) ([met_eireann docs]) +- Improve wake_word generic typing ([@cdce8p] - [#98279]) ([wake_word docs]) +- Add Enphase Encharge aggregate sensors ([@cgarwood] - [#98276]) ([enphase_envoy docs]) +- Correct checks for non-finite numbers in ESPHome ([@emontnemery] - [#98102]) ([esphome docs]) +- Plugwise climate: remove extra_state_attributes property ([@bouwew] - [#98153]) ([plugwise docs]) (breaking-change) +- Fix fanSpeed issue ([@erwindouna] - [#98293]) ([tado docs]) +- Add entity translations to DWD ([@joostlek] - [#98254]) ([dwd_weather_warnings docs]) +- Modernize ipma weather ([@emontnemery] - [#98062]) ([ipma docs]) +- Add UniFi power stats for PDU overall AC outlet metrics ([@Cisien] - [#98217]) ([unifi docs]) +- Add dataclass for Minecraft Server data ([@elmurato] - [#98297]) ([minecraft_server docs]) +- Update todoist-api-python to 2.1.1 ([@cdce8p] - [#98263]) ([todoist docs]) +- Google Assistant SDK: Allow responses for send_text_command ([@tronikos] - [#95966]) ([google_assistant_sdk docs]) +- Add missing logging for opower library ([@tronikos] - [#98325]) ([opower docs]) +- Plugwise climate: add HVAC_Mode handling to set_temperature() ([@bouwew] - [#98273]) ([plugwise docs]) +- Add domestic_hot_water_setpoint number to Plugwise ([@bouwew] - [#98092]) ([plugwise docs]) +- Add Ezviz siren entity ([@RenierM26] - [#93612]) ([ezviz docs]) (new-platform) +- Cleanup EZVIZ number entity ([@RenierM26] - [#98333]) ([ezviz docs]) +- Update homekit entity feature constants ([@jbouwh] - [#98337]) ([homekit docs]) +- Update vacuum entity constants for Alexa tests ([@jbouwh] - [#98336]) ([alexa docs]) +- Update entity feature constants google_assistant ([@jbouwh] - [#98335]) ([google_assistant docs]) +- Add types-Pillow dependency ([@cdce8p] - [#98266]) ([generic docs]) +- Update coverage to 7.3.0 ([@cdce8p] - [#98327]) +- Add types-caldav dependency ([@cdce8p] - [#98265]) ([caldav docs]) +- Update attrs to 23.1.0 ([@cdce8p] - [#97095]) +- Add Unifi outlet switches for PDU devices ([@Cisien] - [#98320]) ([unifi docs]) +- Add support for Bosch 2nd Gen Shutter Contact ([@Mr-Ker] - [#98331]) ([bosch_shc docs]) +- Bump zeroconf to 0.75.0 ([@bdraco] - [#98360]) ([zeroconf docs]) +- Downgrade todoist-api-python to 2.0.2 and attrs to 22.2.0 ([@cdce8p] - [#98354]) ([todoist docs]) +- Decrease event loop latency by binding time.monotonic to loop.time directly ([@bdraco] - [#98288]) +- Bump zeroconf to 0.76.0 ([@bdraco] - [#98366]) ([zeroconf docs]) +- Exchange WazeRouteCalculator with pywaze in waze_travel_time ([@eifinger] - [#98169]) ([waze_travel_time docs]) +- Update beautifulsoup to 4.12.2 ([@cdce8p] - [#98372]) ([scrape docs]) +- Update async-timeout to 4.0.3 ([@cdce8p] - [#98370]) +- Update tqdm to 4.66.1 ([@cdce8p] - [#98328]) +- Update caldav to 1.3.6 ([@cdce8p] - [#98371]) ([caldav docs]) +- Create pytest output artifact [ci] ([@cdce8p] - [#98106]) +- Raise ConfigEntryNotReady when unable to connect during setup of AVM Fritz!Smarthome ([@mib1185] - [#97985]) ([fritzbox docs]) +- Store preferred border agent ID in thread dataset store ([@emontnemery] - [#98375]) ([thread docs]) +- Bump python-otbr-api to 2.4.0 ([@emontnemery] - [#98376]) ([thread docs]) ([otbr docs]) +- Add types-beautifulsoup4 dependency ([@cdce8p] - [#98377]) ([scrape docs]) +- Add entity translations to Aseko ([@joostlek] - [#98117]) ([aseko_pool_live docs]) +- Add entity translations to justnimbus ([@joostlek] - [#98235]) ([justnimbus docs]) +- Add entity translations to Aurora ([@joostlek] - [#98079]) ([aurora docs]) +- Improve rainbird error handling ([@allenporter] - [#98239]) +- Set preferred router when importing OTBR dataset ([@emontnemery] - [#98379]) ([otbr docs]) +- Remove Verisure default lock code ([@gjohansson-ST] - [#94676]) ([verisure docs]) +- Update todoist-api-python to 2.1.2 ([@cdce8p] - [#98383]) ([todoist docs]) +- Use @require_admin decorator ([@edenhaus] - [#98061]) ([api docs]) ([media_source docs]) ([zwave_js docs]) +- Store preferred border agent ID for each thread dataset ([@emontnemery] - [#98384]) ([thread docs]) +- Rename some incorrectly named assist_pipeline tests ([@emontnemery] - [#98389]) ([assist_pipeline docs]) +- Update attrs to 23.1.0 ([@cdce8p] - [#98385]) +- Improve picotts ([@MartinHjelmare] - [#98391]) ([picotts docs]) +- Include border agent ID in thread router discovery ([@emontnemery] - [#98378]) ([thread docs]) +- Add entity translations for August ([@joostlek] - [#98077]) ([august docs]) +- Enable Alexa Unlock directive ([@marcheologo] - [#97127]) ([alexa docs]) +- Ensure headers middleware handles errors too ([@frenck] - [#98397]) ([http docs]) +- Avoid leaking backtrace on connection lost in arcam ([@elupus] - [#98277]) ([arcam_fmj docs]) +- Update aioairzone to v0.6.6 ([@Noltari] - [#98399]) ([airzone docs]) +- Add entity translations to Goodwe ([@joostlek] - [#98224]) ([goodwe docs]) +- ipma: remove abmantis from codeowners ([@abmantis] - [#98304]) +- Bump python-otbr-api to 2.5.0 ([@emontnemery] - [#98403]) ([thread docs]) ([otbr docs]) +- Bump zeroconf to 0.78.0 ([@bdraco] - [#98405]) ([zeroconf docs]) +- Add sensor when meter last sent its data to Discovergy ([@jpbede] - [#97223]) ([discovergy docs]) +- Add entity translations to hunterdouglas powerview ([@joostlek] - [#98232]) ([hunterdouglas_powerview docs]) +- Add select platform to Enphase integration ([@cgarwood] - [#98368]) ([enphase_envoy docs]) (new-platform) +- Ignore smartthings storage on fresh install ([@balloob] - [#98418]) ([smartthings docs]) +- Simplify error handling in otbr async_setup_entry ([@emontnemery] - [#98395]) ([otbr docs]) +- Include border agent id in response to WS otbr/info ([@emontnemery] - [#98394]) ([otbr docs]) +- Adjust thread router discovery typing ([@emontnemery] - [#98439]) ([thread docs]) +- Include extended address in response to WS otbr/info ([@emontnemery] - [#98440]) ([otbr docs]) +- Replace async_timeout with asyncio.timeout A-B ([@bdraco] - [#98415]) +- Add setup function to the component loader ([@emontnemery] - [#98148]) +- Refactor Rest Switch with ManualTriggerEntity ([@gjohansson-ST] - [#97403]) ([rest docs]) +- Make image upload mimetype to match frontend ([@frenck] - [#98411]) ([image_upload docs]) +- Disable polling in buienradar weather entity ([@emontnemery] - [#98443]) ([buienradar docs]) +- Use asyncio.timeout [i-n] ([@cdce8p] - [#98450]) +- Use asyncio.timeout [s-z] ([@cdce8p] - [#98452]) +- Update Enphase dry contact relay DeviceInfo and name ([@cgarwood] - [#98429]) ([enphase_envoy docs]) +- Use asyncio.timeout [b-e] ([@cdce8p] - [#98448]) +- Use asyncio.timeout [core] ([@cdce8p] - [#98447]) +- Use asyncio.timeout [f-h] ([@cdce8p] - [#98449]) +- Fix AiohttpClientMockResponse.release ([@emontnemery] - [#98458]) +- Restore sensorpush state when device becomes available ([@bdraco] - [#98420]) ([sensorpush docs]) +- Reolink 100% test coverage ([@starkillerOG] - [#94763]) ([reolink docs]) +- Set _attr_condition in WeatherEntity ([@emontnemery] - [#98459]) ([weather docs]) ([smhi docs]) ([buienradar docs]) +- Use asyncio.timeout [o-s] ([@cdce8p] - [#98451]) +- Replace "percents" -> "percentage" in flux_led option flow ([@reedy] - [#98059]) ([flux_led docs]) +- Update buienweather data before adding entities ([@emontnemery] - [#98455]) ([buienradar docs]) +- Remove unused code in enphase_envoy ([@bdraco] - [#98474]) ([enphase_envoy docs]) +- Add number platform & battery setpoint entities to Enphase integration ([@cgarwood] - [#98427]) ([enphase_envoy docs]) (new-platform) +- Small cleanups to enphase_envoy select platform ([@bdraco] - [#98476]) ([enphase_envoy docs]) +- Remove some bound attributes from enphase_envoy binary_sensor ([@bdraco] - [#98477]) ([enphase_envoy docs]) +- Remove some bound attributes from enphase_envoy sensor ([@bdraco] - [#98479]) ([enphase_envoy docs]) +- Modernize aemet weather ([@emontnemery] - [#97969]) ([aemet docs]) +- Create a single entity for new met_eireann config entries ([@emontnemery] - [#98100]) ([met_eireann docs]) +- Bump protobuf to 4.24.0 ([@bdraco] - [#98468]) +- Bump aiolyric to 1.1.0 ([@dalinicus] - [#98113]) ([lyric docs]) +- Improve test recovery MQTT certificate files ([@jbouwh] - [#98223]) ([mqtt docs]) +- Add device_class to Renault charging remaining time ([@emmaguy] - [#98393]) ([renault docs]) +- Update Light flash description ([@apbarratt] - [#98252]) ([light docs]) +- Add some typing to doorbird ([@bdraco] - [#98483]) ([doorbird docs]) +- Skip writing pyc files [ci] ([@cdce8p] - [#98423]) +- Map meteo_france weather condition codes once ([@emontnemery] - [#98513]) ([meteo_france docs]) +- Push updated ecobee weather forecast to listeners ([@emontnemery] - [#98511]) ([ecobee docs]) +- Bump zeroconf to 0.80.0 ([@bdraco] - [#98416]) ([zeroconf docs]) +- Fix checks for duplicated config entries in IPMA ([@dgomes] - [#98319]) ([ipma docs]) +- Don't allow hass.config.config_dir to be None ([@emontnemery] - [#98442]) ([zha docs]) ([verisure docs]) ([cloud docs]) ([system_log docs]) ([homematicip_cloud docs]) ([file docs]) +- Add PoE switch tests ([@mheath] - [#95087]) ([tplink_omada docs]) +- Map ipma weather condition codes once ([@emontnemery] - [#98512]) ([ipma docs]) +- Make EnOceanSensor a RestoreSensor ([@emontnemery] - [#98527]) ([enocean docs]) +- Make ESPHome deep sleep tests more robust ([@bdraco] - [#98535]) ([esphome docs]) +- Add base entity for Dexcom ([@joostlek] - [#98158]) ([dexcom docs]) +- Log events with no listeners ([@emontnemery] - [#98540]) +- Make eufylife_ble sensors inherit RestoreSensor ([@emontnemery] - [#98528]) ([eufylife_ble docs]) +- Don't create certain start.ca sensors for unlimited plans ([@emontnemery] - [#98525]) ([startca docs]) (breaking-change) +- Map accuweather weather condition codes once ([@emontnemery] - [#98509]) ([accuweather docs]) +- Improve typing of nws ([@emontnemery] - [#98485]) ([nws docs]) +- Modernize tomorrowio weather ([@emontnemery] - [#98466]) ([tomorrowio docs]) +- Map SMHI weather condition codes once ([@emontnemery] - [#98517]) ([smhi docs]) +- Map openweathermap weather condition codes once ([@emontnemery] - [#98516]) ([openweathermap docs]) +- Map metoffice weather condition codes once ([@emontnemery] - [#98515]) ([metoffice docs]) +- Modernize environment_canada weather ([@emontnemery] - [#98502]) ([environment_canada docs]) +- Map meteoclimatic weather condition codes once ([@emontnemery] - [#98514]) ([meteoclimatic docs]) +- Map demo and kitchen_sink weather condition codes once ([@emontnemery] - [#98510]) ([demo docs]) ([kitchen_sink docs]) +- Modernize buienradar weather ([@emontnemery] - [#98473]) ([buienradar docs]) +- Update mypy to 1.5.1 ([@cdce8p] - [#98554]) +- Make IKEA fan sensors diagnostic in ZHA ([@puddly] - [#97747]) ([zha docs]) +- Expose dew point in Met.no ([@slovdahl] - [#98543]) ([norway_air docs]) ([met docs]) +- Fix Verisure config entry migration ([@gjohansson-ST] - [#98546]) ([verisure docs]) +- Bump odp-amsterdam to v5.3.0 ([@klaasnicolaas] - [#98555]) ([garages_amsterdam docs]) +- Add state_class to tomorrowio UV Index ([@dirrgang] - [#98541]) ([tomorrowio docs]) +- Improve availability of Tractive entities ([@bieniu] - [#97091]) ([tractive docs]) +- Revert "Fix fanSpeed issue in Tado" ([@erwindouna] - [#98506]) ([tado docs]) +- Migrate IPMA to has entity name ([@joostlek] - [#98572]) ([ipma docs]) +- Additional doorbird cleanups to prepare for event entities ([@bdraco] - [#98542]) ([doorbird docs]) +- Log Tractive events on debug level ([@bieniu] - [#98539]) ([tractive docs]) +- Fix aiohttp test RuntimeWarning ([@cdce8p] - [#98568]) ([buienradar docs]) +- Bump aioesphomeapi to 16.0.1 ([@bdraco] - [#98536]) ([esphome docs]) +- Add tests for device tracker in Prometheus ([@rcloran] - [#98054]) ([prometheus docs]) +- Bump renault-api to 0.2.0 ([@epenet] - [#98587]) ([renault docs]) +- Migrate Cert Expiry to has entity name ([@joostlek] - [#98160]) ([cert_expiry docs]) +- Add tests and typing to Tado config flow ([@erwindouna] - [#98281]) ([tado docs]) +- Create a single entity for new met.no config entries ([@emontnemery] - [#98098]) ([met docs]) +- Add pipeline VAD events ([@synesthesiam] - [#98603]) ([assist_pipeline docs]) +- Add humidity and dew point to tomorrow.io integration ([@lymanepp] - [#98496]) ([tomorrowio docs]) +- Add option to disable MQTT Alarm Control Panel supported features ([@paravoid] - [#98363]) ([mqtt docs]) +- New integration for Comelit SimpleHome ([@chemelli74] - [#96552]) ([comelit docs]) (new-integration) +- Fix Flume leak detected sensor ([@tronikos] - [#98560]) ([flume docs]) (breaking-change) +- Bump dbus-fast to 1.91.4 ([@bdraco] - [#98600]) ([bluetooth docs]) +- Remove unneeded startswith in content check of image upload ([@frenck] - [#98599]) ([image_upload docs]) +- Modbus: set state_class etc in slaves. ([@janiversen] - [#98332]) ([modbus docs]) +- Fix copy-paste error in comments of number tests ([@edenhaus] - [#98615]) ([number docs]) +- Add device to Garage Amsterdam entity ([@joostlek] - [#98573]) ([garages_amsterdam docs]) +- Log entity_id payload and template on MQTT value template error ([@jbouwh] - [#98353]) ([mqtt docs]) +- Allow control of pump mode for nibe ([@elupus] - [#98499]) ([nibe_heatpump docs]) +- Name unnamed update entities by their device class ([@edenhaus] - [#98579]) ([rainmachine docs]) ([ezviz docs]) ([litterrobot docs]) ([update docs]) +- Add Yale Smart Living diagnostics test ([@gjohansson-ST] - [#98590]) ([yale_smart_alarm docs]) +- Remove default code in Yale Smart Living ([@gjohansson-ST] - [#94675]) ([yale_smart_alarm docs]) +- Use zoneinfo instead of pytz, mark pytz as banned in ruff ([@scop] - [#98613]) ([unifiprotect docs]) +- Bump hatasmota to 0.7.0 ([@emontnemery] - [#98636]) ([tasmota docs]) +- Make the check_config script open issue_registry read only ([@emontnemery] - [#98545]) +- Cleanup ManualTriggerSensorEntity ([@gjohansson-ST] - [#98629]) ([rest docs]) ([sql docs]) ([command_line docs]) ([scrape docs]) +- Clean up integration sensor ([@dgomes] - [#98552]) ([integration docs]) +- Update country `province` validation ([@arkid15r] - [#84463]) ([workday docs]) +- UniFi refactor using site data ([@Kane610] - [#98549]) ([unifi docs]) +- Fix rest debug logging ([@jbouwh] - [#98649]) ([rest docs]) +- Fix aiohttp DeprecationWarning ([@cdce8p] - [#98626]) ([cloud docs]) +- Change naming of Shelly entities to correspond with HA guidelines ([@bieniu] - [#97533]) ([shelly docs]) +- Add Starlink device tracker ([@boswelja] - [#91445]) ([starlink docs]) (new-platform) +- Add Tractive `sleep` and `activity` sensors ([@bieniu] - [#98575]) ([tractive docs]) +- Reolink add pan position sensor ([@starkillerOG] - [#98592]) ([reolink docs]) +- Bump dbus-fast to 1.92.0 ([@bdraco] - [#98656]) ([bluetooth docs]) +- Upgrade ruff to 0.0.285 ([@scop] - [#98647]) +- Add Fan Speed number entity to Nexia ([@Ongion] - [#98642]) ([nexia docs]) +- Enphase remove operating ([@cgarwood] - [#98682]) ([enphase_envoy docs]) +- Support Eco Mode Preset in Climates ([@hahn-th] - [#98359]) ([homematicip_cloud docs]) +- Duotecno code-cleanup ([@Cereal2nd] - [#98675]) ([duotecno docs]) +- Add vicare sensor gas_summary_consumption_heating_lastsevendays ([@andresb5555] - [#95280]) ([vicare docs]) +- Deduplicate Tasmota sensor tests ([@emontnemery] - [#98628]) ([tasmota docs]) +- Remove dead code from __main__.py ([@emontnemery] - [#98694]) +- Verisure Improve Unpack ([@niro1987] - [#98696]) ([verisure docs]) +- Add additional tasmota tests ([@emontnemery] - [#98695]) ([tasmota docs]) +- Refactor doorbird to avoid using events internally ([@bdraco] - [#98585]) ([doorbird docs]) (breaking-change) +- Filter some pytest warnings ([@cdce8p] - [#98689]) +- Remove no longer used nest binary sensor ([@scop] - [#98714]) ([nest docs]) +- Move Workday failures to __init__ ([@gjohansson-ST] - [#98651]) ([workday docs]) +- Ignore ble name for gardena ([@elupus] - [#98126]) ([gardena_bluetooth docs]) +- Use snapshot assertion for Accuweather diagnostics ([@joostlek] - [#98725]) ([accuweather docs]) +- Bump aioshelly to 6.0.0 ([@thecode] - [#98719]) ([shelly docs]) +- Reduce overhead to update august activities ([@bdraco] - [#98730]) ([august docs]) +- Bump yalexs to 1.7.0 ([@bdraco] - [#98720]) ([august docs]) +- Update aioqsw to v0.3.3 ([@Noltari] - [#98737]) ([qnap_qsw docs]) +- Use snapshot assertion for Jellyfin diagnostics ([@ctalkington] - [#98732]) ([jellyfin docs]) +- Use snapshot assertion for Airvisual diagnostics ([@joostlek] - [#98728]) ([airvisual docs]) +- Use snapshot assertion for Forecast solar diagnostics ([@joostlek] - [#98723]) ([forecast_solar docs]) +- Use snapshot assertion for Roku diagnostics ([@ctalkington] - [#98731]) ([roku docs]) +- Use snapshot assertion for KNX diagnostics ([@joostlek] - [#98724]) ([knx docs]) +- Bump pyspcwebgw to 0.7.0 ([@jschlyter] - [#98593]) ([spc docs]) +- Clean off unnecessary logger in Workday ([@gjohansson-ST] - [#98741]) ([workday docs]) +- Introduce base class for Neato ([@joostlek] - [#98071]) ([neato docs]) +- Add lawnmower entity ([@mikey0000] - [#93623]) ([lawn_mower docs]) (new-integration) +- Fix LiteJet import config issue ([@gjohansson-ST] - [#97679]) ([litejet docs]) +- Use shorthand attributes in GDACS ([@joostlek] - [#98173]) ([gdacs docs]) +- Update aioairzone to v0.6.7 ([@Noltari] - [#98744]) ([airzone docs]) +- Use snapshot assertion for Airnow diagnostics ([@joostlek] - [#98727]) ([airnow docs]) +- Bump yalexs to 1.8.0 ([@bdraco] - [#98751]) ([august docs]) +- Add `payload` to Scrape config flow ([@gjohansson-ST] - [#98412]) ([scrape docs]) +- Modernize template weather ([@gjohansson-ST] - [#98064]) ([template docs]) +- Map heatercooler rotation speed as 3 level fan speed in homekit controller ([@freedreamer82] - [#98291]) ([homekit_controller docs]) +- Add ZigStar UZG-01 ZHA zeroconf autodiscovery ([@mercenaruss] - [#98657]) ([zha docs]) +- ESPHome Wake Word support ([@jesserockz] - [#98544]) ([esphome docs]) +- Use storage helper in feedreader ([@MartinHjelmare] - [#98754]) ([feedreader docs]) +- Bump dbus-fast to 1.93.0 ([@bdraco] - [#98758]) ([bluetooth docs]) +- Add entity translations to Kraken ([@joostlek] - [#98765]) ([kraken docs]) +- Fix default values in Scrape ([@gjohansson-ST] - [#98755]) ([scrape docs]) +- Python 3.10 support cleanups ([@scop] - [#98640]) +- Update aws boto dependencies ([@cdce8p] - [#98619]) ([route53 docs]) ([amazon_polly docs]) ([aws docs]) +- Add snapshot assertion to Ambient Station ([@joostlek] - [#98764]) ([ambient_station docs]) +- Add device info to LG Soundbar ([@joostlek] - [#98771]) ([lg_soundbar docs]) +- Add update platform to devolo Home Network ([@Shutgun] - [#86003]) ([devolo_home_network docs]) (new-platform) +- Set battery device class in Logi Circle ([@joostlek] - [#98774]) ([logi_circle docs]) +- Add entity translations to Hyperion ([@joostlek] - [#98635]) ([hyperion docs]) +- Add morning and evening damping to Forecast solar ([@joostlek] - [#98721]) ([forecast_solar docs]) +- Update to 1.3.0 of gardena bluetooth ([@elupus] - [#98776]) ([gardena_bluetooth docs]) +- Add/Modify tomorrow.io sensor entity icons ([@dirrgang] - [#98648]) ([tomorrowio docs]) +- Unifi add port forward control to switch platform ([@Kane610] - [#98309]) ([unifi docs]) +- Enable strict typing for doorbird ([@bdraco] - [#98778]) ([doorbird docs]) +- Remove unused code in doorbird ([@bdraco] - [#98779]) ([doorbird docs]) +- Only create an issue if push updates fail 5 times in a row for Shelly gen1 devices ([@bieniu] - [#98747]) ([shelly docs]) +- Add entity translations to Honeywell Lyric ([@joostlek] - [#98775]) ([lyric docs]) +- Migrate LG Soundbar to has entity name ([@joostlek] - [#98773]) ([lg_soundbar docs]) +- Migrate LastFM to has entity name ([@joostlek] - [#98766]) ([lastfm docs]) +- Use VehicleType enum for Garages Amsterdam integration ([@klaasnicolaas] - [#98780]) ([garages_amsterdam docs]) +- Set thread dataset's preferred router on add if not set ([@emontnemery] - [#98639]) ([thread docs]) +- Add CoordinatorWeatherEntity ([@emontnemery] - [#98777]) ([weather docs]) ([environment_canada docs]) ([met docs]) ([aemet docs]) ([met_eireann docs]) ([tomorrowio docs]) +- Update pyipp to 0.14.4 ([@ctalkington] - [#98791]) ([ipp docs]) +- Add device to Dexcom ([@joostlek] - [#98574]) ([dexcom docs]) +- Require device id for Roku entities ([@ctalkington] - [#98734]) ([roku docs]) +- Add entity translations to Bosch SHC ([@joostlek] - [#98750]) ([bosch_shc docs]) +- Add device info to Life360 ([@joostlek] - [#98772]) ([life360 docs]) +- Add snapshot assertion to Airzone cloud ([@joostlek] - [#98761]) ([airzone_cloud docs]) +- Add snapshot assertion to Airvisual Pro ([@joostlek] - [#98759]) ([airvisual_pro docs]) +- Add Reolink zoom in/out buttons ([@starkillerOG] - [#97638]) ([reolink docs]) +- Add device info to FOSCAM ([@joostlek] - [#98167]) ([foscam docs]) +- Modernize open_meteo weather ([@emontnemery] - [#98504]) ([open_meteo docs]) +- Modernize nws weather ([@emontnemery] - [#98748]) ([weather docs]) ([nws docs]) +- Allows the supervisor to send a session's user to addon with header X-Remote-User ([@baflo] - [#88472]) ([hassio docs]) +- Migrate openweathermap weather to CoordinatorEntity ([@emontnemery] - [#98799]) ([openweathermap docs]) +- Add preview to sensor group config and option flows ([@emontnemery] - [#83638]) ([min_max docs]) +- Add entity translations to Modem callerID ([@joostlek] - [#98798]) ([modem_callerid docs]) +- Add support for Shelly Gas Valve addon ([@bieniu] - [#98705]) ([shelly docs]) +- Use snapshot assertion for Airly diagnostics ([@joostlek] - [#98726]) ([airly docs]) +- Add entity translations to Logi circle ([@joostlek] - [#98797]) ([logi_circle docs]) +- Add text sensor to BTHome ([@Ernst79] - [#98355]) ([bthome docs]) +- Migrate Oncue to has entity name ([@joostlek] - [#98812]) ([oncue docs]) +- Add entity translations to Nexia ([@joostlek] - [#98803]) ([nexia docs]) +- Abort Shelly setup if MAC address mismatch ([@thecode] - [#98807]) ([shelly docs]) +- Add entity translations to Roku ([@joostlek] - [#96083]) ([roku docs]) +- Adjust hassfest to require translations for core services ([@edenhaus] - [#98814]) +- Retry lifx setup later if device has an unexpected serial ([@bdraco] - [#98783]) ([lifx docs]) +- Detect wake word services in hassio discovery ([@synesthesiam] - [#98827]) ([wyoming docs]) +- Bump zeroconf to 0.81.0 ([@bdraco] - [#98826]) ([zeroconf docs]) +- Add Reolink AI detection delay time ([@starkillerOG] - [#98398]) ([reolink docs]) +- Add options flow to OpenSky ([@joostlek] - [#98177]) ([opensky docs]) +- Bump aiosomecomfort to 0.0.16 in Honeywell ([@mkmer] - [#98824]) ([honeywell docs]) +- Add input option to skip coverage [ci] ([@cdce8p] - [#98821]) +- Add entity translations to OpenGarage ([@joostlek] - [#98834]) ([opengarage docs]) +- Downgrade Debouncer call ignored log message ([@thecode] - [#98840]) +- Add entity translations to Powerwall ([@joostlek] - [#98843]) ([powerwall docs]) +- Bump zeroconf to 0.82.1 ([@bdraco] - [#98839]) ([zeroconf docs]) +- Set assist pipeline binary sensor to true only when stt-start is received ([@jesserockz] - [#98844]) ([esphome docs]) +- Add entity translations to Dexcom ([@joostlek] - [#98795]) ([dexcom docs]) +- Add device info to peco ([@joostlek] - [#98836]) ([peco docs]) +- Add entity translations to OVO Energy ([@joostlek] - [#98835]) ([ovo_energy docs]) +- Add filter for affected areas in NINA warnings ([@DeerMaximum] - [#97053]) ([nina docs]) +- Deprecate aux heat for mqtt climate ([@jbouwh] - [#98666]) ([mqtt docs]) +- Add Airzone Cloud System binary sensors ([@Noltari] - [#95121]) ([airzone_cloud docs]) +- Add hot water sensor support to Airzone ([@Noltari] - [#98500]) ([airzone docs]) +- Abort ESPHome connection when both name and mac address do not match ([@bdraco] - [#98787]) ([esphome docs]) (breaking-change) +- Add entity name translations for Reolink ([@starkillerOG] - [#98589]) ([reolink docs]) +- Migrate Prosegur to has entity name ([@joostlek] - [#98845]) ([prosegur docs]) +- Add entity translations to PECO ([@joostlek] - [#98847]) ([peco docs]) +- Remove unnnecessary pylint configs from core ([@scop] - [#98704]) +- Update AEMET-OpenData to v0.3.0 ([@Noltari] - [#98810]) ([aemet docs]) +- Remove data rate converting code from NZBGet ([@joostlek] - [#98806]) ([nzbget docs]) +- Change Enphase dry contact relay binary_sensor to switch ([@cgarwood] - [#98467]) ([enphase_envoy docs]) +- Remove YAML solution from Open Exchange Rates ([@joostlek] - [#98815]) ([openexchangerates docs]) +- Fix Airzone Cloud diagnostics ([@Noltari] - [#98857]) ([airzone_cloud docs]) +- Fix imap test RuntimeWarning ([@cdce8p] - [#98865]) ([imap docs]) +- Enable code coverage for metoffice sensor + weather ([@emontnemery] - [#98863]) +- Refactor openhome media player getters and attrs ([@bazwilliams] - [#98690]) ([openhome docs]) +- Remove config name from IPMA config flow ([@joostlek] - [#98576]) ([ipma docs]) +- Clean up Freebox config flow ([@joostlek] - [#97347]) ([freebox docs]) +- Use constructor in Freebox config flow ([@joostlek] - [#98870]) ([freebox docs]) +- Fix forked_daapd test RuntimeWarning ([@cdce8p] - [#98864]) ([forked_daapd docs]) +- Small typing fix in binary_sensor group ([@emontnemery] - [#98874]) ([group docs]) +- Don't allow numerical sensor state to be NaN or inf ([@emontnemery] - [#98110]) ([sensor docs]) +- Add preview support to binary sensor group ([@emontnemery] - [#98872]) ([group docs]) +- Add state classes to adguard sensors ([@dirrgang] - [#98577]) ([adguard docs]) +- Revert "Add state classes to adguard sensors" ([@frenck] - [#98880]) ([adguard docs]) +- Use entity descriptions for IPP ([@ctalkington] - [#93888]) ([ipp docs]) +- Retry enphase_envoy setup later if the wrong device is found ([@bdraco] - [#98882]) ([enphase_envoy docs]) +- Retry lookin setup later if the wrong device is found ([@bdraco] - [#98881]) ([lookin docs]) +- Wake word entity state/category fix ([@synesthesiam] - [#98886]) ([wake_word docs]) +- Deduplicate group preview tests ([@emontnemery] - [#98883]) ([group docs]) +- Deduplicate entities derived from GroupEntity ([@emontnemery] - [#98893]) ([group docs]) +- Enable strict typing for ipp ([@ctalkington] - [#98792]) ([ipp docs]) +- Migrate BSB-Lan diagnostics test to snapshot assertion ([@jpbede] - [#98899]) ([bsblan docs]) +- baf: Raise ConfigEntryNotReady when the device has a mismatched UUID ([@jfroy] - [#98898]) ([baf docs]) +- Use snapshot assertion for Discovergy diagnostics test ([@jpbede] - [#98871]) ([discovergy docs]) +- Retry rainmachine setup later if the wrong device is found ([@bdraco] - [#98888]) ([rainmachine docs]) +- Use snapshot assertion for Axis diagnostics test ([@joostlek] - [#98902]) ([axis docs]) +- Use snapshot assertion for Deconz diagnostics test ([@joostlek] - [#98908]) ([deconz docs]) +- Use snapshot assertion for Environment Canada diagnostics test ([@joostlek] - [#98912]) ([environment_canada docs]) +- Bump energyzero to v0.5.0 ([@klaasnicolaas] - [#98914]) ([energyzero docs]) +- Add moisture sensors entities for gardena ([@elupus] - [#98282]) ([gardena_bluetooth docs]) +- Energyzero - Add sensor entity to pick best hours ([@klaasnicolaas] - [#98916]) ([energyzero docs]) +- Use snapshot assertion for August diagnostics test ([@joostlek] - [#98901]) ([august docs]) +- Remove unnnecessary pylint configs from components/[a-d]* ([@scop] - [#98911]) +- Remove unnnecessary pylint configs from components [m-r]* ([@scop] - [#98924]) +- Use snapshot assertion for Cpuspeed diagnostics test ([@joostlek] - [#98907]) ([cpuspeed docs]) +- Use snapshot assertion for Enphase Envoy diagnostics test ([@joostlek] - [#98910]) ([enphase_envoy docs]) +- Use snapshot assertion for ESPHome diagnostics test ([@joostlek] - [#98913]) ([esphome docs]) +- Add additional debug logging for imap ([@jbouwh] - [#98877]) ([imap docs]) +- Use snapshot assertion for Co2signal diagnostics test ([@joostlek] - [#98905]) ([co2signal docs]) +- Use snapshot assertion for Coinbase diagnostics test ([@joostlek] - [#98906]) ([coinbase docs]) +- Remove unnnecessary pylint configs from components [s-z]* ([@scop] - [#98925]) +- Bump bluetooth-data-tools to 1.9.0 ([@bdraco] - [#98927]) ([esphome docs]) ([bluetooth docs]) ([led_ble docs]) ([ld2410_ble docs]) +- Use snapshot assertion for Ridwell diagnostics test ([@joostlek] - [#98919]) ([ridwell docs]) +- Bump hass-nabucasa from 0.69.0 to 0.70.0 ([@ludeeus] - [#98935]) ([cloud docs]) +- Use snapshot assertion for EasyEnergy diagnostics test ([@joostlek] - [#98909]) ([easyenergy docs]) +- Add entity translations to Sabnzbd ([@joostlek] - [#98923]) ([sabnzbd docs]) +- Add origin info support for MQTT discovered items ([@jbouwh] - [#98782]) ([mqtt docs]) +- Add repair issue about the deprecation of home plus control ([@edenhaus] - [#98828]) ([home_plus_control docs]) +- Add Trafikverket Camera integration ([@gjohansson-ST] - [#79873]) ([trafikverket_camera docs]) (new-integration) +- Add entity translations to Ridwell ([@joostlek] - [#98918]) ([ridwell docs]) +- Use snapshot assertion for Brother diagnostics test ([@joostlek] - [#98904]) ([brother docs]) +- Move platform specifics out of Solaredge const ([@joostlek] - [#98941]) ([solaredge docs]) +- Teach CoordinatorWeatherEntity about multiple coordinators ([@emontnemery] - [#98830]) ([weather docs]) ([environment_canada docs]) ([met docs]) ([aemet docs]) ([nws docs]) ([met_eireann docs]) ([tomorrowio docs]) ([open_meteo docs]) +- Add entity translations to Rachio ([@joostlek] - [#98917]) ([rachio docs]) +- Add coordinator test for Yale Smart Living ([@gjohansson-ST] - [#98638]) ([yale_smart_alarm docs]) +- SNMP sensor refactor to ManualTriggerSensorEntity ([@gjohansson-ST] - [#98630]) ([snmp docs]) +- Use a single WS command for group preview ([@emontnemery] - [#98903]) ([group docs]) +- Retry yeelight setup later if the wrong device is found ([@bdraco] - [#98884]) ([yeelight docs]) +- Remove `TemplateSensor` from the `template_entity` helper ([@gjohansson-ST] - [#98945]) ([template docs]) +- Remove obsolete yaml check in SQL ([@joostlek] - [#98950]) ([sql docs]) +- Add support for event groups ([@frenck] - [#98463]) ([group docs]) +- Modernize meteo_france weather ([@emontnemery] - [#98022]) ([meteo_france docs]) (breaking-change) +- Improve performance of abort_entries_match ([@bdraco] - [#98932]) +- Move TemplateEntity to template ([@gjohansson-ST] - [#98957]) ([template docs]) +- Avoid use of `datetime.utc*` methods deprecated in Python 3.12 ([@scop] - [#93684]) +- Use snapshot assertion in Tile diagnostic test ([@joostlek] - [#98965]) ([tile docs]) +- Bump dbus-fast to 1.94.0 ([@bdraco] - [#98973]) ([bluetooth docs]) +- Make Sabnzbd entity translation clearer ([@joostlek] - [#98938]) ([sabnzbd docs]) +- Fix stream test aiohttp DeprecationWarning ([@cdce8p] - [#98962]) ([stream docs]) +- Use device class in TPLink Omada Update entity ([@joostlek] - [#98971]) ([tplink_omada docs]) +- Remove `group_type` from group preview events ([@emontnemery] - [#98952]) ([group docs]) +- Use shorthand attributes for SRP Energy ([@joostlek] - [#98953]) ([srp_energy docs]) +- Add entity translations to Risco ([@joostlek] - [#98921]) ([risco docs]) +- Migrate Squeezebox to has entity name ([@joostlek] - [#98948]) ([squeezebox docs]) +- Add entity translations to Tankerkoenig ([@joostlek] - [#98961]) ([tankerkoenig docs]) +- Add device to Tile ([@joostlek] - [#98964]) ([tile docs]) +- Do not force update mqtt device_tracker ([@jbouwh] - [#98838]) ([mqtt docs]) (breaking-change) +- Migrate Snooz to has entity name ([@joostlek] - [#98940]) ([snooz docs]) +- Electric Kiwi: Fix time for installations in UTC ([@mikey0000] - [#97881]) ([electric_kiwi docs]) +- Migrate Life360 to has entity name ([@joostlek] - [#98796]) ([life360 docs]) +- Use device class translations for 1-wire ([@joostlek] - [#98813]) ([onewire docs]) +- Use snapshot assertion for onvif diagnostics test ([@jpbede] - [#98982]) ([onvif docs]) +- Use snapshot assertion for iqvia diagnostics test ([@jpbede] - [#98983]) ([iqvia docs]) +- Add new integration Yardian ([@h3l1o5] - [#97326]) ([yardian docs]) (new-integration) +- Replace remaining utcnow calls + add ruff check ([@cdce8p] - [#97964]) +- Add preview support to all groups ([@emontnemery] - [#98951]) ([group docs]) +- Bump ical to 5.0.1 ([@allenporter] - [#98998]) ([local_calendar docs]) +- Remove unnnecessary pylint configs from components [e-l]* ([@scop] - [#99004]) +- Bump actions/checkout from 3.5.3 to 3.6.0 (@dependabot - [#99003]) +- Modernize openweathermap weather ([@emontnemery] - [#99002]) ([openweathermap docs]) +- Upgrade Verisure to 2.6.6 ([@niro1987] - [#98258]) ([verisure docs]) +- Improve performance of bluetooth coordinators ([@bdraco] - [#98997]) ([bluetooth docs]) +- Extract SRP Energy coordinator to separate file ([@joostlek] - [#98956]) ([srp_energy docs]) +- Add unique id to srp energy entity ([@joostlek] - [#99008]) ([srp_energy docs]) +- Improve SRP Energy coordinator ([@joostlek] - [#99010]) ([srp_energy docs]) +- Fix asyncio DeprecationWarning [3.12] ([@cdce8p] - [#98989]) ([ffmpeg docs]) ([minecraft_server docs]) +- Update AEMET-OpenData to v0.4.0 ([@Noltari] - [#99015]) ([aemet docs]) +- Avoid fetching state and charging state multiple time for hkc icon ([@bdraco] - [#98995]) ([homekit_controller docs]) +- Use snapshot assertion for rdw diagnostics test ([@jpbede] - [#99027]) ([rdw docs]) +- Use freezegun in opensky tests ([@emontnemery] - [#99039]) ([opensky docs]) +- Use freezegun in solaredge tests ([@emontnemery] - [#99043]) ([solaredge docs]) +- Use freezegun in qnap_qsw tests ([@emontnemery] - [#99041]) ([qnap_qsw docs]) +- Use freezegun in wled tests ([@emontnemery] - [#99048]) ([wled docs]) +- Use freezegun in devolo_home_network tests ([@emontnemery] - [#99029]) ([devolo_home_network docs]) +- Use freezegun in motioneye tests ([@emontnemery] - [#99038]) ([motioneye docs]) +- Use freezegun in lacrosse_view tests ([@emontnemery] - [#99036]) ([lacrosse_view docs]) +- Use freezegun in ws66i tests ([@emontnemery] - [#99049]) ([ws66i docs]) +- Use freezegun in tomorrowio tests ([@emontnemery] - [#99044]) ([tomorrowio docs]) +- Use freezegun in version tests ([@emontnemery] - [#99047]) ([version docs]) +- Use freezegun in trafikverket_ferry tests ([@emontnemery] - [#99045]) ([trafikverket_ferry docs]) +- Use freezegun in here_travel_time tests ([@emontnemery] - [#99032]) ([here_travel_time docs]) +- Use freezegun in landisgyr_heat_meter tests ([@emontnemery] - [#99037]) ([landisgyr_heat_meter docs]) +- Use freezegun in kraken tests ([@emontnemery] - [#99035]) ([kraken docs]) +- Use freezegun in iotawatt tests ([@emontnemery] - [#99034]) ([iotawatt docs]) +- Use freezegun in fully_kiosk tests ([@emontnemery] - [#99031]) ([fully_kiosk docs]) +- Use freezegun in hue tests ([@emontnemery] - [#99033]) ([hue docs]) +- Use freezegun in airly tests ([@emontnemery] - [#99028]) ([airly docs]) +- Use freezegun in fronius tests ([@emontnemery] - [#99030]) ([fronius docs]) +- Use freezegun in uptimerobot tests ([@emontnemery] - [#99046]) ([uptimerobot docs]) +- Use freezegun in pvpc_hourly_pricing tests ([@emontnemery] - [#99040]) ([pvpc_hourly_pricing docs]) +- Use freezegun in shelly tests ([@emontnemery] - [#99042]) ([shelly docs]) +- Use snapshot assertion for gios diagnostics test ([@jpbede] - [#98984]) ([gios docs]) +- Modernize accuweather weather ([@emontnemery] - [#99001]) ([accuweather docs]) +- Add lawn_mower platform to MQTT ([@jbouwh] - [#98831]) ([mqtt docs]) (new-platform) +- Wake word cleanup ([@synesthesiam] - [#98652]) ([assist_pipeline docs]) ([wake_word docs]) +- Add and improve comments about staggering of event listeners ([@emontnemery] - [#99058]) +- Use entity descriptions in Switcher ([@joostlek] - [#98958]) ([switcher_kis docs]) +- Replace mock_coro with AsyncMock ([@cdce8p] - [#99014]) +- Update calendar handle state updates at start/end of active/upcoming event ([@allenporter] - [#98037]) ([google docs]) ([calendar docs]) ([local_calendar docs]) +- Adjust netatmo test ([@cdce8p] - [#99071]) ([netatmo docs]) +- Use freezegun in additional fronius tests ([@emontnemery] - [#99066]) ([fronius docs]) +- Remove pylint configs flagged by useless-suppression ([@scop] - [#99081]) +- Bump zeroconf to 0.83.0 ([@bdraco] - [#99091]) ([zeroconf docs]) +- Generate Stream snapshots using next keyframe ([@uvjustin] - [#96991]) ([camera docs]) ([nest docs]) ([stream docs]) ([onvif docs]) ([generic docs]) (breaking-change) +- Remove unused variable from Airthings BLE ([@joostlek] - [#99085]) ([airthings_ble docs]) +- Bump python bsblan 0.5.14 ([@liudger] - [#99089]) ([bsblan docs]) +- Bump aiounifi to v58 ([@Kane610] - [#99103]) ([unifi docs]) +- Drop switchbot codeowner ([@bdraco] - [#99108]) ([switchbot docs]) +- Add some missing typing to isy994 ([@bdraco] - [#99110]) ([isy994 docs]) +- Add type hints to transmission ([@engrbm87] - [#99117]) ([transmission docs]) +- Use climate entity built in attrs for nest climate ([@allenporter] - [#99093]) ([nest docs]) +- Revert "Bump python bsblan 0.5.14" ([@bdraco] - [#99130]) ([bsblan docs]) +- Add typing to Venstar Config flow ([@joostlek] - [#99016]) ([venstar docs]) +- Add device info to Withings ([@joostlek] - [#99052]) ([withings docs]) +- Bump async-upnp-client to 0.35.0 ([@StevenLooman] - [#99129]) ([upnp docs]) ([yeelight docs]) ([dlna_dmr docs]) ([samsungtv docs]) ([ssdp docs]) ([dlna_dms docs]) +- Migrate Somfy mylink to has entity name ([@joostlek] - [#98947]) ([somfy_mylink docs]) +- Use shorthand attributes for airtouch4 ([@joostlek] - [#99086]) ([airtouch4 docs]) +- Use snapshot assertion for Watttime diagnostics test ([@joostlek] - [#99023]) ([watttime docs]) +- Bump dbus-fast to 1.94.1 ([@bdraco] - [#99132]) ([bluetooth docs]) +- Bump zeroconf to 0.83.1 ([@bdraco] - [#99134]) ([zeroconf docs]) +- Bump home-assistant-bluetooth to 1.10.3 ([@bdraco] - [#99133]) +- Improve UniFi PoE control by queueing commands together ([@Kane610] - [#99114]) ([unifi docs]) +- Rework UniFi Network Controller device and add software version ([@Kane610] - [#99136]) ([unifi docs]) +- Bump fnv-hash-fast to 0.4.1 ([@bdraco] - [#99135]) ([recorder docs]) ([homekit docs]) +- Bump bluetooth-data-tools 1.9.1 ([@bdraco] - [#99131]) ([esphome docs]) ([bluetooth docs]) ([led_ble docs]) ([ld2410_ble docs]) +- Bump ulid-transform to 0.8.1 ([@bdraco] - [#99139]) +- Extend Nextcloud integration ([@escoand] - [#94066]) ([nextcloud docs]) +- Retry tplink setup later if device has an unexpected mac address ([@bdraco] - [#98784]) ([tplink docs]) +- Split Owncloud CPU load in separate sensors ([@mib1185] - [#99141]) ([nextcloud docs]) (breaking-change) +- Fix typo in AnthemAV const ([@joostlek] - [#99149]) ([anthemav docs]) +- Add device info to Watttime ([@joostlek] - [#99022]) ([watttime docs]) +- Bump zeroconf to 0.84.0 ([@bdraco] - [#99138]) ([zeroconf docs]) +- Remove codeowner from airtouch4 ([@joostlek] - [#99145]) ([airtouch4 docs]) +- Improve Anova typing ([@joostlek] - [#99146]) ([anova docs]) +- Extract Ambient Station base entity to separate file ([@joostlek] - [#99142]) ([ambient_station docs]) +- Make Anova device unique id public ([@joostlek] - [#99147]) ([anova docs]) +- Rework to use list of entity descriptions in Nextcloud integration ([@mib1185] - [#99150]) ([nextcloud docs]) +- Introduce more sensors to Nextcloud ([@mib1185] - [#99155]) ([nextcloud docs]) +- Bump zeroconf to 0.85.0 ([@bdraco] - [#99165]) ([zeroconf docs]) +- Add entity translations to Watttime ([@joostlek] - [#99151]) ([watttime docs]) +- Add code owner for Media Extractor ([@joostlek] - [#99153]) ([media_extractor docs]) +- Bump bimmer_connected to 0.14.0 ([@rikroe] - [#99161]) ([bmw_connected_drive docs]) +- Add missing `low` state for `ENUM` Tractive sensors ([@bieniu] - [#99057]) ([tractive docs]) +- Fix trafikverket_camera recorder platform setup ([@emontnemery] - [#99080]) ([trafikverket_camera docs]) +- Address late modbus review ([@janiversen] - [#99123]) ([modbus docs]) +- Use freezegun in trafikverket_camera tests ([@emontnemery] - [#99067]) ([trafikverket_camera docs]) +- Bump zeroconf to 0.86.0 ([@bdraco] - [#99177]) ([zeroconf docs]) +- Bump pywemo to 1.3.0 ([@esev] - [#99172]) ([wemo docs]) +- Fix typos in home_plus_controls ([@edenhaus] - [#99188]) ([home_plus_control docs]) +- Revert "Change naming of Shelly entities to correspond with HA guidelines" ([@thecode] - [#99059]) ([shelly docs]) +- Add more type hints to Transmission ([@engrbm87] - [#99190]) ([transmission docs]) +- Remove BleBox switch constructor ([@joostlek] - [#99204]) ([blebox docs]) +- Reorganize Transmission entry setup ([@engrbm87] - [#99195]) ([transmission docs]) +- Add typing to media extractor ([@joostlek] - [#99207]) ([media_extractor docs]) +- Initialize static shorthand attributes outside of constructor for BAF ([@joostlek] - [#99202]) ([baf docs]) +- Add image platform to devolo_home_network ([@Shutgun] - [#98036]) ([devolo_home_network docs]) (new-platform) +- Vodafone Station device tracker ([@chemelli74] - [#94032]) ([vodafone_station docs]) (new-integration) +- Use shorthand attributes in August ([@joostlek] - [#99196]) ([august docs]) +- Add entity translations to System bridge ([@joostlek] - [#98959]) ([system_bridge docs]) +- Add indoor sensors to Honeywell integration ([@jakecolman] - [#98609]) ([honeywell docs]) +- Switch async_track_point_in_time to async_call_later in alarmdecoder ([@bdraco] - [#99213]) ([alarmdecoder docs]) +- Switch w800rf32 to use async_call_later ([@bdraco] - [#99214]) ([w800rf32 docs]) +- Bump aiohomekit to 3.0.1 ([@bdraco] - [#99210]) ([homekit_controller docs]) +- Use loop.time in DataUpdateCoordinator ([@emontnemery] - [#98937]) +- Switch axis to use async_call_later ([@bdraco] - [#99215]) ([axis docs]) +- Switch lifx to use async_call_later ([@bdraco] - [#99217]) ([lifx docs]) +- Switch hassio to use async_call_later ([@bdraco] - [#99216]) ([hassio docs]) +- Fix ruckus_unleashed for python 3.11 ([@lanrat] - [#94835]) ([ruckus_unleashed docs]) +- Add power service to System Bridge integration ([@timmo001] - [#95719]) ([system_bridge docs]) +- Improve aurora data schema ([@joostlek] - [#99200]) ([aurora docs]) +- Use shorthand attribute for Coolmaster ([@joostlek] - [#99211]) ([coolmaster docs]) +- Clean up Balboa entity ([@joostlek] - [#99203]) ([balboa docs]) +- Remove polling interval property from Aurora ([@joostlek] - [#99198]) ([aurora docs]) +- Enhance Androidtv remote config flow typing ([@joostlek] - [#99144]) ([androidtv_remote docs]) +- Add entity translations to Switcher kis ([@joostlek] - [#99223]) ([switcher_kis docs]) +- Switch async_track_time_interval to use async_call_later internally ([@bdraco] - [#99220]) +- Renson binary sensors ([@jimmyd-be] - [#94490]) ([renson docs]) (new-platform) +- Add Options Flow to change radius after initial configuration ([@asymworks] - [#97285]) ([airnow docs]) +- Switch async_track_same_state to use async_call_later ([@bdraco] - [#99219]) +- Bump syrupy to 4.2.1 ([@jpbede] - [#99156]) +- Wrap most ZHA exceptions in `HomeAssistantError` ([@puddly] - [#98421]) ([zha docs]) +- Automatic migration from multi-PAN back to Zigbee firmware ([@puddly] - [#93831]) ([zha docs]) ([homeassistant_yellow docs]) ([homeassistant_sky_connect docs]) ([homeassistant_hardware docs]) +- Bump zeroconf to 0.88.0 ([@bdraco] - [#99248]) ([zeroconf docs]) +- Migrate Venstar to has entity name ([@joostlek] - [#99013]) ([venstar docs]) +- Migrate Vilfo to has entity name ([@joostlek] - [#99018]) ([vilfo docs]) +- Bump zwave-js-server-python to 0.51.0 ([@raman325] - [#99250]) ([zwave_js docs]) (breaking-change) +- Add entity translations to Vilfo ([@joostlek] - [#99019]) ([vilfo docs]) +- Fix Renault AssertionError ([@epenet] - [#99189]) ([renault docs]) +- Add new zigbee button SONOFF_SNZB_01P to deconz ([@liangjia2019] - [#99205]) ([deconz docs]) +- Abort YouTube configuration if user doesn't have subscriptions ([@joostlek] - [#99140]) ([youtube docs]) +- Fix stale docstring in trafikverket_camera tests ([@emontnemery] - [#99260]) ([trafikverket_camera docs]) +- Add deprecation to legacy forecast for Weather ([@gjohansson-ST] - [#97294]) ([weather docs]) +- Add possibility to have multiple values for every modbus hvac mode ([@escoand] - [#98829]) ([modbus docs]) +- Small typing fix in light group ([@emontnemery] - [#99259]) ([group docs]) +- Clean out compatibility for deprecated methods in Weather ([@gjohansson-ST] - [#99263]) ([weather docs]) +- Add Freebox Home battery sensor ([@Quentame] - [#99222]) ([freebox docs]) +- Remove myself from Dune HD codeowners ([@bieniu] - [#99268]) ([dunehd docs]) +- Refactor Freebox Home categories ([@Quentame] - [#99224]) ([freebox docs]) +- Use shorthand attributes for DuneHD ([@joostlek] - [#99237]) ([dunehd docs]) +- Update AEMET-OpenData to v0.4.1 ([@Noltari] - [#99261]) ([aemet docs]) +- Use shorthand attributes for Elkm1 ([@joostlek] - [#99275]) ([elkm1 docs]) +- Simplify and improve AEMET coordinator updates ([@Noltari] - [#99273]) ([aemet docs]) +- Bump pydrawise to 2023.8.0 ([@dknowles2] - [#99270]) ([hydrawise docs]) +- Fix typo in TrackTemplateResultInfo ([@emontnemery] - [#99276]) +- Add ws endpoint "auth/delete_all_refresh_tokens" ([@edenhaus] - [#98976]) ([auth docs]) +- Migrate PVPC to has entity name ([@joostlek] - [#98894]) ([pvpc_hourly_pricing docs]) +- Bump aioesphomeapi to 16.0.3 ([@bdraco] - [#99282]) ([esphome docs]) +- Use freezegun in AEMET tests ([@Noltari] - [#99253]) ([aemet docs]) +- Use functions to get value and unit in Abode ([@joostlek] - [#99084]) ([abode docs]) +- Don't assume that the activity/sleep labels are always present in Tractive event ([@bieniu] - [#99197]) ([tractive docs]) +- Add entity translations to NZBGet ([@joostlek] - [#98805]) ([nzbget docs]) +- Validate slug in addon services ([@mdegat01] - [#99232]) ([hassio docs]) +- Update AEMET-OpenData to v0.4.2 ([@Noltari] - [#99286]) ([aemet docs]) +- Bump pydaikin version to 2.11.1 ([@kel30a] - [#99288]) ([daikin docs]) +- Allows defining list of attributes excluded from history in manifest.json ([@emontnemery] - [#99283]) ([recorder docs]) ([automation docs]) +- Update Home Assistant base image to 2023.08.0 ([@agners] - [#99281]) +- Add wind gust to AEMET hourly forecasts ([@Noltari] - [#99289]) ([aemet docs]) +- Allow one retry before raising ConfigEntryAuthFailed for bmw_connected_drive ([@rikroe] - [#99168]) ([bmw_connected_drive docs]) +- Verisure: propagate lock code digits configuration immediately ([@oyvindwe] - [#99241]) ([verisure docs]) +- Add option to save Assist pipeline audio ([@synesthesiam] - [#98928]) ([assist_pipeline docs]) +- Bump python-bsblan to 0.5.16 ([@liudger] - [#99238]) ([bsblan docs]) +- Opower add new virtual integrations ConEd and ORU ([@rct] - [#99230]) ([coned docs]) ([oru_opower docs]) (new-integration) +- Add support for MFA auth in opower ([@Sebmaster] - [#97878]) ([opower docs]) +- Switchbot nightlatch feature ([@Michal4K] - [#98620]) ([switchbot docs]) +- Move more Oral-B entities to be diagnostic ([@balloob] - [#99297]) ([oralb docs]) +- Update Mill lib, improve error handling ([@Danielhiversen] - [#99296]) ([mill docs]) +- Revert "Allows defining list of attributes excluded from history in manifest.json" ([@emontnemery] - [#99300]) ([recorder docs]) ([automation docs]) +- Add entity translations to Garages Amsterdam ([@joostlek] - [#98584]) ([garages_amsterdam docs]) +- Add extra sensors to Blebox ([@riokuu] - [#90516]) ([blebox docs]) +- Use shorthand attributes for Daikin ([@joostlek] - [#99225]) ([daikin docs]) +- Migrate Melcloud to has entity name ([@ollo69] - [#99025]) ([melcloud docs]) +- Add entity translations to QNAP QSW ([@joostlek] - [#98915]) ([qnap_qsw docs]) +- Add zwave_js controller identify event ([@raman325] - [#99254]) ([zwave_js docs]) +- Fix assist_pipeline schema ([@emontnemery] - [#99318]) ([assist_pipeline docs]) +- Add modbus test for configuration errors ([@janiversen] - [#98697]) ([modbus docs]) +- Refactor & enhance BMW tests ([@rikroe] - [#97895]) ([bmw_connected_drive docs]) +- Deprecate timer start optional duration parameter ([@gjohansson-ST] - [#93471]) ([timer docs]) +- Add typing to Blink config flow ([@joostlek] - [#98873]) ([blink docs]) +- Use device info object in ezviz ([@joostlek] - [#99280]) ([ezviz docs]) +- Use shorthand attributes for EnOcean ([@joostlek] - [#99278]) ([enocean docs]) +- Use shorthand attributes for Elmax ([@joostlek] - [#99277]) ([elmax docs]) +- Use shorthand attributes for Ecobee ([@joostlek] - [#99239]) ([ecobee docs]) +- Trigger full CI run if assist_pipeline is modified ([@emontnemery] - [#99319]) +- Use snapshot assertion for nextdns diagnostics test ([@jpbede] - [#99157]) ([nextdns docs]) +- Use snapshot assertion for google assistant diagnostics test ([@jpbede] - [#99167]) ([google_assistant docs]) +- Add zwave_js controller status sensor ([@raman325] - [#99252]) ([zwave_js docs]) +- Split bsblan coordinator and randomize update interval ([@jpbede] - [#99269]) ([bsblan docs]) +- Update AEMET-OpenData to v0.4.3 ([@Noltari] - [#99312]) ([aemet docs]) +- Bump pyduotecno to 2023.8.4 ([@Cereal2nd] - [#99328]) ([duotecno docs]) +- Use shorthand attribute in Google Travel Time ([@joostlek] - [#99331]) ([google_travel_time docs]) +- Use shorthand attributes in Gree ([@joostlek] - [#99332]) ([gree docs]) +- Use shorthand attributes for Freebox ([@joostlek] - [#99327]) ([freebox docs]) +- Map abode units to HA units ([@joostlek] - [#99323]) ([abode docs]) +- Add pressure device class to Telldus live ([@joostlek] - [#99337]) ([tellduslive docs]) +- Add entity translations to Tellduslive ([@joostlek] - [#98963]) ([tellduslive docs]) +- Correct loqed token URL to production server ([@mikewoudenberg] - [#99316]) ([loqed docs]) +- Add config flow for template sensor ([@emontnemery] - [#98970]) ([template docs]) +- Add new board type ([@emontnemery] - [#99334]) ([hassio docs]) ([homeassistant_green docs]) (new-integration) +- Remove unneeded variable in Flo ([@joostlek] - [#99322]) ([flo docs]) +- Update frontend to 20230830.0 ([@bramkragten] - [#99340]) ([frontend docs]) +- Add snapshot assertion to Airzone ([@joostlek] - [#98760]) ([airzone docs]) +- Add config flow for template binary sensor ([@emontnemery] - [#99339]) ([template docs]) +- Add zwave_js device config file change fix/repair ([@raman325] - [#99314]) ([zwave_js docs]) +- 2023.9.0b0 ([@bramkragten] - [#99347]) ([abode docs]) ([ads docs]) ([adguard docs]) ([acmeda docs]) ([accuweather docs]) ([adax docs]) + +[#71432]: https://github.com/home-assistant/core/pull/71432 +[#79409]: https://github.com/home-assistant/core/pull/79409 +[#79492]: https://github.com/home-assistant/core/pull/79492 +[#79873]: https://github.com/home-assistant/core/pull/79873 +[#83638]: https://github.com/home-assistant/core/pull/83638 +[#84463]: https://github.com/home-assistant/core/pull/84463 +[#85234]: https://github.com/home-assistant/core/pull/85234 +[#86003]: https://github.com/home-assistant/core/pull/86003 +[#86343]: https://github.com/home-assistant/core/pull/86343 +[#88472]: https://github.com/home-assistant/core/pull/88472 +[#89072]: https://github.com/home-assistant/core/pull/89072 +[#90516]: https://github.com/home-assistant/core/pull/90516 +[#90800]: https://github.com/home-assistant/core/pull/90800 +[#91445]: https://github.com/home-assistant/core/pull/91445 +[#91597]: https://github.com/home-assistant/core/pull/91597 +[#92964]: https://github.com/home-assistant/core/pull/92964 +[#93471]: https://github.com/home-assistant/core/pull/93471 +[#93612]: https://github.com/home-assistant/core/pull/93612 +[#93623]: https://github.com/home-assistant/core/pull/93623 +[#93684]: https://github.com/home-assistant/core/pull/93684 +[#93777]: https://github.com/home-assistant/core/pull/93777 +[#93831]: https://github.com/home-assistant/core/pull/93831 +[#93832]: https://github.com/home-assistant/core/pull/93832 +[#93888]: https://github.com/home-assistant/core/pull/93888 +[#94032]: https://github.com/home-assistant/core/pull/94032 +[#94066]: https://github.com/home-assistant/core/pull/94066 +[#94490]: https://github.com/home-assistant/core/pull/94490 +[#94675]: https://github.com/home-assistant/core/pull/94675 +[#94676]: https://github.com/home-assistant/core/pull/94676 +[#94736]: https://github.com/home-assistant/core/pull/94736 +[#94760]: https://github.com/home-assistant/core/pull/94760 +[#94763]: https://github.com/home-assistant/core/pull/94763 +[#94835]: https://github.com/home-assistant/core/pull/94835 +[#95087]: https://github.com/home-assistant/core/pull/95087 +[#95121]: https://github.com/home-assistant/core/pull/95121 +[#95280]: https://github.com/home-assistant/core/pull/95280 +[#95605]: https://github.com/home-assistant/core/pull/95605 +[#95672]: https://github.com/home-assistant/core/pull/95672 +[#95719]: https://github.com/home-assistant/core/pull/95719 +[#95940]: https://github.com/home-assistant/core/pull/95940 +[#95966]: https://github.com/home-assistant/core/pull/95966 +[#96083]: https://github.com/home-assistant/core/pull/96083 +[#96380]: https://github.com/home-assistant/core/pull/96380 +[#96552]: https://github.com/home-assistant/core/pull/96552 +[#96991]: https://github.com/home-assistant/core/pull/96991 +[#97053]: https://github.com/home-assistant/core/pull/97053 +[#97078]: https://github.com/home-assistant/core/pull/97078 +[#97091]: https://github.com/home-assistant/core/pull/97091 +[#97095]: https://github.com/home-assistant/core/pull/97095 +[#97127]: https://github.com/home-assistant/core/pull/97127 +[#97203]: https://github.com/home-assistant/core/pull/97203 +[#97223]: https://github.com/home-assistant/core/pull/97223 +[#97254]: https://github.com/home-assistant/core/pull/97254 +[#97265]: https://github.com/home-assistant/core/pull/97265 +[#97268]: https://github.com/home-assistant/core/pull/97268 +[#97270]: https://github.com/home-assistant/core/pull/97270 +[#97273]: https://github.com/home-assistant/core/pull/97273 +[#97275]: https://github.com/home-assistant/core/pull/97275 +[#97276]: https://github.com/home-assistant/core/pull/97276 +[#97285]: https://github.com/home-assistant/core/pull/97285 +[#97294]: https://github.com/home-assistant/core/pull/97294 +[#97295]: https://github.com/home-assistant/core/pull/97295 +[#97307]: https://github.com/home-assistant/core/pull/97307 +[#97318]: https://github.com/home-assistant/core/pull/97318 +[#97326]: https://github.com/home-assistant/core/pull/97326 +[#97331]: https://github.com/home-assistant/core/pull/97331 +[#97343]: https://github.com/home-assistant/core/pull/97343 +[#97345]: https://github.com/home-assistant/core/pull/97345 +[#97347]: https://github.com/home-assistant/core/pull/97347 +[#97359]: https://github.com/home-assistant/core/pull/97359 +[#97360]: https://github.com/home-assistant/core/pull/97360 +[#97361]: https://github.com/home-assistant/core/pull/97361 +[#97362]: https://github.com/home-assistant/core/pull/97362 +[#97363]: https://github.com/home-assistant/core/pull/97363 +[#97365]: https://github.com/home-assistant/core/pull/97365 +[#97366]: https://github.com/home-assistant/core/pull/97366 +[#97367]: https://github.com/home-assistant/core/pull/97367 +[#97368]: https://github.com/home-assistant/core/pull/97368 +[#97369]: https://github.com/home-assistant/core/pull/97369 +[#97391]: https://github.com/home-assistant/core/pull/97391 +[#97396]: https://github.com/home-assistant/core/pull/97396 +[#97399]: https://github.com/home-assistant/core/pull/97399 +[#97400]: https://github.com/home-assistant/core/pull/97400 +[#97403]: https://github.com/home-assistant/core/pull/97403 +[#97404]: https://github.com/home-assistant/core/pull/97404 +[#97405]: https://github.com/home-assistant/core/pull/97405 +[#97410]: https://github.com/home-assistant/core/pull/97410 +[#97411]: https://github.com/home-assistant/core/pull/97411 +[#97412]: https://github.com/home-assistant/core/pull/97412 +[#97413]: https://github.com/home-assistant/core/pull/97413 +[#97414]: https://github.com/home-assistant/core/pull/97414 +[#97415]: https://github.com/home-assistant/core/pull/97415 +[#97416]: https://github.com/home-assistant/core/pull/97416 +[#97417]: https://github.com/home-assistant/core/pull/97417 +[#97418]: https://github.com/home-assistant/core/pull/97418 +[#97419]: https://github.com/home-assistant/core/pull/97419 +[#97421]: https://github.com/home-assistant/core/pull/97421 +[#97422]: https://github.com/home-assistant/core/pull/97422 +[#97424]: https://github.com/home-assistant/core/pull/97424 +[#97425]: https://github.com/home-assistant/core/pull/97425 +[#97426]: https://github.com/home-assistant/core/pull/97426 +[#97428]: https://github.com/home-assistant/core/pull/97428 +[#97429]: https://github.com/home-assistant/core/pull/97429 +[#97430]: https://github.com/home-assistant/core/pull/97430 +[#97431]: https://github.com/home-assistant/core/pull/97431 +[#97434]: https://github.com/home-assistant/core/pull/97434 +[#97436]: https://github.com/home-assistant/core/pull/97436 +[#97444]: https://github.com/home-assistant/core/pull/97444 +[#97447]: https://github.com/home-assistant/core/pull/97447 +[#97448]: https://github.com/home-assistant/core/pull/97448 +[#97462]: https://github.com/home-assistant/core/pull/97462 +[#97469]: https://github.com/home-assistant/core/pull/97469 +[#97475]: https://github.com/home-assistant/core/pull/97475 +[#97479]: https://github.com/home-assistant/core/pull/97479 +[#97482]: https://github.com/home-assistant/core/pull/97482 +[#97485]: https://github.com/home-assistant/core/pull/97485 +[#97497]: https://github.com/home-assistant/core/pull/97497 +[#97502]: https://github.com/home-assistant/core/pull/97502 +[#97503]: https://github.com/home-assistant/core/pull/97503 +[#97506]: https://github.com/home-assistant/core/pull/97506 +[#97508]: https://github.com/home-assistant/core/pull/97508 +[#97509]: https://github.com/home-assistant/core/pull/97509 +[#97515]: https://github.com/home-assistant/core/pull/97515 +[#97517]: https://github.com/home-assistant/core/pull/97517 +[#97518]: https://github.com/home-assistant/core/pull/97518 +[#97524]: https://github.com/home-assistant/core/pull/97524 +[#97526]: https://github.com/home-assistant/core/pull/97526 +[#97527]: https://github.com/home-assistant/core/pull/97527 +[#97528]: https://github.com/home-assistant/core/pull/97528 +[#97529]: https://github.com/home-assistant/core/pull/97529 +[#97531]: https://github.com/home-assistant/core/pull/97531 +[#97533]: https://github.com/home-assistant/core/pull/97533 +[#97534]: https://github.com/home-assistant/core/pull/97534 +[#97546]: https://github.com/home-assistant/core/pull/97546 +[#97566]: https://github.com/home-assistant/core/pull/97566 +[#97570]: https://github.com/home-assistant/core/pull/97570 +[#97572]: https://github.com/home-assistant/core/pull/97572 +[#97582]: https://github.com/home-assistant/core/pull/97582 +[#97584]: https://github.com/home-assistant/core/pull/97584 +[#97598]: https://github.com/home-assistant/core/pull/97598 +[#97612]: https://github.com/home-assistant/core/pull/97612 +[#97618]: https://github.com/home-assistant/core/pull/97618 +[#97620]: https://github.com/home-assistant/core/pull/97620 +[#97621]: https://github.com/home-assistant/core/pull/97621 +[#97622]: https://github.com/home-assistant/core/pull/97622 +[#97623]: https://github.com/home-assistant/core/pull/97623 +[#97624]: https://github.com/home-assistant/core/pull/97624 +[#97625]: https://github.com/home-assistant/core/pull/97625 +[#97626]: https://github.com/home-assistant/core/pull/97626 +[#97627]: https://github.com/home-assistant/core/pull/97627 +[#97628]: https://github.com/home-assistant/core/pull/97628 +[#97638]: https://github.com/home-assistant/core/pull/97638 +[#97642]: https://github.com/home-assistant/core/pull/97642 +[#97646]: https://github.com/home-assistant/core/pull/97646 +[#97673]: https://github.com/home-assistant/core/pull/97673 +[#97674]: https://github.com/home-assistant/core/pull/97674 +[#97679]: https://github.com/home-assistant/core/pull/97679 +[#97680]: https://github.com/home-assistant/core/pull/97680 +[#97687]: https://github.com/home-assistant/core/pull/97687 +[#97699]: https://github.com/home-assistant/core/pull/97699 +[#97702]: https://github.com/home-assistant/core/pull/97702 +[#97712]: https://github.com/home-assistant/core/pull/97712 +[#97713]: https://github.com/home-assistant/core/pull/97713 +[#97715]: https://github.com/home-assistant/core/pull/97715 +[#97716]: https://github.com/home-assistant/core/pull/97716 +[#97728]: https://github.com/home-assistant/core/pull/97728 +[#97730]: https://github.com/home-assistant/core/pull/97730 +[#97731]: https://github.com/home-assistant/core/pull/97731 +[#97732]: https://github.com/home-assistant/core/pull/97732 +[#97733]: https://github.com/home-assistant/core/pull/97733 +[#97734]: https://github.com/home-assistant/core/pull/97734 +[#97737]: https://github.com/home-assistant/core/pull/97737 +[#97738]: https://github.com/home-assistant/core/pull/97738 +[#97739]: https://github.com/home-assistant/core/pull/97739 +[#97740]: https://github.com/home-assistant/core/pull/97740 +[#97747]: https://github.com/home-assistant/core/pull/97747 +[#97777]: https://github.com/home-assistant/core/pull/97777 +[#97779]: https://github.com/home-assistant/core/pull/97779 +[#97780]: https://github.com/home-assistant/core/pull/97780 +[#97784]: https://github.com/home-assistant/core/pull/97784 +[#97788]: https://github.com/home-assistant/core/pull/97788 +[#97790]: https://github.com/home-assistant/core/pull/97790 +[#97793]: https://github.com/home-assistant/core/pull/97793 +[#97799]: https://github.com/home-assistant/core/pull/97799 +[#97804]: https://github.com/home-assistant/core/pull/97804 +[#97821]: https://github.com/home-assistant/core/pull/97821 +[#97824]: https://github.com/home-assistant/core/pull/97824 +[#97825]: https://github.com/home-assistant/core/pull/97825 +[#97862]: https://github.com/home-assistant/core/pull/97862 +[#97863]: https://github.com/home-assistant/core/pull/97863 +[#97864]: https://github.com/home-assistant/core/pull/97864 +[#97866]: https://github.com/home-assistant/core/pull/97866 +[#97872]: https://github.com/home-assistant/core/pull/97872 +[#97874]: https://github.com/home-assistant/core/pull/97874 +[#97875]: https://github.com/home-assistant/core/pull/97875 +[#97876]: https://github.com/home-assistant/core/pull/97876 +[#97878]: https://github.com/home-assistant/core/pull/97878 +[#97879]: https://github.com/home-assistant/core/pull/97879 +[#97880]: https://github.com/home-assistant/core/pull/97880 +[#97881]: https://github.com/home-assistant/core/pull/97881 +[#97883]: https://github.com/home-assistant/core/pull/97883 +[#97895]: https://github.com/home-assistant/core/pull/97895 +[#97905]: https://github.com/home-assistant/core/pull/97905 +[#97909]: https://github.com/home-assistant/core/pull/97909 +[#97911]: https://github.com/home-assistant/core/pull/97911 +[#97912]: https://github.com/home-assistant/core/pull/97912 +[#97915]: https://github.com/home-assistant/core/pull/97915 +[#97916]: https://github.com/home-assistant/core/pull/97916 +[#97917]: https://github.com/home-assistant/core/pull/97917 +[#97918]: https://github.com/home-assistant/core/pull/97918 +[#97919]: https://github.com/home-assistant/core/pull/97919 +[#97920]: https://github.com/home-assistant/core/pull/97920 +[#97921]: https://github.com/home-assistant/core/pull/97921 +[#97923]: https://github.com/home-assistant/core/pull/97923 +[#97925]: https://github.com/home-assistant/core/pull/97925 +[#97926]: https://github.com/home-assistant/core/pull/97926 +[#97927]: https://github.com/home-assistant/core/pull/97927 +[#97929]: https://github.com/home-assistant/core/pull/97929 +[#97930]: https://github.com/home-assistant/core/pull/97930 +[#97931]: https://github.com/home-assistant/core/pull/97931 +[#97935]: https://github.com/home-assistant/core/pull/97935 +[#97938]: https://github.com/home-assistant/core/pull/97938 +[#97940]: https://github.com/home-assistant/core/pull/97940 +[#97942]: https://github.com/home-assistant/core/pull/97942 +[#97946]: https://github.com/home-assistant/core/pull/97946 +[#97947]: https://github.com/home-assistant/core/pull/97947 +[#97949]: https://github.com/home-assistant/core/pull/97949 +[#97950]: https://github.com/home-assistant/core/pull/97950 +[#97951]: https://github.com/home-assistant/core/pull/97951 +[#97952]: https://github.com/home-assistant/core/pull/97952 +[#97955]: https://github.com/home-assistant/core/pull/97955 +[#97956]: https://github.com/home-assistant/core/pull/97956 +[#97963]: https://github.com/home-assistant/core/pull/97963 +[#97964]: https://github.com/home-assistant/core/pull/97964 +[#97969]: https://github.com/home-assistant/core/pull/97969 +[#97974]: https://github.com/home-assistant/core/pull/97974 +[#97979]: https://github.com/home-assistant/core/pull/97979 +[#97980]: https://github.com/home-assistant/core/pull/97980 +[#97981]: https://github.com/home-assistant/core/pull/97981 +[#97983]: https://github.com/home-assistant/core/pull/97983 +[#97984]: https://github.com/home-assistant/core/pull/97984 +[#97985]: https://github.com/home-assistant/core/pull/97985 +[#97991]: https://github.com/home-assistant/core/pull/97991 +[#97995]: https://github.com/home-assistant/core/pull/97995 +[#97997]: https://github.com/home-assistant/core/pull/97997 +[#97998]: https://github.com/home-assistant/core/pull/97998 +[#98000]: https://github.com/home-assistant/core/pull/98000 +[#98002]: https://github.com/home-assistant/core/pull/98002 +[#98004]: https://github.com/home-assistant/core/pull/98004 +[#98012]: https://github.com/home-assistant/core/pull/98012 +[#98017]: https://github.com/home-assistant/core/pull/98017 +[#98020]: https://github.com/home-assistant/core/pull/98020 +[#98022]: https://github.com/home-assistant/core/pull/98022 +[#98023]: https://github.com/home-assistant/core/pull/98023 +[#98025]: https://github.com/home-assistant/core/pull/98025 +[#98028]: https://github.com/home-assistant/core/pull/98028 +[#98030]: https://github.com/home-assistant/core/pull/98030 +[#98034]: https://github.com/home-assistant/core/pull/98034 +[#98036]: https://github.com/home-assistant/core/pull/98036 +[#98037]: https://github.com/home-assistant/core/pull/98037 +[#98039]: https://github.com/home-assistant/core/pull/98039 +[#98042]: https://github.com/home-assistant/core/pull/98042 +[#98044]: https://github.com/home-assistant/core/pull/98044 +[#98047]: https://github.com/home-assistant/core/pull/98047 +[#98050]: https://github.com/home-assistant/core/pull/98050 +[#98051]: https://github.com/home-assistant/core/pull/98051 +[#98054]: https://github.com/home-assistant/core/pull/98054 +[#98055]: https://github.com/home-assistant/core/pull/98055 +[#98057]: https://github.com/home-assistant/core/pull/98057 +[#98058]: https://github.com/home-assistant/core/pull/98058 +[#98059]: https://github.com/home-assistant/core/pull/98059 +[#98060]: https://github.com/home-assistant/core/pull/98060 +[#98061]: https://github.com/home-assistant/core/pull/98061 +[#98062]: https://github.com/home-assistant/core/pull/98062 +[#98063]: https://github.com/home-assistant/core/pull/98063 +[#98064]: https://github.com/home-assistant/core/pull/98064 +[#98065]: https://github.com/home-assistant/core/pull/98065 +[#98067]: https://github.com/home-assistant/core/pull/98067 +[#98071]: https://github.com/home-assistant/core/pull/98071 +[#98074]: https://github.com/home-assistant/core/pull/98074 +[#98075]: https://github.com/home-assistant/core/pull/98075 +[#98077]: https://github.com/home-assistant/core/pull/98077 +[#98079]: https://github.com/home-assistant/core/pull/98079 +[#98081]: https://github.com/home-assistant/core/pull/98081 +[#98086]: https://github.com/home-assistant/core/pull/98086 +[#98088]: https://github.com/home-assistant/core/pull/98088 +[#98090]: https://github.com/home-assistant/core/pull/98090 +[#98092]: https://github.com/home-assistant/core/pull/98092 +[#98097]: https://github.com/home-assistant/core/pull/98097 +[#98098]: https://github.com/home-assistant/core/pull/98098 +[#98100]: https://github.com/home-assistant/core/pull/98100 +[#98102]: https://github.com/home-assistant/core/pull/98102 +[#98103]: https://github.com/home-assistant/core/pull/98103 +[#98105]: https://github.com/home-assistant/core/pull/98105 +[#98106]: https://github.com/home-assistant/core/pull/98106 +[#98108]: https://github.com/home-assistant/core/pull/98108 +[#98109]: https://github.com/home-assistant/core/pull/98109 +[#98110]: https://github.com/home-assistant/core/pull/98110 +[#98111]: https://github.com/home-assistant/core/pull/98111 +[#98113]: https://github.com/home-assistant/core/pull/98113 +[#98117]: https://github.com/home-assistant/core/pull/98117 +[#98120]: https://github.com/home-assistant/core/pull/98120 +[#98121]: https://github.com/home-assistant/core/pull/98121 +[#98123]: https://github.com/home-assistant/core/pull/98123 +[#98126]: https://github.com/home-assistant/core/pull/98126 +[#98128]: https://github.com/home-assistant/core/pull/98128 +[#98140]: https://github.com/home-assistant/core/pull/98140 +[#98148]: https://github.com/home-assistant/core/pull/98148 +[#98149]: https://github.com/home-assistant/core/pull/98149 +[#98150]: https://github.com/home-assistant/core/pull/98150 +[#98151]: https://github.com/home-assistant/core/pull/98151 +[#98152]: https://github.com/home-assistant/core/pull/98152 +[#98153]: https://github.com/home-assistant/core/pull/98153 +[#98155]: https://github.com/home-assistant/core/pull/98155 +[#98157]: https://github.com/home-assistant/core/pull/98157 +[#98158]: https://github.com/home-assistant/core/pull/98158 +[#98159]: https://github.com/home-assistant/core/pull/98159 +[#98160]: https://github.com/home-assistant/core/pull/98160 +[#98161]: https://github.com/home-assistant/core/pull/98161 +[#98162]: https://github.com/home-assistant/core/pull/98162 +[#98165]: https://github.com/home-assistant/core/pull/98165 +[#98167]: https://github.com/home-assistant/core/pull/98167 +[#98169]: https://github.com/home-assistant/core/pull/98169 +[#98171]: https://github.com/home-assistant/core/pull/98171 +[#98172]: https://github.com/home-assistant/core/pull/98172 +[#98173]: https://github.com/home-assistant/core/pull/98173 +[#98175]: https://github.com/home-assistant/core/pull/98175 +[#98176]: https://github.com/home-assistant/core/pull/98176 +[#98177]: https://github.com/home-assistant/core/pull/98177 +[#98179]: https://github.com/home-assistant/core/pull/98179 +[#98182]: https://github.com/home-assistant/core/pull/98182 +[#98183]: https://github.com/home-assistant/core/pull/98183 +[#98184]: https://github.com/home-assistant/core/pull/98184 +[#98185]: https://github.com/home-assistant/core/pull/98185 +[#98186]: https://github.com/home-assistant/core/pull/98186 +[#98187]: https://github.com/home-assistant/core/pull/98187 +[#98188]: https://github.com/home-assistant/core/pull/98188 +[#98189]: https://github.com/home-assistant/core/pull/98189 +[#98190]: https://github.com/home-assistant/core/pull/98190 +[#98191]: https://github.com/home-assistant/core/pull/98191 +[#98192]: https://github.com/home-assistant/core/pull/98192 +[#98193]: https://github.com/home-assistant/core/pull/98193 +[#98194]: https://github.com/home-assistant/core/pull/98194 +[#98195]: https://github.com/home-assistant/core/pull/98195 +[#98196]: https://github.com/home-assistant/core/pull/98196 +[#98197]: https://github.com/home-assistant/core/pull/98197 +[#98198]: https://github.com/home-assistant/core/pull/98198 +[#98199]: https://github.com/home-assistant/core/pull/98199 +[#98200]: https://github.com/home-assistant/core/pull/98200 +[#98201]: https://github.com/home-assistant/core/pull/98201 +[#98202]: https://github.com/home-assistant/core/pull/98202 +[#98203]: https://github.com/home-assistant/core/pull/98203 +[#98204]: https://github.com/home-assistant/core/pull/98204 +[#98205]: https://github.com/home-assistant/core/pull/98205 +[#98206]: https://github.com/home-assistant/core/pull/98206 +[#98207]: https://github.com/home-assistant/core/pull/98207 +[#98208]: https://github.com/home-assistant/core/pull/98208 +[#98210]: https://github.com/home-assistant/core/pull/98210 +[#98211]: https://github.com/home-assistant/core/pull/98211 +[#98212]: https://github.com/home-assistant/core/pull/98212 +[#98213]: https://github.com/home-assistant/core/pull/98213 +[#98214]: https://github.com/home-assistant/core/pull/98214 +[#98215]: https://github.com/home-assistant/core/pull/98215 +[#98217]: https://github.com/home-assistant/core/pull/98217 +[#98223]: https://github.com/home-assistant/core/pull/98223 +[#98224]: https://github.com/home-assistant/core/pull/98224 +[#98225]: https://github.com/home-assistant/core/pull/98225 +[#98230]: https://github.com/home-assistant/core/pull/98230 +[#98232]: https://github.com/home-assistant/core/pull/98232 +[#98234]: https://github.com/home-assistant/core/pull/98234 +[#98235]: https://github.com/home-assistant/core/pull/98235 +[#98236]: https://github.com/home-assistant/core/pull/98236 +[#98238]: https://github.com/home-assistant/core/pull/98238 +[#98239]: https://github.com/home-assistant/core/pull/98239 +[#98241]: https://github.com/home-assistant/core/pull/98241 +[#98252]: https://github.com/home-assistant/core/pull/98252 +[#98254]: https://github.com/home-assistant/core/pull/98254 +[#98258]: https://github.com/home-assistant/core/pull/98258 +[#98261]: https://github.com/home-assistant/core/pull/98261 +[#98263]: https://github.com/home-assistant/core/pull/98263 +[#98265]: https://github.com/home-assistant/core/pull/98265 +[#98266]: https://github.com/home-assistant/core/pull/98266 +[#98267]: https://github.com/home-assistant/core/pull/98267 +[#98268]: https://github.com/home-assistant/core/pull/98268 +[#98269]: https://github.com/home-assistant/core/pull/98269 +[#98273]: https://github.com/home-assistant/core/pull/98273 +[#98276]: https://github.com/home-assistant/core/pull/98276 +[#98277]: https://github.com/home-assistant/core/pull/98277 +[#98278]: https://github.com/home-assistant/core/pull/98278 +[#98279]: https://github.com/home-assistant/core/pull/98279 +[#98281]: https://github.com/home-assistant/core/pull/98281 +[#98282]: https://github.com/home-assistant/core/pull/98282 +[#98288]: https://github.com/home-assistant/core/pull/98288 +[#98291]: https://github.com/home-assistant/core/pull/98291 +[#98293]: https://github.com/home-assistant/core/pull/98293 +[#98297]: https://github.com/home-assistant/core/pull/98297 +[#98304]: https://github.com/home-assistant/core/pull/98304 +[#98309]: https://github.com/home-assistant/core/pull/98309 +[#98319]: https://github.com/home-assistant/core/pull/98319 +[#98320]: https://github.com/home-assistant/core/pull/98320 +[#98325]: https://github.com/home-assistant/core/pull/98325 +[#98327]: https://github.com/home-assistant/core/pull/98327 +[#98328]: https://github.com/home-assistant/core/pull/98328 +[#98331]: https://github.com/home-assistant/core/pull/98331 +[#98332]: https://github.com/home-assistant/core/pull/98332 +[#98333]: https://github.com/home-assistant/core/pull/98333 +[#98335]: https://github.com/home-assistant/core/pull/98335 +[#98336]: https://github.com/home-assistant/core/pull/98336 +[#98337]: https://github.com/home-assistant/core/pull/98337 +[#98353]: https://github.com/home-assistant/core/pull/98353 +[#98354]: https://github.com/home-assistant/core/pull/98354 +[#98355]: https://github.com/home-assistant/core/pull/98355 +[#98359]: https://github.com/home-assistant/core/pull/98359 +[#98360]: https://github.com/home-assistant/core/pull/98360 +[#98363]: https://github.com/home-assistant/core/pull/98363 +[#98366]: https://github.com/home-assistant/core/pull/98366 +[#98368]: https://github.com/home-assistant/core/pull/98368 +[#98370]: https://github.com/home-assistant/core/pull/98370 +[#98371]: https://github.com/home-assistant/core/pull/98371 +[#98372]: https://github.com/home-assistant/core/pull/98372 +[#98375]: https://github.com/home-assistant/core/pull/98375 +[#98376]: https://github.com/home-assistant/core/pull/98376 +[#98377]: https://github.com/home-assistant/core/pull/98377 +[#98378]: https://github.com/home-assistant/core/pull/98378 +[#98379]: https://github.com/home-assistant/core/pull/98379 +[#98383]: https://github.com/home-assistant/core/pull/98383 +[#98384]: https://github.com/home-assistant/core/pull/98384 +[#98385]: https://github.com/home-assistant/core/pull/98385 +[#98389]: https://github.com/home-assistant/core/pull/98389 +[#98391]: https://github.com/home-assistant/core/pull/98391 +[#98393]: https://github.com/home-assistant/core/pull/98393 +[#98394]: https://github.com/home-assistant/core/pull/98394 +[#98395]: https://github.com/home-assistant/core/pull/98395 +[#98397]: https://github.com/home-assistant/core/pull/98397 +[#98398]: https://github.com/home-assistant/core/pull/98398 +[#98399]: https://github.com/home-assistant/core/pull/98399 +[#98403]: https://github.com/home-assistant/core/pull/98403 +[#98405]: https://github.com/home-assistant/core/pull/98405 +[#98411]: https://github.com/home-assistant/core/pull/98411 +[#98412]: https://github.com/home-assistant/core/pull/98412 +[#98415]: https://github.com/home-assistant/core/pull/98415 +[#98416]: https://github.com/home-assistant/core/pull/98416 +[#98418]: https://github.com/home-assistant/core/pull/98418 +[#98420]: https://github.com/home-assistant/core/pull/98420 +[#98421]: https://github.com/home-assistant/core/pull/98421 +[#98423]: https://github.com/home-assistant/core/pull/98423 +[#98427]: https://github.com/home-assistant/core/pull/98427 +[#98429]: https://github.com/home-assistant/core/pull/98429 +[#98439]: https://github.com/home-assistant/core/pull/98439 +[#98440]: https://github.com/home-assistant/core/pull/98440 +[#98442]: https://github.com/home-assistant/core/pull/98442 +[#98443]: https://github.com/home-assistant/core/pull/98443 +[#98447]: https://github.com/home-assistant/core/pull/98447 +[#98448]: https://github.com/home-assistant/core/pull/98448 +[#98449]: https://github.com/home-assistant/core/pull/98449 +[#98450]: https://github.com/home-assistant/core/pull/98450 +[#98451]: https://github.com/home-assistant/core/pull/98451 +[#98452]: https://github.com/home-assistant/core/pull/98452 +[#98455]: https://github.com/home-assistant/core/pull/98455 +[#98458]: https://github.com/home-assistant/core/pull/98458 +[#98459]: https://github.com/home-assistant/core/pull/98459 +[#98463]: https://github.com/home-assistant/core/pull/98463 +[#98466]: https://github.com/home-assistant/core/pull/98466 +[#98467]: https://github.com/home-assistant/core/pull/98467 +[#98468]: https://github.com/home-assistant/core/pull/98468 +[#98473]: https://github.com/home-assistant/core/pull/98473 +[#98474]: https://github.com/home-assistant/core/pull/98474 +[#98476]: https://github.com/home-assistant/core/pull/98476 +[#98477]: https://github.com/home-assistant/core/pull/98477 +[#98479]: https://github.com/home-assistant/core/pull/98479 +[#98483]: https://github.com/home-assistant/core/pull/98483 +[#98485]: https://github.com/home-assistant/core/pull/98485 +[#98496]: https://github.com/home-assistant/core/pull/98496 +[#98499]: https://github.com/home-assistant/core/pull/98499 +[#98500]: https://github.com/home-assistant/core/pull/98500 +[#98502]: https://github.com/home-assistant/core/pull/98502 +[#98504]: https://github.com/home-assistant/core/pull/98504 +[#98506]: https://github.com/home-assistant/core/pull/98506 +[#98509]: https://github.com/home-assistant/core/pull/98509 +[#98510]: https://github.com/home-assistant/core/pull/98510 +[#98511]: https://github.com/home-assistant/core/pull/98511 +[#98512]: https://github.com/home-assistant/core/pull/98512 +[#98513]: https://github.com/home-assistant/core/pull/98513 +[#98514]: https://github.com/home-assistant/core/pull/98514 +[#98515]: https://github.com/home-assistant/core/pull/98515 +[#98516]: https://github.com/home-assistant/core/pull/98516 +[#98517]: https://github.com/home-assistant/core/pull/98517 +[#98525]: https://github.com/home-assistant/core/pull/98525 +[#98527]: https://github.com/home-assistant/core/pull/98527 +[#98528]: https://github.com/home-assistant/core/pull/98528 +[#98535]: https://github.com/home-assistant/core/pull/98535 +[#98536]: https://github.com/home-assistant/core/pull/98536 +[#98539]: https://github.com/home-assistant/core/pull/98539 +[#98540]: https://github.com/home-assistant/core/pull/98540 +[#98541]: https://github.com/home-assistant/core/pull/98541 +[#98542]: https://github.com/home-assistant/core/pull/98542 +[#98543]: https://github.com/home-assistant/core/pull/98543 +[#98544]: https://github.com/home-assistant/core/pull/98544 +[#98545]: https://github.com/home-assistant/core/pull/98545 +[#98546]: https://github.com/home-assistant/core/pull/98546 +[#98549]: https://github.com/home-assistant/core/pull/98549 +[#98552]: https://github.com/home-assistant/core/pull/98552 +[#98554]: https://github.com/home-assistant/core/pull/98554 +[#98555]: https://github.com/home-assistant/core/pull/98555 +[#98560]: https://github.com/home-assistant/core/pull/98560 +[#98568]: https://github.com/home-assistant/core/pull/98568 +[#98572]: https://github.com/home-assistant/core/pull/98572 +[#98573]: https://github.com/home-assistant/core/pull/98573 +[#98574]: https://github.com/home-assistant/core/pull/98574 +[#98575]: https://github.com/home-assistant/core/pull/98575 +[#98576]: https://github.com/home-assistant/core/pull/98576 +[#98577]: https://github.com/home-assistant/core/pull/98577 +[#98579]: https://github.com/home-assistant/core/pull/98579 +[#98584]: https://github.com/home-assistant/core/pull/98584 +[#98585]: https://github.com/home-assistant/core/pull/98585 +[#98587]: https://github.com/home-assistant/core/pull/98587 +[#98589]: https://github.com/home-assistant/core/pull/98589 +[#98590]: https://github.com/home-assistant/core/pull/98590 +[#98592]: https://github.com/home-assistant/core/pull/98592 +[#98593]: https://github.com/home-assistant/core/pull/98593 +[#98599]: https://github.com/home-assistant/core/pull/98599 +[#98600]: https://github.com/home-assistant/core/pull/98600 +[#98603]: https://github.com/home-assistant/core/pull/98603 +[#98609]: https://github.com/home-assistant/core/pull/98609 +[#98613]: https://github.com/home-assistant/core/pull/98613 +[#98615]: https://github.com/home-assistant/core/pull/98615 +[#98619]: https://github.com/home-assistant/core/pull/98619 +[#98620]: https://github.com/home-assistant/core/pull/98620 +[#98626]: https://github.com/home-assistant/core/pull/98626 +[#98628]: https://github.com/home-assistant/core/pull/98628 +[#98629]: https://github.com/home-assistant/core/pull/98629 +[#98630]: https://github.com/home-assistant/core/pull/98630 +[#98635]: https://github.com/home-assistant/core/pull/98635 +[#98636]: https://github.com/home-assistant/core/pull/98636 +[#98638]: https://github.com/home-assistant/core/pull/98638 +[#98639]: https://github.com/home-assistant/core/pull/98639 +[#98640]: https://github.com/home-assistant/core/pull/98640 +[#98642]: https://github.com/home-assistant/core/pull/98642 +[#98647]: https://github.com/home-assistant/core/pull/98647 +[#98648]: https://github.com/home-assistant/core/pull/98648 +[#98649]: https://github.com/home-assistant/core/pull/98649 +[#98651]: https://github.com/home-assistant/core/pull/98651 +[#98652]: https://github.com/home-assistant/core/pull/98652 +[#98656]: https://github.com/home-assistant/core/pull/98656 +[#98657]: https://github.com/home-assistant/core/pull/98657 +[#98666]: https://github.com/home-assistant/core/pull/98666 +[#98675]: https://github.com/home-assistant/core/pull/98675 +[#98682]: https://github.com/home-assistant/core/pull/98682 +[#98689]: https://github.com/home-assistant/core/pull/98689 +[#98690]: https://github.com/home-assistant/core/pull/98690 +[#98694]: https://github.com/home-assistant/core/pull/98694 +[#98695]: https://github.com/home-assistant/core/pull/98695 +[#98696]: https://github.com/home-assistant/core/pull/98696 +[#98697]: https://github.com/home-assistant/core/pull/98697 +[#98704]: https://github.com/home-assistant/core/pull/98704 +[#98705]: https://github.com/home-assistant/core/pull/98705 +[#98714]: https://github.com/home-assistant/core/pull/98714 +[#98719]: https://github.com/home-assistant/core/pull/98719 +[#98720]: https://github.com/home-assistant/core/pull/98720 +[#98721]: https://github.com/home-assistant/core/pull/98721 +[#98723]: https://github.com/home-assistant/core/pull/98723 +[#98724]: https://github.com/home-assistant/core/pull/98724 +[#98725]: https://github.com/home-assistant/core/pull/98725 +[#98726]: https://github.com/home-assistant/core/pull/98726 +[#98727]: https://github.com/home-assistant/core/pull/98727 +[#98728]: https://github.com/home-assistant/core/pull/98728 +[#98730]: https://github.com/home-assistant/core/pull/98730 +[#98731]: https://github.com/home-assistant/core/pull/98731 +[#98732]: https://github.com/home-assistant/core/pull/98732 +[#98734]: https://github.com/home-assistant/core/pull/98734 +[#98737]: https://github.com/home-assistant/core/pull/98737 +[#98741]: https://github.com/home-assistant/core/pull/98741 +[#98744]: https://github.com/home-assistant/core/pull/98744 +[#98747]: https://github.com/home-assistant/core/pull/98747 +[#98748]: https://github.com/home-assistant/core/pull/98748 +[#98750]: https://github.com/home-assistant/core/pull/98750 +[#98751]: https://github.com/home-assistant/core/pull/98751 +[#98754]: https://github.com/home-assistant/core/pull/98754 +[#98755]: https://github.com/home-assistant/core/pull/98755 +[#98758]: https://github.com/home-assistant/core/pull/98758 +[#98759]: https://github.com/home-assistant/core/pull/98759 +[#98760]: https://github.com/home-assistant/core/pull/98760 +[#98761]: https://github.com/home-assistant/core/pull/98761 +[#98764]: https://github.com/home-assistant/core/pull/98764 +[#98765]: https://github.com/home-assistant/core/pull/98765 +[#98766]: https://github.com/home-assistant/core/pull/98766 +[#98771]: https://github.com/home-assistant/core/pull/98771 +[#98772]: https://github.com/home-assistant/core/pull/98772 +[#98773]: https://github.com/home-assistant/core/pull/98773 +[#98774]: https://github.com/home-assistant/core/pull/98774 +[#98775]: https://github.com/home-assistant/core/pull/98775 +[#98776]: https://github.com/home-assistant/core/pull/98776 +[#98777]: https://github.com/home-assistant/core/pull/98777 +[#98778]: https://github.com/home-assistant/core/pull/98778 +[#98779]: https://github.com/home-assistant/core/pull/98779 +[#98780]: https://github.com/home-assistant/core/pull/98780 +[#98782]: https://github.com/home-assistant/core/pull/98782 +[#98783]: https://github.com/home-assistant/core/pull/98783 +[#98784]: https://github.com/home-assistant/core/pull/98784 +[#98787]: https://github.com/home-assistant/core/pull/98787 +[#98791]: https://github.com/home-assistant/core/pull/98791 +[#98792]: https://github.com/home-assistant/core/pull/98792 +[#98795]: https://github.com/home-assistant/core/pull/98795 +[#98796]: https://github.com/home-assistant/core/pull/98796 +[#98797]: https://github.com/home-assistant/core/pull/98797 +[#98798]: https://github.com/home-assistant/core/pull/98798 +[#98799]: https://github.com/home-assistant/core/pull/98799 +[#98803]: https://github.com/home-assistant/core/pull/98803 +[#98805]: https://github.com/home-assistant/core/pull/98805 +[#98806]: https://github.com/home-assistant/core/pull/98806 +[#98807]: https://github.com/home-assistant/core/pull/98807 +[#98810]: https://github.com/home-assistant/core/pull/98810 +[#98812]: https://github.com/home-assistant/core/pull/98812 +[#98813]: https://github.com/home-assistant/core/pull/98813 +[#98814]: https://github.com/home-assistant/core/pull/98814 +[#98815]: https://github.com/home-assistant/core/pull/98815 +[#98821]: https://github.com/home-assistant/core/pull/98821 +[#98824]: https://github.com/home-assistant/core/pull/98824 +[#98826]: https://github.com/home-assistant/core/pull/98826 +[#98827]: https://github.com/home-assistant/core/pull/98827 +[#98828]: https://github.com/home-assistant/core/pull/98828 +[#98829]: https://github.com/home-assistant/core/pull/98829 +[#98830]: https://github.com/home-assistant/core/pull/98830 +[#98831]: https://github.com/home-assistant/core/pull/98831 +[#98834]: https://github.com/home-assistant/core/pull/98834 +[#98835]: https://github.com/home-assistant/core/pull/98835 +[#98836]: https://github.com/home-assistant/core/pull/98836 +[#98838]: https://github.com/home-assistant/core/pull/98838 +[#98839]: https://github.com/home-assistant/core/pull/98839 +[#98840]: https://github.com/home-assistant/core/pull/98840 +[#98843]: https://github.com/home-assistant/core/pull/98843 +[#98844]: https://github.com/home-assistant/core/pull/98844 +[#98845]: https://github.com/home-assistant/core/pull/98845 +[#98847]: https://github.com/home-assistant/core/pull/98847 +[#98857]: https://github.com/home-assistant/core/pull/98857 +[#98863]: https://github.com/home-assistant/core/pull/98863 +[#98864]: https://github.com/home-assistant/core/pull/98864 +[#98865]: https://github.com/home-assistant/core/pull/98865 +[#98870]: https://github.com/home-assistant/core/pull/98870 +[#98871]: https://github.com/home-assistant/core/pull/98871 +[#98872]: https://github.com/home-assistant/core/pull/98872 +[#98873]: https://github.com/home-assistant/core/pull/98873 +[#98874]: https://github.com/home-assistant/core/pull/98874 +[#98877]: https://github.com/home-assistant/core/pull/98877 +[#98880]: https://github.com/home-assistant/core/pull/98880 +[#98881]: https://github.com/home-assistant/core/pull/98881 +[#98882]: https://github.com/home-assistant/core/pull/98882 +[#98883]: https://github.com/home-assistant/core/pull/98883 +[#98884]: https://github.com/home-assistant/core/pull/98884 +[#98886]: https://github.com/home-assistant/core/pull/98886 +[#98888]: https://github.com/home-assistant/core/pull/98888 +[#98893]: https://github.com/home-assistant/core/pull/98893 +[#98894]: https://github.com/home-assistant/core/pull/98894 +[#98898]: https://github.com/home-assistant/core/pull/98898 +[#98899]: https://github.com/home-assistant/core/pull/98899 +[#98901]: https://github.com/home-assistant/core/pull/98901 +[#98902]: https://github.com/home-assistant/core/pull/98902 +[#98903]: https://github.com/home-assistant/core/pull/98903 +[#98904]: https://github.com/home-assistant/core/pull/98904 +[#98905]: https://github.com/home-assistant/core/pull/98905 +[#98906]: https://github.com/home-assistant/core/pull/98906 +[#98907]: https://github.com/home-assistant/core/pull/98907 +[#98908]: https://github.com/home-assistant/core/pull/98908 +[#98909]: https://github.com/home-assistant/core/pull/98909 +[#98910]: https://github.com/home-assistant/core/pull/98910 +[#98911]: https://github.com/home-assistant/core/pull/98911 +[#98912]: https://github.com/home-assistant/core/pull/98912 +[#98913]: https://github.com/home-assistant/core/pull/98913 +[#98914]: https://github.com/home-assistant/core/pull/98914 +[#98915]: https://github.com/home-assistant/core/pull/98915 +[#98916]: https://github.com/home-assistant/core/pull/98916 +[#98917]: https://github.com/home-assistant/core/pull/98917 +[#98918]: https://github.com/home-assistant/core/pull/98918 +[#98919]: https://github.com/home-assistant/core/pull/98919 +[#98921]: https://github.com/home-assistant/core/pull/98921 +[#98923]: https://github.com/home-assistant/core/pull/98923 +[#98924]: https://github.com/home-assistant/core/pull/98924 +[#98925]: https://github.com/home-assistant/core/pull/98925 +[#98927]: https://github.com/home-assistant/core/pull/98927 +[#98928]: https://github.com/home-assistant/core/pull/98928 +[#98932]: https://github.com/home-assistant/core/pull/98932 +[#98935]: https://github.com/home-assistant/core/pull/98935 +[#98937]: https://github.com/home-assistant/core/pull/98937 +[#98938]: https://github.com/home-assistant/core/pull/98938 +[#98940]: https://github.com/home-assistant/core/pull/98940 +[#98941]: https://github.com/home-assistant/core/pull/98941 +[#98945]: https://github.com/home-assistant/core/pull/98945 +[#98947]: https://github.com/home-assistant/core/pull/98947 +[#98948]: https://github.com/home-assistant/core/pull/98948 +[#98950]: https://github.com/home-assistant/core/pull/98950 +[#98951]: https://github.com/home-assistant/core/pull/98951 +[#98952]: https://github.com/home-assistant/core/pull/98952 +[#98953]: https://github.com/home-assistant/core/pull/98953 +[#98956]: https://github.com/home-assistant/core/pull/98956 +[#98957]: https://github.com/home-assistant/core/pull/98957 +[#98958]: https://github.com/home-assistant/core/pull/98958 +[#98959]: https://github.com/home-assistant/core/pull/98959 +[#98961]: https://github.com/home-assistant/core/pull/98961 +[#98962]: https://github.com/home-assistant/core/pull/98962 +[#98963]: https://github.com/home-assistant/core/pull/98963 +[#98964]: https://github.com/home-assistant/core/pull/98964 +[#98965]: https://github.com/home-assistant/core/pull/98965 +[#98970]: https://github.com/home-assistant/core/pull/98970 +[#98971]: https://github.com/home-assistant/core/pull/98971 +[#98973]: https://github.com/home-assistant/core/pull/98973 +[#98976]: https://github.com/home-assistant/core/pull/98976 +[#98982]: https://github.com/home-assistant/core/pull/98982 +[#98983]: https://github.com/home-assistant/core/pull/98983 +[#98984]: https://github.com/home-assistant/core/pull/98984 +[#98989]: https://github.com/home-assistant/core/pull/98989 +[#98995]: https://github.com/home-assistant/core/pull/98995 +[#98997]: https://github.com/home-assistant/core/pull/98997 +[#98998]: https://github.com/home-assistant/core/pull/98998 +[#99001]: https://github.com/home-assistant/core/pull/99001 +[#99002]: https://github.com/home-assistant/core/pull/99002 +[#99003]: https://github.com/home-assistant/core/pull/99003 +[#99004]: https://github.com/home-assistant/core/pull/99004 +[#99008]: https://github.com/home-assistant/core/pull/99008 +[#99010]: https://github.com/home-assistant/core/pull/99010 +[#99013]: https://github.com/home-assistant/core/pull/99013 +[#99014]: https://github.com/home-assistant/core/pull/99014 +[#99015]: https://github.com/home-assistant/core/pull/99015 +[#99016]: https://github.com/home-assistant/core/pull/99016 +[#99018]: https://github.com/home-assistant/core/pull/99018 +[#99019]: https://github.com/home-assistant/core/pull/99019 +[#99022]: https://github.com/home-assistant/core/pull/99022 +[#99023]: https://github.com/home-assistant/core/pull/99023 +[#99025]: https://github.com/home-assistant/core/pull/99025 +[#99027]: https://github.com/home-assistant/core/pull/99027 +[#99028]: https://github.com/home-assistant/core/pull/99028 +[#99029]: https://github.com/home-assistant/core/pull/99029 +[#99030]: https://github.com/home-assistant/core/pull/99030 +[#99031]: https://github.com/home-assistant/core/pull/99031 +[#99032]: https://github.com/home-assistant/core/pull/99032 +[#99033]: https://github.com/home-assistant/core/pull/99033 +[#99034]: https://github.com/home-assistant/core/pull/99034 +[#99035]: https://github.com/home-assistant/core/pull/99035 +[#99036]: https://github.com/home-assistant/core/pull/99036 +[#99037]: https://github.com/home-assistant/core/pull/99037 +[#99038]: https://github.com/home-assistant/core/pull/99038 +[#99039]: https://github.com/home-assistant/core/pull/99039 +[#99040]: https://github.com/home-assistant/core/pull/99040 +[#99041]: https://github.com/home-assistant/core/pull/99041 +[#99042]: https://github.com/home-assistant/core/pull/99042 +[#99043]: https://github.com/home-assistant/core/pull/99043 +[#99044]: https://github.com/home-assistant/core/pull/99044 +[#99045]: https://github.com/home-assistant/core/pull/99045 +[#99046]: https://github.com/home-assistant/core/pull/99046 +[#99047]: https://github.com/home-assistant/core/pull/99047 +[#99048]: https://github.com/home-assistant/core/pull/99048 +[#99049]: https://github.com/home-assistant/core/pull/99049 +[#99052]: https://github.com/home-assistant/core/pull/99052 +[#99057]: https://github.com/home-assistant/core/pull/99057 +[#99058]: https://github.com/home-assistant/core/pull/99058 +[#99059]: https://github.com/home-assistant/core/pull/99059 +[#99066]: https://github.com/home-assistant/core/pull/99066 +[#99067]: https://github.com/home-assistant/core/pull/99067 +[#99071]: https://github.com/home-assistant/core/pull/99071 +[#99080]: https://github.com/home-assistant/core/pull/99080 +[#99081]: https://github.com/home-assistant/core/pull/99081 +[#99084]: https://github.com/home-assistant/core/pull/99084 +[#99085]: https://github.com/home-assistant/core/pull/99085 +[#99086]: https://github.com/home-assistant/core/pull/99086 +[#99089]: https://github.com/home-assistant/core/pull/99089 +[#99091]: https://github.com/home-assistant/core/pull/99091 +[#99093]: https://github.com/home-assistant/core/pull/99093 +[#99103]: https://github.com/home-assistant/core/pull/99103 +[#99108]: https://github.com/home-assistant/core/pull/99108 +[#99110]: https://github.com/home-assistant/core/pull/99110 +[#99114]: https://github.com/home-assistant/core/pull/99114 +[#99117]: https://github.com/home-assistant/core/pull/99117 +[#99123]: https://github.com/home-assistant/core/pull/99123 +[#99129]: https://github.com/home-assistant/core/pull/99129 +[#99130]: https://github.com/home-assistant/core/pull/99130 +[#99131]: https://github.com/home-assistant/core/pull/99131 +[#99132]: https://github.com/home-assistant/core/pull/99132 +[#99133]: https://github.com/home-assistant/core/pull/99133 +[#99134]: https://github.com/home-assistant/core/pull/99134 +[#99135]: https://github.com/home-assistant/core/pull/99135 +[#99136]: https://github.com/home-assistant/core/pull/99136 +[#99138]: https://github.com/home-assistant/core/pull/99138 +[#99139]: https://github.com/home-assistant/core/pull/99139 +[#99140]: https://github.com/home-assistant/core/pull/99140 +[#99141]: https://github.com/home-assistant/core/pull/99141 +[#99142]: https://github.com/home-assistant/core/pull/99142 +[#99144]: https://github.com/home-assistant/core/pull/99144 +[#99145]: https://github.com/home-assistant/core/pull/99145 +[#99146]: https://github.com/home-assistant/core/pull/99146 +[#99147]: https://github.com/home-assistant/core/pull/99147 +[#99149]: https://github.com/home-assistant/core/pull/99149 +[#99150]: https://github.com/home-assistant/core/pull/99150 +[#99151]: https://github.com/home-assistant/core/pull/99151 +[#99153]: https://github.com/home-assistant/core/pull/99153 +[#99155]: https://github.com/home-assistant/core/pull/99155 +[#99156]: https://github.com/home-assistant/core/pull/99156 +[#99157]: https://github.com/home-assistant/core/pull/99157 +[#99161]: https://github.com/home-assistant/core/pull/99161 +[#99165]: https://github.com/home-assistant/core/pull/99165 +[#99167]: https://github.com/home-assistant/core/pull/99167 +[#99168]: https://github.com/home-assistant/core/pull/99168 +[#99172]: https://github.com/home-assistant/core/pull/99172 +[#99177]: https://github.com/home-assistant/core/pull/99177 +[#99188]: https://github.com/home-assistant/core/pull/99188 +[#99189]: https://github.com/home-assistant/core/pull/99189 +[#99190]: https://github.com/home-assistant/core/pull/99190 +[#99195]: https://github.com/home-assistant/core/pull/99195 +[#99196]: https://github.com/home-assistant/core/pull/99196 +[#99197]: https://github.com/home-assistant/core/pull/99197 +[#99198]: https://github.com/home-assistant/core/pull/99198 +[#99200]: https://github.com/home-assistant/core/pull/99200 +[#99202]: https://github.com/home-assistant/core/pull/99202 +[#99203]: https://github.com/home-assistant/core/pull/99203 +[#99204]: https://github.com/home-assistant/core/pull/99204 +[#99205]: https://github.com/home-assistant/core/pull/99205 +[#99207]: https://github.com/home-assistant/core/pull/99207 +[#99210]: https://github.com/home-assistant/core/pull/99210 +[#99211]: https://github.com/home-assistant/core/pull/99211 +[#99213]: https://github.com/home-assistant/core/pull/99213 +[#99214]: https://github.com/home-assistant/core/pull/99214 +[#99215]: https://github.com/home-assistant/core/pull/99215 +[#99216]: https://github.com/home-assistant/core/pull/99216 +[#99217]: https://github.com/home-assistant/core/pull/99217 +[#99219]: https://github.com/home-assistant/core/pull/99219 +[#99220]: https://github.com/home-assistant/core/pull/99220 +[#99222]: https://github.com/home-assistant/core/pull/99222 +[#99223]: https://github.com/home-assistant/core/pull/99223 +[#99224]: https://github.com/home-assistant/core/pull/99224 +[#99225]: https://github.com/home-assistant/core/pull/99225 +[#99230]: https://github.com/home-assistant/core/pull/99230 +[#99232]: https://github.com/home-assistant/core/pull/99232 +[#99237]: https://github.com/home-assistant/core/pull/99237 +[#99238]: https://github.com/home-assistant/core/pull/99238 +[#99239]: https://github.com/home-assistant/core/pull/99239 +[#99241]: https://github.com/home-assistant/core/pull/99241 +[#99248]: https://github.com/home-assistant/core/pull/99248 +[#99250]: https://github.com/home-assistant/core/pull/99250 +[#99252]: https://github.com/home-assistant/core/pull/99252 +[#99253]: https://github.com/home-assistant/core/pull/99253 +[#99254]: https://github.com/home-assistant/core/pull/99254 +[#99259]: https://github.com/home-assistant/core/pull/99259 +[#99260]: https://github.com/home-assistant/core/pull/99260 +[#99261]: https://github.com/home-assistant/core/pull/99261 +[#99263]: https://github.com/home-assistant/core/pull/99263 +[#99268]: https://github.com/home-assistant/core/pull/99268 +[#99269]: https://github.com/home-assistant/core/pull/99269 +[#99270]: https://github.com/home-assistant/core/pull/99270 +[#99273]: https://github.com/home-assistant/core/pull/99273 +[#99275]: https://github.com/home-assistant/core/pull/99275 +[#99276]: https://github.com/home-assistant/core/pull/99276 +[#99277]: https://github.com/home-assistant/core/pull/99277 +[#99278]: https://github.com/home-assistant/core/pull/99278 +[#99280]: https://github.com/home-assistant/core/pull/99280 +[#99281]: https://github.com/home-assistant/core/pull/99281 +[#99282]: https://github.com/home-assistant/core/pull/99282 +[#99283]: https://github.com/home-assistant/core/pull/99283 +[#99286]: https://github.com/home-assistant/core/pull/99286 +[#99288]: https://github.com/home-assistant/core/pull/99288 +[#99289]: https://github.com/home-assistant/core/pull/99289 +[#99296]: https://github.com/home-assistant/core/pull/99296 +[#99297]: https://github.com/home-assistant/core/pull/99297 +[#99300]: https://github.com/home-assistant/core/pull/99300 +[#99312]: https://github.com/home-assistant/core/pull/99312 +[#99314]: https://github.com/home-assistant/core/pull/99314 +[#99316]: https://github.com/home-assistant/core/pull/99316 +[#99318]: https://github.com/home-assistant/core/pull/99318 +[#99319]: https://github.com/home-assistant/core/pull/99319 +[#99322]: https://github.com/home-assistant/core/pull/99322 +[#99323]: https://github.com/home-assistant/core/pull/99323 +[#99327]: https://github.com/home-assistant/core/pull/99327 +[#99328]: https://github.com/home-assistant/core/pull/99328 +[#99331]: https://github.com/home-assistant/core/pull/99331 +[#99332]: https://github.com/home-assistant/core/pull/99332 +[#99334]: https://github.com/home-assistant/core/pull/99334 +[#99337]: https://github.com/home-assistant/core/pull/99337 +[#99339]: https://github.com/home-assistant/core/pull/99339 +[#99340]: https://github.com/home-assistant/core/pull/99340 +[#99347]: https://github.com/home-assistant/core/pull/99347 +[@Cereal2nd]: https://github.com/Cereal2nd +[@Cisien]: https://github.com/Cisien +[@CoMPaTech]: https://github.com/CoMPaTech +[@Danielhiversen]: https://github.com/Danielhiversen +[@DeerMaximum]: https://github.com/DeerMaximum +[@Ernst79]: https://github.com/Ernst79 +[@G-Two]: https://github.com/G-Two +[@GrumpyMeow]: https://github.com/GrumpyMeow +[@JasonCook599]: https://github.com/JasonCook599 +[@Kane610]: https://github.com/Kane610 +[@LaStrada]: https://github.com/LaStrada +[@Lash-L]: https://github.com/Lash-L +[@MartinHjelmare]: https://github.com/MartinHjelmare +[@Michal4K]: https://github.com/Michal4K +[@Mr-Ker]: https://github.com/Mr-Ker +[@Noltari]: https://github.com/Noltari +[@Ongion]: https://github.com/Ongion +[@Quentame]: https://github.com/Quentame +[@RenierM26]: https://github.com/RenierM26 +[@RoboMagus]: https://github.com/RoboMagus +[@Sebmaster]: https://github.com/Sebmaster +[@Shutgun]: https://github.com/Shutgun +[@StephanU]: https://github.com/StephanU +[@StevenLooman]: https://github.com/StevenLooman +[@String-656]: https://github.com/String-656 +[@abmantis]: https://github.com/abmantis +[@agners]: https://github.com/agners +[@albertogeniola]: https://github.com/albertogeniola +[@allenporter]: https://github.com/allenporter +[@andresb5555]: https://github.com/andresb5555 +[@apbarratt]: https://github.com/apbarratt +[@arkid15r]: https://github.com/arkid15r +[@asymworks]: https://github.com/asymworks +[@baflo]: https://github.com/baflo +[@balloob]: https://github.com/balloob +[@bazwilliams]: https://github.com/bazwilliams +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@boswelja]: https://github.com/boswelja +[@bouwew]: https://github.com/bouwew +[@bramkragten]: https://github.com/bramkragten +[@brunoenten]: https://github.com/brunoenten +[@cdce8p]: https://github.com/cdce8p +[@cgarwood]: https://github.com/cgarwood +[@chemelli74]: https://github.com/chemelli74 +[@ctalkington]: https://github.com/ctalkington +[@dalinicus]: https://github.com/dalinicus +[@dgomes]: https://github.com/dgomes +[@dirrgang]: https://github.com/dirrgang +[@dknowles2]: https://github.com/dknowles2 +[@dougiteixeira]: https://github.com/dougiteixeira +[@edenhaus]: https://github.com/edenhaus +[@eifinger]: https://github.com/eifinger +[@elmurato]: https://github.com/elmurato +[@elupus]: https://github.com/elupus +[@emmaguy]: https://github.com/emmaguy +[@emontnemery]: https://github.com/emontnemery +[@engrbm87]: https://github.com/engrbm87 +[@epenet]: https://github.com/epenet +[@erwindouna]: https://github.com/erwindouna +[@escoand]: https://github.com/escoand +[@esev]: https://github.com/esev +[@farmio]: https://github.com/farmio +[@freedreamer82]: https://github.com/freedreamer82 +[@frenck]: https://github.com/frenck +[@gjohansson-ST]: https://github.com/gjohansson-ST +[@gtjadsonsantos]: https://github.com/gtjadsonsantos +[@h3l1o5]: https://github.com/h3l1o5 +[@hahn-th]: https://github.com/hahn-th +[@hesselonline]: https://github.com/hesselonline +[@iMicknl]: https://github.com/iMicknl +[@jakecolman]: https://github.com/jakecolman +[@janiversen]: https://github.com/janiversen +[@janmolemans]: https://github.com/janmolemans +[@jbouwh]: https://github.com/jbouwh +[@jesserockz]: https://github.com/jesserockz +[@jfroy]: https://github.com/jfroy +[@jimmyd-be]: https://github.com/jimmyd-be +[@joanwa]: https://github.com/joanwa +[@joostlek]: https://github.com/joostlek +[@jpbede]: https://github.com/jpbede +[@jschlyter]: https://github.com/jschlyter +[@kel30a]: https://github.com/kel30a +[@klaasnicolaas]: https://github.com/klaasnicolaas +[@lanrat]: https://github.com/lanrat +[@liangjia2019]: https://github.com/liangjia2019 +[@lindhe]: https://github.com/lindhe +[@liudger]: https://github.com/liudger +[@ludeeus]: https://github.com/ludeeus +[@lymanepp]: https://github.com/lymanepp +[@marcheologo]: https://github.com/marcheologo +[@maxcanna]: https://github.com/maxcanna +[@mbo18]: https://github.com/mbo18 +[@mdegat01]: https://github.com/mdegat01 +[@mercenaruss]: https://github.com/mercenaruss +[@mheath]: https://github.com/mheath +[@mib1185]: https://github.com/mib1185 +[@mikewoudenberg]: https://github.com/mikewoudenberg +[@mikey0000]: https://github.com/mikey0000 +[@mkmer]: https://github.com/mkmer +[@natekspencer]: https://github.com/natekspencer +[@niro1987]: https://github.com/niro1987 +[@ollo69]: https://github.com/ollo69 +[@oyvindwe]: https://github.com/oyvindwe +[@paravoid]: https://github.com/paravoid +[@piitaya]: https://github.com/piitaya +[@puddly]: https://github.com/puddly +[@raman325]: https://github.com/raman325 +[@rcloran]: https://github.com/rcloran +[@rct]: https://github.com/rct +[@reedy]: https://github.com/reedy +[@rikroe]: https://github.com/rikroe +[@riokuu]: https://github.com/riokuu +[@scop]: https://github.com/scop +[@slovdahl]: https://github.com/slovdahl +[@starkillerOG]: https://github.com/starkillerOG +[@synesthesiam]: https://github.com/synesthesiam +[@thecode]: https://github.com/thecode +[@timmo001]: https://github.com/timmo001 +[@tronikos]: https://github.com/tronikos +[@uvjustin]: https://github.com/uvjustin +[@wlcrs]: https://github.com/wlcrs +[abode docs]: https://www.home-assistant.io/integrations/abode/ +[accuweather docs]: https://www.home-assistant.io/integrations/accuweather/ +[acmeda docs]: https://www.home-assistant.io/integrations/acmeda/ +[adax docs]: https://www.home-assistant.io/integrations/adax/ +[adguard docs]: https://www.home-assistant.io/integrations/adguard/ +[ads docs]: https://www.home-assistant.io/integrations/ads/ +[aemet docs]: https://www.home-assistant.io/integrations/aemet/ +[airly docs]: https://www.home-assistant.io/integrations/airly/ +[airnow docs]: https://www.home-assistant.io/integrations/airnow/ +[airthings_ble docs]: https://www.home-assistant.io/integrations/airthings_ble/ +[airtouch4 docs]: https://www.home-assistant.io/integrations/airtouch4/ +[airvisual docs]: https://www.home-assistant.io/integrations/airvisual/ +[airvisual_pro docs]: https://www.home-assistant.io/integrations/airvisual_pro/ +[airzone docs]: https://www.home-assistant.io/integrations/airzone/ +[airzone_cloud docs]: https://www.home-assistant.io/integrations/airzone_cloud/ +[alarmdecoder docs]: https://www.home-assistant.io/integrations/alarmdecoder/ +[alexa docs]: https://www.home-assistant.io/integrations/alexa/ +[amazon_polly docs]: https://www.home-assistant.io/integrations/amazon_polly/ +[ambient_station docs]: https://www.home-assistant.io/integrations/ambient_station/ +[androidtv_remote docs]: https://www.home-assistant.io/integrations/androidtv_remote/ +[anova docs]: https://www.home-assistant.io/integrations/anova/ +[anthemav docs]: https://www.home-assistant.io/integrations/anthemav/ +[api docs]: https://www.home-assistant.io/integrations/api/ +[arcam_fmj docs]: https://www.home-assistant.io/integrations/arcam_fmj/ +[aseko_pool_live docs]: https://www.home-assistant.io/integrations/aseko_pool_live/ +[assist_pipeline docs]: https://www.home-assistant.io/integrations/assist_pipeline/ +[asuswrt docs]: https://www.home-assistant.io/integrations/asuswrt/ +[august docs]: https://www.home-assistant.io/integrations/august/ +[aurora docs]: https://www.home-assistant.io/integrations/aurora/ +[auth docs]: https://www.home-assistant.io/integrations/auth/ +[automation docs]: https://www.home-assistant.io/integrations/automation/ +[aws docs]: https://www.home-assistant.io/integrations/aws/ +[axis docs]: https://www.home-assistant.io/integrations/axis/ +[baf docs]: https://www.home-assistant.io/integrations/baf/ +[balboa docs]: https://www.home-assistant.io/integrations/balboa/ +[blebox docs]: https://www.home-assistant.io/integrations/blebox/ +[blink docs]: https://www.home-assistant.io/integrations/blink/ +[bluetooth docs]: https://www.home-assistant.io/integrations/bluetooth/ +[bmw_connected_drive docs]: https://www.home-assistant.io/integrations/bmw_connected_drive/ +[bond docs]: https://www.home-assistant.io/integrations/bond/ +[bosch_shc docs]: https://www.home-assistant.io/integrations/bosch_shc/ +[brother docs]: https://www.home-assistant.io/integrations/brother/ +[bsblan docs]: https://www.home-assistant.io/integrations/bsblan/ +[bthome docs]: https://www.home-assistant.io/integrations/bthome/ +[buienradar docs]: https://www.home-assistant.io/integrations/buienradar/ +[caldav docs]: https://www.home-assistant.io/integrations/caldav/ +[calendar docs]: https://www.home-assistant.io/integrations/calendar/ +[camera docs]: https://www.home-assistant.io/integrations/camera/ +[cert_expiry docs]: https://www.home-assistant.io/integrations/cert_expiry/ +[cloud docs]: https://www.home-assistant.io/integrations/cloud/ +[co2signal docs]: https://www.home-assistant.io/integrations/co2signal/ +[coinbase docs]: https://www.home-assistant.io/integrations/coinbase/ +[comelit docs]: https://www.home-assistant.io/integrations/comelit/ +[command_line docs]: https://www.home-assistant.io/integrations/command_line/ +[coned docs]: https://www.home-assistant.io/integrations/coned/ +[config docs]: https://www.home-assistant.io/integrations/config/ +[conversation docs]: https://www.home-assistant.io/integrations/conversation/ +[coolmaster docs]: https://www.home-assistant.io/integrations/coolmaster/ +[cpuspeed docs]: https://www.home-assistant.io/integrations/cpuspeed/ +[daikin docs]: https://www.home-assistant.io/integrations/daikin/ +[deconz docs]: https://www.home-assistant.io/integrations/deconz/ +[deluge docs]: https://www.home-assistant.io/integrations/deluge/ +[demo docs]: https://www.home-assistant.io/integrations/demo/ +[denonavr docs]: https://www.home-assistant.io/integrations/denonavr/ +[derivative docs]: https://www.home-assistant.io/integrations/derivative/ +[device_automation docs]: https://www.home-assistant.io/integrations/device_automation/ +[device_tracker docs]: https://www.home-assistant.io/integrations/device_tracker/ +[devolo_home_network docs]: https://www.home-assistant.io/integrations/devolo_home_network/ +[dexcom docs]: https://www.home-assistant.io/integrations/dexcom/ +[directv docs]: https://www.home-assistant.io/integrations/directv/ +[discovergy docs]: https://www.home-assistant.io/integrations/discovergy/ +[dlna_dmr docs]: https://www.home-assistant.io/integrations/dlna_dmr/ +[dlna_dms docs]: https://www.home-assistant.io/integrations/dlna_dms/ +[doorbird docs]: https://www.home-assistant.io/integrations/doorbird/ +[dunehd docs]: https://www.home-assistant.io/integrations/dunehd/ +[duotecno docs]: https://www.home-assistant.io/integrations/duotecno/ +[dwd_weather_warnings docs]: https://www.home-assistant.io/integrations/dwd_weather_warnings/ +[dynalite docs]: https://www.home-assistant.io/integrations/dynalite/ +[eafm docs]: https://www.home-assistant.io/integrations/eafm/ +[easyenergy docs]: https://www.home-assistant.io/integrations/easyenergy/ +[ecobee docs]: https://www.home-assistant.io/integrations/ecobee/ +[edl21 docs]: https://www.home-assistant.io/integrations/edl21/ +[electric_kiwi docs]: https://www.home-assistant.io/integrations/electric_kiwi/ +[elkm1 docs]: https://www.home-assistant.io/integrations/elkm1/ +[elmax docs]: https://www.home-assistant.io/integrations/elmax/ +[emonitor docs]: https://www.home-assistant.io/integrations/emonitor/ +[energyzero docs]: https://www.home-assistant.io/integrations/energyzero/ +[enocean docs]: https://www.home-assistant.io/integrations/enocean/ +[enphase_envoy docs]: https://www.home-assistant.io/integrations/enphase_envoy/ +[environment_canada docs]: https://www.home-assistant.io/integrations/environment_canada/ +[esphome docs]: https://www.home-assistant.io/integrations/esphome/ +[eufylife_ble docs]: https://www.home-assistant.io/integrations/eufylife_ble/ +[ezviz docs]: https://www.home-assistant.io/integrations/ezviz/ +[feedreader docs]: https://www.home-assistant.io/integrations/feedreader/ +[ffmpeg docs]: https://www.home-assistant.io/integrations/ffmpeg/ +[fibaro docs]: https://www.home-assistant.io/integrations/fibaro/ +[file docs]: https://www.home-assistant.io/integrations/file/ +[filesize docs]: https://www.home-assistant.io/integrations/filesize/ +[flexit docs]: https://www.home-assistant.io/integrations/flexit/ +[flo docs]: https://www.home-assistant.io/integrations/flo/ +[flume docs]: https://www.home-assistant.io/integrations/flume/ +[flux_led docs]: https://www.home-assistant.io/integrations/flux_led/ +[forecast_solar docs]: https://www.home-assistant.io/integrations/forecast_solar/ +[forked_daapd docs]: https://www.home-assistant.io/integrations/forked_daapd/ +[foscam docs]: https://www.home-assistant.io/integrations/foscam/ +[freebox docs]: https://www.home-assistant.io/integrations/freebox/ +[fritz docs]: https://www.home-assistant.io/integrations/fritz/ +[fritzbox docs]: https://www.home-assistant.io/integrations/fritzbox/ +[fronius docs]: https://www.home-assistant.io/integrations/fronius/ +[frontend docs]: https://www.home-assistant.io/integrations/frontend/ +[frontier_silicon docs]: https://www.home-assistant.io/integrations/frontier_silicon/ +[fully_kiosk docs]: https://www.home-assistant.io/integrations/fully_kiosk/ +[garages_amsterdam docs]: https://www.home-assistant.io/integrations/garages_amsterdam/ +[gardena_bluetooth docs]: https://www.home-assistant.io/integrations/gardena_bluetooth/ +[gdacs docs]: https://www.home-assistant.io/integrations/gdacs/ +[generic docs]: https://www.home-assistant.io/integrations/generic/ +[generic_thermostat docs]: https://www.home-assistant.io/integrations/generic_thermostat/ +[gios docs]: https://www.home-assistant.io/integrations/gios/ +[goodwe docs]: https://www.home-assistant.io/integrations/goodwe/ +[google docs]: https://www.home-assistant.io/integrations/google/ +[google_assistant docs]: https://www.home-assistant.io/integrations/google_assistant/ +[google_assistant_sdk docs]: https://www.home-assistant.io/integrations/google_assistant_sdk/ +[google_generative_ai_conversation docs]: https://www.home-assistant.io/integrations/google_generative_ai_conversation/ +[google_travel_time docs]: https://www.home-assistant.io/integrations/google_travel_time/ +[govee_ble docs]: https://www.home-assistant.io/integrations/govee_ble/ +[gree docs]: https://www.home-assistant.io/integrations/gree/ +[group docs]: https://www.home-assistant.io/integrations/group/ +[hassio docs]: https://www.home-assistant.io/integrations/hassio/ +[here_travel_time docs]: https://www.home-assistant.io/integrations/here_travel_time/ +[hive docs]: https://www.home-assistant.io/integrations/hive/ +[home_connect docs]: https://www.home-assistant.io/integrations/home_connect/ +[home_plus_control docs]: https://www.home-assistant.io/integrations/home_plus_control/ +[homeassistant_green docs]: https://www.home-assistant.io/integrations/homeassistant_green/ +[homeassistant_hardware docs]: https://www.home-assistant.io/integrations/homeassistant_hardware/ +[homeassistant_sky_connect docs]: https://www.home-assistant.io/integrations/homeassistant_sky_connect/ +[homeassistant_yellow docs]: https://www.home-assistant.io/integrations/homeassistant_yellow/ +[homekit docs]: https://www.home-assistant.io/integrations/homekit/ +[homekit_controller docs]: https://www.home-assistant.io/integrations/homekit_controller/ +[homematicip_cloud docs]: https://www.home-assistant.io/integrations/homematicip_cloud/ +[honeywell docs]: https://www.home-assistant.io/integrations/honeywell/ +[http docs]: https://www.home-assistant.io/integrations/http/ +[hue docs]: https://www.home-assistant.io/integrations/hue/ +[hunterdouglas_powerview docs]: https://www.home-assistant.io/integrations/hunterdouglas_powerview/ +[hydrawise docs]: https://www.home-assistant.io/integrations/hydrawise/ +[hyperion docs]: https://www.home-assistant.io/integrations/hyperion/ +[image_processing docs]: https://www.home-assistant.io/integrations/image_processing/ +[image_upload docs]: https://www.home-assistant.io/integrations/image_upload/ +[imap docs]: https://www.home-assistant.io/integrations/imap/ +[imap_email_content docs]: https://www.home-assistant.io/integrations/imap_email_content/ +[integration docs]: https://www.home-assistant.io/integrations/integration/ +[iotawatt docs]: https://www.home-assistant.io/integrations/iotawatt/ +[ipma docs]: https://www.home-assistant.io/integrations/ipma/ +[ipp docs]: https://www.home-assistant.io/integrations/ipp/ +[iqvia docs]: https://www.home-assistant.io/integrations/iqvia/ +[isy994 docs]: https://www.home-assistant.io/integrations/isy994/ +[izone docs]: https://www.home-assistant.io/integrations/izone/ +[jellyfin docs]: https://www.home-assistant.io/integrations/jellyfin/ +[juicenet docs]: https://www.home-assistant.io/integrations/juicenet/ +[justnimbus docs]: https://www.home-assistant.io/integrations/justnimbus/ +[keymitt_ble docs]: https://www.home-assistant.io/integrations/keymitt_ble/ +[kitchen_sink docs]: https://www.home-assistant.io/integrations/kitchen_sink/ +[knx docs]: https://www.home-assistant.io/integrations/knx/ +[kraken docs]: https://www.home-assistant.io/integrations/kraken/ +[lacrosse_view docs]: https://www.home-assistant.io/integrations/lacrosse_view/ +[landisgyr_heat_meter docs]: https://www.home-assistant.io/integrations/landisgyr_heat_meter/ +[lastfm docs]: https://www.home-assistant.io/integrations/lastfm/ +[lawn_mower docs]: https://www.home-assistant.io/integrations/lawn_mower/ +[ld2410_ble docs]: https://www.home-assistant.io/integrations/ld2410_ble/ +[led_ble docs]: https://www.home-assistant.io/integrations/led_ble/ +[lg_soundbar docs]: https://www.home-assistant.io/integrations/lg_soundbar/ +[life360 docs]: https://www.home-assistant.io/integrations/life360/ +[lifx docs]: https://www.home-assistant.io/integrations/lifx/ +[light docs]: https://www.home-assistant.io/integrations/light/ +[litejet docs]: https://www.home-assistant.io/integrations/litejet/ +[litterrobot docs]: https://www.home-assistant.io/integrations/litterrobot/ +[local_calendar docs]: https://www.home-assistant.io/integrations/local_calendar/ +[logi_circle docs]: https://www.home-assistant.io/integrations/logi_circle/ +[lookin docs]: https://www.home-assistant.io/integrations/lookin/ +[loqed docs]: https://www.home-assistant.io/integrations/loqed/ +[lyric docs]: https://www.home-assistant.io/integrations/lyric/ +[mailbox docs]: https://www.home-assistant.io/integrations/mailbox/ +[matter docs]: https://www.home-assistant.io/integrations/matter/ +[mazda docs]: https://www.home-assistant.io/integrations/mazda/ +[media_extractor docs]: https://www.home-assistant.io/integrations/media_extractor/ +[media_player docs]: https://www.home-assistant.io/integrations/media_player/ +[media_source docs]: https://www.home-assistant.io/integrations/media_source/ +[melcloud docs]: https://www.home-assistant.io/integrations/melcloud/ +[met docs]: https://www.home-assistant.io/integrations/met/ +[met_eireann docs]: https://www.home-assistant.io/integrations/met_eireann/ +[meteo_france docs]: https://www.home-assistant.io/integrations/meteo_france/ +[meteoclimatic docs]: https://www.home-assistant.io/integrations/meteoclimatic/ +[metoffice docs]: https://www.home-assistant.io/integrations/metoffice/ +[mikrotik docs]: https://www.home-assistant.io/integrations/mikrotik/ +[mill docs]: https://www.home-assistant.io/integrations/mill/ +[min_max docs]: https://www.home-assistant.io/integrations/min_max/ +[minecraft_server docs]: https://www.home-assistant.io/integrations/minecraft_server/ +[mobile_app docs]: https://www.home-assistant.io/integrations/mobile_app/ +[modbus docs]: https://www.home-assistant.io/integrations/modbus/ +[modem_callerid docs]: https://www.home-assistant.io/integrations/modem_callerid/ +[moon docs]: https://www.home-assistant.io/integrations/moon/ +[motioneye docs]: https://www.home-assistant.io/integrations/motioneye/ +[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/ +[neato docs]: https://www.home-assistant.io/integrations/neato/ +[nest docs]: https://www.home-assistant.io/integrations/nest/ +[netatmo docs]: https://www.home-assistant.io/integrations/netatmo/ +[nexia docs]: https://www.home-assistant.io/integrations/nexia/ +[nextcloud docs]: https://www.home-assistant.io/integrations/nextcloud/ +[nextdns docs]: https://www.home-assistant.io/integrations/nextdns/ +[nibe_heatpump docs]: https://www.home-assistant.io/integrations/nibe_heatpump/ +[nina docs]: https://www.home-assistant.io/integrations/nina/ +[norway_air docs]: https://www.home-assistant.io/integrations/norway_air/ +[number docs]: https://www.home-assistant.io/integrations/number/ +[nut docs]: https://www.home-assistant.io/integrations/nut/ +[nws docs]: https://www.home-assistant.io/integrations/nws/ +[nzbget docs]: https://www.home-assistant.io/integrations/nzbget/ +[octoprint docs]: https://www.home-assistant.io/integrations/octoprint/ +[onboarding docs]: https://www.home-assistant.io/integrations/onboarding/ +[oncue docs]: https://www.home-assistant.io/integrations/oncue/ +[onewire docs]: https://www.home-assistant.io/integrations/onewire/ +[onvif docs]: https://www.home-assistant.io/integrations/onvif/ +[open_meteo docs]: https://www.home-assistant.io/integrations/open_meteo/ +[openai_conversation docs]: https://www.home-assistant.io/integrations/openai_conversation/ +[openexchangerates docs]: https://www.home-assistant.io/integrations/openexchangerates/ +[opengarage docs]: https://www.home-assistant.io/integrations/opengarage/ +[openhome docs]: https://www.home-assistant.io/integrations/openhome/ +[opensky docs]: https://www.home-assistant.io/integrations/opensky/ +[openweathermap docs]: https://www.home-assistant.io/integrations/openweathermap/ +[opower docs]: https://www.home-assistant.io/integrations/opower/ +[oralb docs]: https://www.home-assistant.io/integrations/oralb/ +[oru_opower docs]: https://www.home-assistant.io/integrations/oru_opower/ +[otbr docs]: https://www.home-assistant.io/integrations/otbr/ +[overkiz docs]: https://www.home-assistant.io/integrations/overkiz/ +[ovo_energy docs]: https://www.home-assistant.io/integrations/ovo_energy/ +[peco docs]: https://www.home-assistant.io/integrations/peco/ +[pegel_online docs]: https://www.home-assistant.io/integrations/pegel_online/ +[pi_hole docs]: https://www.home-assistant.io/integrations/pi_hole/ +[picotts docs]: https://www.home-assistant.io/integrations/picotts/ +[plex docs]: https://www.home-assistant.io/integrations/plex/ +[plugwise docs]: https://www.home-assistant.io/integrations/plugwise/ +[plum_lightpad docs]: https://www.home-assistant.io/integrations/plum_lightpad/ +[powerwall docs]: https://www.home-assistant.io/integrations/powerwall/ +[prometheus docs]: https://www.home-assistant.io/integrations/prometheus/ +[prosegur docs]: https://www.home-assistant.io/integrations/prosegur/ +[ps4 docs]: https://www.home-assistant.io/integrations/ps4/ +[pvpc_hourly_pricing docs]: https://www.home-assistant.io/integrations/pvpc_hourly_pricing/ +[qingping docs]: https://www.home-assistant.io/integrations/qingping/ +[qnap_qsw docs]: https://www.home-assistant.io/integrations/qnap_qsw/ +[rachio docs]: https://www.home-assistant.io/integrations/rachio/ +[rainmachine docs]: https://www.home-assistant.io/integrations/rainmachine/ +[rdw docs]: https://www.home-assistant.io/integrations/rdw/ +[recorder docs]: https://www.home-assistant.io/integrations/recorder/ +[renault docs]: https://www.home-assistant.io/integrations/renault/ +[renson docs]: https://www.home-assistant.io/integrations/renson/ +[reolink docs]: https://www.home-assistant.io/integrations/reolink/ +[rest docs]: https://www.home-assistant.io/integrations/rest/ +[ridwell docs]: https://www.home-assistant.io/integrations/ridwell/ +[risco docs]: https://www.home-assistant.io/integrations/risco/ +[roborock docs]: https://www.home-assistant.io/integrations/roborock/ +[roku docs]: https://www.home-assistant.io/integrations/roku/ +[route53 docs]: https://www.home-assistant.io/integrations/route53/ +[rova docs]: https://www.home-assistant.io/integrations/rova/ +[ruckus_unleashed docs]: https://www.home-assistant.io/integrations/ruckus_unleashed/ +[sabnzbd docs]: https://www.home-assistant.io/integrations/sabnzbd/ +[samsungtv docs]: https://www.home-assistant.io/integrations/samsungtv/ +[schlage docs]: https://www.home-assistant.io/integrations/schlage/ +[scrape docs]: https://www.home-assistant.io/integrations/scrape/ +[sensibo docs]: https://www.home-assistant.io/integrations/sensibo/ +[sensor docs]: https://www.home-assistant.io/integrations/sensor/ +[sensorpush docs]: https://www.home-assistant.io/integrations/sensorpush/ +[shell_command docs]: https://www.home-assistant.io/integrations/shell_command/ +[shelly docs]: https://www.home-assistant.io/integrations/shelly/ +[shopping_list docs]: https://www.home-assistant.io/integrations/shopping_list/ +[smartthings docs]: https://www.home-assistant.io/integrations/smartthings/ +[smhi docs]: https://www.home-assistant.io/integrations/smhi/ +[snmp docs]: https://www.home-assistant.io/integrations/snmp/ +[snooz docs]: https://www.home-assistant.io/integrations/snooz/ +[solaredge docs]: https://www.home-assistant.io/integrations/solaredge/ +[somfy_mylink docs]: https://www.home-assistant.io/integrations/somfy_mylink/ +[sonos docs]: https://www.home-assistant.io/integrations/sonos/ +[spc docs]: https://www.home-assistant.io/integrations/spc/ +[sql docs]: https://www.home-assistant.io/integrations/sql/ +[squeezebox docs]: https://www.home-assistant.io/integrations/squeezebox/ +[srp_energy docs]: https://www.home-assistant.io/integrations/srp_energy/ +[ssdp docs]: https://www.home-assistant.io/integrations/ssdp/ +[starlink docs]: https://www.home-assistant.io/integrations/starlink/ +[startca docs]: https://www.home-assistant.io/integrations/startca/ +[steamist docs]: https://www.home-assistant.io/integrations/steamist/ +[stiebel_eltron docs]: https://www.home-assistant.io/integrations/stiebel_eltron/ +[stream docs]: https://www.home-assistant.io/integrations/stream/ +[subaru docs]: https://www.home-assistant.io/integrations/subaru/ +[surepetcare docs]: https://www.home-assistant.io/integrations/surepetcare/ +[switch_as_x docs]: https://www.home-assistant.io/integrations/switch_as_x/ +[switchbot docs]: https://www.home-assistant.io/integrations/switchbot/ +[switcher_kis docs]: https://www.home-assistant.io/integrations/switcher_kis/ +[syncthru docs]: https://www.home-assistant.io/integrations/syncthru/ +[system_bridge docs]: https://www.home-assistant.io/integrations/system_bridge/ +[system_log docs]: https://www.home-assistant.io/integrations/system_log/ +[systemmonitor docs]: https://www.home-assistant.io/integrations/systemmonitor/ +[tado docs]: https://www.home-assistant.io/integrations/tado/ +[tankerkoenig docs]: https://www.home-assistant.io/integrations/tankerkoenig/ +[tasmota docs]: https://www.home-assistant.io/integrations/tasmota/ +[telegram_bot docs]: https://www.home-assistant.io/integrations/telegram_bot/ +[tellduslive docs]: https://www.home-assistant.io/integrations/tellduslive/ +[template docs]: https://www.home-assistant.io/integrations/template/ +[thread docs]: https://www.home-assistant.io/integrations/thread/ +[threshold docs]: https://www.home-assistant.io/integrations/threshold/ +[tile docs]: https://www.home-assistant.io/integrations/tile/ +[timer docs]: https://www.home-assistant.io/integrations/timer/ +[tod docs]: https://www.home-assistant.io/integrations/tod/ +[todoist docs]: https://www.home-assistant.io/integrations/todoist/ +[tomorrowio docs]: https://www.home-assistant.io/integrations/tomorrowio/ +[tplink docs]: https://www.home-assistant.io/integrations/tplink/ +[tplink_omada docs]: https://www.home-assistant.io/integrations/tplink_omada/ +[tractive docs]: https://www.home-assistant.io/integrations/tractive/ +[trafikverket_camera docs]: https://www.home-assistant.io/integrations/trafikverket_camera/ +[trafikverket_ferry docs]: https://www.home-assistant.io/integrations/trafikverket_ferry/ +[trafikverket_train docs]: https://www.home-assistant.io/integrations/trafikverket_train/ +[trafikverket_weatherstation docs]: https://www.home-assistant.io/integrations/trafikverket_weatherstation/ +[transmission docs]: https://www.home-assistant.io/integrations/transmission/ +[unifi docs]: https://www.home-assistant.io/integrations/unifi/ +[unifiprotect docs]: https://www.home-assistant.io/integrations/unifiprotect/ +[upb docs]: https://www.home-assistant.io/integrations/upb/ +[update docs]: https://www.home-assistant.io/integrations/update/ +[upnp docs]: https://www.home-assistant.io/integrations/upnp/ +[uptimerobot docs]: https://www.home-assistant.io/integrations/uptimerobot/ +[utility_meter docs]: https://www.home-assistant.io/integrations/utility_meter/ +[velbus docs]: https://www.home-assistant.io/integrations/velbus/ +[venstar docs]: https://www.home-assistant.io/integrations/venstar/ +[verisure docs]: https://www.home-assistant.io/integrations/verisure/ +[version docs]: https://www.home-assistant.io/integrations/version/ +[vicare docs]: https://www.home-assistant.io/integrations/vicare/ +[vilfo docs]: https://www.home-assistant.io/integrations/vilfo/ +[vodafone_station docs]: https://www.home-assistant.io/integrations/vodafone_station/ +[volvooncall docs]: https://www.home-assistant.io/integrations/volvooncall/ +[w800rf32 docs]: https://www.home-assistant.io/integrations/w800rf32/ +[wake docs]: https://www.home-assistant.io/integrations/wake/ +[wake_word docs]: https://www.home-assistant.io/integrations/wake_word/ +[wallbox docs]: https://www.home-assistant.io/integrations/wallbox/ +[waqi docs]: https://www.home-assistant.io/integrations/waqi/ +[watttime docs]: https://www.home-assistant.io/integrations/watttime/ +[waze_travel_time docs]: https://www.home-assistant.io/integrations/waze_travel_time/ +[weather docs]: https://www.home-assistant.io/integrations/weather/ +[webostv docs]: https://www.home-assistant.io/integrations/webostv/ +[wemo docs]: https://www.home-assistant.io/integrations/wemo/ +[whirlpool docs]: https://www.home-assistant.io/integrations/whirlpool/ +[withings docs]: https://www.home-assistant.io/integrations/withings/ +[wled docs]: https://www.home-assistant.io/integrations/wled/ +[workday docs]: https://www.home-assistant.io/integrations/workday/ +[ws66i docs]: https://www.home-assistant.io/integrations/ws66i/ +[wyoming docs]: https://www.home-assistant.io/integrations/wyoming/ +[xiaomi_ble docs]: https://www.home-assistant.io/integrations/xiaomi_ble/ +[yale_smart_alarm docs]: https://www.home-assistant.io/integrations/yale_smart_alarm/ +[yalexs_ble docs]: https://www.home-assistant.io/integrations/yalexs_ble/ +[yardian docs]: https://www.home-assistant.io/integrations/yardian/ +[yeelight docs]: https://www.home-assistant.io/integrations/yeelight/ +[youtube docs]: https://www.home-assistant.io/integrations/youtube/ +[zeroconf docs]: https://www.home-assistant.io/integrations/zeroconf/ +[zha docs]: https://www.home-assistant.io/integrations/zha/ +[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/ \ No newline at end of file diff --git a/source/images/blog/2023-09/lawn_mower.png b/source/images/blog/2023-09/lawn_mower.png new file mode 100644 index 0000000000000000000000000000000000000000..37df7856ae4c26cab841bfffd409b298eff25dcb GIT binary patch literal 33360 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 literal 0 HcmV?d00001 diff --git a/source/images/blog/2023-09/onboarding.png b/source/images/blog/2023-09/onboarding.png new file mode 100644 index 0000000000000000000000000000000000000000..2f25ff3f1ef5494e7ec3f69020e4d18ad28833e0 GIT binary patch literal 167435 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(sxYW=rOxNnAM2NEGKhKw>*>LWNlh!EG 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Πj$>%s< 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ɞI`IwPxw6Kq-f4$e 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 t@ANerO^(lK-lNcW7y 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

P}`7D`lV?Vj`?t zJhQA$lAY#OTxo!Raa900q-sYy{H~gtJ41*=o1jO+(#BrYw_LU@5B$=CAtFiKuS<5d zLTQ_+i-BJ%pI|Jc?&N>UBHJuwS{ps;%Ew1J%j>ON)#EZ?kR9g2#;t3pG0NlpYg`o3 z#OEHT*InuBL}pc@D^%2VN_13+&IV^hy&i;I{U8(%s0zP)eNIFk(ei_mvuzCuFOcQ9 z3{6m7`3#psz*an@I(&aa=X2R?BN;q5|v<#E0u-er^-jk9ng>8x+m;B zYojmaq^z=0=W@BfHH@Qx7eHl0b=NgNS|hY2%D)GeD!#N(FHSbf^)U@pww7q_(L6!$ z4Pv}lSAp?y5oP^E@#^8pduX?AEVZP4GU)N6=I*}N>|KfCFl+#{Y zdXtc9S96nAle<;-MeucJqW0LBPUs{J>4&C^=*p;xG%P+2MBG60HRKIN|E4-fNSBIx z*?78CJ9~vx?m7=u0mzP6!4#1S?)6}Yg`MLV`_N0%ksb_yUs$_&3xeHr45lftKG51n zv(K`OIi!)_7=|4Xp+U?Ji@=yaLiMm#SB@1y4$wJ;OKixP<>sHkwo(^6IYsNCM@s z#Wn4x)rMoO>}F#TZ7*eHlcQA))qwi}12s9`r&hgaBIbcy+N1Zw)Xn)|5RL7y>D~!p zUx^aE{c~13V*B$*nA5j5tpwB(B{Ot5S-k=QOCHgL(>Yv$W#6ww( z0G+uCPvdp6?sXhEH6n3CjiBJJ_;M$)c_0M;W|}a9w3Kn3t?HYZic`}pA>R)hR$}4p z^9x+*cgzPFT?cyg@1;aNeI^)IVW|I2W4qQAaMm+>w^+NQNWEf~!sun+3Fp`__nI2( z5@84p%`c^=y!3UOXLl-7gI(v&STugrm0T9~N95pkV{La-d>*|=m9_Hf-K~wXWZ^Dw zsA^}pbV4HW);CtpgOQmtu%;x~<;(kO2T>0lflYBrPCwN-&*q!SLKQV8I>CNHx-5Jj zUz@KQ&@WnOvu>6j_$Oh-CQzB(lM;Fk=In4bXNDrSlZ3xST(?8SiIS7t-to^pz{!O% z7G~Ven#BVVY&vgH?8kD$^ zJBeE%Sb0%%*~^UfW5ypHLr=ZXb}k*}BZg(bMXtX1qag=WD>T#q_VNKf>5M3G$US#% zn7zq66e`WzdZ2nZ#EljaFq4Wi-Tgv)c+BrkLgtod+Hl)g-g@^orD2KhZnO2IB6hiT zh&PadP!42uIGyhxkR)^foR!id|AVIzVXttxI=(3|P6>@=S=$2Vje|yZi*J>}Xc)SsJ~2T_og2ZV@+Z7VZZo03yEw=mfFI`z+k<89%O0HL$j?!WW*aYJWwSr8^-iRCAw|2&NN#dG zZ;(0(oEHvR;lmBe0-QC*cKra^v+ZWAZ{t+BYGLes!#=O~LhC1i%ZKV?OzSQ&Czqc5 z|41qq7z{X4@^Qw2Hjvh67p^qGjz~&7@fvYQOUyvZaAq8E_a?Qwpr>-Xu>7obZF*Y2 z-<$+RCiN=U*rn6=?@Bun3hlYHi@{f&td^D6HkJp==G~>~7;5P!WNd7D`6jNZDCr3p z)g<1*@`WgWdqR1$2}u=+!M6iqkj_k>az3GF^N)?uFQ1a7Qifa+i%Nlk8dhIUPJ&S5 zQ9?_6oh`iFe7D65&e3Uu<7rV|KQ2HES+t~7R;6gZ@LFiaj^TM7g zHK$0b*G8rC;A}S{c5ko-HA6;&r;GPpcQ^~KkVqlVhKe!uvY^4B;9I$9^6#l}Zvvbc zf~bVnFR4NIopT`h#faQy3>~tMz9X+!B@jDB2XYhXx+%>jjcxxtaDpbFiD~^o#fNUE zesp9CR=nwyAayqAr49C+50+&bkR!SMF1Mc9UdW|FOG(t%O|4kB9s5G}j3C*sh%YtG zZv^Bv=ryas5G_)XO^nynb+MldsYWy{*;GU+KCumqcWltlFY_R{_ZB4y145DV+1MfS zBw7F*z(j^{N0x2Jz*@KUlHmC%FL&=Qik%wcoQ+^Pm%05^Ru)n=qtiq23w!HU{ONo>$VZHR+2t z2q_Nz=__1jzJKKfQ`zr!#d7pMG)0)<{>Ak=ZGhti>>Ks23Z7T(ccWRq%IdCB^}SXs z=PqU!w^QE%wo}8K=cLd*)csWHx0$tTygr<*yCI z!7+TmGcl@r0_;YVAhTihCN<852&cIMK(E%9kmEQBg$*o)MWeCVn6bJNuRqSg#^Scv zcIkB)6U){89y;A_DEZ`<2wXz%c9D(b&M3S9RZsJLVh>mq^w zkxj87@C(jAf4q{FWX|4rpT5K6lO!DqPVeBLA2Bxz)ZF{6-KJLc zu}^;d?eqsHgd>VQ`&nM6@!!(Q7q+7b70Up%u z3`|b@3E;2g`AwC<%5 zMdeON)F8{(ZVS~6=A(QA>1QQ`x0;9*)4R8JI!8h7Q`;>PY!9DHihU-j^M1=w^b)^v z#!$>b$W1bIee9K0vDL3vnDJSaDwk!-5|M_PaOzd;w9Wh(sT0aK3cT=77bref^apTky*XZQV7M5p3SX(PR{|**Qy(4@v6&{t=0|^aroifF9%xc5|1Y-uedATKYzzg-m zY~)-C3Rv^=*o|R!O?D&O&O4%UfW+jiu^!#l6&L`xCETh-Afof8|3^VJ_RKt{X-L$c zzd6$}y9tZ^iRrl4uHX|F|NKLY+ZOonf0R@~*C~Zl;!ArlT6H*!zJi=Z5gS!GFFDpZ zZ$f|vkbitZ+AupEh$ks=)TTPCEtIa%kI6rVTbgL&6GK`g^9akWis)Z2PWF-h{hT=nFLBOx zx{nS#G|(oP?LD^f&AoNK#o}Cfm^^h0gngpd$hx#B|jU=YqIFVAXLqb)* z)m}gin)epLPr#DHd>;5tAHT0!t}?Nq9Xlv#oFMRc?!_O5qQD26=#$R+Gmh6ZM@2r_ z9@o2u4)HMa6IB^V;ujA z52K;(44IQA%q9BnI-^w|r~{`Ea!k zNPjW9SAm6k9e_VhO#(v`Af+M-^QR6f<`?vOnUsiOehC(|x!YDYogNyEk`z{^g{PNo zSJ#H$JBF_P6r#hT8!_&2yPZC!3FQF$3GZK4`XVraz7kF~yO^8P{;-hT1$J;YU#C?p zljh{=w2lm^3W}zZqP>d=Z#S0EB+ED@|4_D`G5;xfp*1pN1xb%f{B^6Qp#vn2W6rBr z+Wv=-E+dvrowrKF$H7(W{DiSM4p0`GNy)u7q3)Q?${yWf*J$)<_^)50a74dAtD#Z%~XP#G#Z6%7`D!G$}-T+8WrNSZM!b z?avUn`v|v7qGyLdKO8_m&o$t|m$KCrGHkis_Yap z2m!h5!XLg*)z+8`o~I(?;cf5jhAXI^svG@9N+v0?2EaJS$EWO- z;4Vhlyu8evmy6VQO$o81nk!*zEHY4l-GO&@W$`fF_u+D;ns zCOyS$;EJ}27y2)b^Pnatbb{m&nfg>FMgP_s`gY(wPFoc-O0C14hVip(?%B2atySLW z?YQQ>-1RQ4rZBDJ7l#{lcBS(~ylarYCD64X9NG}rWQ3?@ZGM*~z@f&nqdNEWtnN=_ z9Pj<~q)ekqu%UV>NMeY~_ZJ`ARdELncBYn9&HGsBz-=shXB>$SZ|>Wu8#DEiVd+9> z!;zfI0W0sglm=L2gLy_q=PTQsTne8iCI{N_g$i*wR#=$ zCVZc-1--fT?F6g=_`G}&@dDQst2L~KOJx*;^0TmrsX?4vH8Pxm4b$$nHNa{1v`6$EeAL*g=c!l^EA4N$v(KnzuzcNu^xpOs%Ng=L`jWJ2IVVNTU|0eAW zJ65F8ej50C4}zZ3v)-TvYux_nIjg#dy!~^YIaj0=T`L=*sI;F}X3$l??;7QYd35pK z1BJp(-Bw&^TVT!R`Gml~D5*CST`3du9n_X&caf6)dIh!6CqWg`44+>^<})%_WVL)x zOC6Y?%-Cl}-Q&cFFstaj5%930`ED@y>LN4XtK)}_QzL*ZPlBQ*KrTq zzrtg$-N9firl^Y^*!^2l#poa@otjYG{IPjm?Bo1?P(&H}HirqvE*C%9`7V3=Z4u0? zAI~DS2u0dG0Hg@hqZyYY>Y;l;g>Vx+1j)^GC=+(NSHC}xX%(Kv#SPJTQM55lBpv6Y zw@BzABt_0ldFtPH0gNM)ZFA|wJoLwkHG0ANOWZDg-(FnxrJ^$|)PRTfH@w*ckkoIlshvsHZf^b@he2%yZG6C8_eTyo#8Z{~syn2v8rD7?=#y`dH<`Q53p;+9c--fJy`I;1?urdVdqvYNRz;1BftFH( z7VN)-RbTkN+83a-Ft37o4)Iro?B#`9r1%+X_Ih@|ay|(Rq(z6^{kNbhW}+e#R=cv@ zJ?}tgK;>CIhtjA;xI-zPn*ExPobX8tn(2HbcaKY5(#Y>=-0?(3g;8(9wdW&$Bvmq$ z)Jspw4SM8a9N1nP8s`FMMCy{#Pg>6Qut3iOx#F#&av}MXo=Mp( z^#@c+Ip}0JK7i2BH@k(iB}8v&VRp6ByblJxz`Z$XJKz}>#1nwq7KMm=L6$^KN5#o&6&gUfQJ(oWnZ20Rn&kK zNN0aYdVD2 zcaL{VTCT?6j73eVn{N=DZe5bKK0;7%E#v)oqYob7^;ZU4ZGRmwv;%_Q2n8~IqiFrT!;JN8NLkxPPHp;RiFd5!*)9& z6BN(UWYxC^l>oQ~R;1{=IrTDn0mCn;ia*ksQ9NJ^*6rH^XiYeF)IFSh0{CKDXT!*J zjxm**-t|KBf&H|R>ZkMS;~@N_va}hl%PlBuABhd?Z!`zB0zxzmoD&NX^)E#&u+T~Vl?H2`AW;s-48q~! z>4!p4FN368`;`=?^GoMT%Jzb06{5FU6VZ%I@}U1y1NDao*Qvsf?f~xdAQmsYxjU5l z1wB8eu6yN>Me5S)Gts_+#^}-NM)Hj9Xg43{A~24HPsQLp?2mvNX_iClPqtK3XIy8k z-OMN@IY2QkqSplBbQ>fY%N2R?jJ|**H5qg^;n5+|_!R8>CCN9AW zT0-03HC^Flk4a?upeUQ$OSfi0brcsjea>{mA&JZ3s?Eg-d3NjJa~}P`CET~*SW!BE zWL(bk>Uu%5X~Zx6@s=X=%!zE`xA3ZQ`(sj5ca(1$h30%xesgMv)9kdB(<8_S%+rRM z>#)>h^>v|-6LLrV(SQ*p-v=LYwzJ%oanYK)*QbV{UmnORVGRm~U$=5@HIx;?f}Y8G(GB@~5k>PCJ$M8mJQ$$qO5I$sy=qhaon- zMS%E(>dg??y2vdF@aWAc@XQw~kKcKK;G<(^1?_R9{t<|yf?1_FHMZs#mM8M0 zT}xVcInIQ2!CX!GRfG~pTjs#nAp;V2Hk&=-iU}edG=2kbL#KpR*mI5Gf*D+G!~wpb zGkUQP5l#=i@4n;X5TUqjR$U1NaJm7#uqrNb+77lY{g8`Bzb{9WReN0iixryl=oaE* z?DMx}x>01)2VutDh%-54kB~};$e;VQmUB6JtWiLB?_5$HLW=kQIhm>@8ca4hDjS5JENav7(bT=L5#35HEYz}lPbc*f3zZ3>GWFj6eo@uV3nft<4%}j>MvUL5a zo#RjJw|IjG!IbZrb^MHnI1$WUG=VVOTO0e4j5E!Z7f<({`a<&MId|^CupMb0ngc-& zPD|LhrqX}CnOfGdy;n@9gMg{deGBmehN22@k?Y|04rU?I@Vo#gCWJgv!MX4S_HDe+ z{$;M?vwd?okrNJUMP5eo>mcTCT9dgE?$v%pEp4mwylys4^M^;gnb9rws`l|@;JTNC zHL`-Svh!mL_xc$H!NpD@uIk;gN%w#^q;^w};*jxKp!HmYvvJ|mn7a;c-)wh!Ffa3=$~gZ)|<7xM?8UJMZ81C$IUBMnht=8T|b=TbQc zBj{6{=8vwp^rxf<`NINEM!0nrm*0bFExa>wzK^8`Hh<>VRTR*h5&+hsaXg?9=v#`a z&hd`J4xoozRPk}IW=}nWT$z`{%iBH`j!5XHv|2S@U?UErd}N&;#Y-!nLRYA>lbi?U z@QaSCaA2X|NDe4)p+wPksn>|3n6}xDyP3n_ag>%(_~N8yeiCFRzc!{V%6fyr-6#! z8=S@%uPC%x!U*F5)4*!4Pq1S=w7o$(W)|?vnSON{^ZTl~W%w!*(u5)(luHHhj)t{# zd=J+Hs@q5LSWnYjGG7M~y^(FRyc{|ecz(g1Mf@t|GBmHL?eE${9cWSj5*G&6$^%>| ze;+;AER!2XL0h%D*1I7@-hA*lX&O0fmt2~0$smwWyh)@!G#p^*!rU#xIw zGF(Xj9B`@@IHV6!Bs(*`Q+cOSk*>W?lq9*C+~14f?%4%j#L#W;S?IR;V9x(kfhW_B z`LI@j6~vWNjts^d)Jzsbs@DYwI=Z{MuJ%;n=6^9ZT}%oRer9_fLICW1Lh!j_V{%BU zj-v#3*-5#nWD!_au?Fs?E}O}&h=9;}>fW~)p}Rh{y{;nkb2+@F9^CCP2MrpLZ;=B4jG?nAZ!Vo{ zdG@`yj2PD6fcNbs71m$x+f0KJZYbrfMKkP{Ef+lWpddne9g^J49PP7WyL6_tUle#N zeMLs_8x~Mep}O>tcWpfhm#Lu!IXgl){6)aWbdUwi zx{WPjM$Hi=-X<<)UU#Br0qA>t!{L>Jg1cKD>GL9G_|vSCnfuG|k#iy_h$cwp?nE}| z-RMFzQw&x-_*hV_l**&_Hl3}3ZkH#s4SVRCJ#0pqB2KuA%KCF8JlRKnV4<3nhF|p_R2=wZw(3`ZVgOor8~?=*Z=FFH$D-2-~|w zJ}wZS_9`w@(s(WJRvhb*%i0ye4#58moncSM)qFsR92#V5OKnHw3UJ+A8;V!sEBPTM z@TW9#KEnhjax6O}l;|;vGRYRIEm z+8NAne$rRKoi#ck-<(8a8OXVb*G_Y%XcbJ&uywou%9J@j&Y(*3Hv0k{y zO&VbgNXeCixp`jp7T;0HU;rWY(Mr+XtNN8QG57Qtr?6s!*2G`M zx|ciz{NmlC@Sv17xYsmOtJs#;#aHOBgc#WOiqk)05E;V!4s$}Rv8tZ>nSi?$4LpDA zpTRPM<}puuP-ni5NS{hK_8ka;@$T@)D4BoqOzXQT*lH||g|>vaB=w|O0M&@YB^-en zcWDN1P<+Ua5pOrvC44j9gOi&Wj_A5s5MXOq9*Q|NIG2A%oK3BBD%Nxg1<+~5mTzY~ zL=V9PiR3A#vIsHnC%Cu4a7i?7I^;X1qc5rw4p`CX&8)qFJ0AiVUX_WBS<2$w)yqbt zlt01_ATx)!c|YVT&?w+vtjf-x!qLv8BFcZ{MML+dW4af;P1n;ER8{g{I1lGbc-qi2G;WZKCV>%SM?b60f~HFf1h1|9qu}0`k#Lh;oMNks ze@^IOsl*gkNQ0y5MEqOB>|k}rJptyl$d28>|5rTE^!c;Quo-I#HP@1xWR#4qPUuPf z$3m*3!5#e&3{&f~&!~Z>8}j95m#Urz@6=|#wzBH^0b3k|?Z}F|h8c`%ps$2b=RYPi zCJwvzttS0eW_iS3N0Wjs*=T4y8R^32TUFa{z9sWVe&bGm+|!gCdWNPTiVG8i*t+lb4l zkmcc~^~0r;QOQA*E&g{`*><2rhw5qb(O3>#nmIszsmha$O?+u4M=y+vS^J_>jK;KF zgZfrS0IyJdz_k@#f~*gWKp8^ISFP#MLHoBabv>OJbfHKHBz3a)_aUM=?#A2Mo|(jOy$9A zdMjMGDVgdvX4CAem$#Ql!ohbFH}@5n$j<@cXrl|}&n4x?AUGyJ!nbw8Y5IJb zUhf$?YQ9BdwO;*3_#=%F zUy{G`_O{anPxsR#pl(nZdDKDw2lf0-(^)a{b?IfNBcXI5Hk%5|^>ZSk86ZJm>ZpW8 zG|N2EB}eQckB{6c{?oyhjPvIzb4Y&nZru;Q7n*iqhaV(PD0_HG<}0%mxb!i(KEw7c=p^xap=k*C z-Hc>Raa3MB{e8)DtkcwXtdvjTtDjJy!6)m5XMt4>f!X7^xW( zDrS9~VKja7>TrGYfy&GS3@7KG8Yn^VlZ1j0%Rz0NhL38!MkYb>Zo3B6Sy^*8s9 zYxsD;bqr}6pE^N^JVSWUD{&-mlfQsS8nVRAwitiJEE;kQlN$C|4vp86+?R_+J>u_M z2m&7SqUN}KAiD}PoS-Jh8> zZs~%>o<~srff|_0%@>s8y08hO;PElPe^M)M=?Q@erXW!TkgS4lyA!)=u0?ouH@yk( zsjbx>X*6u@QvM}eEIv1*abKH%s~^;TUi|$@#nF3aP{#Euxtn4(xCAk$35Bn>4D`&m zT(0BY=j+#2`y?V~9w8Ca4&@Rt(%;=Wi8A5|{28Y4L$7ZJ?(ng;F{v1uu%6Wrag*hC zTr5#?Y5svArF%e5LiuA{*s1t?v4&%eVD-<6fVQI4v09f@3uaZT71uI{VEmZpvK4ene z`Jk#c%1_=MZujH$fl#3M_P)pB%7S(&u3_f+xv-($sRIC+HoDf$?;?1wxF=B6lfcBhC-0Ub! zUS62=BlXDW7l_%`8}j^9ZfD(nua14Ei%)AQg-9{~PZmtY4YmcgYG>y2>qbW&wuCVeF)?Lg%=!lniwZ`w{4a5LISWXS+T#2{wTrzvDh3L(o-8$)-5~0 zhPsvV7pG%SJ&5X0@ko|P$*gamK8S-B-n>%md`OP#5E?WtTS~a4Um0Jwa^b_sfQ_dZ zuVoN*A`f;MQ$3NaCS>+CqvvL&6u-shY!eJSA6Z0G7*4h2{X5Dh=HF31{H5Kt$#4)* z6M%W&6m(STK^xd_8mMp5PgrRmk5_n`@6wK&v$`fm`<3oJui#9KTVxg)v|0YNPxGN$ zh#m-oJHzNUn|b(q`HIPNICF|}+ba7@?}vB0ThzB-Y39C5943i`PZM?}fOmT;XX|Zp zux;dest{9AB!u_IQ+EaVH-vo?!wRO_ym6n{@@OxMg+%?eQL)7~@*Q-q@Xot^#7v4% zGAoP2k;}K3fr_}`QB;g3PB;UNlx8)j5j8zn^6_691y7J1oFtz@ca@YH&2-x1K~T%A zvL~c(iQmq~DuVBwLmBRbP|GiZ-{O#a@=2&<@n&B!`OM0k8@PYCXjG93J&HWbaCyh- zQ29hS_}Rs{YZ8_m!%cwZ4vyEUEV|G^KXncXT!R?u_U^9WYnw4ereQ`FoQ5P~Wc z^$X|+aynyX{^gsZbRz*03~&qn2Kb<2Ub~ednTiZsaR9*~yUoQ}h77yzXw=nBdMffc zghONhFMD!95)WUk2Df%-)9j%;`5!lN_L7+ZRe+BC(>y)Syj+!$UjVJP1jUcT5E=Lm z_>wDYR*Kk%d4f?}bdc>F*!yqRCzlVOSm-5vv&WkMq9bJiTPSWF zr-sP+T-(8ZD zgvllHk#mfjz%uCLyX)ahP2l=~2xmT8bc(N=A*bGgP9<9r{=46&?V!l$q>eRu8&4%% zwiLG+ThJryiWG8bS>0=Si)s#s(GYTVf6GRV=Wr@I?6|)fJR9^|R7LZx9V!=VUae+7 zERKRd0*kY2F3Nx6J{}W^r+D4ZIl>A91clETXZmYokI*Eqj6bV0 z?+vNGzn2sW& zArpZrZTNTTt-T`M=*=@Pj8{4=U(^JC_qV6N=}SetG~SaRSiyRK zwe^n=!_F4l&?)c8cMXwsM&Am&mITRBsmb1qtf(4ws_UWr}{Co$9o^*!3QY7 z<2@2hc>Ji8@fz35{$*s!WeeK6UEb?}!YUr{BvHuwsNYxv8q}S+uAUz#rT?u)1+=Y0 z&WGs{rC54pP52ADtiQITS4Y3(HaPC?uY^f+@P$Y^f|9c8AstA8S5bb=S z@Frd2k18!Y{J?!2y6mB?ftfkd5RvBU4(S^MJ;a4o{#{D&f~J8AitWAF<}$R21T|>o zlB(rQc@e##=5AHordF0F^D^U>O-{51G=q(npH9eI?9rZQvRjD0gOshu-U<8G9N*M; zYP^4FY*QQ#<2oF;oqm~N6mqXpj-VU2G!5z3NHnu%W+ptQJM;OEPOy<((WX_`Y%Fxl z43clQ&9PS2GUy?>`KFq&hEWU{dmwN|JZb-bX%;$fh9FdEemb*GO&6AG`UbrY$S3Q4 zi7iTzE|C@rY)G*U|8IDV+ejyY+Yk?cd%$_~(yz+~*M2uxW_}_b?GZRHCSi&Q?j>mu zcRsK;bfzK981k4bg3Tt@`sucsL0OTKQ(%)8jnfUua=J~UAG$ZOz$xz}a}7N7YrRXK z_6DLw9uODQb6M6NDNbjX(p!7AF&cG@V6NEexU}%=(8f>^4uq`;Ds@xAP^;vpWslR` zV!XiyW|GomAtHapJ^yV(-1A{k}4Uv>O$$x zrFyG-R8Aymv2p@tult^jY3)QgU+cTxOGJ&GU%yb@F=)5{BgDsy-ll(-M#=7@cSbTq ze7-B*FRML#g`NhSOmn(lEnds42c_2q@HKzG{n+KMu@VE`i}MrOJ~0mpY!*OUN0hZ~ zOvE4!jo1j$LQ1SYof4}Z_8xcwNWGQe4dTB4jhG0@L|LwPZim7cY zJ{FG(U&RJIkW?=_Sdp#H1;|DVagjLswc?&xxHf}~`0%=^=SX%gba@ro1}7X%IA{j#fQ&F&H+pwf59k~nmuvrpHf#^{76~Zc__KIonZy6i__)0E z4leES$~Stc4JX9+4@x?oEd;Y%+1PwqasOwi=>8dY=0zgUkP3UcztE~%e?KJf#{i0# zMd6Fk^MF2sy$tWisrc#i%qOBNZp~Wylw7xtGY{@HJNS2IygI&h@Oa)JjEQ#r!NK}K z=2%XS0h*oG?^P`vh3%-{DSE3=#1(I|?{qF1k#bxd#O10G`L0@~?S{-`bbHJkr~pd3 zi~Cgn0}S1vS@`h(+j_Gue@*_k-IE$zs7~GfFvKwo{xk0L%rmVgELU9Ixi4Chx2M^w zR?T%y>Yl{E&;+}`^F2pRrf%&EY1lO>qRS1~PLi;!)~7VuCZnX*$~=P*#HMUruPE)p zO4{@eI)#BCmj^oYuLaz{>N0y9@!mZ9TJ}*@GL!yoGu!1tHehGq=?1b~OuPS+2Dq|?}0GscM&jl zs#|7(7)xdwzDVc4BR=(i;Dj+Mo>x6rz=+Qt&o^z+rO12nm}x@*w!n(DAS|=h-d7Xd z4|(U)hSR(!h7;CX{ckv7EFdM*aB@2%#RyuWAmBQht- zw;G^i@`X!7zAK~zr(`b;6rt)nXxquDLOuj);1keWiSZmr|B2VfVkXbRSNK#sT>{t` z;@-=TOz6*KSkwBQtPSbztCTwA>qU)WwrZ&sbGrnEJb&y<`ditN6 z7kJuVUkK-|88CWQbi*(V0jG%F+=PMvvi7iB`ORQLQBIo5&)rzLJluiYZ}))+`&P42 zz{aAOz2i?(UI_cwpnt*E*QXHSuw!{nB!$>a1!nzbx-RUYYzo=B58uve&OpJf%lLo0 zeJ|vmFHi|O9XOsoaS(CnH@44cCJFSICXp0<3#8cvL*qr;e-*36MmGpitZp|QrKDIK zA71WOO{XBmZwEPYh2DBRm8;E|796QRtEj!;$PzjPcojFQ(EgPzP9)!7*eIl8kq)MD z^(``7nVDb?@9uk$9>q|NDT7mozDZ^6>mM6^~8+NV;3# zklvxoj1I8arNPt7rjfg>-xub^!%<^4#i{H1<{$nJ(rx5p)Eq)9t(Nk$At<@JKT$W~ z=uPb7gWqxG%7h7OWG)TEy~yR}w#uvRl(h5WEt(v>K6CXw>Hbd}s-|7rr57awx>W7r zUFrlz=D3ufRF3L=sl~Pvkfe51ZP99iLhthW`OYu|x;F({bu=p6O@z1$5>JwxwOvZwjmmpZdwdqguESx^Ju&ZC(QUDKDrz-juktrO<@D*J{xRHReDYsrUo~%H z;8#Y&V(!k8jNZz?;Qvw^zS&Wa+eY=DIp6>w`eV5>D*so~KsrbDX)hzF^1-CB)jJ{b z?@Ij<)vT&7+9HPeSufXWprtV-DplY?ZtoB@QdhS_3}6k61UldPya!w-@WZ2)v&O}X z7R=u44q(5eu*usvW?4RFiF?8XInATkc(f&pZUJs=IPJH%+UmCey@7L|40Gtq>U5qA z7mQmp9eS5G`vmyG2)I0hOi!EHRc9E0i4%ey_i&?v zu~>fs@hNYu04PC%f@GSTI(@JGUAFZK{_Oae&qwdi%0VBsB9)kfAtw^vGan=#N!N?5rlD7WZ$SWd zA*UydB-irn31Pr68Gd&A+z@o?)$TP5brz2{xd3$uv&7p*hwBL(*!4X|YVKOJ<<9;3 z?_2_i2|@eUe3IQ|j~FEu924J>87mA({+u^_(2Ofg$z|y6QeJN*pOxts9z@I`_ri*q zdlIBDIV_;xDtr@1ef!KhbmANO$@85)Xb>FATb@=5kh7^1!d%Lx@*C+PcFn0`5WTKQ z5_0|&mz4()gyXK!>H94P+=Xg~C<7GWG`YIRyfKVQsqA;MR(neSS2#e2U9dnJ`u(og zPuF7>=7eQUVA{LW+@p85QiEoe$DmXWQGWN~5rO0?hwE}kA%tkyR9BM&*6_ztu5 z!V(+jA6OK#;3JZbSM6oAs7-3?9FRpcZ_lAaWQ4F+IM5+ty9+=d${-NfljEDn%+oUW}}Uf&{Wro+QGp~ougQJM2#I{185G+M|?2s z282FfHh~BHPmw4c@>czap0u$WKdoGW%rDM|jwpfYsQvK+T(Tk1FWYjG(BjsoklvlS z2UVm%xZIWMDw^@rh;pwg?ERmGPbL+9P#52^luM{FZxo4K$Zw0cCMzAUU!XcgE;*03 zqx^m-*35*7U0~`DX#Oh@CD>gYn*&70^4(uaz;`SpCLtK!YAu3<0)PTH4`4I-ro@+@ z^R3KKO98+oX%b)K{nZ}!4D&-s1yFv-;oz_X8=^?bO@L5f+%2J0Mg4-=!EAPGfo$Hr z!wDeLtoUD$g794Co;ps_k)~Q^+g(n}dGN0%kAJI7lPv~Fd5vQ?K1yw87A!PlycH)+ z6>PS~;MbUI91Yq=o6B{x?^4je1V83^SfnWr=Dr^^K1^dHDaPUym4TVmePi+`-L0%; z7_yb^)^ylXo8GjQ`JnX&X44S4*FWdCFK7*=NsbpSts5?weBeA5gZY{>UWs7>?Q#&< zUXrrfjkeiy4-bv|>{trT6x}w$#m0VlHea(qGO#ubS|o<(+P{hYgt&l%n4_?2Y#u*Z zjbs}XJw?){u5&m#teUs1`%~eQ%&jwK3xw3%*JW7{q7Hv~XC3=UcG{qQDQ9!A*Wi9G zcdBJf00@UUO77N++3VscT%(~T>bAHZ?j?6{wiBs&GWG&=GF1(1K7XoDC0&R#&~mgI zi_1AX(`WHfyb~s+lA49!ay4+7B1G@tl2p1a(y?hqD+?wYs!aF3j;=?4M?8{1GVCjs z58X2pNMt(NJ3Z+$ai-TXNSqzZvQUYYRA^5uq)HUh2-yD)_MilRB=2{CcT4_RKov@% zK3`uD&aAx6nvbC=wjY$0=4?tfmDB4*r9>j(-sdOXeKsHbzm3~CdiX@%qMS2@-zQ>)>!TXMEPb`aw1*jXkJJy+#ltiN41Rg z{;@)?-dl$(m%yFzI)jbXXhl{n?heM$&)ykF2{ZD;d9%FnGf(TwHp?c}zLpyeO1;QT z5o;nRQ2lN4Zk3XDiebOVvw=b%gn0V1YDh=-w~m&5vwrh0HjH$t(V&G|c$#R^!h4#e zZ)0NDIyuD+#=^~;0+BZ!5zZ?eOEV>$%w#z_qe5(R2Sm`M9zn@057PUZDjW-jx%|?1 zKx%M~Y>C18SXxfSplP2IJwNAWV)jwbnL7=k!AtevSTprw$*Tx5hC$tl_hwtD#lo;q z+C)mIwVopvJ8HEOlI~Fww)*oy*c-H0h}1$OyiWc0-p)074t)%k`s?h^IKO5+VenpA(Qo( z0d%ZCZt`(ULh~Oidg;}6T=U7pBLLf@-IChmjz*LFux!xB4NVqXM1m>IDmi=%di&~3 zC>qQ0C*N-JqNCY5g*&(^rK>aLe)L~HmyPVQZhuMY4RMF+@iuo^XZtHsx$gWtwSmt3 zSrfEN*TXq=Xjkq%eG)Rnx^{bQ?{9GHuqXGbaPalYlP>VXMsa`^#}M!BWA(PLh9~yU zDpa70JP@;E$5j_z7F8ScTJ$PcYN16Lv>6-U>J27qDJ#A_zKpxu#k`C%al-Gd+4Us= zMN8TX7)-7vKf%7oi0Av`TuJK1fNJ-U#ZV+lF1@izytb-Bmd5)tc21QHc~lz17iFBs z*Zr17@H}~f5AFm{%Wc%P4f?J3q5Sxrd#+I2ivd14*FH}XIzO(F;*ccrEHMU(wKTTQ zVbTYKyS0~QdhZEYyXJPo4Rsx#b9q?%DC6|2Hh$D__mv^D+LaH^dn9@>FSx0__v?qI zjNtMZL;m0+qlI@AR;KkQb7_A#MEt;m(vExFM7VrgDY2>_08ta{41cy}2dNk5jg~DeIeB_TQ4@HBZr=DW z7gw27^<@`ky)JrUP~c%6mRDTIRi@~pWOyY7cD#eUuL&(H|0vkBLUtj{tMu?Xs%MLLjKNtn#)4*#Xx0SdlS&AdrJ6w{b4`+X zg_+c5ryFBGG2tp-L2|CJwzz%>io+Nuuj1(pp5 z9*aQm_qV7IST2Dt&5n;_k0z{zU#MM|Ie0kRt179Yi#mI)!m;8u*$a&{f`uHQcT_n& z{TfQCgk{5%qGy-X$|PbF49=m`bj+$EqqK5yy=*Wuci)QS4+GOPG59}GnDm9))_Gq` zhAGK%k((fhck~n+c<0?rmi{AAZn4h&=JHdtNI)oY5ZewFIx;xxfp4_-lhK64t1I!YQT>VG zA&M-D7*0pa5VS<_)0*qz7sm-a|1?Kr_l+f-<|pk{FLnRvz?0Atvu-7ILWyJ^HfVtD zH}*7G2Sp#uocuvY<@G8jZ8O{yZ{pRS^kU{D*CpTaoD^8#_+Egs6S8uj`cP%~)Y_)w z3y!OJ*Ei-fITb>_PftRBenFEFn5Aqe(dvH|7Ir5TOP!=k#GCRA3~(B+(87;G^)}KT zz9hJAY<9g>=V0bNn%Z!{p*;;Fg4dqKK)v3$Q4KFm$Fxq)j}M{JXx(1F=z6$*GU3c3 zOUyec6wIBKp(B_4JrFC6FEUc9?e;rLN80tY2Ri3$g_}T${feByCL)`A@1gP9Hz@j& zR>oUTnyo_0KW?Iwnm;ItVoJg4$eu;UB{PVhB#S?dGDFmfur082v!2SPDG;GBLW5WA z*ZL}Wqjx+7LA36h*uvrxMl$yV1+O331+NQF_0tFqAiXZaCBFHrFos7)vp7kRhH-A; zy!0Bnt7KIwMCvch;e)U8~m4fj#zDbfA{iS{{ z7K)Il*%b_1=3v~xi%qQtqcn0$5o#u>ryC9%l7?vr&6v%| zD8=>^WHH9Nez?*bc*kznjl@FrcsCfUs2}`tE*|lW2EoA~$p-0(RXJQIsMHVmDBh~$ z3H|e%K?4J=(`mA);i>B{qLOxaDO*Q)UrXPMb>$6LvhpTg;u-#qLOzXq!cuCG!J2M> zL=B*+60@yIwq?X-)}?FO1422LbkI-c{Mhs3+&O-4qU=UWcCA-Dq)Ca3)P|zzi)GS$ zC0vO4r$Pqq8}Bf9Q?@kJ`Fil}xEj%S#a=7M4~?y!R5Cf}T@D zM0&}sc9dK1Hy2C!Bkapqh7XTo8ZAu1IP%fAU}=+NGN(Bda6o zKR$F2JuQ$x9-O2MRBflAx{1@4up&*c9u`Pc+#_nRdk_{;5ZDz9bAR3z7zIOi62tv@ z0@AE^dIcp_j=rPJr)*oo~kjmT?!R$Gv#<4`>v0G*yUWsrIMuW zjcZuU+fF`7*4~~o0#1|EG%v*Bh1WuKTY|U@7R$FU%n!@9Qv;2dIdt|{-W`>kL@wL~ zhet(J=CKW)sNt-SYUWD$wSEkS;ra^8tTwRX@J~^UqcC`F@3^NdX0$3}p_>iQK{4^z z{>`s6eY@nSCoxJt&l1XaIr3hE?zg+JrQ0;MNHab;fR>gW)nuKnlHK|!8GYRJ&$e%U z)w(OaP8D3hY@tXb#**lXZJOmAM^4u4ahEo?@sm1m$}zV)ac4%P7IPJB(G1b3dExnj zr{%#}YTH4(w_B_CjREBD#N(q!KBSdq8-NX_liWGV*g=i%zW3aa1ZL1hw)PJ+a!C`e z0j{gRPUoaQJ_+mapSMjh{mK+VP}P^hvf$`27x|}t>|7|n^y9f62T57R8IkF0cld!DgC+KFdth>v4Nd#>z$2Tn<;6b@HU43prSgHU9mFFhEZ z7d}xhZTjW>CxIZl_uj&6XafFTAXsOjukf74AkwUL%r5ZZmaT7AV#UEbapg*CPVz)a}!%&jqmN)28`$CMWdr^*m1H^!98M{yc8SM%JbvLkhGSSB*Wb~nGwn3bApdsW~Z?0nGaA*;!h zBO0x`RuIXswp-w5%t-m}a4Gbn#5z;ci1IKyv2*jhXC8#b&$ zCNO8(<}reS;-`L8%}Wq&Rj%_PzRy=4>Kv5vM0X>{lbM0bm}WYdJS#S#&qZX&vq<)> zM}q|j@3^y4&Ugdsm8J#?6d!8>s3fJxo@|1OVBvnH$7o#ecBz!1tT0LNlEfa+dB`~5 z-9Gxp;X5^1s|PyCX&Gl=15Y$|<2o>VL-&N)WU3+t+5(XXhn`o`0hb zuz6bFKHT0V^8RP#W8#Z7`dq0e7u@xMF`^V1hg+GsxrYoF{&SeFrT7RJXUkQ zpG5af|8)OQNx1IxWSP*rPLgZ@HR&-n5(D})>;Fo4V#67A>CrS&aYRu?Z)c<^!+Tc+ zVTo(2&FEpGcCFLDQ8ac)C%Cik4V+d1JfAu}12#;P+&oq(Qbuwh?*&NnwriJkCIc69 zOkbC^RZIJlb5lTM%5C;!VSDz09;n;ijYU|NabxN-ba`!bU{UfSJqmtl6I9I5dOT)Q zh;a_c)Y)XC;I>-BnDwFQHur2gKaEDB&wPG1;%G=}<(#@P>I5Ma1G;is+9Ejpij?oF zv!taoSNNHkCQZC9Xj2WIyuBsQc@cb4R?b`}Yx*m54yT&v-x7t~;8&2MXYN;e5@*jvB2qZo(+9Z!4O`huhWLSAhzpqH{5Jz=GS*6Gv z1uQvwbtV?Y`*+NIne;;>L=c=UUL4%SysoYWvwsD{WFyT)x4KND$!mg6?vR^I`}decSzDZ zB02V3^Q6Ij3!_~wfeC}CF(S)Q0(D%c#l)Dw-2$I#?a^S6RZHfz*wft)=m=jWdb4lV z9;z~9X*U6ESj6#yqb?-S%t`RfJ~ilG!6inzlDxlXmtm`HR{2>&O={i4v@Za>D1N29 zjEr}Mv-2^2IPFZ_HEzeySLBhQxbF>A_s6IG+W;82-bZ9DT*NU7+XwRKC^VMu{) z0bY>~^>v>fa5hYVu{plaPLS7`t2LOIp8ah)K(=jv^Sjxu(ZTr2KHrq&DJdOoYT^2| zy}hQvr7-HhvH-+fwrO%Z=kxRjU^iK~%oOEOm*^O?4n@qBxLPmrA=^A9G>Xy5DDiuV z6PMuCU&(=^beqPw#?j+t*^|LJhaEM^BR46eNN25XttM0+x|BD9Xa>}nYT}-7{j`vXD^^NcLlrRmIzkw#JKtFHQ6iNYt z_eyz47Xv;eXRM`&fO7?O+HNLT--duweOdz~GrEsCm93|KWIiIUB?$a!7|r(HOU)?bgh~4wvhF$)ksvvnKI>*e&A*x#`|T4*?z#3p zoIz5`MzYFg^>qkT4XZ_5s?hg&YL_T1_>FM+r1r7TH>oU)9IjamL{W-ebMv)00f*rXEE`*sw?a*^}}IiUQjL#SmSj zsn=@gM!IJQwc5tAG!J1Yj(b-8GDB)rNm7CD@Kn$<543X%o8hd1b2#Jq!%PKWXZ;eYmNfkjDI_qwvK2ySDiy|D*EJtl!?u%p1fR~4) z$)>uWp*!I#X?KDezGTeo`32^FRI}=PI3m1`ZgY{wSv^?&CZ{epX5v{XE)ef`)qH$q zPwSX~BXBywXjSpy*d^_heQOGTqmCIgLxWDJ0>)9t9IhvPO>w`mDKkc@D92|P; zJvdc39I= zg!iU;NRyP{9A92ZAu6b?-^(p$y2SP?S|gXgg;Xi5oaF=-47{_Q?VQ3j_yH*|4@XM1 zmd89|2i_IQG8fP=cxE*_D`euL_CivlvswPD+H3k`l5qoWiR?h*!Q`8fehwbw1VRk@!v*R%&m|aColhKX0MZ#CRfJ;-BU1GF%(?mTjy9 z$W8y)-vVL+vC@}cBTVL`SBZ)FQ{bCHY(BzlCf^^5oqui}*CpQ^nnC>&>(U5E^U3dh zu6r%JA)!%tfLjBZTKs+Piw`@Pi^ZPiRZLrQA*MIWM{GKd;5?F`(r&WpjVEXlv0sD) zhRruZRCabboZD6Y)@F#dqMYSUkF!;(a~Erj7gYT0Rh7Y#px^6lmPC)yR>Dso8RK1S zH%{~!g+rw3n_pmsdr_b1~99@=b!k%f&H+*5^qn+b|Xnt?Sbd>aAr4UMx z%U4?#%sIG-C1gfQ<`sDJE?seP&0$vF@sRMobFwjB-!uDq$L@Dj0>@(o82>m{X+GA! z{46pbg-whX!s{aYINn+v3S)hDV&pd@v86uj zJ5?jeKzN64gG__w0F!6f6#(dm-6jz>nBJCk-K3w~KD}mK<^jFIm<t- zwpg0-wfYl+<0N5e7|T&fRL$Q%Jte!+HFAACx50~ZvfNK7OU}Wq$=xHO_r?j29D1yJ zBXUQu(RdU#G4=HFDPwrh&d*AR0A3Akdi%uU57fcIn=76oniAy`*1`O%uh)b$)G9U{ zY)~HEU9Xp!(|9JQR2TVmDNQe^!-WpYF63Rosr zZ9<*Jd`Q0qZkCntV2~ZaRgmrs2o(NB^S zKp9RfgtFmAAA_Q=yia4LJIifL>pCfj54{7vN=83)X8PkLM&S|VlvxIxbu19@bWFHG z`u2xMKHLUJ^9mFmvK_4>${i>;ttje9hv_%%no8`?*%8=gY14oSe{a6Y5ZwTz1)H=D zOG(Ae_yMKsQN6BLuxoqyK& z`UlgT(8vPWEin4@KE?Gt+|XI#ut)5o*4ut(DS?;Me!VbO;*Q_g@NmQfjknFFtEfCC z_Ia)*Jsbp1D|2F1>(p&imSL3c2?8z z&DbFx_E~IX9U=*hsg1JDBb1+b5l4m=oYyj9g_0zl;`Pp~`#Y;&aET3@sfX%JRtXJ5 zU_IjsH^|Ltvz|-hDy$@~FxyLm#nNen%EdP2@40Tt7)~x{i}s~)D6huMqq`$u@wJVb zbH#n)NGd#~sr0_rJ0R04V=w)s@8dnqPXfkwJ(u64%MU+=OvYSpNQLmrGj03+*?D+~ ze_N2bO=`-YQ%r~*nHh|Yt++YtF+OHcrO|DA?9SFMPH~TiIM+y;;F9+8JHDfhndT8T z%zX3dj2ml1V727t`1o|yioVnqRB_+8#W;BFd616r&3M?xXv^bp6jp=Ic zzd|oYh2^RKN8?Zdy897P5O?LR@Mae?MER#U6^Q$r^4(k8<+ z;x2u!ua9kCk7Fz$}!dMMj`c2l`fk#6!>foFa9*-j^O~ zSX47~Wiz$;zOqFicTjf0tu=IdNNo`Me{lC+VNI=D+b~6%GzFzd7Znw0(pvygQ4tUe zh;&ej0--0NBS`2)lp-Y*5tZJg*8lV)xjM%fVj5S^>zzp=uF-zJtoGgDg7D|*a}p}Fxs6^cHr z3Fg7bC-WCrRR=!aG4!xJ$}K=`**RYpak%?dukW4zo!2SkDnXrcXV!7EiB;@#x=B4o zV*02jvL&%z@+TJvc{nw5;H+$LMak(yi1?~)VK?}*catE)xc>&5g9&)n+P0P^&9&LN zA#3>T+e|&o&nlah{X~O~gt)OFV^;;~kTp#GlTdf9qo@ByLu!wo05LAjBDNbiVts7U znF&#K1z9A|_eZ5en!1z6x#$s&eRx+}dS3h`Ro9)xj*6;tgYP{UZU^nSCA<-z9vN@6 zN(EP|8UUp0VZI_ZM|18XSHF0*Ya@lDA28FDQZn8J&=%ouC&Z|e21k!3)>LujrH4AN zDn|plcGoxO2R{hr84OU+8f7S}cwt+YAj=yt~6?VJveMrC;XdU#_O zMPN0ZKFwx zX7UAA<;q8^hrO^@9_j}c|aNu zOQ>r`Y=oMt;7jQMl|1uu=#F!f0k1bOk%%KVPsbv`c>NaDZiP2gB9Q<51!Q7+KovPF zB9TC09DmC!_?I;y%h`$myVy6UVC7@}S>ea=75m9_A6>Gz6)Rq*l~EZEhJw6qPv4Zc z5*HjnQYaH%!JZ_cDRHUPrV2MHbMpJuP=@V>GNyuhSNr8@B{s^O`mJ=(OmtjSFol1# zclCcmCRKP1l?T@@4v1(xP5_`2`?LBudTc+}D?~+tN~F3U|1Sp?2ihh(_4+n;vyV{~ zWgmoD&O0_nIy3gfHyDJ{+gxj9i~LKmM3 zCtA^KP0?#*V^aj*v9A=5&BmplPn@4)s53}yO=@F3X)JGWBc1(fvMaz&HO$EDlC2(_ z!|P6m0Eu84>pEmtYWOa@d%)&;+ys~Fm~ct!rIr>kVA_!)nIRr&)l4Y)BYz;_0T(t? zP>@P%;D=X1CuB+1Kdrf(ILcDWKS3EwJkr?BHKUoPz99OAV0PQom}SG4C%24Z7-iqP z9jaGx?Ozbb*6@aqiOkw~E4+o}$S&MdFeq@?zEkUVJwo-GO{CQ3@LDfNZyHW~^oLCY zbBReeKI@0B#>stc%yX1MTZiTc?0^8hBF_3*-QO+LA*$~!~hjnA;cVdLNAm$2FfV}#B}tz z`bqkeKFBFhrZUsi{hPB9v7qSa|B|cj&9?r7js5l$31#S?UX|_+*?&XwijjBtMgX6q3dHZ$t1}3%{*Ew=l#5fbOowA zEVdkx_n*!|oVR~P>T1;U=H}}msN*VfdssQQi_EV~1v}pBhNOeOOFRAw$ca+7KaIM&g}`Ll#%1CjmH!SX z((lq=q*I#HP{uP!D|E_*f1RZcxTG)j>YXqtcT$yA*^yiJ&WENe65MMO=B=#$)CUo3 z&6u+SPtdPwWmJqO1)0eyeW3FjX?Efr!e`ebfV^gBUr8m!s*stewhod&WK8`8xixxe zT1Uz}5N9xnSH4BHNADRcde3I}eLQRx3s<5=h0{pm;ou~!rA3{F1xQw zseHcQpvEie5WT|4qd;!fZ{Aj=!0yJX-d^Hc|FO?2wd+=2?Ic0@{{8pPc9J?;4N7o* zvY{X_|C^)Db;L=1_AHnLmVQgmuT^0)_Mvf}bf#Dm8Ss@Zi&5%jp~q|GGu+QMiaCna z6{+azmZAP4rRg*@eaxN6 zFIJf8aV&%w-KQP7#e}(!nT}P>6}51X#$36!Iw5&YJUFvytPkXvMqNF7$ZT1J-Feqh zN72u^i_XTFkKccw(dgL~TJq5%neB`b!r1HaD?;Y3 zeKJe<1Q}i$J)WM+8yNn5F9sj(`^Pb_TsxbC=}HFA*N(U^*cL{@pNlE&AHtpb-`zQX zS>fg{_L#0_QPtQPnQZ&TAzOy%!+U&az93dQ*_yoWW5%4UGHQqhtfUE4FR#|C>30#o zI@W7lq8F83%oK|wK4f`wAI0e1>6acEIXZua;S<-_U%V^dUSW@ zb1fPEz;bmjG7;VYrJ%m0+E;f(O)Z7kdM}&u=Egf895}4RxEZWeoB}b%+N$?YIUZ?( zu=`;oZeY=VXVo zu`!?XKNG)}$BK=-Yk1rn?av55yo^xetuybPNDO{7ObThl*6{~FSlrx@U9w+)M?AmK zAQ&a8{5$E3)f7`Gty~*YnBnnlNyA3-{C+3-spo0o# zZE_l?<9!BPR|y5$R(CE#2mg-AOhos6o~o^n3k)^*4C=rl3HTC4bW z%-MJ(qJ0=LEhBRrDTY_Ke&b^X`XijQ+kL+e_=jNCWA>=J2`Pbcq6|itM3!907RNc( zIbwo)L*Jt>mMl~`gB9*qEM9+AeLNCP{!LY>k6=!|$@l7B}p3 zH(cVl#Ve|j8JTH(y;E_p&*?c|)C>UAxMXnrR$1uSl+i&R&MCAMewL)3FyMXA6-ll` zX%JMpxcZ7b?D%=fy58|iz9sO=r>(ZANIDMN`$8>{_f@4DieJLKtk86wh3D5J?K~#d z22t0CcjfFy8JvT%8Xq%~$7FE<8Hr$JV{V;ec<^Fp!G_3}`xlc*Zr?DD*UcIVI_Syg zO>bJOr8x?KS+UMC!ZW#L8x+FPU&5ffb=sv?%DM08I{spQsCxQTnn)YP>^*p#@PQFwK>c|AVNofV<*6agNOg+IXStACmckxg(4kN9(qh=+`iX&$ zlDB-MYD|3=Zu>m@=bt}GKlp>DIFEw7xUWdZ>9Dj>p^ABd3hD6~p}F;`B37ZVDW%@k zV#lA&++-D;;5w;oFtQT>+PCu_nd^{h2|RF)kzju*OD;UDj%|>$>`UbzBsk|=@3(HV z+|mljt8kn3WBj1W0Y{p5a=%D+o6;!xbxhkCS=Mb?fvce^IP$kLUI%Ss=4q0W1%qzO zT&6X%KhwSYqh3@So3(;SyTtghV4-QF6J zA6E`Lc-bjubymS4l84v6^syvEj9ZYBRn5S}+9@BzQ7*>ty@CUdekg(OK!wc4%KoR$ znU}swHaJ>i$s`qpt0#@=jMeZ59|RR0;7a=pM(Gj#se`%Yu=MyE z%v{Y_u|r~Rd8T^-bn6aAAQHz4az zaOGvEf46_H?5b3?NeDEP6bXyQ1jGroZp?25$=0Y%7u4>K@q8GC%(b0=QaJB)L_p_s z&GPP5h}i42Vn>oroD>dMOo!DM@80>u_Mq)!O>ATG?o=xW$hmoBhhvv@mEQP*kn%dkAqZn`4(Rfr%R%mES>WxQSdLGFQ&rJAsokfipp|KU1{Q=sy}&*ZO7(=231T z+68%+E;FfS@gWyqV%xyg&M4^%n!(=oj8R+{e>TK_R>{TP+S~6$;X{?Uo(3*WU0?so z#4pk9$ERMPfiL}>=XQ500uoz2TU9gkS^&fA$N50`mpL!bKtWh0)G7*1fLWTXG8R!9 zBK4aS=i|@(jNb|(os&5mc18rFs{@^ZlfJ-gMned+if8rayYA{O3C2kHMd>f|yrh>L zyM@_0bR28RAELyV=gKKg*Y{-h-5xBtSceS9vsx?&7an0Mf91Zc-@ki`%)FW#;NcJo zvXC3=YoAXs-p=Nvqf@-;VRWG4w{|FSc4et`M&=Zs;gOvoIDN4%es^anuTbS--Ri!` zXF2V!+4wI7VIX=7l}MLaCB-yq4b09OvlyYQo{rL;F<7f> z**$Luw9tirF-$H8bPJfp;mfKLW1vCGy2GTdHA^4wqt_KhCilzSyQ8eq@WO01|Kc2w z78MO;rD(}m8IUi9q@soy)($VG!@;Ly6C1bjDxnLozO8SBa#f~Tx^tiGNAh}CQ1bdq zw9d|JoaNJ$JP_p*)@)V?=GMw5*0nsx(QB7h5U4BdX z0fc?SUDPw)))eny7#|}gjE-qg+BUs<;t;6}bkDEV+~ZkdraimN#0QsC5Q$vS$fi<$ zk$Z90&FN{asw7b!!%+Q*&)miOh0)k4!oox-u|msExfnOqHyh`|2^&%cpWQzEH@G5I z{xiS>&x=Mp7&7ZbT0#}Res*HiG;yI2aK$L4ZavIGMf@kY(!G7KmR^^){coa)ieTre zwYw;rg}jO$-?nK9h^npt{9RM%QMA?8eMK?#wTZd{yL$k6p4CM-O+8&2t;LkRP_l1; z3H2JkvvbJd@Zl&NesOoYJ6s*h1WNtksm9C6W3T+GR(s$jLpG{24I;4a{S;SI;T1^sKwxP`_qzg!m;(uu6AGwDnxj#<9vl$dZ5k!M#Bt`2QWaV#*@RVIhKT zlCxMM6AO4;Xdckx{D>0tFVe}PoQxOLEDTiofp5u6;)(m(;`(1@w6ngBZydQw6{s2+ zucKK|o1@zwDp8r9k~JaIfK)g~u}^4VS<YET)k@3=D&HxVK@lV1m7YT_{NOsa`;-h0P%;au<7XV`#U+j(Txp-edI zdXdQjjOIi!!txA^T;BJ5-cQ-z_MA^&=gpo;cKiPYS&#(OJl5%z*+v#o6aNFJ`lZk> zr28y4^`%uSrCs-*agJ*nXKSrA|!Q#QL8OZS5F1mZi;mMExg|To-C@TYe6p2nzNF0SHKu6)Y z6TKZZ-Px-)=@-(|>EWNRsoi_dzGqo;zH=FWGo#(D^RVfr+tZ_mV^!)$8DzO8*;$gz zaDp8dLl9bz0di76?cW<1kO*0Q#3v#rYJ<6HRY9*PmlE*cBS6p%(>6YGn z_uz4BpffjxTC5Ml=vJKir8A-*&z+J~IzBkCD><>&|4Nf!;?L7&EX8f-?UXVmTvdrt zvpZwJ&8F(YiK~f*Zwo(NJs|U|_7H!|RmXZcmJvbge!zq|A(g>#Z&)5x8^CHM13H4)!T#Y)_|2zMcooZsacoa7iZ&VQ|Q zA4pILj)S&)e2~Fdbt^33uAYz?-giKAYjGC@bvPP#7jpJkUiz7IV3jK}bKU#t#x?Nf zXSNXQJepCqlUJ&*vr}FWdf)0IZU=wNLprw`0>?;sQyDgB@0T>uI`!etIA$dB+*1Ra z6(f;%tw;l)(I0K7=OsLcBuLs1UDOxG?1on_E5Gpj6_u*S0ICwo zXFD&o>9sm1LcXLs3;Q~K$6_5g-}s$$ktL?Iq{{={<2!D1JGe>nSooywy2_CkWIi8T z8=^l{9vKCCzr|m0GxdDi(_9|n+hO}jmK5OBNY+uO5hbtN%vm|DZoYT4Rgx`ua%i~t zjsDInTKk~})h;V`rW9JLkq0WKSf8e_3{zTOv6*iie}O7m__EUYmDrA=h8_BkB#Wc* zael)Jbr88?TY#7(88tl(lSMnD^2OLsl%SIV zf`)r$Oq}-J-HOXN;Uf+f(@rU~>mK#z3~36i)(`3VF;4=G6x8CET}H@^xKN*|zczg8 z#TYUfnp=&qEY4h4{=$a`|EqIG&lG#Ffz4V%CFtUT55*6DB|10xr00CBnU4$y-YMU1 zePnTIc%Nfhe~~rZeXV8oDT^CCEitcMGuu+Q_A+5h{I+bnsY1?5K+1C-0wbwK{M?PL z;n|=uRKSo@gIP8mG$Uo>eafO>@=lp{chdDLr|kGg)*qON;f&Sm9IYI0)6{rDqReh` zfgjvHrd-XR8CCe?b;^bn?hnysl5UPlNA-ML?15%9n$;Jj5XBbWROl6SG20fpEAi1$ zR^}UB8!j)Y$-p*7BGW}f-Ll%vzVV(RS83xBT6i{SIFv1#u#r`0dHJ+mMzaxr)>Fr> zIrHWGUx*8j*y`v*r|Tc%@S2xhE}aeYU`Lk8c|&6c1X^q-7qW{_>*Yp9=h}32A+pB` z3@jYFP;{_sx6TaXt|mb0IM}VV?)|avrtO=UWSlHa6Q+Kz78tP$PG5 z)K{0AKtTGW=!NCrTbn3nh8#%UYkynsbB6_T0vt}}57}r`b+f+VcJ7o}{fM9lqP#d9 zx$95qHuG#hu;?%W_qLKcxNsHPAu!tq)s1}q-7JUcnze=K?dwH`(Ln2sJhqBZ{KPa$ zee(nHd164s;9s1%J0@6#YShTrxWXNz^7h5!Y89zub_l~1MVkVzgGA(l?8wTK8l2 zPli?K&Z*&}pEU$puSCW1%3kUyxApdU0-x(!ws#{e(LE8ed9Z3*{Q@MlTVv%0_X%fb zDlHtIRSP?1%LpxhIacVXZAA}wO}{GLA;KR?xx7^Ug`%16cKv7u?eIGBQ7akb`Q}u89wjbVt(kN7k%o4S4$!b1Ne6 z3I)5rwd|zxGuoFZWs-fpe$_XvqPI3;>#R}3NTMp`J3&wj!)l()rx2|XAx7c91YTGbxzu_uZNazY^j@pQJO)|F{&`sAygL!qJ*H36+G?qP9=5P2(2JQ+*7%M0heZ(bp-+;+7% zmEP3y22PQ@$TBC|n&MP(GmTetEVde`ogBx-HIILF`Dl`PBRQb-PMwW0>^tE<*0guz z$qvUkY|Zapz9W3rM8C7DE8yRh9Jj82QgXmxGRDdr^$EL9_l6LX^N7s^Q^fi6msSEZ z7|Ud_CBwRp<#ho{PE`+_)-E-O)aNGT1_zOiZVj_;e!D@_7>#;WZT8EcWr8BEIj1U0 zz3l2bDQwb<_o1(0c6cj{i735wOH3kR2#ve9`ledcFOdSgwKy-bD(8#e=V%$@%@#>g z=eK2pLf4+*t8kB z)-Z3U*KF_(L#4+r&Azqjonq7FkpTHG$VYai%O}qKbp~=P>!SEuFQw+N^sB#iYc8HC z`7J_xfJZP&S)5tKpCUd+5Dgo-T`0H6us}GZHb|$coBF*KgVm zsGZ0Oy|UY3dcb(lyElCEbF8+4^GQ$fr{lJQ2!V1BDHIm&6*73OLGyvLpqCm`%y`j! zwB@g8p~KHBYF&4Qch}xW$*uE3&$oSA=AZoD(Hw($B)@t)Zcn{gTg>`+Ct~yc5FWF= zpk!m!)d+Y-Cb)#lb0?r~)0#o+etqb1(aQ9@J@;STL-jfEhIgdEzB|dOWa^;}qaXsh zg-*#3&HYx`2QT~NhA_5YP4c0H^bzBZo`1b45kj7(LylBZ;L+BMS_zrLHD%?*&H!tTDlCNt|S9Pw4g879Q46)rn~tU;KWE@ogA z`rL!UZpArw6x$)aiW$z8_UylA^@ugENERD*^PuGLX@=KxXBv?U=;v9yoOTybzg3IG z>8vy(U#;Fq`L*TQX??iq+MR_?z(1_xt;M%4Rbik(K3>oG#@_RppziA&ui@e4*t>(z zW6FWp`+mU;CHAjQY9$#)CtDH(+WU)vA-BDu&w>k+R%ttw2OJ!o-LTi|hEG_5&~z-z(| zJevo|30o?;&q4OmJz)_bm~Uw$E*L$aR`d2g2h_l7x!iNQF$S?FU}&GfcnW1C(B%)&!|LnW16oH)kG1d&idXngcGtSQ7`xn%@g){W8d0YD z=Q7?Wn4E#T^qAY}_U|RgEk;CM($4j^9w=C;tRT-da1dkculL+e7?s0ic06geH>Z%n z(aT4+E=tF1^ZD-^NOCqm+xVl?`Xl0*}&nKF-C&K z%O~R#MZ}6FhnqK&#fIRpL{7D|Oa)+m)3@H>X7ruCMWM@ixP4mKfj+ z#93P5Nd#Y`PMjL5sN6jMu!=C}ydSYE&@+<9jCWAx2kVNpOS23JijF5vSgLBPQfoa zBXYVahHK7eiHoIjUod8TNIS&-%FI`fY4gpT;jXvJ&lbmCIN6py^S<)s?eoWc)pc8` zc(&uKqPDBc7lFeTs`W@blg7#!ufLIeX!d{o8;8pKpN1z#lB7ez{Fyt!k@M^sqe{DTaSXD!#Kxrjj#nV4cr*a&q+YT^MTs-+M> zqQV}Wl6dIZ!L%(-M;Xh2e+(HG|7K#Dbs_W9E21K&u_ z;Z;%IkF5g^-@J|XK5l%8oZR&|x(Zb5q;){ zT^sFBajv2#s(;ig=snN7m^kVY^V++3sC@3cGD2t=Rb`X?Bu0mDnPpVpLcn+@9Y>l~Jo_=ZFHZ;n$~uOty2;5DpFw|gx= zCzF6q3apRKtMElQ(B7RXfG|R(#+liA*e!KC1+stOth&NrKQW)=I;Lg0z|_YgW>C>&#az;w~{S=0vl@i3P} zKl`<~Koi>Nql>tv1gM(6O~^n$*Mi0cJxG$6TP*uMaHMFYs!ZzA(wh6@Gwxv;#m|n; zRyQJWiUK5RD9HDJ$Gwo(ir=17^PznA7hxzH-+*r^epvzP!HGHFv6cX<>nVzX9W*{& z_4%mMRpBtH)cmR1k048r$Y=6dDp64uQYP zd*JFvT~&F8K?8aWa+uIGzUe{Pln!FHs>iTBvEhbK@$_-MPx{2#fqgc|Ga;I5QhX9q zj{#^4AV>F!ooN*ieg8B_^uPdNe?6PW)!A;I-9uW>Mf5>O6lq4OahzVov~CR7a#ceyvW&%nFv71QH@<3hG$ ztU~JGsE=z3vpqTatE}XJIC=b@%<`_3xL$@0P34YdTO^QXQ7>G}bG34&=uNTwB}w{O zaYJV}qd9!q&6}+Fi5f`<21g-vD4bV|I6P9@XVcHb95Y^k6 z;!8fq6&kH6WTWfN#O3#H_U>)rm4~F9Ex++o^ecG*b;yN@^W{p)M6&~h<6sP@*plL% zDlb&POqpMbYHI{2H}cH}5K9s1&1qd*u;etayi8zwB>)?mo-2$;stDDG@I5 z9Qz-b*G~(hKDkoy1dWdR*q+tqNp7~8-e=Eaw6Bbe1Gtw*A!bDTkR5;9C5L$9yX`RneE=5Gr5A*cUAR)Dv-Hop&qsHe|*E zr!!1_{ab>U#CzP~I-W9VD0^H}=l_ayVGkIL#D>Zqz z%)XzZ?D>G6chH$k2X{A2Z0#Wv0I#>RsVh%hdLz(n(oX~5pbVKfqgun9b?>K|r|}A}1Sqr0Xom4SA0J`g{K|nl zbP7At7N0}h3^Nmy?)U`|45HD?FgM4)#?K52eohmWh`={aUIGggYJX+piSHQkn-EyZ zLcn2IlEfp9CeRQUvJEkv;L9bf*Bquz?@yF0qVN4$(PhiE4rOFDrTw;*Z^TYt&&gn;+G$#NGAlTuYSFi*E-7vWvbk=W)qWaxYZ?~B zb-hA;4nk`n9p%Y6%@tt;zsNaGks0w4+Oe}-P`6JB`X5;LsK*y{`!ec^L|dICMDWY1f$*kV~qmQ_FB~hj~#0jpb@C)|YP@;Do3H z4&L)$PS0GCotE8`KBRTQ#%MUxWQ6=hOghVO(JUIS&yn!j>Q~wZ%QDXw>1D$zZJ5GS z8uM2ko2>_0B$R?+4?N#R4@|thhRXL{b3NSmO^%%0*%%0b)Y&RH5r5e#cp#E{_tWo6 z&vPm6J8`qS8Ra{Mn=jaczL_u`|bv6D<8dPIJ2fVDzmDUpN$?rts}?z{F;hz$~3R*_Vmze7TWyn(d5TtOC^lW zu-tzkx8tr{GmMMySY?hnoq+Scmt77G`Is`7NLdiP7GR0YDu-WESB749qa z>6U(8`CZDEaAd=J-!*eq55(l;%0?)`t6!Vg2A7u9J)q=4V6?vlTtKL%oZksb=xPT` zYRLg(D$-N^aY3oe(T*kcT$S2Gl5KuH(9DEwN7jJnY%O6V(Muj=Qasvx32#L^_3F?` z6Bq9@RA?v0HiFrDw%McD+RXQBfX{%UFTVcPV5sB)qpx=J4(}gAagcNIysdE~{hJD9 z-gN%JzoEB!0;c1Lun@~%XCEUCLcfo`G&n1XZZ(=InSx*La}?r;L8 zo4k^!f0{is`CAfniI))mIuD2Lyrc?V%(T0H8KT2lxA=zemb_!1`t?5f|F*5U-ASGD zXSB_3KJaQ1WmzP2N)E0*;NnvHO^t>_0R}D{N^ui73TC)K*`oUQAI}z5d*W{BXp;za zsJ}%T$MwJcUpiq3Pi zAkpf1CnTe68!m@0d1^Ut>a7BFGo94eC=z=s;J@}d-MRZ5btI3XOf9JkJj~^QHgf5T z{5b|iLI$*CwNO!f2wuW>4J}*>WGeFg=VyO^h<`s)gB1htp`#<#U2~%GvIb~7CP|)A zj|)t6s9yWEbYJz&=a+r{_go7HxKn+DX8~R@Yq>&CC$g{;1IsYH%rR4feR3ic|j_nvwcxM zr9P3aBF;C${`*~>%Fn%-Y}XWR3`yCaIq)R%VzeWHrDQ0a#{7>|R*;HE-#zxVD<-7> zR)K%rdt(D|lghR8BH%uqmnN|J&xS7x^uX_skRIi|Me7Gnid)M$1tt-%zWm|Eh5GYI zI^w%zb%?Jfuf`iWKb0N-RW_~YG}G)l8zK9)pUBHs*Q2lT$5*y4;ivOr2GZ+oA+S?P)eb8A^a$W3=^aaR0qj8phSZOUsSFS4L9f2><*Xz zuENK({Z{{;1@OPhEeE6Cl+Xt9KUBL??uSG>Pb7_om;bpFCSIlQDt(T(%Q+Gsl>J+$ z{$?%7T?|-ZSKND82psq0F6YvYjO%1^$3y4|ak%phVK zNQ?@DL6$t#UT9BFY~TSCH!1zfC!E79rc1J_KR?mV-~ZFTj0{*{ln@eLHkgxN^;Q9w z?Bbra3M@XygAl7d+8vjU(G;t7ty(SaaKHM4;>O=h_)-8L$AqqLLVVvg3FU;p9o{v|CqC1u48 z_l?@U<-MI=T#;dYiAK$fwNyLeIR?bT7RUk7M)#UuwGVWeLB?khZ|c1h%kaYR9|oPx zMM;ES+f}Xbg!@h`s>LyT?Qdm-i7LG5Q5r2_M?IIAsPo#mf@a=wqP$q-P$ z2%>#v&i5$Fe@3N(iOv!ulQRe2L{y5HOdxT_g6B`#(#?Q<7B zo%$`ZTtN4Y-v8^5sl61mLEM@hh!ND-!4z4dt{tBG+8t~FvqOTzpWfBx=4&%do%g`; z(Lr_q4fArnOOG<7sh*OCN$EA+1}TV{tIBhu7E*O`eBhS37yaUu{~weAO3TskZKF3` zec;r7xSF0NHl^AV9c4FwxR%Jo2bvfPm|Q2}5GpAy-SS2F4-D1Q3jfF{(m3RJI2*Fr zNH^}60{!koT&5%J^RrF#V#%Uaiy6<{(O?}JF9^naFVI)1Ftf#h?WC|TC-V<#QsPhU zaJczH!>cv|)xvJ7G>tLgtFD?>mjHsb^@aCclW*dUzj4*pihkYv)3eA)`e|W!AQS13 zlV~A_aAS|9EKiSTc4(Qug0<_xTDfpNG58t_D)0B79^yLnB}(Elm&2#&OoW_h{h{;G zm|@9C?G)hQqBo5plUWAS2QYnOw-??*;Jt5e4jiN5NYP~q;vAK#t-u`Z2cgo_%;XJoubuJ-O(3_zZ8)g1!COrM!=Huq0* zvM_U@23Ub!<;*At-x?Pb7f30Ms+`{m+n1ql0?XQ6$@+tEEzCR_<`lh&p%V^ARgICd zUgc9BIiLtuojBNFChrT(==hXZoZBA^w2{mQwec;<;R`PmOYZG~bC`TG-WL>AUjol| zvM7N7vEo6g!XI411*9M;P{$XA6 z6a!ZNhAhUbgl(%0$oRg3^X)y6aIp)#KpLm8QG?%EpIXwgeq;Ivmw*iO=K|O0s*HtL zXC&}>L%0@@RXRS+fdr4VQeR$Sjzp2x_C=nN5R#qR#mgI}Pm?jdvdHJyEFGly0P z-`owPaU^q*C|IYZ_VTZp^#R@BKZ!z~0lVS~_83SiO^by=J6gFw6WTREc95+OXVRj5 z`KQp{(l8~_053Q40lM6e-2#DqycC4qPrH2mKRg5vCD0%qKjjJ}U2YD*M+I;iTR9sQ z)$nSs|Kox~EzseWsnb+CQx!ldW8J zTn-iH9-ECc*%~VQeL_d?HpYJzhyTH#<>)!(+*e0-7G&#TW94AP6m*=93fM2d{@A0% zch!-7hF0%DaVzse8%*t>$sPTRt<-JlJpD9;HpUF08bFVw%*49f_H1~d%= zpY0kE>HNe0@ZLF%Lt%3Wxnr#BPTSVfNFVFKmL>D=dRErgLfT5-F{Ymi#Fqv5(ubnT z)-mwt1Dl-ej+s>@=7YwEG$^=jm#sz~@hSC4Z5tC_40{SP9w_AtU+%C<1H1C2OWCDs88 z!|^3E89P21k4XOg{huy@+#HDKNurdMNstX?jqHOtjKgI6xRlhIBW~j`tUFOO+Sd&o zmHYgkiBQhzrZ=rV9&Q?IeDmA@{lv6r&cJiSHja%Qx8w&t#3vs_&p-KRz`;)U0GY{f zXWtP#N^7spikaCICdUgM>9|+Cr0AON)l=}N^p6^lz3jR70y0nt#_4W-W_g;=NXRBn zeVCY{K4OercYcyV$!4ezpZ$bS_e|1LUYyo#weXBQz;?kBEu{lgQlml7% z+&}poRRpa{LjPX2oUU^3ZZN2yR&?KKcE#oGsk~MxE5!dW+z3H9R_y#%A82&hEs(us z{|_IWT*Qz(#8qdhq5ZfVS_I#18LA>NG<~$ z#%T3XoFt?K6@u2nyeMAEQS|=$de~>Y+8Ct zzNB)3S1CJjgvt9H5_fRE$G8D$w2`Fp@m7>dmMxFG^J@E$)TV9 zA1a1Tx5nm9Y)&hBmSemyoO=@8FFNS>Hfj!+@qBuir2{PUF?MND*Hg7S-e)OZTgQ9( znSNHm_68|+Bhh60W4z7D+SK~mH`C*JQ_vF)zol{O&)@x)n|^O*(eeMg+qcF z`DE^%-c+4T8F>F2_>0dP+DFSibu&=tv6wHZ13d=Ts2t}4H6NGi9F#6?9ItOkG1?6m za&j@-&4E^tpj*v3P+~3Spms^PZbo>};pF&e0CRGL(E*C=kVDtDfC0~1w5Jx3@?6YHjtt@MypM{H)C?GpM{-xUsC){bv{0D z7Y#_kW4#imeXzUMF{8YJ4g&Yw$S3>z4J1oZT6X~{auMr*z3h}QUx1=*xAr@-Rl0oW zAk_dl$poVgOAck^s}qC*!QM8ye_=w?Ii#k^A4T#G9UHsv?C7NQ+l+iQIR}Jtr7FrsdB^5P=~^EWIf37}}{q*E;N< zY9Sq@Yid6a$5wYIH6WnBVgaU4Kltw2|23wXpNSl=$I1 zSEcuyhR@eXvHHVpIW?BNMD@|E)vQ$4y&Ea;c!bL5s2-ZQ5hgNtTnS zT^p~<15L9gzh>|=e-`|zqWx$We6l;L@gjzqZvyX)+4CMytj8;A@Gc&%_8hP77}gUE zZz5Y2d|iJ@=BoW&qyPeB-2(K~AW`2GG0rEPpwHvN8~qyGUzm(Xd|e$qX@#t70pqe` z+WdCB=X~v^BtQ{21Y0-iBmI2PZyO=A0*Y2lIV2Iy*mu2?v&);TNOJf7E7wz z7Or=`gP;L1g+;Z@5Pufz-#pUb8Pho$)QK2@rgfpcy3nuP_9RBYN5kOB?Hh$DE{uQA zVdMfh6~BuGlI8V86VlAd zh;+>wnfI=24cfi4ytH<)-zA$~Odg_HT`S%OsLq9lM4gR2HAzHjde zYTfS~S0GVc69vc11>I{OAImNSa&3SF2 zZ~~rd?@V(}Xvp@155Ayls3-rU4we(@p8%9tU8f!je~x1f$MPDtQOf7@aMIi^Q%rCX7z zARvpVuYUGnqsV&^?qlN@0m;~Xi-h|@$>{45@Qu#`%wE3h4|O~~E(9=+FdsHBFSgQh zUEw~oS%7Ar<=bdZ$@xoid+hbIigkkjUwiKv)zlWXjY6n`C`CX)iedqzSU`{xqNu1y zmm)1lk={g#5K1VbBE~yzAS#{EYv|HK=%L>g&N+(T_uV`0-#hN>4~N5K z?={z~&wSS0JLSqahGE;{nR*~% zSvkKWaO4*Of0DCN(Xu5oh`>@ydC^?z4k-_*;C#72F-pu?*c2J``4}ogJfpEh|LiZ~ zEjIXYY#S#UU|Xp{&wBjs;hLcML3H7Ys?di)bc5@n*_0ByKB8Gb)J#GGk@>dXKycfX z{0O3!#kJUBn*?oE1QM16`sy1D?TAaRZC~Dav;`R+Q&bWikG-!a745z!-@=<8LAG(y}s8Xk|cqQuH7QqXFP#ZA&$`h}fRRHP%HfFy zPAKC3rC}wGYZzj0iWBihk@Ye-2?(tW<-GI_UOH04B{9%ei%bZ|v0Tv%Gb9X3%j8kfTrDO_ zo|AY^LSU;%k=CSUP{gu5CyGVDKJ% z=`5T%bP4`7aqfW~kx(g%IC_*OzTo9T(TE)%bn@kbFnZ2R)I=ARblpzUYeL)0%>9R= zA@gv4%{eBS;CfKB93AyIZ-}R zzFe}EwzV+0Gdw8G%9&Tet8%MCp8aI3Nabk9uE?+*5Zvde%qOZUra%f;H^P>k+hx85 zJnUPjNc>L*9=z{}hpUAn&Lofo(~CnFIKX4wycq1Y4KG>&cs!{WJjhH+SLSxc0tEZw5U4CjIi)j>PzLN*G@9icwHVP)c~o&DVZs7+OI^L zuQs{9;*hrB1f6o~V2kmv30Z8@8BiKu-zCW21f}aQ@4G?)o)5Lpg*LwoC>Uhuv5*rf z$wpI1ZrYp4joM2=J9%aYnizPzs^$S^ONn?TZQ9d1L2>kaHK63AT{FPJ;t?KnL*!AL zJNYkbT$`8P@GRZfXjjll@6Tiy&NN&Vtc>|4=_Yt?Qi!ML!|2vCnI&pAPJNrF&u|_t zZv0Jdh;4uXYZF{B2D;myZbO$8jH^#ny^HdGerj*%6tVUjw=j`QV)sP(U#D8J42NUi zaH7lYyp2!`@f$T#E+#ih%gH(C>ra;SVS;z{dP9jZAuUzEVyE9WwDfmuf0}o3s)?+! zcL9g5b$%*gXRdkxxO-*wk;r`xIlnLoK97x7w%XdkOE%+6i(U)sUf3Y`_NY)h6mK+A z-?faS>D%6$A3XHIRMT^J5$>wF&@iXia`>W6fhh9>nCht)KFqMUw9mgJslm?RN15N> ze9gfiLjLxSs&Dl1wp!Uc+Np7n7+2%yNhq7c7Y-7rOL69(QH+J`YoN1`+nvMhbtDg{xZ<&K(ii2F?le0)i`A}HhcbVLs+OubcM8Fuo@5Y8CV%#IB24~BRD6+P zf^Ba>-S`RRw!{`Op2VLuzGM(uULWw+xB;dCGiCg=nQ-GJ2S%{_=sF9!nH48knqa-- zP^AVR+Oo7;ydp}L6eg?*DSpdyZgBy zB&`a^@b5Nw!>*7oK!(R_A6)E3WxBs6Z6#NzTc14V$yQlc?tu6EVevyA)~DiWHlj}u zpRz9$=X%;+H1#fCo}ZpRgj%yiUln#|6N)uat|~u*kb0hK>P8$1T)nDehnh~sHER+* zHZt*AwtYpGn|!i+sZ+QNVG)XibGN&{Cl2qfm1c7FY2_MnH3qVyw5XxBpPsD(YJX`O zU)1UHX_{XwxW-0tA`TX=;JWcMa_QOLN?Gb;>vF8nKPKSyfeler&?7_=hOu?(CorRE zAAM@HWWt#BW1I%p>({R-YnH4T87sR#s`0SKiy424Pok$;?g3{V=1*_E<|BlwTu8DD zcK?=*5c`>kY1vkA&HWmdl73Rmx!NYE0h4ATc;8y}B*Q54b5&V(*U^_?NGaO_^WFg# zZG}|XavOi6;M^ z?DDTJyNOg-^e?!0G)bK1CXFi;=l@u|5d=gATO z|H1;;M44n0&TfYA=g5R7T5(`oU0rN?C8+u+F6rC9Zw55rM*5i2pnX-1d_i_^durI2iu;a9{fuF1^#F#rA`nH|#cu z3LflbF|Vjg!t!G-HZOmFnKodfTDDEa^|nb5H7wy()++FAVXB>A1?*^iM3%@ zZY59*7ih|M=~_5Gt`9k2dl;`F*k%GzKcr*Y8fW6)?6x=JD0V=9ql|>hz>{=2zL>Q( zVT8kxEfZIqQDmc1hT8U)n21|H7|vjMB9Serjq$n?7Ac(EN^l_8qv|n9 z!)fYJVfdgm+wzzP;E(p~>^*1oY`b#|w1n8^6a9`9q$o!A0RnNaS3^aXm9gU2EzyF^ zTy!6*yj-5yP!V!@YiJ#9P9jJL9qYMLtaqk^c9iVhHJUKzyTPe$eOI=gxd*TkpGKiTO7I!GE5?3qq9P#X86lTo^z)96`|VWy>~ZU_IB23@N}aiA8(J=vZxek zS8aB#nR~C9SJ#i2_f5XKkVC6o++B%xF7euN->N?9#rTvpZr4}hPwc*=b>k%JJI}u6 z^9hF^ay%*e5+BQM=$5ntI&o`8ncYR6y?m=uCFg4o5?il41}*QNaUi$5#Wf|n;R^&3 zr&^3vksCDJ_^I6olC>>rd9BIb3%mO(boV>3#=2(l2_Bx(u@LFztG0cn@Xhu}-$VoS zsBq~3vrQFZV+n^hu(q})IO`mx3qoPpMOr+DmVI#>uHNge)e5AtHV>+9aTPJBiuNaK zPW^@dvWgGv31o;G`UZ78`$`Czme;i}P($WqCo3bSfMc?SX?cXVkrkh|-9)3YuUM-Ew&%>{3Q3gD zT8?XF1BtW56>>?tP&$8Zeb%X|9pxprG5*f48jjwc5G|K+Ui*{t7_VbyF{Rd1cKv0x zVvzcQOfBlXvQi5?M-w+|k^Q4U=k;Ro(lDnv;R=>dYTOIxEqt`~u-jPh+Ic{ymb5^( zKHy;i4ewN-CkC=-=H?E6jli?bguKU7KliIT=|vp5o``iqhBs8M4_T82#DZVH*75Kt zx0It3)@_!W71|mAiuH9U0-A&!U$n!gyBFCvJ0N|^*^)63E`KtX&#Fic0etpN(^R#%WaVXSd zx@=2gz9&0dIQ2)@7F{{V2X}&hoe+71!!F3m z%BGehIB>W8s`!u3;1j5?s$tq(CmKvbW!auy>xlaX=FVhv6#7ZikuE>ZMt-2?-XPY? z*;TE3R7q4mJWgDxetTANPM&8|m61>sn(H}ly{7HGs$GpDaf?R#^i65dtdcBp0VJ1@ z%6VJ+%;_98=merkyqmH`=lR4Q-nEKTraz6`kWJL^r2mb9ZCiy`y7cVhxZTbiMxZ!9<6}8i&gie)AEbv9Z)ijff!s@NAYHRC z>Yja`09r6q-ENotPQ(sYZbzf@;|^%#Lw3NafPLo_!E2)d-nU-0=hGX-qCXzWy84+zItrN2+whbS)ITT>O!mZtrH(`ZUeH#zZ=%q(xU+YWoYh^mYJ6 zvDV9NgQOlSMVhx!Gq9vP$T3pxm}f~K-fSwEwTq1p#j5Y>KYWJ6a-|LpMP1i%{n$~b zo{SXi2xys@c5>D{$-!}%fi1cG!9>vQ4-ecPgtZx+eWZGrV)#_xN#mKfx@8uL#|Edj z{N#ufTVONTpSk8c2B+>h4eWFOuSGr;+Ffj5SA!(PCp>tVDGb~RfdCDMOR?r-gv)$! zH?{NUi|P2pgEnOTehbHWf}?a^?{@py1P4ntA$(DDyz%K2Rf(VA7_90j>Tt%aQT8pr zyjak}R13P}b8>S<-Q=`!*n1rL>Vwka*S}CZv@zpVTIMXn!mS!WF~3D$ZY6lqGU@`s zb0wLlcs8fJ*=ujzTkeazj%`(Vg6uY-rh2d;KmU@)80YZur}EkQX+y&?T*QtEt(MDO zy2rkW7eB`n1in~@$jLgT-@ZjLWx)|BZr#<TxvHy)B?1ERkhDN*7}P3O>QltR5q zO+Wrtccmf*&ub}ijVfJNk$5-(rJmto{-uM3C>Hht1xHVc=U#H=>s$)9NAMlDy-YL< z*|R{SBCED1s&z#m33#2EkVH1Bw6d@Ed80ym>E{UneiIh%^h!B~wucf%Vyssl*k)c^ z7qd^eQH*+K^@^6tOsO$PI+BCoL5tYsxZC2EQ2GD7W|Zl>5>6wsxk&{t=-e4Zb2VE* zfWg>OQOhL;_4Hh^zh9umd*$GhCz{u_vSp%0mHDpYONYHu-(0FmiO0ACfRhUtxzd(> zkGHVvEjatDBm(HJbd7hf$WbXS@}*=%|=H`2g_ai!C8*%pjlzx!|9wi)Yj>-sul5= zG?AC?=v+i?(~?LWN9-r99wE`tAdEJ8Zv&lso-n;}lR+dIsX49=4NVBi6%ahObnNCH zsOk+7!g^Z8I??FS6j4u0#;-Nk)>pRUQT9Vmu}au}eTQnQHEhDJ*m26+ShKu;F#LY& zAR3m5IX}dur(o;m;JV!|AZe^^AG0btbLaY9q2piSt}isJ=qjwnj2AF zou6fA&z0rv@gkE60Hs;x@uBew?GYwQBt4V7KTOGzL0|&FZfIBa?JVBY!!z7o?kb&`wnsES0)<;MYx{T@r?@X(sxaZeR7X6 zN30HsUkMmIUz|GWi8Z=VQ&Ur2J2cbv5dEG8I%t5}-JJFNfh`Wf!=^(LeR28q+?XgZuTFqr?=~u4W51oAdiDO7ycKXvh-!ew$ z$WW@^Sd;ez5_IN2UZ(S|1WPz(JU7kAMJKZW-GTWO!ta15R*i_QH7sc z*OwFaWQh08(^TC6oKOlZBfM^)NVq-F!Bu7wa_!ugcb}?NkMWD2D!(1vA$E8oX!14o z^M~jJ71zaM$DPye)pzoq*);U4hy_>^8?(Voe7dgA_tNT#vl6fOfMY$?TD0$tqy=#H za3sDgGj{T{f2-*lN9(OsE$CFdZy~BVgLD4cR4j{(efk@n;gwVg&_fuo*)<=4agC6& z!-&h=!?Koo5=UabCbR_I82V^tpk?)K-}md+o;O;3M8!1pqoGF<==cJeRnyvc_#U zr-;LD@E1*s#G`C8tTWk^TpgEwoTs7a<(E+~7|)UV0-*JM1BGIKqNVZ;swaQPDJQX3 z7OF+(8MDpcdA&zZm(F8;`mo1DWCg@8UKq>8@0`{_8($o;gke{%$iaNR+gR-B?d_f2 zWR6Iae%+UVx)w299G(9*u!?_0(80QmHmT{j&aKt7+qaepO`3t+Z=c-z50t}ZD8WO3 z4>(cS(n>Lf1p7hh&S0nOmN}J0L%lHzRsL2;d-Rs6$L}mcPKjXo?upX~$k3ZwYvLO^ zJpPefmrZE;{@@jlrtNxpoOSBCt>2UeBSF&#qpej4z26&_n$G^yB4#%N)BRN4<;CxI z8kaAe?er>C{UEedMKIU?^7Be-w%XBVb@_%^C`?!Yb?@8|%@6{rq}-x$t`D_2|&N=Z&Ix3&%fQ1_vV zz+C>Hs3-la@DL;M@w@cxiubE74EU0fb`^CENsA0BhM(;QoB8cmJPwp(pn8}vIRq{o z_YjRO^yDl5=4ZaGe-!_*T4&|8p}FfNx44u$h}XY0L`sM<;B5-)LT_n#-s3leL*Dxi zfA^mk*%6yIW-m!@p+yXIjz?80i>^H(s8ru!5`)nxx=LJqpBH z8y;Nj34&q^y){zwkRyYz!D4HH9fg+BVm4jhHgWnowhJZUzJ?yvvxl%Tm`0IuD=J^xEMQzaivWHCo_#le+*U~v#iv{aG~!|!xLGQsy~GNh=r`0Zy0`3y3o6tIl* zjeL&ZEf;BlFmbS2m(}Z~0}KyPhBMgHjK8t?L2JQyt-)$poyR9`{a2p%<(>fqQ|F;N ztG^}dqNGJU%)In7=&x;b2*7ZeEU!8bZkP<21uR>jW%8c=uWfwR0N!!_SmqzJLh^!# zEW8A>>~H*{e{DlG4S2XRzt(Tyu)jdTIT)@%H(1T^uWkH)Qo*tm;+HNx8fh6H|D>d( zL?!1eRR9br#^2iBZoFw}Yg>FH>EaF+hgUCq*i-T=eC=$w=FKD-)z=6L6<{TArcj+U}17!7VrF zKc#s7&;%Iz#7NH2cCNvi56l=shlq=dd&yPRg|viQO%u2v)9i_!cfGmPZcr8ohCSVS z8-tOMk+B&Y8+%x(%r5}~m`_!REju&wf+ly7XnMvGIzLzqq)3zjn|}&I+juI>bn9&p zrk=;dNgs&_hJB-aYa@0c-2yIni^zqvp$Gdf-{qHuShC&8@LYrv+L{ELB4vS`j>u2t z3ZKV|M1#9|^iGF8CjWN>y#0{7MWTkFY9%Jheb-@xVN}RvThg9ic^R;F_KwJuhsQq6tpvs=V%>4!ssa9{^Gd4_15=Q8ZB)tFKmmM;&LF2Hx1%gB5DW# z#E&01yrFU~k1{86;LtA-IACFfrj)jr>95dS=M@Knq^Hx-`TDp*9E-vCp-NfMt5+un zZ&e>UXkf3ZA0ivvNd_>TiYV+o-)iq!wBqhHWdh}MV z30#A`q3U2qmzGK_xdhw5w%T8C^z()p0L9F8ah+A*ohK~5A_#YYxm7YE`e3v zQ2}BvTa{nzS?(2Ag{{k2zhTDjLBI(Nt)iE2@_Hd9``7{Hih7dKz)BBJkrWe?lWRJ} zzfRoP8dZ<<c7htbYy z@}OKg3lyEZIcdZ6LIdNxbpsbvc=Z|^gjSN(VbF+~7^}r2t-#w!GGGojT_7x#O21T; z5`7=eeTP4E&oxLo z8weriRaHsK%fdL6=P82O=29YomRD5-hpIk92)AD5Mj}8ck7uH<=~0dza~MQ35=XO? zLITJj%KK|U(>m*$neG$=yJchsemxatN!~qAj}*m5(gY}wA)kc^}D1A@)N zSGl@-hXBoT<%si2n?egQ4!(41f8~iWsh@QZ4V{|AtDhOVjRcfQ!j+eLAvv7)A;X1D z8X>W`y~r2L*VeQ=(htJb>5+v*(EYO}Yv=t_lNS>6TuE(t`7@FTc>>6B=;)5h4toF?ne)O~~;oo{kh76sB?fVE%_rp}mi~w1NM_Da3m^4C~ znpEeD2vL9Z69&2Aa?<5qh7y!ex!K}g^IKc(Hfn3<$ss)5NJ^3uLURfmX&c$rjuA4% zKhXL3qZ=RCYtYS*97#MSTD_D70-wn^6HfKf^R8L3DO$C2*XzgjT}O~S_Fee9=2z;w zv>kLFf-N=-=aNKU_T9sO*tf$I=h>z2l+Z}j?p(}TT>|PpHmVW4=P&x_oreSTU+mzt z2>fgqU!#UmPF~tzx7Ec%p37N2hi&nsmCb$`zfgSufm3Fk%)PhucI>A;p<{JD(EU`W zuGP+tx^21p+Cy7usAB0q@rd7S@tmGH3;XVzQi^wi7r58NC(c-2ta)B= zG6JdpQ@mhr$l32Mu3=YPef}^lqVoYUOWkKJMcsecoP~cc=H@K8<-}|k-IH+dnhssp zk|&GL-2c(eN|z^IQEP~n&X4-adSq=Z*?wTeYKHw_rA0(#mGsbq+E(+3YeN#7VIXBRg&`6RK4@)>ch|Z8j_jCjh#kXc6u$)3#B9L zE5HoEIi{H97{S#C5ed!DdhKyq@q z+?atlR-~w_rs1l;0V&&N%th^mVInsKUrzwAWc+AtlehB*eB;msLcoaVc5EK|J>t#` zDegBscg82@Xc1-UGtuYw;*d3O`?UQ+|<1-rC7s#2x0j-U?mc{c6P`4eF}3Iou_}LP^YQW&wcsC)8cy+zk%=xD81?@O_)k$jo*W$pdn% zLUvAvd66n}w;G$G4)-Rl$HT1Z$@jgatZA(*n;+>9`i?`|uzN=qNb#BS>7xKO=bP$?+SlKd1&t zl)1FLtv35LB)3=m+b$!F_tJjd5+#KX?HLmEabr~_qpScm7`ReJTlOvvaOgk9U zj;mmt{k9zB1j)!asPEpq{s82MVez^Xe2jFhXn*F4(>}1me{#U%?&DkXWXM{|{UTqR z5kbKh_5~E)QB4>*BS8yPictd`=gE^r>FEOYqO{6~$tg4Fi;9YL?CtGWMPpV3<`v)Z z_A)?Duq1l^&)B@%{bq}z`#KH=>4tH_mOdYVY{~(BDT4OQDMszBQP9goDmzyigVqN@`}sl|>Sk?z zE4ntR@e<>mP@q@$8Q-_OxEPrJd{87(1)xJQS-=^65A?Y`)xodrC{!fs$nSKRvYih| z5RXbcLrXmO&uy`F7cXBnE_Yp6n@8agjIhKTiQueUN?Q5?)OqW|e2^Y|Ed-_uf~sAe zn{tbQ>A~}Kqv(74R zsVfF9Fn$jK-*lOI_4ag_IPy$?W{KzB^HQC1%fv-x*3J79D<0OWQAM5~!xBSiYC> zGl)_3!2lH|n9(l8(h~lJo%q0+&V$Z#bL=%BSKEaX!_xB7ZeO9NpI2nFdU^RYp@?jr zUK;|T{la`lW9w}LhFxoJeB6|A^Vs&6G4>3?E7%f*&ee*472DSrjX-knlg}$sSlIZ& z4g(`x;&q~>d?FauMe3n*w{>Gbe8?jxcz+fkV}>*YxP|&~l8c9Is^wicMu(NN3yEkn ztSPyb3yjx6uF#YQv;m!sE4!QzdbkZCO0PPTnc@ zLAl~xiI@8q^6FA@;^)&vto!KF>=FRStmwM^cK&osCT4wy)4STBvS>#!QRYubq_gXI zv>Ho~Z(OixTgvH(6t|`77)0-?YxjPN7@$Pw!ab`jjoAKB|3ITJL@wr)3?GqoNy*m1 za(a%%+PAf73NgIKM!mQp0^xZi`o=oQ?@uVYox7N)UB&h6tDxTH*7@G3GP$@1G8vh z_mF;yEz4Z1qn+tOdVTbrRbTkJkou&;;6Ab$I#g#7Ygsia!1LezePEN69kPp5X>*S} zpyq0mKjWVw#oedc!w2(~dU3Y6YOhMlyh*kHnKcqI1V64NaEPO-~sjn&RO{Qi!CRA(`E0)Qnf zX`%o1_MSmfbBz+*qq{I}?(0}RA^pDTl}3O>x(yuDZ2QILjs?dZu$m7B3lSE6Y+ki- zaTagwcjhB3f92#bbA8L=Gj<|$9p4{iBRd-KZRU@Q(l#pKUQ3*`p^x}dsUe=Ql;W(X z^c9UL?kBegt0bUTv|^&~S%<5O9H6PUStM7tDNIf{w#!{BWc65)k`)HC$Z10^nHm>e zLVmlPkBj{tkT?L`ykY-=m#aS+w?kZWkqk~mtU=DL$oTle3tKGtbPJ<7x zv+v-7bRJQnN!aW6O~Uk$#(J5Rn{h40W}1_2TSE*-ds-IUGekHcaD)4r+NTMcW>Gux zkm0$j2*2M~0TK)2n3h{?qB2;xojkn`#yWe3y@(;x!`79j2%YWeJ6y=zl9odBS%Pek z|Iq`C|7Sr5JP(g$=K6H*W*l_8y&hkpG#mJM2fFQxVZV3N`z+y>7~kLXs>lJl*gbr* z)e(*-W9Rq!ugYANOgoCSSN`}=o0rgZPh*E30^jG7fBQ|MIygNLVBT8*o1OgMHVh6u zmNZp>E@=MeqcFYy(Z<1G_#bT?)CSUNk9bF~Qe`h|YA+>p&^D&)Xw#-AvCcC08YUv^ z*CFo-abJKvArV?2Y!8l@gOEMxx~VI@)*+i2zZW9Rw^qu7PM&cM=V2xa-kRBq!)RA& z<^h`a^zqC;>2+Kyv8T%_*K5kjwl~9kIPU*-GD?Ag>6JK#Z$l+}Op4jbg+?md?tz1= z_M!dq>-IVN&RxTY5QXiH8&ssM5p@Bv*{)}6Wi<&N!Tpob$RK!1W!XKLo>c2Ro{W1T z3d5fNL=L2MTbrk+N3{;5Oi=WL>0%e3``K2%ZN4qhGVcPgR|#UZupE1pWgJY6D&>`H zW@?ES^+)9A=cDjxvWvAW)#Pj7y)Ms>JXpB>Z)wqAn8^w}xc)Muh2R1?P2?>XGYf0+~dt0zY`r9@&nZ-n{!W;z08@(QE;x6h5@viH8A9*>hZq}gHPIhNrnSSd3rbPbl z6*w8UUnAR5YkqRYNn9q%Bj9-9PtAMA{=3F!HjYKQ#*{Tzsk(cKhP+X#Jd7ws%%3V> zmy72<^H{_J{Rgm+9uc5iLo}cEXp8cYC~<5qRo7N_o_<;h;0FoC!Yh{Sx?SdY4s2eZ z{-kT4ZvRwkUD;KOm2qcR71s@Y(g|0R=iWDXPYb>W*B83;$H92R6p`Xv!bM|nbR=v4 zAk=S?&yFHTsfj+c^`sx0e*25XE!N_I8j2pZnOAG1SATL8Ptj4la3F=AGkL8diCjM zXIFOiNz-*{ZQdQbfm1Ze{;Ssl)X*W&zn|kRp#QyNl4*E@A^9|D+4TXeuI|0{u)k(- z02YotbU!>^#RD9m`R(ND7H1@l6}=7)?p%G}zqvZA*ixg^JJXq|xDyb>!1X%#0Ma5o zpftmB98Byx&vsEs3{X>3&-8yb&PGuTKWE^yF*g3Hm7{OT#l^*1J_5MaKhHCPKzvLG z9uxcUL?=l#kM)9q5#&!d1q&58P&@sKu}Uv?jz0TAJc7F z1P`qJ)sq5+PagWLoicg7`=jNeuAUy}(6djNv}FHeXBQWjt1|32Yf{YQ|5^g$L_TPW zeebq>BJRqWS0{--Y3$o-{OG*?9)lu-EVHXhC_7JeTu!Lg{rdJM*s$tR#+fu7A!-e= z#wj)v9Y#Q7A85FcGW5Tgq?GCsV{AMDGNzsa|H#3Fd02v-AO&Rl7mT` zobrjlMR9S~*O4Em*2T1bB5qF#(bz~5EFqX+P6_HQ_2Kr%te-0!D*nD`i8qnc3d}=P zr;F&7H1+}B?MWX44V24ZN3qmykmHzXwJ%kP!^qdvW3S@=1UKnl&zO3^sQE?7)MnSV zkGE1S3DL!k7YON$BLfKcTxrkf_i^~R_Jf%WZ0|8pLvvG%gvu}&x{LMb3=vzvq{T%9 zLRTd^Kg|W)Na|Z80s{Sjmwm7Fp?=(E5$pa~B`7E_ZRhG)f~CR)nAWyRL%CU*p1`l& z4g536Nz&j&tbr`}J;RMAaly2R$F5^Su6DXOtg?7m5FK~w1Ev1Nsm+egcYj~=z0il+ ztZmsH%(0OBxhu@veppCtk^Z>91H;bE8=EG&ZE(JQaFA>Ji%b;34IB;}gbS98txEX@ zE6Y7<#hOn9xyyl3kZ)HfUlwB6jCD+DO%-A_r!6NhW*9rkZ<;3YEv6>>Ka(Hny6# p3lll0EPYka%yashyETDvlY{~6f*GV?k(k;IX8@a|1S!>#;5=Q literal 0 HcmV?d00001