From 5a876d6dd3132a20a216e369fed8cfb3920f3902 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 25 Mar 2017 23:38:56 +0100 Subject: [PATCH] Add blog post for 0.41 --- .../2017-03-25-todo-volumio-workday.markdown | 353 ++++++++++++++++++ source/images/blog/2017-03-0.41/social.png | Bin 0 -> 28289 bytes 2 files changed, 353 insertions(+) create mode 100644 source/_posts/2017-03-25-todo-volumio-workday.markdown create mode 100644 source/images/blog/2017-03-0.41/social.png diff --git a/source/_posts/2017-03-25-todo-volumio-workday.markdown b/source/_posts/2017-03-25-todo-volumio-workday.markdown new file mode 100644 index 00000000000..3b10ea18e22 --- /dev/null +++ b/source/_posts/2017-03-25-todo-volumio-workday.markdown @@ -0,0 +1,353 @@ +--- +layout: post +title: "Home Assistant 0.41: Tado, Volumio, Workday, improved Plex" +description: "Improved Pley media player, filtering components overview, Tado and Volumio platform" +date: 2017-03-25 08:04:05 +0000 +date_formatted: "March 25, 2017" +author: Fabian Affolter +author_twitter: fabaff +comments: true +categories: Release-Notes +og_image: /images/blog/2017-03-0.41/social.png +--- + +Welcome to 0.41. There was a lot going on in the last two weeks. Not only from the code side but also from the social one of Home Assistant. [Paulus][@balloob] did an [interview] with [OpenSourceCraft], [Fabian][@fabaff] did a [workshop] at the [Chemnitzer Linux Tage][clt], and we are now an award-winning Open source project (I will cover that in a separate blog post). + +## Plex +[@JesseWebDotCom] made massive changes to the [Plex][plex] media player platform. From better metadata support over new configuration options to improved controls and non-controllable clients. + +## Component overview +The [Components][components] overview is now powered by search/filtering feature. This will make it faster to get the component/platform you are looking for more quickly. Thanks again, [@bdurrer] for this. + + ## Changelog +The new format of the changelog which was introduced with 0.40 will provide a link to the related pull request. We are not covering everything in our release notes but we think that this addition will make it easier to find details about the change. + +## New platforms/components + +- Support for [Tado][tado] climate devices ([@wmalgadey]) +- [Volumio][volumio] media player added ([@jslove]) +- [Workday][workday] sensor ([@BastianPoe]) + +## Breaking changes + +- The [Kodi notifier][kodi] platform was migrated to async and the configuration synced with the Kodi media player platform ([#6497]). +- For the [Music Player Daemon][mpd] (MPD) platform was `location` replaced with `name` ([#6553]). +- Event decorators were removed ([#6634]). +- The [Emby mediaplayer][emby] platform was changed to avoid name clashes ([#6664]). +- In a lot of places were the power and energy units update. This change mostly affects the `switch` platforms ([#6212]). +- If set to `auto` then the [MQTT][mqtt] implementation will use the bundled certificates automatically ([#6707]). + +## If you need help... +...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. + +## Reporting Issues +Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template. + +## All changes + +- Bugfix android camera autodiscovery settings ([@pvizeli] - [#6510]) +- Insteon lib ([@wardcraigj] - [#6505]) +- Update to Pyunifi2.0 ([@finish06] - [#6490]) +- Insteon lib ([@wardcraigj] - [#6505]) +- Don't allow sending to invalid iOS targets ([@robbiet480] - [#6115]) +- Bugfix rpi_rf cleanup ([@pvizeli] - [#6513]) +- Include LICENSE.md in tarball ([@bachp] - [#6514]) +- Android webcam better error handling / pump library 0.4 ([@pvizeli] - [#6518]) +- Fix mysensors gateway windows setup ([@MartinHjelmare] - [#6500]) +- Update frontend ([@balloob]) +- Remove mint finance sensor ([@balloob] - [#6522]) +- Append vera device id to entity id - but not name. ([@pavoni] - [#6523]) +- Force update support for MQTT sensor ([@vrnagy] - [#6492]) +- Wink scene(shortcut) support ([@w1ll1am23] - [#6147]) +- Add type configuration in history_stats ([@bokub] - [#6430]) +- Discovery is a dict rather than an array. ([@pavoni] - [#6525]) +- Fix colortemp conversion for osramlightify ([@amelchio] - [#6516]) +- Update Kodi notifier to async ([@armills] - [#6497]) (Breaking Change) +- Fix mysensors gateway windows setup ([@MartinHjelmare] - [#6500]) +- Fix colortemp conversion for osramlightify ([@amelchio] - [#6516]) +- Remove mint finance sensor ([@balloob] - [#6522]) +- Append vera device id to entity id - but not name. ([@pavoni] - [#6523]) +- Discovery is a dict rather than an array. ([@pavoni] - [#6525]) +- Version bump to 0.41.0.dev0 ([@lwis]) +- Simplify Android IP webcam discovery ([@balloob] - [#6528]) +- Fix gen_requirements_all.py script for Windows. ([@siebert] - [#6547]) +- Fix wake_on_lan ping with None as host ([@iamtpage] - [#6532]) +- Be able to select mqtt:tls_version for Python ([@dennisdegreef] - [#6442]) +- ZWave binary sensor tests ([@armills] - [#6555]) +- Refactor zwave discovery to entity schema ([@armills] - [#6445]) +- Revert "Refactor zwave discovery to entity schema (#6445)" ([@balloob] - [#6564]) +- Upgraded blinkpy version, increased Throttle time for camera ([@fronzbot] - [#6561]) +- Don't start the push updater if the Apple TV is 'off' ([@jnewland] - [#6552]) +- Bump voc version (fixes heater bug) ([@molobrakos]) +- Remove dispatcher camera ([@pvizeli] - [#6579]) +- Fix for the case of zwave value used in several devices. ([@andrey-git] - [#6577]) +- Fix hydroquebec ([@titilambert] - [#6574]) +- Upgrade async_timeout to 1.2.0 ([@fabaff] - [#6590]) +- Upgrade pyasn1 to 0.2.3 ([@fabaff] - [#6588]) +- Upgrade sqlalchemy to 1.1.6 ([@fabaff] - [#6591]) +- Upgrade psutil to 5.2.0 ([@fabaff] - [#6585]) +- Upgrade Sphinx to 1.5.3 ([@fabaff] - [#6587]) +- Update pyecobee version to 0.0.7 ([@dale3h] - [#6593]) +- Update SMA solar sensor to work with the new add_devices callback ([@kellerza] - [#6602]) +- Fix link ([@fabaff] - [#6612]) +- Upgrade py-cpuinfo to 0.2.7 ([@fabaff] - [#6610]) +- Upgrade googlemaps to 2.4.6 ([@fabaff] - [#6611]) +- Error handling when connection refused ([@molobrakos] - [#6614]) +- Prevent entities running multiple updates simultaneously ([@pvizeli] - [#6511]) +- Add configurable timeout option to notify/smtp ([@hawk259] - [#6609]) +- Define db for SHOW DIAGNOSTICS query since some users will not have a… ([@tflack] - [#6566]) +- Cover myq fix update pymyq ([@arraylabs] - [#6595]) +- Update mpd.py ([@yeralin] - [#6553]) (Breaking Change) +- Upgrade to dsmr_parser 0.8, supporting protocol 3 and 5. ([@aequitas] - [#6600]) +- Add "Refactor zwave discovery to entity schema" ([@balloob] - [#6565]) +- Tests for ZWave climate ([@armills] - [#6629]) +- Correctly flag Kodi media types ([@armills] - [#6628]) +- since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([@goofz] - [#6626]) +- Use sqlite's WAL mode to avoid `database is locked` errors ([@n8henrie] - [#6519]) +- Remove event decorators ([@balloob] - [#6634]) (Breaking Change) +- Deprecate event forwarding ([@balloob]) +- Upgrade aiohttp to 1.3.4 ([@pvizeli] - [#6643]) +- media_player.kodi extra attributes for tvshow and music media ([@mvillarejo] - [#6622]) +- Add ZWave cover tests ([@armills] - [#6648]) +- Kodi: Fix episode media type classification ([@armills] - [#6645]) +- Move LIFX to aiolifx for driving the bulbs ([@amelchio] - [#6584]) +- Fix #6534 ([@deisi] - [#6598]) +- self.loop.create_task -> self.add_job ([@balloob] - [#6632]) +- Bugfix RFLINK remove group ([@pvizeli] - [#6580]) +- Version bump to 0.40.1 ([@balloob]) +- Fix wake_on_lan ping with None as host ([@iamtpage] - [#6532]) +- Don't start the push updater if the Apple TV is 'off' ([@jnewland] - [#6552]) +- Fix for the case of zwave value used in several devices. ([@andrey-git] - [#6577]) +- Fix hydroquebec ([@titilambert] - [#6574]) +- Update pyecobee version to 0.0.7 ([@dale3h] - [#6593]) +- Update SMA solar sensor to work with the new add_devices callback ([@kellerza] - [#6602]) +- since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([@goofz] - [#6626]) +- Bugfix RFLINK remove group ([@pvizeli] - [#6580]) +- Added workday sensor ([@BastianPoe] - [#6599]) +- Add test for Z-wave switch ([@turbokongen] - [#6619]) +- Upgrade python-digitalocean to 1.11 ([@fabaff] - [#6653]) +- Add Zwave sensors test ([@turbokongen] - [#6640]) +- round output values ([@joe248] - [#6657]) +- Support for non-clients, NVidia shield, dynamic grouping, extra metad ([@JesseWebDotCom] - [#6054]) +- Upgrade astral to 1.4 ([@fabaff] - [#6332]) +- Upgrade aiohttp to 1.3.5 ([@fabaff] - [#6660]) +- Check if droplet exists ([@fabaff] - [#6663]) +- Corrected help text for refresh_node ([@sebk-666] - [#6659]) +- Add configurable timeout option to camera.synology ([@hawk259] - [#6655]) +- Pump Android ip webcam to 0.6 ([@pvizeli] - [#6665]) +- add latitude and longitude configuration to darksky sensor ([@RickyTaterSalad] - [#6191]) +- Refactor Neurio to add Daily Power Sensor ([@mezz64] - [#6662]) +- Added support for multiple efergy sensors in the same household. ([@miniconfig] - [#6630]) +- Add new media_player platform: Volumio Media Player ([@jslove] - [#6556]) +- Phone book lookup support for Fritz!Box call monitor ([@DavidMStraub] - [#6474]) +- Update Emby component to async ([@mezz64] - [#6664]) +- Fix hass script execution on Windows (#4977). ([@matrixx567] - [#6601]) +- Fixed Show All Controls feature ([@JesseWebDotCom]) +- Update Torque component to match recent API. ([@tylercrumpton] - [#6671]) +- Rflink: added support for lights with toggle type ([@martinfrancois] - [#6521]) +- Upgrade distro to 1.0.3 ([@fabaff] - [#6693]) +- Fix longitude ([@mezz64] - [#6697]) +- Bump PyChromecast to 0.8.1 ([@balloob] - [#6702]) +- Kodi use websocket loop task created by library ([@armills] - [#6703]) +- Fix Kodi when websocket is disabled ([@armills] - [#6706]) +- Revise power and energy units and property names. ([@pavoni] - [#6212]) (Breaking Change) +- automatically use bundled certificate it set to auto ([@printzlau] - [#6707]) (Breaking Change) +- Update frontend ([@balloob]) +- Add zwave light tests ([@armills] - [#6710]) +- restore_state: do not crash if domain not defined ([@balloob] - [#6714]) +- Fix for issue: luci returns 403 invalid token when rebooted #6715 ([@fbradyirl] - [#6717]) +- Don't warn if octoprint completion is null ([@jawilson] - [#6719]) +- ZWave Sensor tests ([@armills] - [#6721]) +- ZWave switch tests ([@armills] - [#6722]) +- Update frontend ([@balloob]) +- Fix LIFX unregister races ([@amelchio] - [#6723]) +- Do not log warning on rest_command if no error ([@balloob] - [#6713]) +- camera.zoneminder: Show recording state ([@mnoorenberghe] - [#6686]) +- ZWave Lock Tests ([@armills] - [#6730]) +- Tado climate device ([@wmalgadey] - [#6572]) +- Version bump to 0.40.2 ([@balloob]) +- Bump PyChromecast to 0.8.1 ([@balloob] - [#6702]) +- Constrain core dependencies to core versions ([@balloob] - [#6738]) +- Update constraints ([@balloob]) +- Adds Support for Lutron Caseta devices. ([@gurumitts] - [#6631]) +- Add sensor for Lyft time and price (based on Uber sensor) ([@drkp] - [#6711]) +- Add zwave per-node entity. ([@andrey-git] - [#6690]) +- Version bump to 0.41 ([@balloob]) + +[#6054]: https://github.com/home-assistant/home-assistant/pull/6054 +[#6115]: https://github.com/home-assistant/home-assistant/pull/6115 +[#6147]: https://github.com/home-assistant/home-assistant/pull/6147 +[#6191]: https://github.com/home-assistant/home-assistant/pull/6191 +[#6212]: https://github.com/home-assistant/home-assistant/pull/6212 +[#6332]: https://github.com/home-assistant/home-assistant/pull/6332 +[#6430]: https://github.com/home-assistant/home-assistant/pull/6430 +[#6442]: https://github.com/home-assistant/home-assistant/pull/6442 +[#6445]: https://github.com/home-assistant/home-assistant/pull/6445 +[#6474]: https://github.com/home-assistant/home-assistant/pull/6474 +[#6490]: https://github.com/home-assistant/home-assistant/pull/6490 +[#6492]: https://github.com/home-assistant/home-assistant/pull/6492 +[#6497]: https://github.com/home-assistant/home-assistant/pull/6497 +[#6500]: https://github.com/home-assistant/home-assistant/pull/6500 +[#6505]: https://github.com/home-assistant/home-assistant/pull/6505 +[#6510]: https://github.com/home-assistant/home-assistant/pull/6510 +[#6511]: https://github.com/home-assistant/home-assistant/pull/6511 +[#6513]: https://github.com/home-assistant/home-assistant/pull/6513 +[#6514]: https://github.com/home-assistant/home-assistant/pull/6514 +[#6516]: https://github.com/home-assistant/home-assistant/pull/6516 +[#6518]: https://github.com/home-assistant/home-assistant/pull/6518 +[#6519]: https://github.com/home-assistant/home-assistant/pull/6519 +[#6521]: https://github.com/home-assistant/home-assistant/pull/6521 +[#6522]: https://github.com/home-assistant/home-assistant/pull/6522 +[#6523]: https://github.com/home-assistant/home-assistant/pull/6523 +[#6525]: https://github.com/home-assistant/home-assistant/pull/6525 +[#6528]: https://github.com/home-assistant/home-assistant/pull/6528 +[#6532]: https://github.com/home-assistant/home-assistant/pull/6532 +[#6547]: https://github.com/home-assistant/home-assistant/pull/6547 +[#6552]: https://github.com/home-assistant/home-assistant/pull/6552 +[#6553]: https://github.com/home-assistant/home-assistant/pull/6553 +[#6555]: https://github.com/home-assistant/home-assistant/pull/6555 +[#6556]: https://github.com/home-assistant/home-assistant/pull/6556 +[#6561]: https://github.com/home-assistant/home-assistant/pull/6561 +[#6564]: https://github.com/home-assistant/home-assistant/pull/6564 +[#6565]: https://github.com/home-assistant/home-assistant/pull/6565 +[#6566]: https://github.com/home-assistant/home-assistant/pull/6566 +[#6572]: https://github.com/home-assistant/home-assistant/pull/6572 +[#6574]: https://github.com/home-assistant/home-assistant/pull/6574 +[#6577]: https://github.com/home-assistant/home-assistant/pull/6577 +[#6579]: https://github.com/home-assistant/home-assistant/pull/6579 +[#6580]: https://github.com/home-assistant/home-assistant/pull/6580 +[#6584]: https://github.com/home-assistant/home-assistant/pull/6584 +[#6585]: https://github.com/home-assistant/home-assistant/pull/6585 +[#6587]: https://github.com/home-assistant/home-assistant/pull/6587 +[#6588]: https://github.com/home-assistant/home-assistant/pull/6588 +[#6590]: https://github.com/home-assistant/home-assistant/pull/6590 +[#6591]: https://github.com/home-assistant/home-assistant/pull/6591 +[#6593]: https://github.com/home-assistant/home-assistant/pull/6593 +[#6595]: https://github.com/home-assistant/home-assistant/pull/6595 +[#6598]: https://github.com/home-assistant/home-assistant/pull/6598 +[#6599]: https://github.com/home-assistant/home-assistant/pull/6599 +[#6600]: https://github.com/home-assistant/home-assistant/pull/6600 +[#6601]: https://github.com/home-assistant/home-assistant/pull/6601 +[#6602]: https://github.com/home-assistant/home-assistant/pull/6602 +[#6609]: https://github.com/home-assistant/home-assistant/pull/6609 +[#6610]: https://github.com/home-assistant/home-assistant/pull/6610 +[#6611]: https://github.com/home-assistant/home-assistant/pull/6611 +[#6612]: https://github.com/home-assistant/home-assistant/pull/6612 +[#6614]: https://github.com/home-assistant/home-assistant/pull/6614 +[#6619]: https://github.com/home-assistant/home-assistant/pull/6619 +[#6622]: https://github.com/home-assistant/home-assistant/pull/6622 +[#6626]: https://github.com/home-assistant/home-assistant/pull/6626 +[#6628]: https://github.com/home-assistant/home-assistant/pull/6628 +[#6629]: https://github.com/home-assistant/home-assistant/pull/6629 +[#6630]: https://github.com/home-assistant/home-assistant/pull/6630 +[#6631]: https://github.com/home-assistant/home-assistant/pull/6631 +[#6632]: https://github.com/home-assistant/home-assistant/pull/6632 +[#6634]: https://github.com/home-assistant/home-assistant/pull/6634 +[#6640]: https://github.com/home-assistant/home-assistant/pull/6640 +[#6643]: https://github.com/home-assistant/home-assistant/pull/6643 +[#6645]: https://github.com/home-assistant/home-assistant/pull/6645 +[#6648]: https://github.com/home-assistant/home-assistant/pull/6648 +[#6653]: https://github.com/home-assistant/home-assistant/pull/6653 +[#6655]: https://github.com/home-assistant/home-assistant/pull/6655 +[#6657]: https://github.com/home-assistant/home-assistant/pull/6657 +[#6659]: https://github.com/home-assistant/home-assistant/pull/6659 +[#6660]: https://github.com/home-assistant/home-assistant/pull/6660 +[#6662]: https://github.com/home-assistant/home-assistant/pull/6662 +[#6663]: https://github.com/home-assistant/home-assistant/pull/6663 +[#6664]: https://github.com/home-assistant/home-assistant/pull/6664 +[#6665]: https://github.com/home-assistant/home-assistant/pull/6665 +[#6671]: https://github.com/home-assistant/home-assistant/pull/6671 +[#6686]: https://github.com/home-assistant/home-assistant/pull/6686 +[#6690]: https://github.com/home-assistant/home-assistant/pull/6690 +[#6693]: https://github.com/home-assistant/home-assistant/pull/6693 +[#6697]: https://github.com/home-assistant/home-assistant/pull/6697 +[#6702]: https://github.com/home-assistant/home-assistant/pull/6702 +[#6703]: https://github.com/home-assistant/home-assistant/pull/6703 +[#6706]: https://github.com/home-assistant/home-assistant/pull/6706 +[#6707]: https://github.com/home-assistant/home-assistant/pull/6707 +[#6710]: https://github.com/home-assistant/home-assistant/pull/6710 +[#6711]: https://github.com/home-assistant/home-assistant/pull/6711 +[#6713]: https://github.com/home-assistant/home-assistant/pull/6713 +[#6714]: https://github.com/home-assistant/home-assistant/pull/6714 +[#6717]: https://github.com/home-assistant/home-assistant/pull/6717 +[#6719]: https://github.com/home-assistant/home-assistant/pull/6719 +[#6721]: https://github.com/home-assistant/home-assistant/pull/6721 +[#6722]: https://github.com/home-assistant/home-assistant/pull/6722 +[#6723]: https://github.com/home-assistant/home-assistant/pull/6723 +[#6730]: https://github.com/home-assistant/home-assistant/pull/6730 +[#6738]: https://github.com/home-assistant/home-assistant/pull/6738 +[#6664]: https://github.com/home-assistant/home-assistant/pull/6664 +[@BastianPoe]: https://github.com/BastianPoe +[@DavidMStraub]: https://github.com/DavidMStraub +[@JesseWebDotCom]: https://github.com/JesseWebDotCom +[@MartinHjelmare]: https://github.com/MartinHjelmare +[@RickyTaterSalad]: https://github.com/RickyTaterSalad +[@aequitas]: https://github.com/aequitas +[@amelchio]: https://github.com/amelchio +[@andrey-git]: https://github.com/andrey-git +[@armills]: https://github.com/armills +[@arraylabs]: https://github.com/arraylabs +[@bachp]: https://github.com/bachp +[@balloob]: https://github.com/balloob +[@bokub]: https://github.com/bokub +[@dale3h]: https://github.com/dale3h +[@deisi]: https://github.com/deisi +[@dennisdegreef]: https://github.com/dennisdegreef +[@drkp]: https://github.com/drkp +[@fabaff]: https://github.com/fabaff +[@fbradyirl]: https://github.com/fbradyirl +[@finish06]: https://github.com/finish06 +[@fronzbot]: https://github.com/fronzbot +[@goofz]: https://github.com/goofz +[@gurumitts]: https://github.com/gurumitts +[@hawk259]: https://github.com/hawk259 +[@iamtpage]: https://github.com/iamtpage +[@jawilson]: https://github.com/jawilson +[@jnewland]: https://github.com/jnewland +[@joe248]: https://github.com/joe248 +[@jslove]: https://github.com/jslove +[@kellerza]: https://github.com/kellerza +[@lwis]: https://github.com/lwis +[@martinfrancois]: https://github.com/martinfrancois +[@matrixx567]: https://github.com/matrixx567 +[@mezz64]: https://github.com/mezz64 +[@miniconfig]: https://github.com/miniconfig +[@mnoorenberghe]: https://github.com/mnoorenberghe +[@molobrakos]: https://github.com/molobrakos +[@mvillarejo]: https://github.com/mvillarejo +[@n8henrie]: https://github.com/n8henrie +[@pavoni]: https://github.com/pavoni +[@printzlau]: https://github.com/printzlau +[@pvizeli]: https://github.com/pvizeli +[@robbiet480]: https://github.com/robbiet480 +[@sebk-666]: https://github.com/sebk-666 +[@siebert]: https://github.com/siebert +[@tflack]: https://github.com/tflack +[@titilambert]: https://github.com/titilambert +[@turbokongen]: https://github.com/turbokongen +[@tylercrumpton]: https://github.com/tylercrumpton +[@vrnagy]: https://github.com/vrnagy +[@w1ll1am23]: https://github.com/w1ll1am23 +[@wardcraigj]: https://github.com/wardcraigj +[@wmalgadey]: https://github.com/wmalgadey +[@yeralin]: https://github.com/yeralin + +[components]: https://home-assistant.io/components/ +[kodi]: https://home-assistant.io/components/notify.kodi/ +[mpd]: https://home-assistant.io/components/media_player.mpd/ +[emby]: https://home-assistant.io/components/media_player.emby/ +[mqtt]: https://home-assistant.io/docs/mqtt/ +[plex]: https://home-assistant.io/components/media_player.plex/ +[tado]: https://home-assistant.io/components/climate.tado/ +[volumio]: https://home-assistant.io//components/media_player.volumio/ +[workday]: https://home-assistant.io/components/binary_sensor.workday/ + +[forum]: https://community.home-assistant.io/ +[gitter]: https://gitter.im/home-assistant/home-assistant +[issue]: https://github.com/home-assistant/home-assistant/issues + +[@bdurrer]: https://github.com/bdurrer +[interview]: https://home-assistant.io/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/ +[OpenSourceCraft]: http://codepop.com/open-sourcecraft +[clt]: https://chemnitzer.linux-tage.de/2017/en/ +[workshop]: https://github.com/home-assistant/home-assistant-assets/tree/master/german/2017-clt-workshop diff --git a/source/images/blog/2017-03-0.41/social.png b/source/images/blog/2017-03-0.41/social.png new file mode 100644 index 0000000000000000000000000000000000000000..1141e907f2c887d3ed44de2d285826935197c203 GIT binary patch literal 28289 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 z zw$1x2_dP&y{9tHuvPrf8?CEgaq~i@oK0ZF;&=nOG>qqPeQ=O%yB~x)vc+3}}S{S}I zkcf;&OMCX(wa6Y9lm|i@f=-9b3xR-Gz@V1oxF79Dx(9c+vW%+&cMB-iDkQF53=A7@ z+_-W6AOqZd?%s$fRdQQPD|s?e~QJI6YU|CPcBLp0q#mLdGDel&`R;2>l)AFU(T3w6rXiE$U)$ zqumbC6v(bd05hLUhaDfp&y^cDHp9=d^Znz|QDX#!J``T>5iQZ3@>Ye-MsEx#+cMM| zqi3fYVISEOVQ^nwuP{>KhHyLb9Z24p^-&rvTzf2c@72+fw|Y+3Y~L2_ zyE=V(1KL<;aU8vB8T*;0`|Y^!db_>b?Al+Nb1wnyup*%Ru##a=>8 zlC|1SM*F;y6REt=ou;5R5Wcg_Odoh(v4(0EG4Mpe$mkGswhh4wRB+p2uLLQV-251- z6YJ4frP^Pv&Jm4eOjrxq-T?NY5StXXEDh+cT@RwF)vL z%Jl;eggbKv-C?rB{52w*+Lf{a1c=}L{k&$*NQ4D8zeS!0zWqnb_{yWkj$EXaJ&c9f zSdZYamv`*gL0BF&*fbxGgE0n|OQcF-L9~AEx?gR?3UzM?8YNyZ)ASOV12WWNg>2N7 zgxjoRDV-sdFb6~O+~dMm9k*hO{v=?rPL&wBn^*nE)%8 zWj)-I#`)2J5nql1A;RtISKunJX_~7_b%S&d#3=5c(pURPs+k>bWpVA@-KO&e?>m2q zFw=Uc?M4cO8Y*wZ;`^(hHjrxgdr#iHc@x>l8#zZNZs6K(0gxRhb3&BU z#yfnN<*iZ?4Di=}IsufTkkU5cTK147Lv0%h^jb$=G}ClK~rds zJ%5-%S0e$6nC~#oShKu+`)8NGv=d)rdf~YGe97o=?111~C?ywjN-+_JKq zNKK|zR<(c(w?Der^^IpwV7fy@RMfMI3J!cEETQ=^mvRpo^FO+fD(<-^HJDZT{Q3K= z9>&&0E<&Ne%xNr5XxT)%O;E1O*$r+P`7351{l2d+A)4c6>jpi2@q&hhg(W>B<0mDf zoJWPT&=FAqtb^-ygrDCRGS2#R)%Bu?+ZVmPy%*!2Wxv=6;`KNTQumSnEBfyY=r609 z2-oIfLn6X88Pq5a9gA$(`h8jX=R=d}p}m&1EiLrH!NDj|*xK%c27Rg$vxB-<-oBNC zRHp~$RE&(fOYtD&4d00gi;4cy-NOP~(+k8|AzKC(Ba)3F6BoEcdW_-LsRJSw#RtW>{YLsZmmH1W0y=hw%1iQ@|p z_j8LkVlpunGgHm@^y16VR<6#U_GJQmCm)E)FNb^$3R~;C6~AX)I1vAo!Qwx%W}vzt zW`<}(5bkzZTe2GT<*5!2YPiR7( z0s;~JAG$i^JgcA040b&E#l`-BkWx}oLtyL+^;5(TJYV>iz9_0?X_b+BjlJo)s~#sf znl0Wr9Y|eFYCpUzxEj4?UhNtBVcWYH%T(`}uLfDeQf5KIXzI|vAzD%(Inwx4Suk9b z4=@7kL%FcAvGKz0!i0nbjaGsp5o0v*{Ub}9t&WrJ;Sv?9UY};uofF})+7cx$TK->V11wSQ8t39wmV!SahST^CInqDp Ll+R|%>w5nmzIqa5 literal 0 HcmV?d00001