Merge pull request #81 from onkelbeh/2022.6.1

2022.6.1
This commit is contained in:
Andreas Billmeier 2022-06-04 13:13:08 +02:00 committed by GitHub
commit 509d07db1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 1904 additions and 49 deletions

View File

@ -60,7 +60,7 @@
|aws|Interact with Amazon Web Services|N|N|Y|0.91|
|axis|Communicating with newer devices from Axis Communications|Y|Y|Y|0.45|
|backup|allows you to create and download backups for your Home Assistant Core|N|Y|Y|2022.4.0b0|
|baf|None|N|N|Y|2022.6.0b0|
|baf|Integrates Big Ass Fans devices into Home Assistant|N|N|Y|2022.6.0b0|
|baidu|Text-to-speech platform uses Baidu TTS engine to read a text with natural soundi|N|Y|Y|0.59|
|balboa|This integration adds support for Balboa Spa WiFi Modules|N|N|Y|2021.12.0b0|
|bbb_gpio|Base for all BeagleBone Black related GPIO platforms|N|N|Y|0.36|
@ -248,7 +248,7 @@
|gdacs|lets you use a GeoRSS feed provided by GDACS|N|N|Y|0.106|
|generic|The generic camera platform allows you to integrate any IP camera or other URL|N|N|Y||
|geniushub|geniushub integration links Home Assistant with your Genius Hub CH/DHW|N|N|Y|0.92|
|geocaching|None|N|N|Y|2022.6.0b0|
|geocaching|The Geocaching integration pulls data from your Geocaching.com account|N|N|Y|2022.6.0b0|
|geonetnz_quakes|Use a GeoJSON feed provided by New Zealands GeoNet in Home Assistant|N|N|Y|0.98|
|geonetnz_volcano|GeoJSON feed provided by New Zealands GeoNet|N|N|Y|0.103|
|geo_json_events|geo_json_events platform lets you integrate GeoJSON feeds|N|N|Y|0.79|
@ -313,7 +313,7 @@
|hydrawise|communicate with Hunter Wi-Fi irrigation controllers|N|Y|Y|0.71|
|hyperion|integrate your Hyperion into Home Assistant|Y|N|Y|0.7.6|
|ialarm|A simple library to interface with iAlarm systems, built for Home-Assistant|N|N|Y|2021.5|
|ialarm_xr|None|N|N|Y|2022.6.0b0|
|ialarm_xr|Provides connectivity with the Antifurto365 iAlarmXR alarm systems|N|N|Y|2022.6.0b0|
|iammeter|real-time readings of WEM3080, WEM3162 & WEM3080T) meters|N|N|Y|0.107|
|iaqualink|iAqualink by Jandy allows you to control your pool via cloud service|N|Y|Y|0.99|
|icloud|iCloud allows users to track their location on iOS devices|N|N|Y|0.10|
@ -366,7 +366,7 @@
|lametric|LaMetric Time smart clock listen to web radio and display notifications|N|N|Y|0.49|
|lastfm|lastfm sensor platform will allow you to see whenever a user starts scrobbling|N|N|Y|0.20|
|launch_library|information about the next planned space launch|N|N|Y|0.83|
|laundrify|None|N|N|Y|2022.6.0b0|
|laundrify|Monitor the status of your washing machine or dryer using a laundrify WiFi power|N|N|Y|2022.6.0b0|
|lcn|allows you to connect to LCN hardware devices|N|N|Y|0.85|
|lg_netcast|allows you to control a LG Smart TV running NetCast 3.0|N|N|Y|0.20|
|lg_soundbar|allows you to control LG Soundbars from Home Assistant|N|N|Y|0.81|
@ -815,7 +815,7 @@
|wled|add support for Aircookie's WLED|N|Y|Y|0.102|
|wolflink|uses the Wolf Smart-Set for your heating system status|N|N|Y|0.114|
|workday|generating country, province and state specific sets of holidays on the fly|Y|Y|Y|0.41|
|ws66i|None|N|N|Y|2022.6.0b0|
|ws66i|Control the Soundavo Whole-Home Audio Amplifier via local network|N|N|Y|2022.6.0b0|
|xbee|send and receive commands to and from other devices on the Zigbee|N|N|Y|0.12|
|xbox|A library to authenticate with Windows Live/Xbox Live and use their API|N|N|Y|0.117|
|xbox_live|track Xbox profiles|N|Y|Y|0.28|
@ -832,7 +832,7 @@
|yeelight|allows you to control your Yeelight Wifi bulbs|N|Y|Y|0.32|
|yeelightsunflower|allows you to control your Yeelight Sunflower light bulbs|N|N|Y|0.39|
|yi|allows you to utilize Yi Home Cameras within Home Assistant|N|Y|Y|0.56|
|yolink|None|N|N|Y|2022.6.0b0|
|yolink|Integrates YoLink Devices into Home Assistant|N|N|Y|2022.6.0b0|
|youless|allows you to read the meter values from sensors created by YouLess|N|N|Y|2021.8.0|
|zabbix|integration to connect to a Zabbix monitoring instance via the Zabbix API|N|N|Y|0.37|
|zengge|Python API for controlling Zengge LED bulbs|N|N|Y|0.36|

View File

@ -524,12 +524,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## 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 1764 Ebuilds in total, 1757 of them have in total 1764 (35 different) licenses assigned.
There are 1768 Ebuilds in total, 1761 of them have in total 1768 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1074|
|Apache-2.0|319|
|MIT|1076|
|Apache-2.0|321|
|GPL-3|108|
|BSD|98|
|LGPL-3|28|
@ -564,9 +564,9 @@ There are 1764 Ebuilds in total, 1757 of them have in total 1764 (35 different)
|CC-BY-NC-SA-4.0|1|
|CC0-1.0|1|
(Last counted: 01/06/2022)
(Last counted: 04/06/2022)
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: 01/06/2022
Last updated: 04/06/2022

View File

@ -13,10 +13,12 @@ DIST homeassistant-2022.5.5.tar.gz 15430712 BLAKE2B e119f508fc5dec3b7eb7f18a61ec
DIST homeassistant-2022.6.0.tar.gz 15559626 BLAKE2B 58cb0eb149f10dc43c1536923fc8796760e14f1cab862134eee7049a9bb0b9b4fb7598ce6302b38492b7adf0d76f77a0749ac7fac92e9603d9566c350ad07f6f SHA512 8fc75c5ed2527b351fc8dd2688dd69d359c3bc0a146ef17282a593837c7ca32e9431661de7c625bc0f7768571a4f844b13a32ec7fdfe14e0f6c967a1654fa338
DIST homeassistant-2022.6.0b6.tar.gz 15558784 BLAKE2B 017d9b90dc16b6974fd0b051e6da5a6515120f865c0ad0692481d4a6fce96b18290cbacf0b5663ad35c173515b1a2be519ae36aaa648b680d7f5ba020b52e6e6 SHA512 8921af457938a65f988fecd4d13c63c1c870ea3126b4bf2a1997157849e1bd6293994935fc16da95a3172b9b45c5db6f077523e406cabc89673d6849792754fa
DIST homeassistant-2022.6.0b7.tar.gz 15558366 BLAKE2B 248a5b3b6e7d7fd63f05349aaf19c3514f5d39176693a6040d5c21066dc54713ff9c23108f3b80c4e722cf4e5064028a8537fa7e36f810630b676bd6bf6d8b0f SHA512 3d9bdc93df79732b8f3e2a9dcfbf58486d8e9ac7c260dde38f971cc8b914d3d251ef3ddfc43c75232af4154531dc638db6577db7a00e96303d5f13ab3c5767ac
DIST homeassistant-2022.6.1.tar.gz 15567757 BLAKE2B 8988d2757d25a2a50dd0bbc39c835f325356ff6d6291bb0f2ef5637b54a589814985166c4200774513e02ffc238206670e59fbbd9af76e3cd244de54d62a878b SHA512 b9511db8c08d6c0b416f82c0368add357e7eee82051a4abb2b9b3e99f1cc775f6a0303dea509338330c9aee3bbd6e7ab2315c3449d1bfa77849512858c0a02d8
EBUILD homeassistant-full-2022.4.7-r1.ebuild 71862 BLAKE2B 3306f2f555852fcb77010b5aaf3886787e196eaa2eda695870ba76d7a5c8dd2c3930e4b06846230070d5c2811cbc33797a255f34176eec4e62ae21e45de42ada SHA512 dc4f5af8883105df7a3ff607e941bfa46fe932f0fea0a78e19c5e88f8d916cf2581737cedd37a7a87154a72a866f243382b76034e32adc142f1e1e1b52e23e51
EBUILD homeassistant-full-2022.5.5-r1.ebuild 72460 BLAKE2B c8c6b6805b8d8232477eb3b2a373bc3aa135557cdb335c8f536e87e78ae6051d43a424e6f560612264005e621efc8eb53252992f92a10b0e39d240b0e4718261 SHA512 afc60ebc15003e21f9a254f1ec2c4670a8a428f83e4d903c8f7eb3c223e0d393b721b4fe432ceb594b902a4daf8e501a58cb0445cbc14ce74657d652a42e3f47
EBUILD homeassistant-full-2022.6.0.ebuild 72840 BLAKE2B f460535f7d4b24e105d7fa56bb4c22a0f0d50d8c5bc7cbd3cfb18ee65c65c5e1140caffc0d15d50d5ab065b76acc245827d448ff91b1b6368eb902deefe818b8 SHA512 85e53d6583e1368dd7aeec2b1b1c4c2e9d9086818fbd665e07dbe1dad7376063db91209ebd3c0d41a3ab68626fec01ef0f7fba23a29262198a02fc474cf8d3d8
EBUILD homeassistant-full-2022.6.0_beta6.ebuild 72797 BLAKE2B 56f6b415cd5a3aae94a75243091e0d397ec39d1dee7fcea54f565274f245035db7986b628f484d82392ec84f3a6aaf9f8d909180e430e1ddb9b3bdfcba1aabcb SHA512 c2e240a884a323a2962c8d0758ffd439f94af0cd54a1626cd81daf7682cd33c89b59519507e2133c3cfcbc04c240cdb8c396cccdd9d659e70c924c5c42c19e9b
EBUILD homeassistant-full-2022.6.0_beta7.ebuild 72797 BLAKE2B 56f6b415cd5a3aae94a75243091e0d397ec39d1dee7fcea54f565274f245035db7986b628f484d82392ec84f3a6aaf9f8d909180e430e1ddb9b3bdfcba1aabcb SHA512 c2e240a884a323a2962c8d0758ffd439f94af0cd54a1626cd81daf7682cd33c89b59519507e2133c3cfcbc04c240cdb8c396cccdd9d659e70c924c5c42c19e9b
EBUILD homeassistant-full-9999.ebuild 72844 BLAKE2B eb366cfc378c69fb9f1c60474d5c7bc830abbaac56ce96f86d2a4e95a8e8173fe0a8fc18f9a4ba95275d868b839422d584c77d3f3dcde3fdc1eeb52644d8af71 SHA512 00a846737eaf01e0ed1a43c5d338e6298908942955fdd0a163abbcdb354be2f1659f2340f1b6eca44dea85eb830bf87665da42e3753d4a0030171f0fe4577a9d
MISC metadata.xml 78744 BLAKE2B 2287616f3a846c9ccbefbe83d18b1c70141bd6405b6452e4847c92e46773fe0fa9af7b193ca4c9d749ed52e6e59838801788f68433b1498dadf507251404259a SHA512 47d0fde113c26e8dcb8fbf3900966a067c37ef5d07424190559d4dfad5e574e8e176b28645c9791a4c35fa9e0ac0361d0a4f0779b7cf6c196ab998bc7e5f3546
EBUILD homeassistant-full-2022.6.1.ebuild 72840 BLAKE2B e1f18494eb776afb80ce948857358b95645d49d6159b2a555da2c6ca55f0a9ad6aff4e7a3c6846f0924dda2b77b7d1dcb47f59992dcfcd02a45cedfde068c023 SHA512 a7fa57b11a6a22e25d2674017a007daac0ddeb132a84a85ab77f4e625a1d4c4b6bca1204af9f4da11e9c110450fa88fdaa05c527a449fc2515c17f1bab82a798
EBUILD homeassistant-full-9999.ebuild 72844 BLAKE2B 2e0499ee1d909a0a2ab6d648cb4e27db3687e0b8e50316c73973820ce8766168090f418451cfb8bf4cad741a11fc28c5c3c259c19a77dc114fadfed7cbc77b4a SHA512 b2f822e3669ae7085190023804c374c59ccf203169d2c6cd45aacddf267d3f10708e78403f38e23f822c3e25267484a1c47ca2eb80f4f985c3e1767b0747d2cb
MISC metadata.xml 79157 BLAKE2B 45e5bafb169c144878a09d0694ea23cb9344f1714bb16d1d990c25a185a539172bf9048bb28ac419f0e66e465c3725791e99802cc0ab3d3474b0ae0c277d67c6 SHA512 d7feea7c8e8e9941e0279edb33f4fc0d4e5f9f8b8b3750b538215c62f2ad9a1aa9b4b50f28d8c9afb05ba581318fd39a9f5377021a2cbeb8d395999a9865409d

File diff suppressed because one or more lines are too long

View File

@ -67,7 +67,7 @@ RDEPEND="${RDEPEND}
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
~dev-python/home-assistant-frontend-20220531.0[${PYTHON_USEDEP}]
~dev-python/home-assistant-frontend-20220601.0[${PYTHON_USEDEP}]
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
~dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
@ -180,7 +180,7 @@ RDEPEND="${RDEPEND}
aws? ( ~dev-python/aiobotocore-2.1.0[${PYTHON_USEDEP}] )
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
backup? ( ~dev-python/securetar-2022.2.0[${PYTHON_USEDEP}] )
baf? ( ~dev-python/aiobafi6-0.3.0[${PYTHON_USEDEP}] )
baf? ( ~dev-python/aiobafi6-0.5.0[${PYTHON_USEDEP}] )
baidu? ( ~dev-python/baidu-aip-1.6.6.0[${PYTHON_USEDEP}] )
balboa? ( ~dev-python/pybalboa-0.13[${PYTHON_USEDEP}] )
bbb_gpio? ( ~dev-python/Adafruit_BBIO-1.1.1[${PYTHON_USEDEP}] )
@ -409,7 +409,7 @@ RDEPEND="${RDEPEND}
hikvision? ( ~dev-python/pyHik-0.3.0[${PYTHON_USEDEP}] )
hikvisioncam? ( ~dev-python/hikvision-0.4[${PYTHON_USEDEP}] )
hisense_aehw4a1? ( ~dev-python/pyaehw4a1-0.3.9[${PYTHON_USEDEP}] )
hive? ( ~dev-python/pyhiveapi-0.5.4[${PYTHON_USEDEP}] )
hive? ( ~dev-python/pyhiveapi-0.5.5[${PYTHON_USEDEP}] )
hlk_sw16? ( ~dev-python/hlk-sw16-0.0.9[${PYTHON_USEDEP}] )
homekit? ( ~dev-python/HAP-python-4.4.0[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}] ~dev-python/base36-0.1.1[${PYTHON_USEDEP}] )
homekit_controller? ( ~dev-python/aiohomekit-0.7.17[${PYTHON_USEDEP}] )
@ -950,7 +950,7 @@ RDEPEND="${RDEPEND}
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
yeelightsunflower? ( ~dev-python/yeelightsunflower-0.0.10[${PYTHON_USEDEP}] )
yi? ( ~dev-python/aioftp-0.12.0[${PYTHON_USEDEP}] )
yolink? ( ~dev-python/yolink-api-0.0.5[${PYTHON_USEDEP}] )
yolink? ( ~dev-python/yolink-api-0.0.6[${PYTHON_USEDEP}] )
youless? ( ~dev-python/youless-api-0.16[${PYTHON_USEDEP}] )
zabbix? ( ~dev-python/py-zabbix-1.1.7[${PYTHON_USEDEP}] )
zengge? ( ~dev-python/bluepy-1.3.0[${PYTHON_USEDEP}] ~dev-python/zengge-0.2[${PYTHON_USEDEP}] )

View File

@ -76,7 +76,7 @@
<flag name="aws">Interact with Amazon Web Services</flag>
<flag name="axis">Communicating with newer devices from Axis Communications</flag>
<flag name="backup">allows you to create and download backups for your Home Assistant Core</flag>
<flag name="baf"/>
<flag name="baf">Integrates Big Ass Fans devices into Home Assistant</flag>
<flag name="baidu">Text-to-speech platform uses Baidu TTS engine to read a text with natural soundi</flag>
<flag name="balboa">This integration adds support for Balboa Spa WiFi Modules</flag>
<flag name="bbb_gpio">Base for all BeagleBone Black related GPIO platforms</flag>
@ -264,7 +264,7 @@
<flag name="gdacs">lets you use a GeoRSS feed provided by GDACS</flag>
<flag name="generic">The generic camera platform allows you to integrate any IP camera or other URL</flag>
<flag name="geniushub">geniushub integration links Home Assistant with your Genius Hub CH/DHW</flag>
<flag name="geocaching"/>
<flag name="geocaching">The Geocaching integration pulls data from your Geocaching.com account</flag>
<flag name="geonetnz_quakes">Use a GeoJSON feed provided by New Zealands GeoNet in Home Assistant</flag>
<flag name="geonetnz_volcano">GeoJSON feed provided by New Zealands GeoNet</flag>
<flag name="geo_json_events">geo_json_events platform lets you integrate GeoJSON feeds</flag>
@ -329,7 +329,7 @@
<flag name="hydrawise">communicate with Hunter Wi-Fi irrigation controllers</flag>
<flag name="hyperion">integrate your Hyperion into Home Assistant</flag>
<flag name="ialarm">A simple library to interface with iAlarm systems, built for Home-Assistant</flag>
<flag name="ialarm_xr"/>
<flag name="ialarm_xr">Provides connectivity with the Antifurto365 iAlarmXR alarm systems</flag>
<flag name="iammeter">real-time readings of WEM3080, WEM3162 &amp; WEM3080T) meters</flag>
<flag name="iaqualink">iAqualink by Jandy allows you to control your pool via cloud service</flag>
<flag name="icloud">iCloud allows users to track their location on iOS devices</flag>
@ -382,7 +382,7 @@
<flag name="lametric">LaMetric Time smart clock listen to web radio and display notifications</flag>
<flag name="lastfm">lastfm sensor platform will allow you to see whenever a user starts scrobbling</flag>
<flag name="launch_library">information about the next planned space launch</flag>
<flag name="laundrify"/>
<flag name="laundrify">Monitor the status of your washing machine or dryer using a laundrify WiFi power</flag>
<flag name="lcn">allows you to connect to LCN hardware devices</flag>
<flag name="lg_netcast">allows you to control a LG Smart TV running NetCast 3.0</flag>
<flag name="lg_soundbar">allows you to control LG Soundbars from Home Assistant</flag>
@ -831,7 +831,7 @@
<flag name="wled">add support for Aircookie's WLED</flag>
<flag name="wolflink">uses the Wolf Smart-Set for your heating system status</flag>
<flag name="workday">generating country, province and state specific sets of holidays on the fly</flag>
<flag name="ws66i"/>
<flag name="ws66i">Control the Soundavo Whole-Home Audio Amplifier via local network</flag>
<flag name="xbee">send and receive commands to and from other devices on the Zigbee</flag>
<flag name="xbox">A library to authenticate with Windows Live/Xbox Live and use their API</flag>
<flag name="xbox_live">track Xbox profiles</flag>
@ -848,7 +848,7 @@
<flag name="yeelight">allows you to control your Yeelight Wifi bulbs</flag>
<flag name="yeelightsunflower">allows you to control your Yeelight Sunflower light bulbs</flag>
<flag name="yi">allows you to utilize Yi Home Cameras within Home Assistant</flag>
<flag name="yolink"/>
<flag name="yolink">Integrates YoLink Devices into Home Assistant</flag>
<flag name="youless">allows you to read the meter values from sensors created by YouLess</flag>
<flag name="zabbix">integration to connect to a Zabbix monitoring instance via the Zabbix API</flag>
<flag name="zengge">Python API for controlling Zengge LED bulbs</flag>

View File

@ -13,9 +13,11 @@ DIST homeassistant-2022.5.5.tar.gz 15430712 BLAKE2B e119f508fc5dec3b7eb7f18a61ec
DIST homeassistant-2022.6.0.tar.gz 15559626 BLAKE2B 58cb0eb149f10dc43c1536923fc8796760e14f1cab862134eee7049a9bb0b9b4fb7598ce6302b38492b7adf0d76f77a0749ac7fac92e9603d9566c350ad07f6f SHA512 8fc75c5ed2527b351fc8dd2688dd69d359c3bc0a146ef17282a593837c7ca32e9431661de7c625bc0f7768571a4f844b13a32ec7fdfe14e0f6c967a1654fa338
DIST homeassistant-2022.6.0b6.tar.gz 15558784 BLAKE2B 017d9b90dc16b6974fd0b051e6da5a6515120f865c0ad0692481d4a6fce96b18290cbacf0b5663ad35c173515b1a2be519ae36aaa648b680d7f5ba020b52e6e6 SHA512 8921af457938a65f988fecd4d13c63c1c870ea3126b4bf2a1997157849e1bd6293994935fc16da95a3172b9b45c5db6f077523e406cabc89673d6849792754fa
DIST homeassistant-2022.6.0b7.tar.gz 15558366 BLAKE2B 248a5b3b6e7d7fd63f05349aaf19c3514f5d39176693a6040d5c21066dc54713ff9c23108f3b80c4e722cf4e5064028a8537fa7e36f810630b676bd6bf6d8b0f SHA512 3d9bdc93df79732b8f3e2a9dcfbf58486d8e9ac7c260dde38f971cc8b914d3d251ef3ddfc43c75232af4154531dc638db6577db7a00e96303d5f13ab3c5767ac
DIST homeassistant-2022.6.1.tar.gz 15567757 BLAKE2B 8988d2757d25a2a50dd0bbc39c835f325356ff6d6291bb0f2ef5637b54a589814985166c4200774513e02ffc238206670e59fbbd9af76e3cd244de54d62a878b SHA512 b9511db8c08d6c0b416f82c0368add357e7eee82051a4abb2b9b3e99f1cc775f6a0303dea509338330c9aee3bbd6e7ab2315c3449d1bfa77849512858c0a02d8
EBUILD homeassistant-min-2022.4.7-r1.ebuild 14299 BLAKE2B 51856fe3c8eb49a8a0beda436158817293e925fd1c277417268d15d9bfdbc5549614eb0694e63e074cb5426ed5f632bc0eb6eb5b94de06b3872a156999f2e3ec SHA512 edb9ea864cabfe241e685952f26a92cbe29172c1eb067f3b38cbd6b7c6a943a5a85d9c82bd0a3dee5b9d8133d50ec8420a33338fb42c004afb2d0f904e2f1758
EBUILD homeassistant-min-2022.5.5-r1.ebuild 14423 BLAKE2B 6aa002c5469ecc0b2e34f1b4475ae09aeba956de043613c680f3c038410752ce5875f356331d65abab98b699667ed93739bfa1c4d2a0b48e0dfd69ff6bf64ca8 SHA512 ef46c63af3d43556a7debbfab959d0027f56ceb575b3e455eb19517a9faf2ead576720b55cd4d104f51a8b9d7cf8dd9277226dd6ed704244ecd25bc434abc808
EBUILD homeassistant-min-2022.6.0.ebuild 14417 BLAKE2B 0a85c5b8dfd289b64d1d11b6426891cb0f2dfd00db7e8dada06a09238ba6738545cd37a6e8d7bf771a4b74d7f0b1466ed0b6fecfca3e2d4e7440886edba26596 SHA512 b6746687ce68a5647a92744274d768c7c7412f388512bca1b325ac454a57916e90f0bbf9c426d7c7146208f8f0b9e68cd02b70d18254e7a49a947949eae8a103
EBUILD homeassistant-min-2022.6.0_beta6.ebuild 14374 BLAKE2B a582d16a6547824496b7af7eae43e95f2325a335d14a2fc0e2ea9500b4c1c795a6f868baec86164952addd61543689326ddecda3c616777a7f44fdd3dbb805dd SHA512 76cf57ae40a487d203febb8a95b933ed1ad803ca6bb572334bb6ab5baada45bea45315a3838ce1480d9230ea9484c9b55d789c8246f8083a0dc1080e8fe9265e
EBUILD homeassistant-min-2022.6.0_beta7.ebuild 14374 BLAKE2B a582d16a6547824496b7af7eae43e95f2325a335d14a2fc0e2ea9500b4c1c795a6f868baec86164952addd61543689326ddecda3c616777a7f44fdd3dbb805dd SHA512 76cf57ae40a487d203febb8a95b933ed1ad803ca6bb572334bb6ab5baada45bea45315a3838ce1480d9230ea9484c9b55d789c8246f8083a0dc1080e8fe9265e
EBUILD homeassistant-min-2022.6.1.ebuild 14417 BLAKE2B edb4ad4af763f6b602be94229c8b6ef97d982c6862969cffcb50ef41afcd76dd3cb9947d61097f206b0c3c338d08b62a12ce1ca755f06c276a89486ba1578968 SHA512 081bf0742c35d6c01cdcc0a50e633d052f23f0d41fff9684838a8037c5bee29e38f65dbab9a47955197dbbeb7a61873a96dccb7a79462927fb8818547f44cc75
MISC metadata.xml 8158 BLAKE2B 2c94ba51ce253ac28374b22cd1f683f28371b1dd4ed0f0fe041deb579c77362a72bb09c47cc2a833c50e2788682879cd982eac9c9e5efb9760320f7a10236346 SHA512 2a42047d49df334bf893ea01fd3163d1c153473d07ddddf6742d957bb4892cf56b02dac522b03d644a2bc261ef72c0a6f1269cb1f252ee5f8acfc75f19be143a

View File

@ -0,0 +1,280 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 readme.gentoo-r1 systemd
MY_PN=homeassistant
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/home-assistant/core.git"
EGIT_BRANCH="dev"
S="${WORKDIR}/core/"
else
MY_PV=${PV/_beta/b}
MY_P=${MY_PN}-${MY_PV}
SRC_URI="https://github.com/home-assistant/core/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/core-${MY_PV}"
fi
DESCRIPTION="Open-source home automation platform running on Python."
HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssistantRepository/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +mqtt myq mysensors +mysql +notify_events octoprint onvif +otp owntracks +ping +plex ps4 +python_script qnap qvr_pro radio_browser +recorder +rest ring samsungtv +scrape season shelly signal_messenger +snmp socat sonos speedtestdotnet +spotify +sql +ssl systemd systemmonitor tankerkoenig tasmota test tile tomorrowio tplink upnp utility_meter +version +wake_on_lan wemo whois workday yamaha yamaha_musiccast zeroconf zha +zwave_js"
RESTRICT="!test? ( test )"
# external deps
RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|| ( dev-lang/python:3.8 dev-lang/python:3.9 dev-lang/python:3.10 )
app-admin/logrotate
dev-db/sqlite
dev-libs/libfastjson
>=dev-libs/xerces-c-3.1.4-r1"
# make sure no conflicting main Ebuild is installed
RDEPEND="${RDEPEND}
!app-misc/homeassistant
!app-misc/homeassistant-full"
# Home Assistant Core dependencies
# from package_constraints.txt
RDEPEND="${RDEPEND}
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
~dev-python/astral-2.2[${PYTHON_USEDEP}]
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
>=dev-python/certifi-2021.5.30[${PYTHON_USEDEP}]
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
~dev-python/home-assistant-frontend-20220601.0[${PYTHON_USEDEP}]
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
~dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
>=dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}]
~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
<dev-python/pip-22.1.0
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
<dev-python/python-engineio-4[${PYTHON_USEDEP}]
~dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
>=dev-python/python-socketio-4.6.0[${PYTHON_USEDEP}]
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
~dev-python/pyudev-0.22.0[${PYTHON_USEDEP}]
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
~net-analyzer/scapy-2.4.5
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
# unknown origin, still something to clean up here
# some moved to suggested USE Flags
#
# auth/mfa_modules/totp.py:REQUIREMENTS = ["pyotp==2.6.0", "PyQRCode==1.2.1"]
# scripts/check_config.py:REQUIREMENTS = ("colorlog==6.6.0",)
RDEPEND="${RDEPEND}
~dev-python/colorlog-6.6.0[${PYTHON_USEDEP}]
>=dev-python/multidict-5.2.0[${PYTHON_USEDEP}]
~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}]
>=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
dev-python/pycparser[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
~media-libs/mutagen-1.45.1"
# Module requirements from useflags
RDEPEND="${RDEPEND}
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
airly? ( ~dev-python/airly-1.1.0[${PYTHON_USEDEP}] )
airvisual? ( ~dev-python/pyairvisual-5.0.9[${PYTHON_USEDEP}] )
alpha_vantage? ( ~dev-python/alpha-vantage-2.3.1[${PYTHON_USEDEP}] )
androidtv? ( ~dev-python/adb-shell-0.4.2[${PYTHON_USEDEP}] ~dev-python/androidtv-0.0.67[${PYTHON_USEDEP}] ~dev-python/pure-python-adb-0.3.0[${PYTHON_USEDEP}] )
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
cli? ( app-misc/home-assistant-cli )
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
compensation? ( ~dev-python/numpy-1.21.6[${PYTHON_USEDEP}] )
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
dlna_dms? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
dwd_weather_warnings? ( ~dev-python/dwdwfsapi-1.0.5[${PYTHON_USEDEP}] )
enigma2? ( ~dev-python/openwebifpy-3.2.7[${PYTHON_USEDEP}] )
esphome? ( ~dev-python/aioesphomeapi-10.10.0[${PYTHON_USEDEP}] )
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${PYTHON_USEDEP}] )
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
homekit? ( ~dev-python/HAP-python-4.4.0[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}] ~dev-python/base36-0.1.1[${PYTHON_USEDEP}] )
homekit_controller? ( ~dev-python/aiohomekit-0.7.17[${PYTHON_USEDEP}] )
http? ( ~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] )
hyperion? ( ~dev-python/hyperion-py-0.7.5[${PYTHON_USEDEP}] )
influxdb? ( ~dev-python/influxdb-5.3.1[${PYTHON_USEDEP}] ~dev-python/influxdb-client-1.24.0[${PYTHON_USEDEP}] )
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
mikrotik? ( ~dev-python/librouteros-3.2.0[${PYTHON_USEDEP}] )
mobile_app? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
mqtt? ( ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] )
myq? ( ~dev-python/pymyq-3.1.4[${PYTHON_USEDEP}] )
mysensors? ( ~dev-python/pymysensors-0.22.1[${PYTHON_USEDEP}] )
mysql? ( dev-python/mysql-connector-python[${PYTHON_USEDEP}] dev-python/mysqlclient[${PYTHON_USEDEP}] )
notify_events? ( ~dev-python/notify-events-1.0.4[${PYTHON_USEDEP}] )
octoprint? ( ~dev-python/pyoctoprintapi-0.1.8[${PYTHON_USEDEP}] )
onvif? ( ~dev-python/onvif-zeep-async-1.2.0[${PYTHON_USEDEP}] ~dev-python/WSDiscovery-2.0.0[${PYTHON_USEDEP}] )
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
owntracks? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
socat? ( net-misc/socat )
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
BDEPEND="${RDEPEND}
test? (
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
<dev-python/pip-22.1.0
~dev-vcs/pre-commit-2.19.0
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
~dev-python/pytest-sugar-0.9.4[${PYTHON_USEDEP}]
~dev-python/pytest-test-groups-1.0.3[${PYTHON_USEDEP}]
~dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}]
~dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
~dev-python/pytest-7.1.1[${PYTHON_USEDEP}]
~dev-python/requests-mock-1.9.2[${PYTHON_USEDEP}]
~dev-python/respx-0.19.0[${PYTHON_USEDEP}]
~dev-python/stdlib-list-0.7.0[${PYTHON_USEDEP}]
~dev-python/tqdm-4.49.0[${PYTHON_USEDEP}]
)
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]"
INSTALL_DIR="/opt/${MY_PN}"
DISABLE_AUTOFORMATTING=1
DOC_CONTENTS="
The HA interface listens on port 8123
hass configuration is in: /etc/${MY_PN}
daemon command line arguments are configured in: /etc/conf.d/${MY_PN}
logging is to: /var/log/${MY_PN}/{server,errors,stdout}.log
The sqlite db is by default in: /etc/${MY_PN}
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
"
S="${WORKDIR}/core-${MY_PV}"
DOCS="README.rst"
python_install_all() {
dodoc ${DOCS}
distutils-r1_python_install_all
keepdir "$INSTALL_DIR"
keepdir "/etc/${MY_PN}"
fowners -R "${MY_PN}:${MY_PN}" "/etc/${MY_PN}"
keepdir "/var/log/${MY_PN}"
fowners -R "${MY_PN}:${MY_PN}" "/var/log/${MY_PN}"
newconfd "${FILESDIR}/${MY_PN}.conf.d" "${MY_PN}"
newinitd "${FILESDIR}/${MY_PN}.init.d" "${MY_PN}"
use systemd && systemd_dounit "${FILESDIR}/${MY_PN}.service"
dobin "${FILESDIR}/hasstest"
if use socat ; then
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${MY_PN}" || die
fi
if use mqtt ; then
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${MY_PN}" || die
fi
insinto /etc/logrotate.d
newins "${FILESDIR}/${MY_PN}.logrotate" "${MY_PN}"
readme.gentoo_create_doc
}
pkg_postinst() {
readme.gentoo_print_elog
}
distutils_enable_tests pytest

View File

@ -13,9 +13,11 @@ DIST homeassistant-2022.5.5.tar.gz 15430712 BLAKE2B e119f508fc5dec3b7eb7f18a61ec
DIST homeassistant-2022.6.0.tar.gz 15559626 BLAKE2B 58cb0eb149f10dc43c1536923fc8796760e14f1cab862134eee7049a9bb0b9b4fb7598ce6302b38492b7adf0d76f77a0749ac7fac92e9603d9566c350ad07f6f SHA512 8fc75c5ed2527b351fc8dd2688dd69d359c3bc0a146ef17282a593837c7ca32e9431661de7c625bc0f7768571a4f844b13a32ec7fdfe14e0f6c967a1654fa338
DIST homeassistant-2022.6.0b6.tar.gz 15558784 BLAKE2B 017d9b90dc16b6974fd0b051e6da5a6515120f865c0ad0692481d4a6fce96b18290cbacf0b5663ad35c173515b1a2be519ae36aaa648b680d7f5ba020b52e6e6 SHA512 8921af457938a65f988fecd4d13c63c1c870ea3126b4bf2a1997157849e1bd6293994935fc16da95a3172b9b45c5db6f077523e406cabc89673d6849792754fa
DIST homeassistant-2022.6.0b7.tar.gz 15558366 BLAKE2B 248a5b3b6e7d7fd63f05349aaf19c3514f5d39176693a6040d5c21066dc54713ff9c23108f3b80c4e722cf4e5064028a8537fa7e36f810630b676bd6bf6d8b0f SHA512 3d9bdc93df79732b8f3e2a9dcfbf58486d8e9ac7c260dde38f971cc8b914d3d251ef3ddfc43c75232af4154531dc638db6577db7a00e96303d5f13ab3c5767ac
DIST homeassistant-2022.6.1.tar.gz 15567757 BLAKE2B 8988d2757d25a2a50dd0bbc39c835f325356ff6d6291bb0f2ef5637b54a589814985166c4200774513e02ffc238206670e59fbbd9af76e3cd244de54d62a878b SHA512 b9511db8c08d6c0b416f82c0368add357e7eee82051a4abb2b9b3e99f1cc775f6a0303dea509338330c9aee3bbd6e7ab2315c3449d1bfa77849512858c0a02d8
EBUILD homeassistant-2022.4.7-r1.ebuild 29255 BLAKE2B ef1a1608f2b0b65fac1099eea3bf2d1a743d1c890566836c74ddbeab0a639800bafbae5c19a44323475044013376a88ed5a9e7cbe8104a892d81907b22d905d0 SHA512 08ae886d2bafa24ed70f2cb02c79171c0e80a3d89fb9a15031aabb1c1becf9f598652cf5aa455a20cd36d30c68601f42451a92e378501c22eca5ed3fa73e7eab
EBUILD homeassistant-2022.5.5-r1.ebuild 29443 BLAKE2B 86ad461daa9a756e60652fa238d87b07f1aad1cdd437b312c28a4404b11df8fc91557f2e5e84c2a864aaf3ddba48a8bc25a444c5fe50913bcaff89ff601fc80e SHA512 b910c8e8f676ce54bf5db2aa9523889f8028d145b31cc2fd04da02e0078fc77ce17f353e39433d3426a90243aa7f980dad733a55bfd518b63c070012405367c0
EBUILD homeassistant-2022.6.0.ebuild 29440 BLAKE2B 7886545a0c2d798718dd8341e8d9a877858e3b7600fd38429d69259ac603318732331f6b29ed73d5b2088caf48476898567f4c44aa42f65f355aeb466f7c1bbd SHA512 b6298d59c31c11e742bf0c55792341a261bdd08296a7db5c3021b0e7278a4ad266eaeee827e5fda9e13189fdb8d1deb5af93696e3c017a1fd66196ff5ff22dee
EBUILD homeassistant-2022.6.0_beta6.ebuild 29397 BLAKE2B db7ef53bddc787210bba5429a82548b73332d1b90b7ea91a06e488f5c1206aed91adb8827853a7b910af059b1b74520ce5e639db7e128527fe92f982ddebd204 SHA512 a37e287960d3054cb6396000ba1119f19e7f625ead54bdf93a10723f77c027e45cb3459eecac8d97876578dcfdcc8d3960d4c719d1b66208d598d0ed885504b8
EBUILD homeassistant-2022.6.0_beta7.ebuild 29397 BLAKE2B db7ef53bddc787210bba5429a82548b73332d1b90b7ea91a06e488f5c1206aed91adb8827853a7b910af059b1b74520ce5e639db7e128527fe92f982ddebd204 SHA512 a37e287960d3054cb6396000ba1119f19e7f625ead54bdf93a10723f77c027e45cb3459eecac8d97876578dcfdcc8d3960d4c719d1b66208d598d0ed885504b8
EBUILD homeassistant-2022.6.1.ebuild 29440 BLAKE2B e352947b1900c49c29c285584fa5ff80985a37195e041c479c16a533b7cd836fbf5ee3d72e5a1caabe29a24e9b43a7d27a22551420aa56fe4ee17557e66bbf03 SHA512 a2d24ed7ea59fc51cc7a477248473fbb528debad25c4dd3f2163df39ca35419df3bee4490a785565727101de3a7eb28e55a871e90b5580061814896c74764bfb
MISC metadata.xml 25834 BLAKE2B 5f55c50d8b6faf6a639fc738f0a14bee95e84b6956b75d0ae492834d51425873e798407997d2573341b90f9bb8e340414ef87c926b9d215b73a7cc03a442d119 SHA512 468c03cd9ae8196a246651ad41395be61ace2da58f4e64c2d44a6d5a3a275e62b3092b4581bf61d56057e640d486916f9d2262681f83b46844aeb9433ac12338

View File

@ -0,0 +1,476 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 readme.gentoo-r1 systemd
MY_PN=homeassistant
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/home-assistant/core.git"
EGIT_BRANCH="dev"
S="${WORKDIR}/core/"
else
MY_PV=${PV/_beta/b}
MY_P=${MY_PN}-${MY_PV}
SRC_URI="https://github.com/home-assistant/core/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/core-${MY_PV}"
fi
DESCRIPTION="Open-source home automation platform running on Python."
HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssistantRepository/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="abode accuweather acer_projector acmeda adguard ads aftership agent_dvr airly airvisual aladdin_connect alarmdecoder almond alpha_vantage ambiclimate ambient_station amcrest ampio androidtv android_ip_webcam anel_pwrctrl anthemav apache_kafka apcupsd apple_tv apprise aquostv arcam_fmj aruba asuswrt aten_pe atome august aurora_abb_powerone avea avion awair axis backup baidu beewi_smartclim bh1750 bitcoin bizkaibus blackbird blebox blink blinksticklight blinkt blockchain bluetooth_le_tracker bluetooth_tracker bme280 bme680 bmw_connected_drive bond braviatv broadlink brother brottsplatskartan brunt bsblan bt_home_hub_5 bt_smarthub buienradar +caldav camera canary cast cisco_mobility_express cli co2signal compensation coronavirus daikin darksky deconz delijn denonavr deutsche_bahn devolo_home_control dexcom dhcp dht discogs discord discovery dlna_dmr dlna_dms doorbird dunehd +dwd_weather_warnings dynalite dyson ecobee emulated_roku enigma2 enocean enphase_envoy environment_canada esphome everlights evohome ffmpeg fibaro flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius garmin_connect gios github gogogate2 greeneye_monitor growatt_server guardian harman_kardon_avr harmony heos here_travel_time +homekit homekit_controller homematic homematicip_cloud hp_ilo http hue hydrawise iaqualink ihc imap incomfort influxdb insteon intesishome ipma ipp islamic_prayer_times jewish_calendar joaoapps_join kef knx kodi kraken lifx linode litterrobot loopenergy luci luftdaten maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +mqtt myq +mysql nad nederlandse_spoorwegen netatmo netdata +notify_events nuki nws nx584 octoprint onkyo onvif opengarage opensensemap openweathermap opnsense +otp owntracks panasonic_viera philips_js pilight +ping pi_hole +plex plugwise poolsense powerwall ps4 +python_script qnap qvr_pro rachio radio_browser rainbird rainmachine +recorder rejseplanen +rest ring roku roomba roon samsungtv +scrape season shelly shodan signal_messenger simplisafe skybell sma smappee smarthab smartthings +snmp socat solax somfy sonos speedtestdotnet +spotify +sql squeezebox +ssl statsd synology_dsm systemd systemmonitor tankerkoenig tasmota tellduslive tesla test tile tomorrowio toon totalconnect tplink tuya unifi unifi_direct upnp utility_meter vallox velbus velux vera +version vicare vizio +wake_on_lan waqi waze_travel_time webostv wemo whois wink withings wled workday xbox_live xiaomi_aqara xiaomi_miio xiaomi_tv xs1 yamaha yamaha_musiccast yeelight yi zeroconf zerproc zha zhong_hong zoneminder +zwave_js"
RESTRICT="!test? ( test )"
# external deps
RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|| ( dev-lang/python:3.8 dev-lang/python:3.9 dev-lang/python:3.10 )
app-admin/logrotate
dev-db/sqlite
dev-libs/libfastjson
>=dev-libs/xerces-c-3.1.4-r1"
# make sure no conflicting main Ebuild is installed
RDEPEND="${RDEPEND}
!app-misc/homeassistant-min
!app-misc/homeassistant-full"
# Home Assistant Core dependencies
# from package_constraints.txt
RDEPEND="${RDEPEND}
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
~dev-python/astral-2.2[${PYTHON_USEDEP}]
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
>=dev-python/certifi-2021.5.30[${PYTHON_USEDEP}]
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
~dev-python/home-assistant-frontend-20220601.0[${PYTHON_USEDEP}]
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
~dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
>=dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}]
~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
<dev-python/pip-22.1.0
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
<dev-python/python-engineio-4[${PYTHON_USEDEP}]
~dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
>=dev-python/python-socketio-4.6.0[${PYTHON_USEDEP}]
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
~dev-python/pyudev-0.22.0[${PYTHON_USEDEP}]
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
~net-analyzer/scapy-2.4.5
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
# unknown origin, still something to clean up here
# some moved to suggested USE Flags
#
# auth/mfa_modules/totp.py:REQUIREMENTS = ["pyotp==2.6.0", "PyQRCode==1.2.1"]
# scripts/check_config.py:REQUIREMENTS = ("colorlog==6.6.0",)
RDEPEND="${RDEPEND}
~dev-python/colorlog-6.6.0[${PYTHON_USEDEP}]
>=dev-python/multidict-5.2.0[${PYTHON_USEDEP}]
~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}]
>=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
dev-python/pycparser[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
~media-libs/mutagen-1.45.1"
# Module requirements from useflags
RDEPEND="${RDEPEND}
abode? ( ~dev-python/abodepy-1.2.0[${PYTHON_USEDEP}] )
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
acer_projector? ( ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] )
acmeda? ( ~dev-python/aiopulse-0.4.3[${PYTHON_USEDEP}] )
adguard? ( ~dev-python/adguardhome-0.5.1[${PYTHON_USEDEP}] )
ads? ( ~dev-python/pyads-3.2.2[${PYTHON_USEDEP}] )
aftership? ( ~dev-python/pyaftership-21.11.0[${PYTHON_USEDEP}] )
agent_dvr? ( ~dev-python/agent-py-0.0.23[${PYTHON_USEDEP}] )
airly? ( ~dev-python/airly-1.1.0[${PYTHON_USEDEP}] )
airvisual? ( ~dev-python/pyairvisual-5.0.9[${PYTHON_USEDEP}] )
aladdin_connect? ( ~dev-python/aladdin-connect-0.4[${PYTHON_USEDEP}] )
alarmdecoder? ( ~dev-python/adext-0.4.2[${PYTHON_USEDEP}] )
almond? ( ~dev-python/pyalmond-0.0.2[${PYTHON_USEDEP}] )
alpha_vantage? ( ~dev-python/alpha-vantage-2.3.1[${PYTHON_USEDEP}] )
ambiclimate? ( ~dev-python/Ambiclimate-0.2.1[${PYTHON_USEDEP}] )
ambient_station? ( ~dev-python/aioambient-2021.11.0[${PYTHON_USEDEP}] )
amcrest? ( ~dev-python/amcrest-1.9.7[${PYTHON_USEDEP}] )
ampio? ( ~dev-python/asmog-0.0.6[${PYTHON_USEDEP}] )
androidtv? ( ~dev-python/adb-shell-0.4.2[${PYTHON_USEDEP}] ~dev-python/androidtv-0.0.67[${PYTHON_USEDEP}] ~dev-python/pure-python-adb-0.3.0[${PYTHON_USEDEP}] )
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
anel_pwrctrl? ( ~dev-python/anel-pwrctrl-homeassistant-0.0.1[${PYTHON_USEDEP}] )
anthemav? ( ~dev-python/anthemav-1.2.0[${PYTHON_USEDEP}] )
apache_kafka? ( ~dev-python/aiokafka-0.6.0[${PYTHON_USEDEP}] )
apcupsd? ( ~dev-python/apcaccess-0.0.13[${PYTHON_USEDEP}] )
apple_tv? ( ~dev-python/pyatv-0.10.0[${PYTHON_USEDEP}] )
apprise? ( ~dev-python/apprise-0.9.8.3[${PYTHON_USEDEP}] )
aquostv? ( ~dev-python/sharp_aquos_rc-0.3.2[${PYTHON_USEDEP}] )
arcam_fmj? ( ~dev-python/arcam-fmj-0.12.0[${PYTHON_USEDEP}] )
aruba? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
asuswrt? ( ~dev-python/aioasuswrt-1.4.0[${PYTHON_USEDEP}] )
aten_pe? ( ~dev-python/atenpdu-0.3.2[${PYTHON_USEDEP}] )
atome? ( ~dev-python/pyAtome-0.1.1[${PYTHON_USEDEP}] )
august? ( ~dev-python/yalexs-1.1.25[${PYTHON_USEDEP}] )
aurora_abb_powerone? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
avea? ( ~dev-python/avea-1.5.1[${PYTHON_USEDEP}] )
avion? ( ~dev-python/avion-0.10[${PYTHON_USEDEP}] )
awair? ( ~dev-python/python-awair-0.2.3[${PYTHON_USEDEP}] )
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
backup? ( ~dev-python/securetar-2022.2.0[${PYTHON_USEDEP}] )
baidu? ( ~dev-python/baidu-aip-1.6.6.0[${PYTHON_USEDEP}] )
beewi_smartclim? ( ~dev-python/beewi-smartclim-0.0.10[${PYTHON_USEDEP}] )
bh1750? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
bitcoin? ( ~dev-python/blockchain-1.4.4[${PYTHON_USEDEP}] )
bizkaibus? ( ~dev-python/bizkaibus-0.1.1[${PYTHON_USEDEP}] )
blackbird? ( ~dev-python/pyblackbird-0.5[${PYTHON_USEDEP}] )
blebox? ( ~dev-python/blebox-uniapi-1.3.3[${PYTHON_USEDEP}] )
blink? ( ~dev-python/blinkpy-0.19.0[${PYTHON_USEDEP}] )
blinksticklight? ( ~dev-python/BlinkStick-1.2.0[${PYTHON_USEDEP}] )
blinkt? ( ~dev-python/blinkt-0.1.0[${PYTHON_USEDEP}] )
blockchain? ( ~dev-python/python-blockchain-api-0.0.2[${PYTHON_USEDEP}] )
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
bluetooth_tracker? ( ~dev-python/bt-proximity-0.2.1[${PYTHON_USEDEP}] ~dev-python/pybluez-0.22[${PYTHON_USEDEP}] )
bme280? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] ~dev-python/bme280spi-0.2.0[${PYTHON_USEDEP}] )
bme680? ( ~dev-python/bme680-1.0.5[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.9.3[${PYTHON_USEDEP}] )
bond? ( ~dev-python/bond-async-0.1.20[${PYTHON_USEDEP}] )
braviatv? ( ~dev-python/bravia-tv-1.0.11[${PYTHON_USEDEP}] )
broadlink? ( ~dev-python/broadlink-0.18.2[${PYTHON_USEDEP}] )
brother? ( ~dev-python/brother-1.1.0[${PYTHON_USEDEP}] )
brottsplatskartan? ( ~dev-python/brottsplatskartan-0.0.1[${PYTHON_USEDEP}] )
brunt? ( ~dev-python/brunt-1.2.0[${PYTHON_USEDEP}] )
bsblan? ( ~dev-python/bsblan-0.5.0[${PYTHON_USEDEP}] )
bt_home_hub_5? ( ~dev-python/bthomehub5-devicelist-0.1.1[${PYTHON_USEDEP}] )
bt_smarthub? ( ~dev-python/btsmarthub-devicelist-0.2.0[${PYTHON_USEDEP}] )
buienradar? ( ~dev-python/buienradar-1.0.5[${PYTHON_USEDEP}] )
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
canary? ( ~dev-python/py-canary-0.5.2[${PYTHON_USEDEP}] )
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
cisco_mobility_express? ( ~dev-python/ciscomobilityexpress-0.3.9[${PYTHON_USEDEP}] )
cli? ( app-misc/home-assistant-cli )
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
compensation? ( ~dev-python/numpy-1.21.6[${PYTHON_USEDEP}] )
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
daikin? ( ~dev-python/pydaikin-2.7.0[${PYTHON_USEDEP}] )
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
deconz? ( ~dev-python/pydeconz-92[${PYTHON_USEDEP}] )
delijn? ( ~dev-python/pydelijn-1.0.0[${PYTHON_USEDEP}] )
denonavr? ( ~dev-python/denonavr-0.10.11[${PYTHON_USEDEP}] )
deutsche_bahn? ( ~dev-python/schiene-0.23[${PYTHON_USEDEP}] )
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.18.2[${PYTHON_USEDEP}] )
dexcom? ( ~dev-python/pydexcom-0.2.3[${PYTHON_USEDEP}] )
dhcp? ( ~net-analyzer/scapy-2.4.5 ~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}] )
dht? ( ~dev-python/adafruit-circuitpython-dht-3.7.0[${PYTHON_USEDEP}] ~dev-python/RPi-GPIO-0.7.1_alpha4[${PYTHON_USEDEP}] )
discogs? ( ~dev-python/discogs-client-2.3.0[${PYTHON_USEDEP}] )
discord? ( ~dev-python/nextcord-2.0.0_alpha8[${PYTHON_USEDEP}] )
discovery? ( ~dev-python/netdisco-3.0.0[${PYTHON_USEDEP}] )
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
dlna_dms? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
doorbird? ( ~dev-python/DoorBirdPy-2.1.0[${PYTHON_USEDEP}] )
dunehd? ( ~dev-python/pdunehd-1.3.2[${PYTHON_USEDEP}] )
dwd_weather_warnings? ( ~dev-python/dwdwfsapi-1.0.5[${PYTHON_USEDEP}] )
dynalite? ( ~dev-python/dynalite-devices-0.1.46[${PYTHON_USEDEP}] )
dyson? ( ~dev-python/libpurecool-0.6.4[${PYTHON_USEDEP}] )
ecobee? ( ~dev-python/python-ecobee-api-0.2.14[${PYTHON_USEDEP}] )
emulated_roku? ( ~dev-python/emulated-roku-0.2.1[${PYTHON_USEDEP}] )
enigma2? ( ~dev-python/openwebifpy-3.2.7[${PYTHON_USEDEP}] )
enocean? ( ~dev-python/enocean-0.50.1[${PYTHON_USEDEP}] )
enphase_envoy? ( ~dev-python/envoy-reader-0.20.1[${PYTHON_USEDEP}] )
environment_canada? ( ~dev-python/env-canada-0.5.22[${PYTHON_USEDEP}] )
esphome? ( ~dev-python/aioesphomeapi-10.10.0[${PYTHON_USEDEP}] )
everlights? ( ~dev-python/pyeverlights-0.1.0[${PYTHON_USEDEP}] )
evohome? ( ~dev-python/evohome-async-0.3.15[${PYTHON_USEDEP}] )
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${PYTHON_USEDEP}] )
fibaro? ( ~dev-python/fiblary3-0.1.8[${PYTHON_USEDEP}] )
flume? ( ~dev-python/PyFlume-0.6.5[${PYTHON_USEDEP}] )
flunearyou? ( ~dev-python/pyflunearyou-2.0.2[${PYTHON_USEDEP}] )
flux_led? ( ~dev-python/flux-led-0.28.30[${PYTHON_USEDEP}] )
foobot? ( ~dev-python/foobot_async-1.0.0[${PYTHON_USEDEP}] )
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
fortios? ( ~dev-python/fortiosapi-1.0.5[${PYTHON_USEDEP}] )
freebox? ( ~dev-python/freebox-api-0.0.10[${PYTHON_USEDEP}] )
fritz? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
fritzbox? ( ~dev-python/pyfritzhome-0.6.4[${PYTHON_USEDEP}] )
fritzbox_callmonitor? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] )
fritzbox_netmonitor? ( ~dev-python/fritzconnection-1.4.2[${PYTHON_USEDEP}] )
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
garmin_connect? ( ~dev-python/garminconnect-ha-0.1.6[${PYTHON_USEDEP}] )
gios? ( ~dev-python/gios-2.1.0[${PYTHON_USEDEP}] )
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
gogogate2? ( ~dev-python/ismartgate-4.0.4[${PYTHON_USEDEP}] )
greeneye_monitor? ( ~dev-python/greeneye-monitor-3.0.3[${PYTHON_USEDEP}] )
growatt_server? ( ~dev-python/growattServer-1.1.0[${PYTHON_USEDEP}] )
guardian? ( ~dev-python/aioguardian-2022.3.2[${PYTHON_USEDEP}] )
harman_kardon_avr? ( ~dev-python/hkavr-0.0.5[${PYTHON_USEDEP}] )
harmony? ( ~dev-python/aioharmony-0.2.9[${PYTHON_USEDEP}] )
heos? ( ~dev-python/pyheos-0.7.2[${PYTHON_USEDEP}] )
here_travel_time? ( ~dev-python/herepy-2.0.0[${PYTHON_USEDEP}] )
homekit? ( ~dev-python/HAP-python-4.4.0[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}] ~dev-python/base36-0.1.1[${PYTHON_USEDEP}] )
homekit_controller? ( ~dev-python/aiohomekit-0.7.17[${PYTHON_USEDEP}] )
homematic? ( ~dev-python/pyhomematic-0.1.77[${PYTHON_USEDEP}] )
homematicip_cloud? ( ~dev-python/homematicip-1.0.2[${PYTHON_USEDEP}] )
hp_ilo? ( ~dev-python/python-hpilo-4.3[${PYTHON_USEDEP}] )
http? ( ~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] )
hue? ( ~dev-python/aiohue-4.4.1[${PYTHON_USEDEP}] )
hydrawise? ( ~dev-python/Hydrawiser-0.2[${PYTHON_USEDEP}] )
iaqualink? ( ~dev-python/iaqualink-0.4.1[${PYTHON_USEDEP}] )
ihc? ( ~dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] ~dev-python/ihcsdk-2.7.6[${PYTHON_USEDEP}] )
imap? ( ~dev-python/aioimaplib-0.9.0[${PYTHON_USEDEP}] )
incomfort? ( ~dev-python/incomfort-client-0.4.4[${PYTHON_USEDEP}] )
influxdb? ( ~dev-python/influxdb-5.3.1[${PYTHON_USEDEP}] ~dev-python/influxdb-client-1.24.0[${PYTHON_USEDEP}] )
insteon? ( ~dev-python/pyinsteon-1.1.0[${PYTHON_USEDEP}] ~dev-python/insteon-frontend-home-assistant-0.1.0[${PYTHON_USEDEP}] )
intesishome? ( ~dev-python/pyintesishome-1.7.6[${PYTHON_USEDEP}] )
ipma? ( ~dev-python/pyipma-2.0.5[${PYTHON_USEDEP}] )
ipp? ( ~dev-python/pyipp-0.11.0[${PYTHON_USEDEP}] )
islamic_prayer_times? ( ~dev-python/prayer-times-calculator-0.0.5[${PYTHON_USEDEP}] )
jewish_calendar? ( ~dev-python/hdate-0.10.4[${PYTHON_USEDEP}] )
joaoapps_join? ( ~dev-python/python-join-api-0.0.9[${PYTHON_USEDEP}] )
kef? ( ~dev-python/aiokef-0.2.16[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
lifx? ( ~dev-python/aiolifx-0.7.1[${PYTHON_USEDEP}] ~dev-python/aiolifx-effects-0.2.2[${PYTHON_USEDEP}] )
linode? ( ~dev-python/linode-api-4.1.9_beta1[${PYTHON_USEDEP}] )
litterrobot? ( ~dev-python/pylitterbot-2022.3.0[${PYTHON_USEDEP}] )
loopenergy? ( ~dev-python/pyloopenergy-0.2.1[${PYTHON_USEDEP}] )
luci? ( ~dev-python/openwrt-luci-rpc-1.1.11[${PYTHON_USEDEP}] )
luftdaten? ( ~dev-python/luftdaten-0.7.2[${PYTHON_USEDEP}] )
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
media_extractor? ( ~net-misc/youtube-dl-2021.12.17 )
meteo_france? ( ~dev-python/meteofrance-api-1.0.2[${PYTHON_USEDEP}] )
mfi? ( ~dev-python/mficlient-0.3.0[${PYTHON_USEDEP}] )
miflora? ( ~dev-python/bluepy-1.3.0[${PYTHON_USEDEP}] ~dev-python/miflora-0.7.2[${PYTHON_USEDEP}] )
mikrotik? ( ~dev-python/librouteros-3.2.0[${PYTHON_USEDEP}] )
mitemp_bt? ( ~dev-python/mitemp-bt-0.0.5[${PYTHON_USEDEP}] )
mobile_app? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
mqtt? ( ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] )
myq? ( ~dev-python/pymyq-3.1.4[${PYTHON_USEDEP}] )
mysql? ( dev-python/mysql-connector-python[${PYTHON_USEDEP}] dev-python/mysqlclient[${PYTHON_USEDEP}] )
nad? ( ~dev-python/nad-receiver-0.3.0[${PYTHON_USEDEP}] )
nederlandse_spoorwegen? ( ~dev-python/nsapi-3.0.5[${PYTHON_USEDEP}] )
netatmo? ( ~dev-python/pyatmo-6.2.4[${PYTHON_USEDEP}] )
netdata? ( ~dev-python/netdata-1.0.1[${PYTHON_USEDEP}] )
notify_events? ( ~dev-python/notify-events-1.0.4[${PYTHON_USEDEP}] )
nuki? ( ~dev-python/pynuki-1.5.2[${PYTHON_USEDEP}] )
nws? ( ~dev-python/pynws-1.4.1[${PYTHON_USEDEP}] )
nx584? ( ~dev-python/pynx584-0.5[${PYTHON_USEDEP}] )
octoprint? ( ~dev-python/pyoctoprintapi-0.1.8[${PYTHON_USEDEP}] )
onkyo? ( ~dev-python/onkyo-eiscp-1.2.7[${PYTHON_USEDEP}] )
onvif? ( ~dev-python/onvif-zeep-async-1.2.0[${PYTHON_USEDEP}] ~dev-python/WSDiscovery-2.0.0[${PYTHON_USEDEP}] )
opengarage? ( ~dev-python/open-garage-0.2.0[${PYTHON_USEDEP}] )
opensensemap? ( ~dev-python/opensensemap-api-0.2.0[${PYTHON_USEDEP}] )
openweathermap? ( ~dev-python/pyowm-3.2.0[${PYTHON_USEDEP}] )
opnsense? ( ~dev-python/pyopnsense-0.2.0[${PYTHON_USEDEP}] )
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
owntracks? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
panasonic_viera? ( ~dev-python/panasonic-viera-0.3.6[${PYTHON_USEDEP}] )
philips_js? ( ~dev-python/ha-philipsjs-2.9.0[${PYTHON_USEDEP}] )
pilight? ( ~dev-python/pilight-0.1.1[${PYTHON_USEDEP}] )
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
pi_hole? ( ~dev-python/hole-0.7.0[${PYTHON_USEDEP}] )
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
plugwise? ( ~dev-python/plugwise-0.18.5[${PYTHON_USEDEP}] )
poolsense? ( ~dev-python/poolsense-0.0.8[${PYTHON_USEDEP}] )
powerwall? ( ~dev-python/tesla-powerwall-0.3.17[${PYTHON_USEDEP}] )
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
rachio? ( ~dev-python/RachioPy-1.0.3[${PYTHON_USEDEP}] )
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
rainbird? ( ~dev-python/pyrainbird-0.4.3[${PYTHON_USEDEP}] )
rainmachine? ( ~dev-python/regenmaschine-2022.5.1[${PYTHON_USEDEP}] )
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
rejseplanen? ( ~dev-python/rjpl-0.3.6[${PYTHON_USEDEP}] )
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
roku? ( ~dev-python/rokuecp-0.16.0[${PYTHON_USEDEP}] )
roomba? ( ~dev-python/roombapy-1.6.5[${PYTHON_USEDEP}] )
roon? ( ~dev-python/roonapi-0.1.1[${PYTHON_USEDEP}] )
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
shodan? ( ~dev-python/shodan-1.27.0[${PYTHON_USEDEP}] )
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
simplisafe? ( ~dev-python/simplisafe-python-2022.5.2[${PYTHON_USEDEP}] )
skybell? ( ~dev-python/skybellpy-0.6.3[${PYTHON_USEDEP}] )
sma? ( ~dev-python/pysma-0.6.11[${PYTHON_USEDEP}] )
smappee? ( ~dev-python/pysmappee-0.2.29[${PYTHON_USEDEP}] )
smarthab? ( ~dev-python/SmartHab-0.21[${PYTHON_USEDEP}] )
smartthings? ( ~dev-python/pysmartapp-0.3.3[${PYTHON_USEDEP}] ~dev-python/pysmartthings-0.7.6[${PYTHON_USEDEP}] )
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
socat? ( net-misc/socat )
solax? ( ~dev-python/solax-0.2.9[${PYTHON_USEDEP}] )
somfy? ( ~dev-python/pymfy-0.11.0[${PYTHON_USEDEP}] )
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
squeezebox? ( ~dev-python/pysqueezebox-0.5.5[${PYTHON_USEDEP}] )
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
statsd? ( ~dev-python/statsd-3.2.1[${PYTHON_USEDEP}] )
synology_dsm? ( ~dev-python/py-synologydsm-api-1.0.8[${PYTHON_USEDEP}] )
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
tellduslive? ( ~dev-python/tellduslive-0.10.11[${PYTHON_USEDEP}] )
tesla? ( ~dev-python/teslajsonpy-0.18.3[${PYTHON_USEDEP}] )
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
toon? ( ~dev-python/toonapi-0.2.1[${PYTHON_USEDEP}] )
totalconnect? ( ~dev-python/total-connect-client-2022.5[${PYTHON_USEDEP}] )
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
tuya? ( ~dev-python/tuya-iot-py-sdk-0.6.6[${PYTHON_USEDEP}] )
unifi? ( ~dev-python/aiounifi-31[${PYTHON_USEDEP}] )
unifi_direct? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
vallox? ( ~dev-python/vallox-websocket-api-2.11.0[${PYTHON_USEDEP}] )
velbus? ( ~dev-python/velbus-aio-2022.5.1[${PYTHON_USEDEP}] )
velux? ( ~dev-python/pyvlx-0.2.19[${PYTHON_USEDEP}] )
vera? ( ~dev-python/pyvera-0.3.13[${PYTHON_USEDEP}] )
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
vicare? ( ~dev-python/PyViCare-2.16.2[${PYTHON_USEDEP}] )
vizio? ( ~dev-python/pyvizio-0.1.57[${PYTHON_USEDEP}] )
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
waqi? ( ~dev-python/waqiasync-1.0.0[${PYTHON_USEDEP}] )
waze_travel_time? ( ~dev-python/WazeRouteCalculator-0.14[${PYTHON_USEDEP}] )
webostv? ( ~dev-python/aiowebostv-0.2.0[${PYTHON_USEDEP}] )
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
wink? ( ~dev-python/pubnubsub-handler-1.0.9[${PYTHON_USEDEP}] ~dev-python/python-wink-1.10.5[${PYTHON_USEDEP}] )
withings? ( ~dev-python/withings-api-2.4.0[${PYTHON_USEDEP}] )
wled? ( ~dev-python/wled-0.13.2[${PYTHON_USEDEP}] )
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
xbox_live? ( ~dev-python/xboxapi-2.0.1[${PYTHON_USEDEP}] )
xiaomi_aqara? ( ~dev-python/PyXiaomiGateway-0.13.4[${PYTHON_USEDEP}] )
xiaomi_miio? ( ~dev-python/construct-2.10.56[${PYTHON_USEDEP}] ~dev-python/micloud-0.5[${PYTHON_USEDEP}] ~dev-python/python-miio-0.5.11[${PYTHON_USEDEP}] )
xiaomi_tv? ( ~dev-python/pymitv-1.4.3[${PYTHON_USEDEP}] )
xs1? ( ~dev-python/xs1-api-client-3.0.0[${PYTHON_USEDEP}] )
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
yi? ( ~dev-python/aioftp-0.12.0[${PYTHON_USEDEP}] )
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
zerproc? ( ~dev-python/pyzerproc-0.4.8[${PYTHON_USEDEP}] )
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
zhong_hong? ( ~dev-python/zhong-hong-hvac-1.0.9[${PYTHON_USEDEP}] )
zoneminder? ( ~dev-python/zm-py-0.5.2[${PYTHON_USEDEP}] )
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
BDEPEND="${RDEPEND}
test? (
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
<dev-python/pip-22.1.0
~dev-vcs/pre-commit-2.19.0
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
~dev-python/pytest-sugar-0.9.4[${PYTHON_USEDEP}]
~dev-python/pytest-test-groups-1.0.3[${PYTHON_USEDEP}]
~dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}]
~dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
~dev-python/pytest-7.1.1[${PYTHON_USEDEP}]
~dev-python/requests-mock-1.9.2[${PYTHON_USEDEP}]
~dev-python/respx-0.19.0[${PYTHON_USEDEP}]
~dev-python/stdlib-list-0.7.0[${PYTHON_USEDEP}]
~dev-python/tqdm-4.49.0[${PYTHON_USEDEP}]
)
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]"
INSTALL_DIR="/opt/${MY_PN}"
DISABLE_AUTOFORMATTING=1
DOC_CONTENTS="
The HA interface listens on port 8123
hass configuration is in: /etc/${MY_PN}
daemon command line arguments are configured in: /etc/conf.d/${MY_PN}
logging is to: /var/log/${MY_PN}/{server,errors,stdout}.log
The sqlite db is by default in: /etc/${MY_PN}
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
"
S="${WORKDIR}/core-${MY_PV}"
DOCS="README.rst"
python_install_all() {
dodoc ${DOCS}
distutils-r1_python_install_all
keepdir "$INSTALL_DIR"
keepdir "/etc/${MY_PN}"
fowners -R "${MY_PN}:${MY_PN}" "/etc/${MY_PN}"
keepdir "/var/log/${MY_PN}"
fowners -R "${MY_PN}:${MY_PN}" "/var/log/${MY_PN}"
newconfd "${FILESDIR}/${MY_PN}.conf.d" "${MY_PN}"
newinitd "${FILESDIR}/${MY_PN}.init.d" "${MY_PN}"
use systemd && systemd_dounit "${FILESDIR}/${MY_PN}.service"
dobin "${FILESDIR}/hasstest"
if use socat ; then
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${MY_PN}" || die
fi
if use mqtt ; then
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${MY_PN}" || die
fi
insinto /etc/logrotate.d
newins "${FILESDIR}/${MY_PN}.logrotate" "${MY_PN}"
readme.gentoo_create_doc
}
pkg_postinst() {
readme.gentoo_print_elog
}
distutils_enable_tests pytest

View File

@ -1,3 +1,5 @@
DIST aiobafi6-0.3.0.tar.gz 21266 BLAKE2B 53191cd7661af6cfb7f99bd802c0747b46ff5dc154ca4aec3ce68d0f5545d16c8fb876fa5bbd4d9d8568c0517cef5bbf822439a3f70146cc926babaa4907a34c SHA512 8b199fda337b551d9d22943fca827313147f5569a421ad5afcae54043fd06389d201b1dfb23bd578aaa0339c95808930d2c5b438e7e7a8e4a80acab403186228
DIST aiobafi6-0.5.0.tar.gz 22447 BLAKE2B 962ae9c2f7540ad1633129c4c0720ed5d150b715f9f53d7623bb718f09167feefb521476e0d54f677320542102f73a7393af7e71b66424a5592bfe80b7097d8a SHA512 c8412b5d912f1cba0061a6e4a819b55df160cfe81ff7911dc62298dd46616d90016d6fb6664c638858b404bed63d1d185b96a3fe2663d4b7bf85bb2730c279e1
EBUILD aiobafi6-0.3.0.ebuild 916 BLAKE2B b82961fb58482f2c775f80bf1fe855b5d473c2733c84645467eb483c983e011e51495221ba70d70077e1eaff2ff2d232cd493cbd4e1782be7af44d22f886f492 SHA512 2896946a11e757b4bac96dfe49351bbbe1f77158d5ea6a0eb182c3440610ef36e571f49f8fda4aeaa452d4af79ae48cd7773193dc1d34060adcf0215c2fb6640
EBUILD aiobafi6-0.5.0.ebuild 912 BLAKE2B 7b37a9e63ca22e820bda67cd2e3560a72542679981441a4a23c7cebb09a92a166202fdc1b87333022bac1d7852f4c7a0e0ac1ade31b717bf8b227d95628dd54b SHA512 f2f8b6e0c62182a2cc92896f808be6259ac30b829182848bd90fe010def8e793762b07ac9d668eeeeef15c6d9048d35908177c4ff309393ff6230c0d923160b5
MISC metadata.xml 452 BLAKE2B 755f4bb3cd547a142ab4fd958486a666f68cf868d0cd3c56d9075cf469586a227fa4cb8e8b86db534bf6c11ed07374dcbaa0b694ff4ef2f30a374627f68eba75 SHA512 a4fea8dc6559c18485d30c85129c0e3da3d3f542acc0aa5660d7a64667d70072aae5b9522f62b0bbc8bd0198b6588dc83e7fe1da9aaa7788b68ae43807fe24dc

View File

@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="The Home Assistant frontend"
HOMEPAGE="https://github.com/home-assistant/frontend https://pypi.org/project/home-assistant-frontend/"
SRC_URI="https://hasf.edevau.net/${P:0:1}/${PN}/${P}.tar.xz"
DESCRIPTION="Big Ass Fans i6/Haiku protocol asynchronous Python library"
HOMEPAGE="https://github.com/jfroy/aiobafi6 https://pypi.org/project/aiobafi6/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -17,15 +17,21 @@ KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
DOCS="README.md"
RDEPEND=">=dev-python/protobuf-python-3.20[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.38.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,13 +1,9 @@
DIST home-assistant-frontend-20220301.0.tar.xz 21054720 BLAKE2B 08b6b63259d4256265bc85a6d0f015dc0f818f0d9fd1ba381df7d9c06af217786dcd14c9c42dcdacd07a932f39bb5272a34822393bda2311f873f3c90d633648 SHA512 6e3bb5ccbc6c75c64bafce8878360ffd4e496a3126562e07c328c412eb2e9379f51ac333f5403f706cb1ba56d2f2b369c8df9a8246644325b82c4e4a6608ebbf
DIST home-assistant-frontend-20220405.0.tar.xz 22023740 BLAKE2B 3c22a7c219afc6e73798a09c7e2879bf0b70485e1ed40bce8819d95bfc5987efa93a46c55a5afeaea6c0aa23952e15c6b8203c53f9b56a501dafe7c7fc2f5ce4 SHA512 1bca4aa3e749cb20cec6473b83255eb29bee2719fac41118bb24222f3e2b764c803a245dc72e2644efdf2e94c6d267482b91083a78b791538bd6f82652c55e71
DIST home-assistant-frontend-20220504.1.tar.xz 22833476 BLAKE2B 019392baae0ab4a2a878e5642c409b531e869cbcc8d25bc5d1e0802cd42e04785669f16237023e497624eb78d94c45981eb97b6af45ac6ba7035a6d9c8c38d00 SHA512 3c9c702371e37abcea77d60b79acf0a6ebfdf477e87a184080c7339e92e2a36aac3b8a941574fa8968ba3885d0153c611a0268d2efac607971359020764bf2d3
DIST home-assistant-frontend-20220525.0.tar.xz 22845276 BLAKE2B 8608992a271f714de31978d6536b1afa470217af40216e92e421a6ad66c6aaed9ccaaac83c5965493a97b26d03f08623ef28903090082fc1e8ef3fa0c76c236b SHA512 01cf8bc89e9f718c16ca8fab6606f57d9222a9b40911569ceef7fca13243ff82bbdc1943c99101225d08f11ec215e41e9b1ab2bf8ed941ada53b69c540b0bc11
DIST home-assistant-frontend-20220526.0.tar.xz 22686168 BLAKE2B f76db0508c63b73ac26b29b406879a9db8e946e74e21a5e52792bc97a9d706be400bd795744de5eb335d1f057c055dabfe5dc82cac0cf41809619d8fc2be38be SHA512 7ffd9d605b1ed3c100591b73d457c67e4b3fdffba6bc086c4a9ecdea058a5439db05c39241e15204632ad0bc18b1a3f10a0018c651fa4f8102d5d8b55fdc29d5
DIST home-assistant-frontend-20220531.0.tar.xz 22681632 BLAKE2B 08cd77f92a03d27a52e24b227736b88225e00c40287d688c5bffd15d6f7813f160384f53f3f35acdda3fb10a6ef7645b90777a3240d8309661d01b835de2ce77 SHA512 379baf50e9924b3adc099b05fbfd3dafb73cd906d65d113f3ffe23f6119acfac3e6cd8575853c5cafe058acab4cce0e0f85c5c2169be5add43e44681c26699c2
EBUILD home-assistant-frontend-20220301.0.ebuild 766 BLAKE2B 7011692e2a43fc783617b4cef168963f4a44081d1f7db630eadbaad3646bda69e0e54a907c6f22aedcb653d2bca931015f7491d759d1e4579eab351a6b898bc9 SHA512 4bfb4aa5c1ea65138100775f21c416ce333cbbecd444e4b36c71e1f139a48ab1490c50b107af1c5ad6186bbe51268917df22c276445a3e4a14b97e0a2a3055ce
DIST home-assistant-frontend-20220601.0.tar.xz 22672508 BLAKE2B 3586c124dd0b015aa45441719f643a218397dd958beed9e660b0f610c1288a424d4a9a5ffb959f31cae2243de21c1e80d87d8d23c23ecc5449c4f181f7271837 SHA512 dab1c09dd8138f3ac86c1bc6a98cdbb042b126cdf81291c24ff1cecfd15dbf3ddb039a849cbb601dad8547ec8dfe8473ba5469153a986f697f63ecdba77ec5cd
EBUILD home-assistant-frontend-20220405.0-r1.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
EBUILD home-assistant-frontend-20220504.1-r1.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
EBUILD home-assistant-frontend-20220525.0-r1.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
EBUILD home-assistant-frontend-20220526.0.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
EBUILD home-assistant-frontend-20220531.0.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
EBUILD home-assistant-frontend-20220601.0.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
MISC metadata.xml 485 BLAKE2B db31a294d5ca2f4824e6ab06aaf266b0182e1c9b49d5aeafd299fd408fc5a96d0db3ac4d72732291b0c7f74480dab6cd4febcbeced136372db499d67eb46edac SHA512 c5a5ddd828915cd14975e480b2c6c9aa599aeb32ee6d7bfef4995450fa8b6d4cdc4b281c34c4cc34d4b15f8443c1d780bf72b5f5443edbcd50054fa434f367e5

View File

@ -1,5 +1,7 @@
DIST pyhiveapi-0.4.2.tar.gz 36380 BLAKE2B c45ea98fc6f23f72875552146dc9ee1d8b9c8bf44cb79be051bac3af034dc84761e7738bc75ae5732a45d4a40e3aa8f34c29f54328e12d803d18d8bd99b8c42e SHA512 dd97bf1a3611cf0752dcc5c7c0355d3753698b243f6976cfaad825b186acfcf1f989970f4d99525317e4b172dc44c6c26a27baa56718a75410c3c90c237dcd6e
DIST pyhiveapi-0.5.4.tar.gz 40310 BLAKE2B fa607bf3ca172dc9cdbd0721f48439f8e659c093c9bb8be76ffd489f224d7feee7b87ec1ce9de261bc22feb8fedfe22689215556b0142b24d82fa1a31c807d22 SHA512 ea5aa84211e8c6fbc27bf4af135c8f243a13b613c2eee93077e1e90570580b96358aef8d84aadea2c2892b59750fdf50a08fbfa92039a9a8f0e0734e1514fb80
DIST pyhiveapi-0.5.5.tar.gz 40402 BLAKE2B 753fe186e83abbcc089db8bcfd6783d4805b5341b28733f682db61ee9e1aff58abd3aa056da27d8c19fd6e5a317d80d7653b06f6112bfd00bf33d7bc8a807f2d SHA512 b72990fb3c0afaddda54e23ad6fde1171878f6a282640cfba72befc89fc998eea0f52659dc568f8797fc9af26b21487248e03e5188e1ce1b1108d06ecd8a6be8
EBUILD pyhiveapi-0.4.2.ebuild 951 BLAKE2B 3e8bc65635ff88a8fcf063935c50b3b27a01014c5b1f6e0d851228be49926c8bb195fdc58e1a0ec26fda88a6c7be6ae10a71f9b668c2931001f62aa6c967251d SHA512 4a39e92b177b83c0d09b2639a9d62e31321e956e64a87601ae400cfed9e13e2ce5cc3976494e6184839a01847f272a7da12df28dc4ddcb2917e141fa4e6e3d90
EBUILD pyhiveapi-0.5.4.ebuild 1053 BLAKE2B 4cfa578ae6e6f76c0539a3c34a038012e98e14701b025400059fd1eb8228ececb1539f61b92c9c197dd853e17ee0d385d1bc0956ce51db74e6d9315ba1d3b609 SHA512 73202c89ce4e77e3f69487a9f0bc1e3095be17592691a9f68305f9b5fb5864f7ac464fa5ee00052159fc5158094e5c9e9992610ec00bf35f78e6150ed5b4f798
EBUILD pyhiveapi-0.5.5.ebuild 1053 BLAKE2B 4cfa578ae6e6f76c0539a3c34a038012e98e14701b025400059fd1eb8228ececb1539f61b92c9c197dd853e17ee0d385d1bc0956ce51db74e6d9315ba1d3b609 SHA512 73202c89ce4e77e3f69487a9f0bc1e3095be17592691a9f68305f9b5fb5864f7ac464fa5ee00052159fc5158094e5c9e9992610ec00bf35f78e6150ed5b4f798
MISC metadata.xml 448 BLAKE2B e53ffdabdd7118dd92566dcc48ad9919fe96554a2518d84888c0f553922f1faa324f34db62ba0c6f54859917ebd30f219010902eed4675500c62e76d866589be SHA512 fdcda3f6ab4a1dedfc1096ee29a795a20b65d030c92e4768ea25885342479295b82caa915164662f209c04495f99a7cd1734f211734f260a18601a75e680189a

View File

@ -0,0 +1,42 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A Python library to interface with the Hive API"
HOMEPAGE="https://github.com/Pyhive/pyhiveapi https://pypi.org/project/pyhiveapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/boto3[${PYTHON_USEDEP}]
dev-python/botocore[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/unasync[${PYTHON_USEDEP}]
dev-python/loguru[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,3 +1,5 @@
DIST yolink-api-0.0.5.tar.gz 5813 BLAKE2B 668964eebc4f29656dacb83924dbda1b097e4eabce8e847e4b3a3bb4918e2b4cbb678d51650140aa273f3ad0d1ccbd74fe6506bb03268997cb174d1537a9b0f2 SHA512 881f6a3ae2212545e703a40065978ee818011a8bc1ef10b9386facb2fc81348de447e31ed565e226bcaf285fcc019ba2581d42395340cc4e8cff52a8a535ba13
DIST yolink-api-0.0.6.tar.gz 5838 BLAKE2B a45ad7cedfd4e2c1e4d7fb4f26706fe68eb6e62f257303ba28a2db8a9377f6d1bda8546956714920bf8b92d0bcd608f33db583a19a603503c55f2c2e5d6cd27f SHA512 0b2c304f329548156b12879881335cc6d9132660f6575d0e4102decc700a33856c8a199ea3c4827c9007f7c0ebb2615bbeaf926db7876d69222a6b49e7e20dc0
EBUILD yolink-api-0.0.5.ebuild 891 BLAKE2B 522f9a304b7634bfd163af5f8b75f15e495dd25c5db8c7a8e34cc3750a3b67e8e6e0f76a7417fc516620c90cd5913fd01d0e899ecdc78df2c618c58c9b03f60c SHA512 07397d682861885e2c25c6881f18f3ebc1fb888cc15a6f094fe105a0097d90cd98207ce409ac3021f4392ff41d49195259380ee217d4f1b46991921c639e7754
EBUILD yolink-api-0.0.6.ebuild 887 BLAKE2B ae2164a7790d0dd668402a42053641404028f5ebe94a617ad08126d3c141c249b6d768e2ce0f682c89a7fc334632d084a9c37bb7ea60649ea49b24eac8dc026b SHA512 b4ae39f5392eb81bae60d6488e38b431b2edc63bfc3f0926519afb42ccf3e1044b0dd6bb63da70c571aff5466019c459eb3231d32a3f45eed140df0b44468ead
MISC metadata.xml 329 BLAKE2B 47b03705f8bceedaf681e5e0cfa74151e7b8365c8495749844bb2f390cacac529c9d31723e93f46c73f744cfb3f4c051bb5ca5d1489c2a01bc6c11945057ebff SHA512 1112e81c737f06baa2e9c45829b3183652fecafe494e5ddc1752f423f6642adeb7d22091819dcb3989b6bb4fb8d050404ffa9eaa1f86d78a6127d66354dc4ef6

View File

@ -4,21 +4,24 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="The Home Assistant frontend"
HOMEPAGE="https://github.com/home-assistant/frontend https://pypi.org/project/home-assistant-frontend/"
SRC_URI="https://hasf.edevau.net/${P:0:1}/${PN}/${P}.tar.xz"
DESCRIPTION="A library to authenticate with yolink device"
HOMEPAGE="https://github.com/YoSmart-Inc/yolink-api https://pypi.org/project/yolink-api/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@ -30,3 +33,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -29,7 +29,7 @@ aioairzone==0.4.4
aioambient==2021.11.0
aioaseko==0.0.2
aioasuswrt==1.4.0
aiobafi6==0.3.0
aiobafi6==0.5.0
aiobotocore==2.1.0
aiocache==0.11.1
aiocoap==0.4.3
@ -173,7 +173,7 @@ boschshcpy==0.2.30
boto3==1.20.24
boto3==1.23.5
botocore==1.26.5
bottle==0.12.19
bottle==0.12.21
bottleneck==1.3.4
bravia-tv==1.0.11
broadlink==0.18.2
@ -251,7 +251,7 @@ datadog==0.15.0
datapoint==0.9.8
dateparser==1.0.0
dbus==1.12.22
debianutils==5.5
debianutils==5.7
debugpy==1.6.0
decora-wifi==1.4
decora==0.6
@ -262,7 +262,7 @@ deluge-client==1.7.1
demjson3==3.0.5
devolo-home-control-api==0.18.2
devolo-plc-api==0.8.0
dialog==1.3.20211214
dialog==1.3.20220414
directv==0.4.0
discogs-client==2.3.0
discovery30303==0.2.1
@ -416,7 +416,7 @@ hlk-sw16==0.0.9
hole==0.7.0
holidays==0.13
home-assistant-cli==9999
home-assistant-frontend==20220531.0
home-assistant-frontend==20220601.0
homeassistant
homeconnect==0.7.0
homematicip==1.0.2
@ -505,7 +505,7 @@ libidn2==2.3.2
libidn==1.38
libintl==0
libintl==0.21
libjpeg-turbo==2.1.1
libjpeg-turbo==2.1.3
libltdl==2.4.6
libpaper==1.1.28
libpcre==8.45
@ -521,7 +521,7 @@ libudev==232
libunistring==0.9.10
libusb1==2.0.1
libusb==1
libusb==1.0.24
libusb==1.0.26
libxml2==2.9.14
libxslt==1.1.35
libyaml==0.2.5
@ -786,7 +786,7 @@ pygti==0.9.2
pyhamcrest==2.0.3
pyheos==0.7.2
pyHik==0.3.0
pyhiveapi==0.5.4
pyhiveapi==0.5.5
pyhomematic==0.1.77
pyhomeworks==0.0.6
pyhumps==3.5.0
@ -1110,7 +1110,7 @@ speak2mary==1.4.0
speedtest-cli==2.1.3
spiderpy==1.6.1
spidev==3.5
sqlalchemy==1.4.36
sqlalchemy==1.4.37
srpenergy==1.3.6
srptools==1.0.1
sseclient-py==1.7.2
@ -1257,7 +1257,7 @@ yalexs==1.1.25
yarl==1.7.2
yeelight==0.7.10
yeelightsunflower==0.0.10
yolink-api==0.0.5
yolink-api==0.0.6
youless-api==0.16
youtube-dl==2021.12.17
zbar==0.23.90