From 1e1d1d3c8ab06f9fd5daecf0064223b4d096c97b Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Tue, 9 Nov 2021 13:54:44 +0100 Subject: [PATCH] update homeassistant-2021.11.2, some docu --- DOMAINTABLE.md | 2 +- README.md | 38 ++-- app-misc/homeassistant-full/Manifest | 8 +- ...ld => homeassistant-full-2021.11.2.ebuild} | 178 +++++++++--------- .../homeassistant-full-9999.ebuild | 18 +- app-misc/homeassistant-full/metadata.xml | 2 +- app-misc/homeassistant-min/Manifest | 4 +- ...ild => homeassistant-min-2021.11.2.ebuild} | 48 ++--- app-misc/homeassistant/Manifest | 4 +- ....ebuild => homeassistant-2021.11.2.ebuild} | 116 ++++++------ requirements_all.txt | 26 +-- 11 files changed, 233 insertions(+), 211 deletions(-) rename app-misc/homeassistant-full/{homeassistant-full-2021.10.6.ebuild => homeassistant-full-2021.11.2.ebuild} (86%) rename app-misc/homeassistant-min/{homeassistant-min-2021.10.6.ebuild => homeassistant-min-2021.11.2.ebuild} (89%) rename app-misc/homeassistant/{homeassistant-2021.10.6.ebuild => homeassistant-2021.11.2.ebuild} (87%) diff --git a/DOMAINTABLE.md b/DOMAINTABLE.md index 97a43c939..357f1b75d 100644 --- a/DOMAINTABLE.md +++ b/DOMAINTABLE.md @@ -362,7 +362,7 @@ |litterrobot|Wi-Fi-enabled, automatic, self-cleaning litter box for cats|N|Y|Y|2021.3| |logi_circle|integrate your Logi Circle cameras in Home Assistant|N|N|Y|0.79| |london_underground|display the status of London underground lines|N|N|Y|0.49| -|lookin|None|N|N|Y|2021.11.0b4| +|lookin|Integrates LOOKin devices into Home Assistant|N|N|Y|2021.11.0b4| |loopenergy|Integrate your Loop Energy meter information into Home Assistant|N|Y|Y|0.17| |luci|fetch connected devices from your OpenWrt|N|Y|Y|| |luftdaten|query the open data API of luftdaten.info to monitor air quality|N|Y|Y|0.82| diff --git a/README.md b/README.md index 02f0f1534..352e6fe56 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ You will find the detailed changes in commit: https://git.edevau.net/onkelbeh/Ho ## Nearly all Home Assistant Components are now included Except of some modules with uncorrectable errors (e.g. hard drive crashes, lost sources) I believe all possible integrations for Home Assistant and their stated dependencies are included as Ebuilds, based on the integrations list from `/usr/lib/python3.8/site-packages/homeassistant/components/*/manifest.json`. Many fixed dependencies (necessary or not) to old releases forbid installation of packages requiring newer ones, but I filed all dependencies strict as they have been declared in `setup.py` or `requirements.txt` (sometimes other sources) anyway. The exception proves the rule. -Currrently missing (2021.6): +Currrently missing (2021.11): +* ha-av (cannot find a valid source for the requested version) * azure-eventhub-5.1.0 * azure-servicebus-0.50.1 * google-cloud-texttospeech-0.4.0 (no potential need, there are good alternatives on the market) * google-cloud-pubsub-0.39.1 * opencv-python-headless-4.3.0.36 -* pyuptimerobot-0.0.5 (unmaintained, could not find a valid source) In some cases I added small patches to the Ebuilds, some packages have versions pinned without any reason. Mostly, I copy hard pinnings without questioning, in very problematic cases I open a ticket at the problem's origin. For me its OK, if the packages compile and complete their own tests in the sandbox. Please let me know if you encounter problems. I will continuously expand my tests and do more cleanups. I am continuously filing pull requests to reduce the amount of needed patches. Most of them are caused by missing files in SDIST archives and/or having wrong package exclude masks in `setup.py`. @@ -107,10 +107,10 @@ Sure, you can submit **issues** and **pull requests** on both sites, but I prefe ## Python versions ### Python 3.9 -My production box now runs Python 3.9.6_p1 (29.8.2021). Most modules are OK with 3.9 support, some are not completed yet. I will upgrade them if they are touched, if you find your favorite components missing, just open a ticket and drop me a list. During compile tests, I have all available tests turned on. +My production box currently runs Python 3.9.7_p1 (9.11.2021). Most modules are OK with 3.9 support, some are not completed yet. I will upgrade them if they are touched, if you find your favorite components missing, just open a ticket and drop me a list. During compile tests, I have all available tests turned on. ### Python <= 3.8 Support -SOuld still work, but since Python 3.8 support is dropped, I will do no further tests on it, you should upgrade soon. +Should still work, but since Python 3.8 support is dropped, I will do no further tests on it, you should upgrade soon. ### Python 3.10 Support Currently not usable in production, my testbox compiles a lot of modules now, but some important things are still missing. @@ -337,7 +337,7 @@ EQ3-Max! (I accidently bought some, so I have to use them until they die, 8 devi ### mikrotik presence detection, query the connected mac addresses from the CAP AC. -### mqtt +### mqtt (also Zigbee) The Sonoff Pow (and R2) will stay with Tasmota for a while, because I have no good implementation of Tasmota's energy summary in ESPHome. I have connectd these via MQTT. Some Zigbee devices via an CC2531 USB stick from Amazon and `zigbee2mqtt`. Since zigbee2mqtt, a lot of new devices are here now: * some Xioami motion sensors (Aquara) @@ -407,7 +407,21 @@ Yamaha RXV (4 devices) had a ZMEEUZB1 Stick connected to my VM with ser2net, socat & OpenZWave. Have migrated it to zwavejs2mqtt. ### zwave_js -migration was easier than expected, after finding the right module. Have some Fibaro shutter controllers and (currently) 2 devolo thermostats. I would not buy the Fibaro stuff again, because of their weird firmware policy. You need to have their expensive (and otherwise useless) gateway to make an update. The cheap chinese stuff will do better. And they are very badly shielded. +migration was easier than expected, after finding the right module. I now use zwavejs2mqtt. Had some issues with MEEUZB1, so I had to get the TI interface. I came along with another stick, so I now have a spare to do some experiments with. I'll try to put this in an ebuild. Though, installation it quite easy: + + cd /opt + git clone https://github.com/zwave-js/zwavejs2mqtt + cd zwavejs2mqtt + yarn install + yarn run build + yarn start + +Currently I have no autostart, I just let it run in a screen session. +It does not run in my HA VM, I have a HPE mircoserver, where the stick is directly attached. It communicates with HA through it's API, MQTT is disabled. + + +### Z-Wave in general +Have some Fibaro shutter controllers and (currently) 2 devolo thermostats. I would not buy the Fibaro stuff again, because of their weird firmware policy. You need to have their expensive (and otherwise useless) gateway to make an update. The cheap chinese stuff will do better. And they are very badly shielded. # Some background @@ -453,18 +467,18 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 2051 Ebuilds in total, 2039 of them have in total 2054 (36 different) licenses assigned. +There are 2049 Ebuilds in total, 2037 of them have in total 2052 (36 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1180| -|Apache-2.0|399| +|MIT|1183| +|Apache-2.0|393| |BSD|148| |GPL-3|128| |LGPL-3|32| |GPL-2|21| +|LGPL-3+|18| |all-rights-reserved|17| -|LGPL-3+|17| |GPL-3+|16| |BSD-2|14| |LGPL-2.1|12| @@ -494,9 +508,9 @@ There are 2051 Ebuilds in total, 2039 of them have in total 2054 (36 different) |CC0-1.0|1| |GPL-1|1| -(Last counted: 06/11/2021) +(Last counted: 09/11/2021) I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources. A big thanks goes to Iris for reviewing this README. -Last updated: 06/11/2021 +Last updated: 09/11/2021 diff --git a/app-misc/homeassistant-full/Manifest b/app-misc/homeassistant-full/Manifest index cad9f9fc1..a035b1ef6 100644 --- a/app-misc/homeassistant-full/Manifest +++ b/app-misc/homeassistant-full/Manifest @@ -8,17 +8,17 @@ AUX maxcube_TypeError_dirty_hack.patch 1460 BLAKE2B 08570971bb3ce4c120086a32ec20 AUX recorder.yaml 114 BLAKE2B af04840805aa13124208584e7f1d40335905a083ee7deead5c0e4324c969f2a231c801c23e42075782950aba7535496d92747bf03efd73a80b0d07e8492d18f6 SHA512 cb4e353e54fb6dc7034569b8d62ddcdca92680c23c2c4e1ce707d21cf95e93f41a0c44521d8c3ee90b68c830f6b8e65dab82ae64bfa09727ae384550f7de0c94 AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63feabc8603ecc51ec16e0a4775e0c7da83d12d1ef0c9815c9ebf8ec8a86a678bb4a3b40decb04adc887f26 SHA512 2b13cd4175427853d5a4169cc7d441d62618e8136e4f5d9fd24d08a47f6916953ebd1e747ea9c7a0907b00766c7b2108ba3b8917178fd9a795da23e6525a0faf AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca -DIST homeassistant-2021.10.6.tar.gz 11738132 BLAKE2B 086ee4c0d19d7460fe450df0998b2242b1ed829bc9575bd3bfe10229967a4a54969b8eaa0e3eb3a58c772afbb794faf7af8af78c76f51e2b4185a5481505a003 SHA512 ed9d5fdff214f2a7c086df7d34be4ca344e5c0b2df73f837d3af0e19fa004717c5cc16828ce07a898e5c75fc2cf48d75065ccd18d5358abfbe8efa6539a38138 DIST homeassistant-2021.10.7.tar.gz 11739656 BLAKE2B 36ee6480590d81c7b6649f684be022aa10a8a2461ee21fa5f6b634286a9485707e62cfefd9124d403dfb3a162e989aeaf5393650eb81442e8114048472b4cc25 SHA512 df45a17436f20edd90793e9533aed082a7282f9b51be623b43686a25c4736e56f580e4bd5619f2525cf0e1fcebaf2768abf3c5b7740bcf723304caea418adf92 DIST homeassistant-2021.11.0.tar.gz 11954437 BLAKE2B 7e27c094ba6833231aec6b543386fdb53690b8dc9dfd57f1d14767cbd09c48a2542a1d58e4270d6f1346df2ddbcd41ffa5cdfbdd5eff570ef42a4a7a13d5f603 SHA512 2aeaa1772ea7562ef16d82ef296334c90617e65ab51dec1aa4d5450313da2255960c87e4ae888c0582ae5de2cc6ba53d571081f926ba5482895642a5a25e0c6c DIST homeassistant-2021.11.1.tar.gz 11954576 BLAKE2B bfb8e22e0b0c62ab925b34cee7329f1522d72cf41182f637436057e3af53a71e0a1e98d5519d5a081305ef10271b5c9c02cb41c51d2b1bfabc53acf5cc23dc4c SHA512 6b40a10102067eaf5a6e4cc6889f0ae4f2c9e8a7937917688fccc41ae1b03d830a064e7334939f573b1622ef0790f071302dd041280bc2ae6d0a4921c690a3cf +DIST homeassistant-2021.11.2.tar.gz 11955175 BLAKE2B 30792d0fbaefd9db848db1ee6bb61bd2397eecc5e9ac63d82e43d3c86b6f3f485cc766e76b2e056e8b3e9c6ce26ac8afd111714fda9ae4138f27edfd32d226ac SHA512 c890b97565bd8132982249277637570d4422d6ef597873d9e84ec9fa6bb5008339dafb5d2ecd4755ed5a8e440794acbb26fcffe336cc07457c03dc3528860324 DIST homeassistant-2021.8.8.tar.gz 10387233 BLAKE2B 2cdb4d7aefbea1172f43203d189eba0c583c86e0a1cda679b2b0729255e3ece9d669ddb95f66e0dc043349c29797c4c02852d1705035ea7d80ff1e693e08d7a0 SHA512 42c4dadf029d1adb5c15d778ad1c940543ac9f6818a1569fb09b4a86145634890b776cc08a54443d54ccdef715e349937d6f08b23f0d6ca1ae4cdcb1387c9ada DIST homeassistant-2021.9.7.tar.gz 11506886 BLAKE2B 8cd845297de07fca4df09a73666e946ac2e740c037535bd6b727b9a3c2bb00eaa9be2da3ee5feaefc3206e3d549832299f6511426f7d18b420955c4a589524e0 SHA512 ded86038b3009822aff6492d17133307cb7813712ac143e2cec57ccc1147e3a9fd95e57eab50c0b70ea92cf1afc53a16e4ba1aee94b6e1444ab32da1b6488551 -EBUILD homeassistant-full-2021.10.6.ebuild 68001 BLAKE2B 3d4fb908d9a70fa2a8f88483eb0a673e7953f2259c00a18454a1f8ac1d7f36e043ebd9fedcfd73726bd087e3e42fb80ee446754cf5dbbd2a4f32d4b8adb0aaca SHA512 86608ecdcee600802a0ada280cc7503b9407f269a472bef3ccd4b1dd15e7eed87e15d572f25d3810a4fb52bae98d17d3399e941f33980690ebfbc3c7141b244d EBUILD homeassistant-full-2021.10.7.ebuild 68001 BLAKE2B cc6667e16fa4d7cf8cfe2e0a316f6e94a541b6560bb555def44283a0a3cdb66faa14c65ceeb4d521b779e951844e1423c97c79cab567b95971937f9415173edb SHA512 4cd8a50a05a65aad4075e2ec4580aa89d254fbfb8bf06de01cb48adb0be20fc3a9cd53db46736196f4514159c837b4dd1cdd8e3cfc7639bb164bda050875dfdd EBUILD homeassistant-full-2021.11.0.ebuild 68133 BLAKE2B 977af4ec81ac3eb4beb9cfe1c250223d2f9883345ee7e5c5e80cbac0cc07b4b6ff1e0bf46c9fffa490be94ee44a5f2b49aa498812354814824c866a429a50167 SHA512 6874d2ef25f29ae046ac50a9257c1ad2730cbfa65698f7e7a4204a7a7af3401abc6142ce2703c1a2f8d1e99e64801f1c18af8eeedc6ff78fe61fbc7797e5854c EBUILD homeassistant-full-2021.11.1.ebuild 68133 BLAKE2B 107711c2bcc3531ebc6b8a71655f8d32560b7177fbeaccc09ea69735091f0fa342ad04443f4a03233b4d03595d58b27b561114fbb4ddedfd020bf4140f75c495 SHA512 530bc4981865ee1d643b1539b6b1a9321095c56bdf16cc4cb0b57945424a2c3fd351fd2816ba3c58d79797aa957ed5811646209350824ab345d755123044fc2c +EBUILD homeassistant-full-2021.11.2.ebuild 68138 BLAKE2B 9c9af6d15381112840cadee0e03c4e308e6f063f98b66e82515c4ab0d4b7ebaf45e5b24704f80dabd57ad4d62723489acc39ac682be0493afb0ce5af89e8c68e SHA512 c3f3622b5a2b1da377b65b6a287c2c1447c52293fcaecb0add781be2a163eebd6b4ba4cb26b38b8bf3e5f5953960a464fc658c8f68ac92743b840cff53162fb4 EBUILD homeassistant-full-2021.8.8.ebuild 66172 BLAKE2B 80b25ee3a2d1a36b71cc8c720b67a15df5f943c818e47de29d9a71a67ca664544f0f214f1ea6d0644008b5435b8f943537804236a75de47dd7f5ed33ac7ce224 SHA512 dabc650d41e027d155f15a377a8c0991cc69796d08456aab23d3ad2e2d98b36153dd874356cf897290e1b6a535d899d3d1a2b1aea61f0f106ace88df1a65e63c EBUILD homeassistant-full-2021.9.7.ebuild 67583 BLAKE2B 7f00ace00ee8b623e7a88ba8616c74378113d182d8c991cbb38afdd1472b09c6fa20a6f2364fa420611bed7b1f88ac133ca531a7be1d95542a641258f2173c1e SHA512 bafca82222926fd3566d185bb878890b83fd603eb346fda1a40789359bfabe8ad0c2172bedb5994ad35bfb822f828a583dc3a2658d00a55c173584d241cc6248 -EBUILD homeassistant-full-9999.ebuild 68139 BLAKE2B da590478b102fcaff65a8101da6910eac23f35ac7f2ed8be54ea1c624c16d84ec325700244f7f657c281d3a54113cd224e5f7d2f4955ec328ba12b92627e783c SHA512 ac6341b85b37978949a07a6aab64717af15822beacf58951ca37611edb9fab3f929cf85b5e0329baf720774547721e9c169e71315cf9627210bee8ccc851d29c -MISC metadata.xml 73971 BLAKE2B dc7c5e3f1c6fb8448a04633564aa2ecc819efcae2b6920aa0649061c64399c0234e9ef6504f102090bc9bb02a541d82d925820d5579c2b28792596e1ee1c18cd SHA512 2b2a33d923d9b999cf952f49fd53a9197270720f447cc49a664c5af48d5b2201a6101fd2532d5ef387da8d790d49b157b5a096693f04c53a3b6daac9f0441342 +EBUILD homeassistant-full-9999.ebuild 68144 BLAKE2B a3c397b19a8a6b4c037a6c200881622aa6701a03c4721420b3c187cb10ace0293d9f836a17c47ec2c1b2cfe922f00f07e3cfe59047c4aedb3d511c0df731a3c3 SHA512 17e1808c7abfdc686519c81e496208c122d9c9d046216f8803b12d12587671119ef039886524b5a29f8774b16604c96dccec16e06c4516ac3a7a006f709340d0 +MISC metadata.xml 74022 BLAKE2B d532f6108a04186e292eabcae5d145a9bc5bca6790e02a5f8e755fdea810e0989e231bc85a12bfac292bb1e19fdc36499f22089209cea366cb60f733cbfc62dd SHA512 651f2f5f8f7c4fdf295e6fccfe6903e685ec6800d7df8ba23dc4c612db468ae63e742211dfb0550a9a7403e06076fa421f8872b512dfe4c01c6bf635edb88902 diff --git a/app-misc/homeassistant-full/homeassistant-full-2021.10.6.ebuild b/app-misc/homeassistant-full/homeassistant-full-2021.11.2.ebuild similarity index 86% rename from app-misc/homeassistant-full/homeassistant-full-2021.10.6.ebuild rename to app-misc/homeassistant-full/homeassistant-full-2021.11.2.ebuild index dfeaf8d2e..57638d020 100644 --- a/app-misc/homeassistant-full/homeassistant-full-2021.10.6.ebuild +++ b/app-misc/homeassistant-full/homeassistant-full-2021.11.2.ebuild @@ -27,7 +27,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux" -IUSE="abode accuweather acer_projector acmeda adax adguard ads advantage_air aemet aftership agent_dvr airly airnow airthings airtouch4 airvisual aladdin_connect alarmdecoder almond alpha_vantage amazon_polly ambee amberelectric ambiclimate ambient_station amcrest ampio androidtv android_ip_webcam anel_pwrctrl anthemav apache_kafka apcupsd apns apple_tv apprise aprs aqualogic aquostv arcam_fmj arduino arlo arris_tg2492lg aruba asterisk_mbox asuswrt atag aten_pe atome august aurora aurora_abb_powerone avea avion -avri awair -aws axis baidu bbb_gpio bbox -beewi_smartclim bh1750 bitcoin bizkaibus blackbird blebox blink blinksticklight blinkt blockchain bluesound bluetooth_le_tracker bluetooth_tracker bme280 bme680 bmp280 bmw_connected_drive bond bosch_shc braviatv broadlink brother brottsplatskartan brunt bsblan bt_home_hub_5 bt_smarthub buienradar +caldav camera canary cast channels circuit cisco_ios cisco_mobility_express cisco_webex_teams clementine cli climacell cloud cloudflare cmus co2signal coinbase color_extractor comfoconnect compensation concord232 control4 coolmaster coronavirus cppm_tracker cpuspeed crownstone cups daikin danfoss_air darksky datadog debugpy deconz decora decora_wifi delijn deluge denonavr deutsche_bahn devolo_home_control dexcom dhcp dht digitalloggers digital_ocean directv discogs discord discovery dlib_face_detect dlib_face_identify dlink dlna_dmr dnsip dominos doods doorbird dovado dsmr dunehd +dwd_weather_warnings dweet dynalite dyson eafm ebox ebusd ecoal_boiler ecobee econet ecovacs eddystone_temperature edimax edl21 ee_brightbox egardia eight_sleep elgato eliqonline elkm1 elv emby emonitor emulated_hue emulated_kasa emulated_roku enigma2 enocean enphase_envoy entur_public_transport environment_canada envirophat envisalink ephember epson epsonworkforce eq3btsmart esphome essent etherscan eufy everlights evohome ezviz faa_delays familyhub fastdotcom feedreader ffmpeg fibaro fido fints fireservicerota firmata fitbit fixer fjaraskupan fleetgo flexit flic flick_electric flipr flo flume flunearyou flux_led folder_watcher foobot forecast_solar forked_daapd fortios foscam freebox freedompro free_mobile fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius frontier_silicon futurenow garages_amsterdam garmin_connect gc100 gdacs geniushub geonetnz_quakes geonetnz_volcano geo_json_events geo_rss_events gios github gitlab_ci gitter glances -gntp goalfeed goalzero gogogate2 google google_cloud google_maps google_pubsub google_translate google_travel_time gpmdp -gpsd gree greeneye_monitor greenwave growatt_server gstreamer gtfs guardian habitica hangouts harman_kardon_avr harmony hdmi_cec heatmiser heos here_travel_time hikvision hikvisioncam hisense_aehw4a1 hive hlk_sw16 +homekit homekit_controller -homematic -homematicip_cloud homeworks home_connect home_plus_control honeywell horizon hp_ilo html5 http htu21d huawei_lte hue huisbaasje hunterdouglas_powerview hvv_departures hydrawise hyperion ialarm iammeter iaqualink -icloud idteck_prox ifttt iglo ign_sismologia ihc image imap incomfort influxdb insteon intesishome iota iotawatt iperf3 ipma ipp iqvia irish_rail_transport islamic_prayer_times iss isy994 itach izone jewish_calendar joaoapps_join juicenet kaiterra keba keenetic_ndms2 kef keyboard keyboard_remote kira kiwi kmtronic knx kodi konnected kostal_plenticore kraken kulersky kwb lacrosse lametric lastfm launch_library lcn lg_netcast lg_soundbar life360 lifx lifx_legacy lightwave limitlessled linode linux_battery litejet litterrobot logi_circle london_underground loopenergy luci luftdaten lupusec lutron lutron_caseta lw12wifi lyft lyric magicseaweed mailgun marytts mastodon matrix maxcube mazda mcp23017 mediaroom media_extractor melcloud melissa message_bird met meteoalarm meteoclimatic meteo_france metoffice met_eireann mfi mhz19 microsoft miflora mikrotik mill minecraft_server minio -mitemp_bt +mobile_app mochad modbus modem_callerid modern_forms monoprice motioneye motion_blinds mpd +mqtt msteams mullvad mutesync mvglive mychevy mycroft myq mysensors +mysql mystrom mythicbeastsdns nad nam namecheapdns nanoleaf neato nederlandse_spoorwegen nello ness_alarm nest netatmo netdata netgear netgear_lte netio network neurio_energy nexia nextbus nextcloud nfandroidtv nightscout niko_home_control nilu nissan_leaf nmap_tracker nmbs noaa_tides norway_air +notify_events notion nsw_fuel_station nsw_rural_fire_service_feed nuheat nuki numato nut nws nx584 nzbget oasa_telematics obihai oem ohmconnect ombi omnilogic ondilo_ico onewire onkyo onvif openerz openevse opengarage openhome opensensemap opentherm_gw openuv openweathermap opnsense opple orangepi_gpio oru orvibo osramlightify +otp ovo_energy owntracks ozw p1_monitor panasonic_bluray panasonic_viera pandora pcal9535a pencom philips_js pi4ioe5v9xxxx picnic piglow pilight +ping pi_hole pjlink plaato +plex plugwise plum_lightpad pocketcasts point poolsense powerwall profiler progettihwsw proliphix prometheus prosegur proxmoxve proxy ps4 pulseaudio_loopback pushbullet pushover pvpc_hourly_pricing +python_script qbittorrent qld_bushfire qnap qrcode quantum_gateway qvr_pro qwikswitch rachio radiotherm rainbird raincloud rainforest_eagle rainmachine raspihats raspyrfm recollect_waste +recorder recswitch reddit rejseplanen -remember_the_milk remote_rpi_gpio renault repetier +rest rflink rfxtrx ring ripple risco rituals_perfume_genie rmvtransport rocketchat roku roomba roon route53 rova rpi_gpio rpi_gpio_pwm rpi_pfio rpi_power rpi_rf ruckus_unleashed russound_rio russound_rnet sabnzbd saj samsungtv satel_integra schluter +scrape screenlogic scsgate season sendgrid sense sensehat sensibo sentry serial serial_pm sesame seventeentrack seven_segments sharkiq shelly shiftr shodan sht31 sia sighthound signal_messenger simplepush simplisafe sinch sisyphus skybeacon skybell sky_hub slack sleepiq slide sma smappee smarthab smartthings smarttub smarty smart_meter_texas smhi sms snapcast +snmp socat sochain solaredge solaredge_local solarlog solax soma somfy somfy_mylink sonarr songpal sonos sony_projector soundtouch spc speedtestdotnet spider splunk spotify +sql squeezebox srp_energy ssdp +ssl starline starlingbank startca statsd steam_online stiebel_eltron stookalert stream streamlabswater subaru suez_water supla surepetcare swiss_hydrological_data swiss_public_transport switchbot switcher_kis switchmate syncthing syncthru synology_dsm synology_srm systemd systemmonitor system_bridge tado tahoma tankerkoenig tank_utility tapsaff tasmota tautulli ted5000 telegram_bot tellduslive tellstick temper tesla test tfiac thermoworks_smoke thingspeak thinkingcleaner tibber tikteck tile tmb todoist tof toon totalconnect touchline tplink tplink_lte traccar trackr tractive tradfri trafikverket_train trafikverket_weatherstation transmission transport_nsw travisci trend tts tuya twentemilieu twilio twinkly twitch twitter ubus unifi unifiled unifi_direct upb upcloud upc_connect updater upnp uptimerobot usb uscis usgs_earthquakes_feed utility_meter uvc vallox vasttrafik velbus velux venstar vera verisure versasense +version vesync vicare vilfo vivotek vizio vlc vlc_telnet volkszaehler volumio volvooncall vultr w800rf32 +wake_on_lan wallbox waqi waterfurnace watson_iot watson_tts watttime waze_travel_time webostv wemo whirlpool whois wiffi wilight wink wirelesstag withings wled wolflink workday xbee xbox xbox_live xeoma xiaomi_aqara xiaomi_miio xiaomi_tv xmpp xs1 yale_smart_alarm yamaha yamaha_musiccast yandex_transport yeelight yeelightsunflower yi youless zabbix zengge zeroconf zerproc zestimate zha zhong_hong ziggo_mediabox_xl zoneminder zwave +zwave_js" +IUSE="abode accuweather acer_projector acmeda adax adguard ads advantage_air aemet aftership agent_dvr airly airnow airthings airtouch4 airvisual aladdin_connect alarmdecoder almond alpha_vantage amazon_polly ambee amberelectric ambiclimate ambient_station amcrest ampio androidtv android_ip_webcam anel_pwrctrl anthemav apache_kafka apcupsd apns apple_tv apprise aprs aqualogic aquostv arcam_fmj arduino arlo arris_tg2492lg aruba asterisk_mbox asuswrt atag aten_pe atome august aurora aurora_abb_powerone avea avion -avri awair -aws axis baidu bbb_gpio bbox -beewi_smartclim bh1750 bitcoin bizkaibus blackbird blebox blink blinksticklight blinkt blockchain bluesound bluetooth_le_tracker bluetooth_tracker bme280 bme680 bmp280 bmw_connected_drive bond bosch_shc braviatv broadlink brother brottsplatskartan brunt bsblan bt_home_hub_5 bt_smarthub buienradar +caldav camera canary cast channels circuit cisco_ios cisco_mobility_express cisco_webex_teams clementine cli climacell cloud cloudflare cmus co2signal coinbase color_extractor comfoconnect compensation concord232 control4 coolmaster coronavirus cppm_tracker cpuspeed crownstone cups daikin danfoss_air darksky datadog debugpy deconz decora decora_wifi delijn deluge denonavr deutsche_bahn devolo_home_control dexcom dhcp dht digitalloggers digital_ocean directv discogs discord discovery dlib_face_detect dlib_face_identify dlink dlna_dmr dnsip dominos doods doorbird dovado dsmr dunehd +dwd_weather_warnings dweet dynalite dyson eafm ebox ebusd ecoal_boiler ecobee econet ecovacs eddystone_temperature edimax edl21 ee_brightbox egardia eight_sleep elgato eliqonline elkm1 elv emby emonitor emulated_hue emulated_kasa emulated_roku enigma2 enocean enphase_envoy entur_public_transport environment_canada envirophat envisalink ephember epson epsonworkforce eq3btsmart esphome essent etherscan eufy everlights evohome ezviz faa_delays familyhub fastdotcom feedreader ffmpeg fibaro fido fints fireservicerota firmata fitbit fixer fjaraskupan fleetgo flexit flic flick_electric flipr flo flume flunearyou flux_led folder_watcher foobot forecast_solar forked_daapd fortios foscam freebox freedompro free_mobile fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius frontier_silicon futurenow garages_amsterdam garmin_connect gc100 gdacs geniushub geonetnz_quakes geonetnz_volcano geo_json_events geo_rss_events gios github gitlab_ci gitter glances -gntp goalfeed goalzero gogogate2 google google_cloud google_maps google_pubsub google_translate google_travel_time gpmdp -gpsd gree greeneye_monitor greenwave growatt_server gstreamer gtfs guardian habitica hangouts harman_kardon_avr harmony hdmi_cec heatmiser heos here_travel_time hikvision hikvisioncam hisense_aehw4a1 hive hlk_sw16 +homekit homekit_controller -homematic -homematicip_cloud homeworks home_connect home_plus_control honeywell horizon hp_ilo html5 http htu21d huawei_lte hue huisbaasje hunterdouglas_powerview hvv_departures hydrawise hyperion ialarm iammeter iaqualink -icloud idteck_prox ifttt iglo ign_sismologia ihc image imap incomfort influxdb insteon intesishome iota iotawatt iperf3 ipma ipp iqvia irish_rail_transport islamic_prayer_times iss isy994 itach izone jewish_calendar joaoapps_join juicenet kaiterra keba keenetic_ndms2 kef keyboard keyboard_remote kira kiwi kmtronic knx kodi konnected kostal_plenticore kraken kulersky kwb lacrosse lametric lastfm launch_library lcn lg_netcast lg_soundbar life360 lifx lifx_legacy lightwave limitlessled linode linux_battery litejet litterrobot logi_circle london_underground lookin loopenergy luci luftdaten lupusec lutron lutron_caseta lw12wifi lyft lyric magicseaweed mailgun marytts mastodon matrix maxcube mazda mcp23017 mediaroom media_extractor melcloud melissa message_bird met meteoalarm meteoclimatic meteo_france metoffice met_eireann mfi mhz19 microsoft miflora mikrotik mill minecraft_server minio -mitemp_bt +mobile_app mochad modbus modem_callerid modern_forms monoprice motioneye motion_blinds mpd +mqtt msteams mullvad mutesync mvglive mychevy mycroft myq mysensors +mysql mystrom mythicbeastsdns nad nam namecheapdns nanoleaf neato nederlandse_spoorwegen nello ness_alarm nest netatmo netdata netgear netgear_lte netio network neurio_energy nexia nextbus nextcloud nfandroidtv nightscout niko_home_control nilu nissan_leaf nmap_tracker nmbs noaa_tides norway_air +notify_events notion nsw_fuel_station nsw_rural_fire_service_feed nuheat nuki numato nut nws nx584 nzbget oasa_telematics obihai oem ohmconnect ombi omnilogic ondilo_ico onewire onkyo onvif openerz openevse opengarage openhome opensensemap opentherm_gw openuv openweathermap opnsense opple orangepi_gpio oru orvibo osramlightify +otp ovo_energy owntracks ozw p1_monitor panasonic_bluray panasonic_viera pandora pcal9535a pencom philips_js pi4ioe5v9xxxx picnic piglow pilight +ping pi_hole pjlink plaato +plex plugwise plum_lightpad pocketcasts point poolsense powerwall profiler progettihwsw proliphix prometheus prosegur proxmoxve proxy ps4 pulseaudio_loopback pushbullet pushover pvpc_hourly_pricing +python_script qbittorrent qld_bushfire qnap qrcode quantum_gateway qvr_pro qwikswitch rachio radiotherm rainbird raincloud rainforest_eagle rainmachine raspihats raspyrfm recollect_waste +recorder recswitch reddit rejseplanen -remember_the_milk remote_rpi_gpio renault repetier +rest rflink rfxtrx ring ripple risco rituals_perfume_genie rmvtransport rocketchat roku roomba roon route53 rova rpi_gpio rpi_gpio_pwm rpi_pfio rpi_power rpi_rf ruckus_unleashed russound_rio russound_rnet sabnzbd saj samsungtv satel_integra schluter +scrape screenlogic scsgate season sendgrid sense sensehat sensibo sentry serial serial_pm sesame seventeentrack seven_segments sharkiq shelly shiftr shodan sht31 sia sighthound signal_messenger simplepush simplisafe sinch sisyphus skybeacon skybell sky_hub slack sleepiq slide sma smappee smarthab smartthings smarttub smarty smart_meter_texas smhi sms snapcast +snmp socat sochain solaredge solaredge_local solarlog solax soma somfy somfy_mylink sonarr songpal sonos sony_projector soundtouch spc speedtestdotnet spider splunk spotify +sql squeezebox srp_energy ssdp +ssl starline starlingbank startca statsd steam_online stiebel_eltron stookalert stream streamlabswater subaru suez_water supla surepetcare swiss_hydrological_data swiss_public_transport switchbot switcher_kis switchmate syncthing syncthru synology_dsm synology_srm systemd systemmonitor system_bridge tado tahoma tankerkoenig tank_utility tapsaff tasmota tautulli ted5000 telegram_bot tellduslive tellstick temper tesla test tfiac thermoworks_smoke thingspeak thinkingcleaner tibber tikteck tile tmb todoist tof toon totalconnect touchline tplink tplink_lte traccar trackr tractive tradfri trafikverket_train trafikverket_weatherstation transmission transport_nsw travisci trend tts tuya twentemilieu twilio twinkly twitch twitter ubus unifi unifiled unifi_direct upb upcloud upc_connect updater upnp uptimerobot usb uscis usgs_earthquakes_feed utility_meter uvc vallox vasttrafik velbus velux venstar vera verisure versasense +version vesync vicare vilfo vivotek vizio vlc vlc_telnet volkszaehler volumio volvooncall vultr w800rf32 +wake_on_lan wallbox waqi waterfurnace watson_iot watson_tts watttime waze_travel_time webostv wemo whirlpool whois wiffi wilight wink wirelesstag withings wled wolflink workday xbee xbox xbox_live xeoma xiaomi_aqara xiaomi_miio xiaomi_tv xmpp xs1 yale_smart_alarm yamaha yamaha_musiccast yandex_transport yeelight yeelightsunflower yi youless zabbix zengge zeroconf zerproc zestimate zha zhong_hong ziggo_mediabox_xl zoneminder zwave +zwave_js" # external deps RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN} @@ -45,15 +45,15 @@ RDEPEND="${RDEPEND} # Home Assistant Core dependencies # from package_constraints.txt RDEPEND="${RDEPEND} - ~dev-python/aiodiscover-1.4.4[${PYTHON_USEDEP}] + ~dev-python/aiodiscover-1.4.5[${PYTHON_USEDEP}] ~dev-python/aiohttp-3.7.4_p0[${PYTHON_USEDEP}] ~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] >=dev-python/anyio-3.3.1[${PYTHON_USEDEP}] ~dev-python/astral-2.2[${PYTHON_USEDEP}] - ~dev-python/async-upnp-client-0.22.8[${PYTHON_USEDEP}] + ~dev-python/async-upnp-client-0.22.10[${PYTHON_USEDEP}] ~dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}] ~dev-python/attrs-21.2.0[${PYTHON_USEDEP}] - ~dev-python/awesomeversion-21.8.1[${PYTHON_USEDEP}] + ~dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/backports-zoneinfo[${PYTHON_USEDEP}]' python3_8) ~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}] >=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}] @@ -66,12 +66,12 @@ RDEPEND="${RDEPEND} ~dev-python/grpcio-1.31.0[${PYTHON_USEDEP}] >=dev-python/h11-0.12.0[${PYTHON_USEDEP}] ~dev-python/hass-nabucasa-0.50.0[${PYTHON_USEDEP}] - ~dev-python/home-assistant-frontend-20211007.1[${PYTHON_USEDEP}] + ~dev-python/home-assistant-frontend-20211108.0[${PYTHON_USEDEP}] >=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}] ~dev-python/httpx-0.19.0[${PYTHON_USEDEP}] ~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}] - ~dev-python/jinja-3.0.1[${PYTHON_USEDEP}] - ~dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}] + ~dev-python/jinja-3.0.2[${PYTHON_USEDEP}] + ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] ~dev-python/pandas-1.3.0[${PYTHON_USEDEP}] ~dev-python/pillow-8.2.0[${PYTHON_USEDEP}] Wi-Fi-enabled, automatic, self-cleaning litter box for cats integrate your Logi Circle cameras in Home Assistant display the status of London underground lines - + Integrates LOOKin devices into Home Assistant Integrate your Loop Energy meter information into Home Assistant fetch connected devices from your OpenWrt query the open data API of luftdaten.info to monitor air quality diff --git a/app-misc/homeassistant-min/Manifest b/app-misc/homeassistant-min/Manifest index cb5bd79f7..609865595 100644 --- a/app-misc/homeassistant-min/Manifest +++ b/app-misc/homeassistant-min/Manifest @@ -8,16 +8,16 @@ AUX maxcube_TypeError_dirty_hack.patch 1460 BLAKE2B 08570971bb3ce4c120086a32ec20 AUX recorder.yaml 114 BLAKE2B af04840805aa13124208584e7f1d40335905a083ee7deead5c0e4324c969f2a231c801c23e42075782950aba7535496d92747bf03efd73a80b0d07e8492d18f6 SHA512 cb4e353e54fb6dc7034569b8d62ddcdca92680c23c2c4e1ce707d21cf95e93f41a0c44521d8c3ee90b68c830f6b8e65dab82ae64bfa09727ae384550f7de0c94 AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63feabc8603ecc51ec16e0a4775e0c7da83d12d1ef0c9815c9ebf8ec8a86a678bb4a3b40decb04adc887f26 SHA512 2b13cd4175427853d5a4169cc7d441d62618e8136e4f5d9fd24d08a47f6916953ebd1e747ea9c7a0907b00766c7b2108ba3b8917178fd9a795da23e6525a0faf AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca -DIST homeassistant-2021.10.6.tar.gz 11738132 BLAKE2B 086ee4c0d19d7460fe450df0998b2242b1ed829bc9575bd3bfe10229967a4a54969b8eaa0e3eb3a58c772afbb794faf7af8af78c76f51e2b4185a5481505a003 SHA512 ed9d5fdff214f2a7c086df7d34be4ca344e5c0b2df73f837d3af0e19fa004717c5cc16828ce07a898e5c75fc2cf48d75065ccd18d5358abfbe8efa6539a38138 DIST homeassistant-2021.10.7.tar.gz 11739656 BLAKE2B 36ee6480590d81c7b6649f684be022aa10a8a2461ee21fa5f6b634286a9485707e62cfefd9124d403dfb3a162e989aeaf5393650eb81442e8114048472b4cc25 SHA512 df45a17436f20edd90793e9533aed082a7282f9b51be623b43686a25c4736e56f580e4bd5619f2525cf0e1fcebaf2768abf3c5b7740bcf723304caea418adf92 DIST homeassistant-2021.11.0.tar.gz 11954437 BLAKE2B 7e27c094ba6833231aec6b543386fdb53690b8dc9dfd57f1d14767cbd09c48a2542a1d58e4270d6f1346df2ddbcd41ffa5cdfbdd5eff570ef42a4a7a13d5f603 SHA512 2aeaa1772ea7562ef16d82ef296334c90617e65ab51dec1aa4d5450313da2255960c87e4ae888c0582ae5de2cc6ba53d571081f926ba5482895642a5a25e0c6c DIST homeassistant-2021.11.1.tar.gz 11954576 BLAKE2B bfb8e22e0b0c62ab925b34cee7329f1522d72cf41182f637436057e3af53a71e0a1e98d5519d5a081305ef10271b5c9c02cb41c51d2b1bfabc53acf5cc23dc4c SHA512 6b40a10102067eaf5a6e4cc6889f0ae4f2c9e8a7937917688fccc41ae1b03d830a064e7334939f573b1622ef0790f071302dd041280bc2ae6d0a4921c690a3cf +DIST homeassistant-2021.11.2.tar.gz 11955175 BLAKE2B 30792d0fbaefd9db848db1ee6bb61bd2397eecc5e9ac63d82e43d3c86b6f3f485cc766e76b2e056e8b3e9c6ce26ac8afd111714fda9ae4138f27edfd32d226ac SHA512 c890b97565bd8132982249277637570d4422d6ef597873d9e84ec9fa6bb5008339dafb5d2ecd4755ed5a8e440794acbb26fcffe336cc07457c03dc3528860324 DIST homeassistant-2021.8.8.tar.gz 10387233 BLAKE2B 2cdb4d7aefbea1172f43203d189eba0c583c86e0a1cda679b2b0729255e3ece9d669ddb95f66e0dc043349c29797c4c02852d1705035ea7d80ff1e693e08d7a0 SHA512 42c4dadf029d1adb5c15d778ad1c940543ac9f6818a1569fb09b4a86145634890b776cc08a54443d54ccdef715e349937d6f08b23f0d6ca1ae4cdcb1387c9ada DIST homeassistant-2021.9.7.tar.gz 11506886 BLAKE2B 8cd845297de07fca4df09a73666e946ac2e740c037535bd6b727b9a3c2bb00eaa9be2da3ee5feaefc3206e3d549832299f6511426f7d18b420955c4a589524e0 SHA512 ded86038b3009822aff6492d17133307cb7813712ac143e2cec57ccc1147e3a9fd95e57eab50c0b70ea92cf1afc53a16e4ba1aee94b6e1444ab32da1b6488551 -EBUILD homeassistant-min-2021.10.6.ebuild 12506 BLAKE2B b673c0f8618c49a78cd5ab312450aafbb8a988a4caa8b2772ffecf73ef7144825c0a397856c571cfa46c4ab8fb14d309c52713e45e4050b2955e74147802efcf SHA512 601121877a52945312bfc4fa39242d26a341fda7b0e3ff84750e87316c8887b9cf7cb76f9fc4e4be1ece2b5aaeca8638081aca9d45db05403cb767e2d461aab8 EBUILD homeassistant-min-2021.10.7-r1.ebuild 12506 BLAKE2B b673c0f8618c49a78cd5ab312450aafbb8a988a4caa8b2772ffecf73ef7144825c0a397856c571cfa46c4ab8fb14d309c52713e45e4050b2955e74147802efcf SHA512 601121877a52945312bfc4fa39242d26a341fda7b0e3ff84750e87316c8887b9cf7cb76f9fc4e4be1ece2b5aaeca8638081aca9d45db05403cb767e2d461aab8 EBUILD homeassistant-min-2021.11.0.ebuild 12610 BLAKE2B a6a8f2d6b6661cd716f658a6c71cc0c5694d6936ef950db4b37696252fe6fe6b2e6245613b5ace2825c36a30eb54d018d0f82de123f9ed4028adedbb9ef0f2d4 SHA512 98d2511585e91a8911fce8877c6b2e51a487d7e523e92a8053bfbf50677ea619190b01f51b85754e1d68415ca1ed3b44ed365678fbbf9a2419b90031f00040ee EBUILD homeassistant-min-2021.11.1.ebuild 12610 BLAKE2B f418118e262c900a80d96c3c839b026bc5dbff27f224ab5cee9bb6aa8a456b878d5a4357b6413346779cd1541af12305f8897ff174a921e1689f107b120d74ac SHA512 c29c959cbbc0a06c4935b9e33e35753e98e0f28c23e3e633981881192e99a23290b656477fe565ab7aa5cc698cf671a386c183e0d22dc149ca81676e904faa82 +EBUILD homeassistant-min-2021.11.2.ebuild 12610 BLAKE2B 2dd065541ccd4b3a1dc66c53561ecacb4c9036ec0c119e0f064603237e70976c8c8ce6dfefe9413010ecb3b5cfa739cfea226b8b583bf1fff4d257c43289e142 SHA512 4b18a356a5382cb7f2f5cee2915351714643683b53db39e6268bf218807a0d8e61f55070c6c832de60fe3a7f49ed1754f28b3ecb2df83fee5bd10a24c8f6abab EBUILD homeassistant-min-2021.8.8-r1.ebuild 12280 BLAKE2B ab4953823720310d6f2df906c1948dc50078d241506398428ba12630d558234416677920641b2f7db008f70aed400b57f4317a06af2f317cad882904de41bd0c SHA512 d184e7aa688497c01ec7d8191f4bb85369cf1740c521a5e150af19b14e69e040425e09cbf6248f44dcb63a20669b7fc4d0fdcb2e3e35cdb9e3a9eb9cc765c2b0 EBUILD homeassistant-min-2021.9.7.ebuild 12415 BLAKE2B 96714f4f8051873674fb4855390ebbd49907b87e2d70ea74a82c366640c59be729131c76e4ea999bd0986a165a0499e1b956416466a82630f3085beec82498f9 SHA512 ed89b095c243f3c0562066092501191f0c4538bbc2fd519b36116f6c0cc45d43f4f9501fe9cb9b76a2a99598a92dadec2d451c05fcfd82fd74ab17da3e4cccf7 MISC metadata.xml 7175 BLAKE2B da9c2765d200e40c7d3a6688595a8da9e8ee0f0f32ee49c3352362d9050487c9cfc5f2c259dd4ffae838d51eb488bba79c6307e9791bf2baaba25499771b1a2e SHA512 4c81c4a1250daa5f852d3da2c80f95e621d4c1f71d6958ba81068e022517a01032731401f3c07c7957a1df842d580e180795987527590016344107b8d4b60e52 diff --git a/app-misc/homeassistant-min/homeassistant-min-2021.10.6.ebuild b/app-misc/homeassistant-min/homeassistant-min-2021.11.2.ebuild similarity index 89% rename from app-misc/homeassistant-min/homeassistant-min-2021.10.6.ebuild rename to app-misc/homeassistant-min/homeassistant-min-2021.11.2.ebuild index d79ad9df4..04bb9f168 100644 --- a/app-misc/homeassistant-min/homeassistant-min-2021.10.6.ebuild +++ b/app-misc/homeassistant-min/homeassistant-min-2021.11.2.ebuild @@ -45,15 +45,15 @@ RDEPEND="${RDEPEND} # Home Assistant Core dependencies # from package_constraints.txt RDEPEND="${RDEPEND} - ~dev-python/aiodiscover-1.4.4[${PYTHON_USEDEP}] + ~dev-python/aiodiscover-1.4.5[${PYTHON_USEDEP}] ~dev-python/aiohttp-3.7.4_p0[${PYTHON_USEDEP}] ~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] >=dev-python/anyio-3.3.1[${PYTHON_USEDEP}] ~dev-python/astral-2.2[${PYTHON_USEDEP}] - ~dev-python/async-upnp-client-0.22.8[${PYTHON_USEDEP}] + ~dev-python/async-upnp-client-0.22.10[${PYTHON_USEDEP}] ~dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}] ~dev-python/attrs-21.2.0[${PYTHON_USEDEP}] - ~dev-python/awesomeversion-21.8.1[${PYTHON_USEDEP}] + ~dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/backports-zoneinfo[${PYTHON_USEDEP}]' python3_8) ~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}] >=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}] @@ -66,12 +66,12 @@ RDEPEND="${RDEPEND} ~dev-python/grpcio-1.31.0[${PYTHON_USEDEP}] >=dev-python/h11-0.12.0[${PYTHON_USEDEP}] ~dev-python/hass-nabucasa-0.50.0[${PYTHON_USEDEP}] - ~dev-python/home-assistant-frontend-20211007.1[${PYTHON_USEDEP}] + ~dev-python/home-assistant-frontend-20211108.0[${PYTHON_USEDEP}] >=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}] ~dev-python/httpx-0.19.0[${PYTHON_USEDEP}] ~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}] - ~dev-python/jinja-3.0.1[${PYTHON_USEDEP}] - ~dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}] + ~dev-python/jinja-3.0.2[${PYTHON_USEDEP}] + ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] ~dev-python/pandas-1.3.0[${PYTHON_USEDEP}] ~dev-python/pillow-8.2.0[${PYTHON_USEDEP}] =dev-python/anyio-3.3.1[${PYTHON_USEDEP}] ~dev-python/astral-2.2[${PYTHON_USEDEP}] - ~dev-python/async-upnp-client-0.22.8[${PYTHON_USEDEP}] + ~dev-python/async-upnp-client-0.22.10[${PYTHON_USEDEP}] ~dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}] ~dev-python/attrs-21.2.0[${PYTHON_USEDEP}] - ~dev-python/awesomeversion-21.8.1[${PYTHON_USEDEP}] + ~dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/backports-zoneinfo[${PYTHON_USEDEP}]' python3_8) ~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}] >=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}] @@ -66,12 +66,12 @@ RDEPEND="${RDEPEND} ~dev-python/grpcio-1.31.0[${PYTHON_USEDEP}] >=dev-python/h11-0.12.0[${PYTHON_USEDEP}] ~dev-python/hass-nabucasa-0.50.0[${PYTHON_USEDEP}] - ~dev-python/home-assistant-frontend-20211007.1[${PYTHON_USEDEP}] + ~dev-python/home-assistant-frontend-20211108.0[${PYTHON_USEDEP}] >=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}] ~dev-python/httpx-0.19.0[${PYTHON_USEDEP}] ~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}] - ~dev-python/jinja-3.0.1[${PYTHON_USEDEP}] - ~dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}] + ~dev-python/jinja-3.0.2[${PYTHON_USEDEP}] + ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] ~dev-python/pandas-1.3.0[${PYTHON_USEDEP}] ~dev-python/pillow-8.2.0[${PYTHON_USEDEP}]