feature/upgrade Home Assistant to version 2024.8.3
This commit is contained in:
parent
48c6698b85
commit
e4cb751d19
@ -12,6 +12,9 @@ DIST homeassistant-2024.5.5.gh.tar.gz 17013825 BLAKE2B 03eba1e79d9c1c2ff8a751c84
|
||||
DIST homeassistant-2024.5.5.tar.gz 21077969 BLAKE2B c08563c79974d99bb124d33f2deeee693a4c0b92fb1a17b9c937d8a1a125d1c4c5723e469305a6597c7aae7629713b1f1935608b4c3d29176098fb0a645513c0 SHA512 1bfab28f86ceb64d7b4c84b418811d57990a45b730b361d603a22bd8ccb64a6531cd79f5bfb1e282aaf49e3b711d74b1f94fc25915619c0a6a5fb2ef9b4c4796
|
||||
DIST homeassistant-2024.6.4.gh.tar.gz 17252383 BLAKE2B cfaed713f67347e66bc54318b50fd1220aaa3cbf03517ff4be7d91f69ab701ad7899eee000182c1e1af5c2c209908c3ad325ddd05ce5b07576684ae00084015c SHA512 9bc7635b4e307ec46490681a3ea9e136fa73ecc02d7198116805d3084bd3ba634c69f67063bf1e8c3661142f06234c077662543f897c5937141bd04e6484b8ed
|
||||
DIST homeassistant-2024.6.4.tar.gz 21383376 BLAKE2B 65baca42425c8a9aa0eb48b722d2a373d711d3a02913e5e4cef551fb8ba1d743fb9f1358918939ac941e6c6ccf504f27b712dcae9f58a2f76c4337f686d7bd1a SHA512 494eea1020fc4752dba6aa03f351acf965ad1457a2929c5f4d520494ee23b75892fce0abc9c5eb7b608d7897ad5f629e67cca034085ea916cc1a688193610ff3
|
||||
DIST homeassistant-2024.8.3.gh.tar.gz 17753086 BLAKE2B 342aaa50d7ecb398edda44d5775934fe5b91da8465ca759f8f47f5fe05a8299b7adfff57b89b14003cdaae7ade438ff8d22afd9818b7fe8e5effaca10cbf4090 SHA512 0337090ac109446849c44327f494d6ced783aa270a49941178bce091c8621499b7bba442642ff99e5e6ca2490f0736e7ed16a437ff5da83363fd4abb767fc120
|
||||
DIST homeassistant-2024.8.3.tar.gz 22278165 BLAKE2B e799883637e21f5425960d76feec5dfe4ddc2fd31d0feda85f4460b32ff2162018c52a5ac1ffdeba768ee6f05e477fe90dcc358582df00a015561e5bc95c4f52 SHA512 f55e67f7d0a8faf438afd0f9d1a01c5b6b04db20382eac7e2c942ac981dd09db7ed53e43eab6febcf09db6bfe6bb89b1cb8671929413c7aae933491d4072ecb6
|
||||
EBUILD homeassistant-2024.5.5.ebuild 34380 BLAKE2B f4c2514212925ee3aaaef7224fd0c39b5fb1c274243813efb332b420bfbf62f8100ee33a249baa901f868e3d38cefbe9ddb16c479a82abfffa77374dd6dde0dd SHA512 45e1e398d00ee019fbc223c214ec8246665cd87ee8da3c5ddc6063f742fb4d81f14b098db59d8caa1f2bd28f2609c401e22b4deb2ea698ef3f68f71b2fa3c680
|
||||
EBUILD homeassistant-2024.6.4.ebuild 34440 BLAKE2B 3df3359d75c411b4b364f78b5ce00abfb24583f821bb6ecbf0bc386f775fa668a3323bd8e27ee4a0d4dfca7eba41bcecd6ad348ad7cde6a4a887235c81b01c80 SHA512 adca2850deeadaf268c5b4e22191ea707e3344085264422e8837a8cda753ea7a470c0816f598c696837b4621d91c067fb675d0db79f6433cca275b19a963fa12
|
||||
EBUILD homeassistant-2024.8.3.ebuild 35197 BLAKE2B aa6526dd3171a7e792310369c901e0fcd92899f849b4bea20c8e10f3517ca5c6b427be120db203753df3b208794f747e076d420e910280fef90c59260bdb9940 SHA512 0c3e2454b861be37d62e7daabe803084345bdec9e6517682629beda148480c7aa8cea0d0840751dbc219bfe50a85b594402715e20d7fb8b998ecb49d38ac8c6f
|
||||
MISC metadata.xml 27465 BLAKE2B 1af3996bc2b0ec02ff639b28c127d9bc0f6c480cb89a1b4368bbabd7207da41b02dc8f2c2ac8da01d7ab870dd567ecf80d78f64baea8551970544bd2028595be SHA512 44110155ecebab1564c971bf431145a6dc535e87404c87933d8a68a123e64025d3aa0316d56483d26a7e66d9bf93dafec8b7c7e9d796239342db429a1eafef3d
|
||||
|
551
app-misc/homeassistant/homeassistant-2024.8.3.ebuild
Normal file
551
app-misc/homeassistant/homeassistant-2024.8.3.ebuild
Normal file
@ -0,0 +1,551 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_12 )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYPI_PN="homeassistant"
|
||||
inherit distutils-r1 pypi 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}/homeassistant-full-9999/"
|
||||
else
|
||||
MY_PV=${PV/_beta/b}
|
||||
MY_P=${MY_PN}-${MY_PV}
|
||||
SRC_URI="$(pypi_sdist_url)
|
||||
https://github.com/home-assistant/core/archive/${MY_PV}.tar.gz -> ${MY_P}.gh.tar.gz"
|
||||
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 analytics_insights androidtv androidtv_remote android_ip_webcam 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 bluetooth_le_tracker bluetooth_tracker bme280 bme680 bmw_connected_drive bond braviatv bring broadlink brottsplatskartan brunt bsblan bt_home_hub_5 bt_smarthub buienradar +caldav camera canary cast cisco_mobility_express cli co2signal compensation coronavirus daikin 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 ecowitt emulated_roku enigma2 enocean enphase_envoy environment_canada esphome everlights evohome ffmpeg fibaro file flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fronius garmin_connect gios github glances gogogate2 greeneye_monitor growatt_server guardian harman_kardon_avr harmony heos here_travel_time holiday +homekit homekit_controller homematic homematicip_cloud hp_ilo http hue hydrawise iaqualink ibeacon ihc image_upload imap incomfort influxdb insteon intesishome ipma ipp isal islamic_prayer_times jewish_calendar joaoapps_join kef knx kodi kraken lifx linode litterrobot local_calendar local_todo loopenergy luci luftdaten +mariadb +matter maxcube media_extractor met meteo_france mfi mikrotik +mobile_app modbus +mosquitto +mqtt mysql nad nederlandse_spoorwegen netatmo netdata nextcloud nfandroidtv nmap_tracker +notify_events nuki nut 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 tts tuya unifi unifi_direct +upnp usb 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.12 dev-lang/python:3.13 )
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
dev-libs/xerces-c"
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant-min
|
||||
!app-misc/homeassistant-full"
|
||||
RDEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-python/pytest
|
||||
dev-python/pytest-socket
|
||||
dev-python/sqlalchemy
|
||||
dev-python/freezegun
|
||||
dev-python/requests-mock
|
||||
dev-python/syrup
|
||||
dev-python/voluptuous
|
||||
dev-python/python-slugify
|
||||
dev-python/aiozoneinfo
|
||||
dev-python/ciso8601
|
||||
dev-python/orjson
|
||||
dev-python/ulid-transform
|
||||
dev-python/respx
|
||||
)"
|
||||
# Home Assistant Core dependencies
|
||||
# from package_constraints.txt
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodhcpwatcher-1.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiodiscover-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiodns-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-fast-url-dispatcher-0.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-fast-zlib-0.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.9.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiozoneinfo-0.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/anyio-4.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.40.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/atomicwrites-1.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-23.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/awesomeversion-24.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bcrypt-4.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/bleak-retry-connector-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bleak-0.22.2[${PYTHON_USEDEP}]
|
||||
~dev-python/bluetooth-adapters-0.19.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-auto-recovery-1.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/bluetooth-data-tools-1.19.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/cached-ipaddress-0.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2021.5.30[${PYTHON_USEDEP}]
|
||||
>=dev-python/chacha20poly1305-reuseable-0.12.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/charset-normalizer-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ciso8601-2.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-42.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/dacite-1.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/dbus-fast-2.22.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/faust-cchardet-2.1.18[${PYTHON_USEDEP}]
|
||||
>=dev-python/fnv-hash-fast-0.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/grpcio-reflection-1.59.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/grpcio-status-1.59.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/grpcio-1.59.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/h11-0.14.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ha-av-10.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/ha-ffmpeg-3.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/habluetooth-3.1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/hass-nabucasa-0.81.1[${PYTHON_USEDEP}]
|
||||
~dev-python/hassil-1.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/home-assistant-bluetooth-1.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20240809.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-intents-2024.8.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpcore-1.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ifaddr-0.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-3.1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
>=dev-python/lru-dict-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
>=media-libs/mutagen-1.47.0[${PYTHON_USEDEP}]
|
||||
~dev-python/numpy-1.26.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/orjson-3.9.15[${PYTHON_USEDEP}]
|
||||
>=dev-python/packaging-23.1[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pandas-2.1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-10.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pip-21.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-4.25.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-home-assistant-0.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycountry-23.12.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.10.15[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-24.1.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-8.0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-socketio-4.6.0[${PYTHON_USEDEP}]
|
||||
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyTurboJPEG-1.7.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyudev-0.24.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/regex-2023.12.25[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.32.3[${PYTHON_USEDEP}]
|
||||
>=net-analyzer/scapy-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/sqlalchemy-2.0.31[${PYTHON_USEDEP}]
|
||||
<dev-python/tenacity-8.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tuf-4.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-4.12.0[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ulid-transform-0.9.0[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]
|
||||
>=dev-python/voluptuous-serialize-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/webrtc-noise-gain-1.2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockets-11.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.132.2[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
|
||||
RDEPEND="${RDEPEND}
|
||||
>=dev-python/colorlog-6.8.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyotp-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]"
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
abode? ( >=dev-python/jaraco-abode-3.3.0[${PYTHON_USEDEP}] >=dev-python/jaraco-functools-3.9.0[${PYTHON_USEDEP}] )
|
||||
accuweather? ( >=dev-python/accuweather-3.0.0[${PYTHON_USEDEP}] )
|
||||
acer_projector? ( >=dev-python/pyserial-3.5[${PYTHON_USEDEP}] )
|
||||
acmeda? ( >=dev-python/aiopulse-0.4.4[${PYTHON_USEDEP}] )
|
||||
adguard? ( >=dev-python/adguardhome-0.6.3[${PYTHON_USEDEP}] )
|
||||
ads? ( >=dev-python/pyads-3.4.0[${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-2023.8.1[${PYTHON_USEDEP}] )
|
||||
aladdin_connect? ( >=dev-python/genie-partner-sdk-1.0.2[${PYTHON_USEDEP}] )
|
||||
alarmdecoder? ( >=dev-python/adext-0.4.3[${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-2024.1.0[${PYTHON_USEDEP}] )
|
||||
amcrest? ( >=dev-python/amcrest-1.9.8[${PYTHON_USEDEP}] )
|
||||
ampio? ( >=dev-python/asmog-0.0.6[${PYTHON_USEDEP}] )
|
||||
analytics_insights? ( >=dev-python/python-homeassistant-analytics-0.6.0[${PYTHON_USEDEP}] )
|
||||
androidtv? ( >=dev-python/adb-shell-0.4.4[async,${PYTHON_USEDEP}] >=dev-python/androidtv-0.0.73[async,${PYTHON_USEDEP}] >=dev-python/pure-python-adb-0.3.0[async,${PYTHON_USEDEP}] )
|
||||
androidtv_remote? ( >=dev-python/androidtvremote2-0.1.1[${PYTHON_USEDEP}] )
|
||||
android_ip_webcam? ( >=dev-python/pydroid-ipcam-2.0.0[${PYTHON_USEDEP}] )
|
||||
anthemav? ( >=dev-python/anthemav-1.4.1[${PYTHON_USEDEP}] )
|
||||
apache_kafka? ( >=dev-python/aiokafka-0.10.0[${PYTHON_USEDEP}] )
|
||||
apcupsd? ( >=dev-python/aioapcaccess-0.4.2[${PYTHON_USEDEP}] )
|
||||
apple_tv? ( >=dev-python/pyatv-0.14.3[${PYTHON_USEDEP}] )
|
||||
apprise? ( >=dev-python/apprise-1.8.0[${PYTHON_USEDEP}] )
|
||||
aquostv? ( >=dev-python/sharp_aquos_rc-0.3.2[${PYTHON_USEDEP}] )
|
||||
arcam_fmj? ( >=dev-python/arcam-fmj-1.5.2[${PYTHON_USEDEP}] )
|
||||
aruba? ( >=dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( >=dev-python/aioasuswrt-1.4.0[${PYTHON_USEDEP}] >=dev-python/pyasuswrt-0.1.21[${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-3.1.0[${PYTHON_USEDEP}] >=dev-python/yalexs-ble-2.4.2[${PYTHON_USEDEP}] )
|
||||
aurora_abb_powerone? ( >=dev-python/aurorapy-0.2.7[${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.4[${PYTHON_USEDEP}] )
|
||||
axis? ( >=dev-python/axis-61[${PYTHON_USEDEP}] )
|
||||
backup? ( >=dev-python/securetar-2024.2.1[${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.6[${PYTHON_USEDEP}] )
|
||||
blebox? ( >=dev-python/blebox-uniapi-2.2.2[${PYTHON_USEDEP}] )
|
||||
blink? ( >=dev-python/blinkpy-0.22.6[${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? ( ~dev-python/bleak-0.22.2[${PYTHON_USEDEP}] >=dev-python/bleak-retry-connector-3.5.0[${PYTHON_USEDEP}] ~dev-python/bluetooth-adapters-0.19.4[${PYTHON_USEDEP}] >=dev-python/bluetooth-auto-recovery-1.4.2[${PYTHON_USEDEP}] ~dev-python/bluetooth-data-tools-1.19.4[${PYTHON_USEDEP}] ~dev-python/dbus-fast-2.22.1[${PYTHON_USEDEP}] ~dev-python/habluetooth-3.1.3[${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.15.3[china,${PYTHON_USEDEP}] )
|
||||
bond? ( >=dev-python/bond-async-0.2.1[${PYTHON_USEDEP}] )
|
||||
braviatv? ( >=dev-python/pybravia-0.3.3[${PYTHON_USEDEP}] )
|
||||
bring? ( >=dev-python/bring-api-0.7.1[${PYTHON_USEDEP}] )
|
||||
broadlink? ( >=dev-python/broadlink-0.19.0[${PYTHON_USEDEP}] )
|
||||
brottsplatskartan? ( >=dev-python/brottsplatskartan-1.0.5[${PYTHON_USEDEP}] )
|
||||
brunt? ( >=dev-python/brunt-1.2.0[${PYTHON_USEDEP}] )
|
||||
bsblan? ( >=dev-python/python-bsblan-0.5.18[${PYTHON_USEDEP}] )
|
||||
bt_home_hub_5? ( >=dev-python/bthomehub5-devicelist-0.1.1[${PYTHON_USEDEP}] )
|
||||
bt_smarthub? ( >=dev-python/btsmarthub-devicelist-0.2.3[${PYTHON_USEDEP}] )
|
||||
buienradar? ( >=dev-python/buienradar-1.0.6[${PYTHON_USEDEP}] )
|
||||
caldav? ( >=dev-python/caldav-1.3.9[${PYTHON_USEDEP}] )
|
||||
camera? ( >=dev-python/PyTurboJPEG-1.7.1[${PYTHON_USEDEP}] )
|
||||
canary? ( >=dev-python/py-canary-0.5.4[${PYTHON_USEDEP}] )
|
||||
cast? ( >=dev-python/pychromecast-14.0.1[${PYTHON_USEDEP}] )
|
||||
cisco_mobility_express? ( >=dev-python/ciscomobilityexpress-0.3.9[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( >=dev-python/aioelectricitymaps-0.4.0[${PYTHON_USEDEP}] )
|
||||
compensation? ( ~dev-python/numpy-1.26.0[${PYTHON_USEDEP}] )
|
||||
coronavirus? ( >=dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
daikin? ( >=dev-python/pydaikin-2.11.1[${PYTHON_USEDEP}] )
|
||||
deconz? ( >=dev-python/pydeconz-116[${PYTHON_USEDEP}] )
|
||||
delijn? ( >=dev-python/pydelijn-1.1.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( >=dev-python/denonavr-0.11.6[${PYTHON_USEDEP}] )
|
||||
deutsche_bahn? ( >=dev-python/schiene-0.23[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( >=dev-python/devolo-home-control-api-0.18.3[${PYTHON_USEDEP}] )
|
||||
dexcom? ( >=dev-python/pydexcom-0.2.3[${PYTHON_USEDEP}] )
|
||||
dhcp? ( ~dev-python/aiodhcpwatcher-1.0.2[${PYTHON_USEDEP}] >=dev-python/aiodiscover-2.1.0[${PYTHON_USEDEP}] >=dev-python/cached-ipaddress-0.3.0[${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.6.0[${PYTHON_USEDEP}] )
|
||||
discovery? ( >=dev-python/netdisco-3.0.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.40.0[${PYTHON_USEDEP}] >=dev-python/getmac-0.9.4[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.40.0[${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.7[${PYTHON_USEDEP}] )
|
||||
dynalite? ( >=dev-python/dynalite-devices-0.1.47[${PYTHON_USEDEP}] >=dev-python/dynalite-panel-0.0.4[${PYTHON_USEDEP}] )
|
||||
dyson? ( >=dev-python/libpurecool-0.6.4[${PYTHON_USEDEP}] )
|
||||
ecobee? ( >=dev-python/python-ecobee-api-0.2.18[${PYTHON_USEDEP}] )
|
||||
ecowitt? ( >=dev-python/aioecowitt-2024.2.1[${PYTHON_USEDEP}] )
|
||||
emulated_roku? ( >=dev-python/emulated-roku-0.3.0[${PYTHON_USEDEP}] )
|
||||
enigma2? ( >=dev-python/openwebifpy-4.2.4[${PYTHON_USEDEP}] )
|
||||
enocean? ( >=dev-python/enocean-0.50.1[${PYTHON_USEDEP}] )
|
||||
enphase_envoy? ( >=dev-python/pyenphase-1.20.3[${PYTHON_USEDEP}] )
|
||||
environment_canada? ( >=dev-python/env-canada-0.6.3[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-25.0.0[${PYTHON_USEDEP}] ~dev-python/esphome-dashboard-api-1.2.3[${PYTHON_USEDEP}] >=dev-python/bleak-esphome-1.0.0[${PYTHON_USEDEP}] )
|
||||
everlights? ( >=dev-python/pyeverlights-0.1.0[${PYTHON_USEDEP}] )
|
||||
evohome? ( >=dev-python/evohome-async-0.4.19[${PYTHON_USEDEP}] )
|
||||
ffmpeg? ( >=dev-python/ha-ffmpeg-3.2.0[${PYTHON_USEDEP}] )
|
||||
fibaro? ( >=dev-python/pyfibaro-0.7.8[${PYTHON_USEDEP}] )
|
||||
file? ( >=dev-python/file-read-backwards-2.0.0[${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-1.0.4[${PYTHON_USEDEP}] )
|
||||
foobot? ( >=dev-python/foobot_async-1.0.0[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( >=dev-python/forecast-solar-3.1.0[${PYTHON_USEDEP}] )
|
||||
fortios? ( >=dev-python/fortiosapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
freebox? ( >=dev-python/freebox-api-1.1.0[${PYTHON_USEDEP}] )
|
||||
fritz? ( >=dev-python/fritzconnection-1.13.2[qrcode,${PYTHON_USEDEP}] >=dev-python/xmltodict-0.13.0[${PYTHON_USEDEP}] )
|
||||
fritzbox? ( >=dev-python/pyfritzhome-0.6.11[${PYTHON_USEDEP}] )
|
||||
fritzbox_callmonitor? ( >=dev-python/fritzconnection-1.13.2[qrcode,${PYTHON_USEDEP}] )
|
||||
fronius? ( >=dev-python/PyFronius-0.7.3[${PYTHON_USEDEP}] )
|
||||
garmin_connect? ( >=dev-python/garminconnect-ha-0.1.6[${PYTHON_USEDEP}] )
|
||||
gios? ( >=dev-python/gios-4.0.0[${PYTHON_USEDEP}] )
|
||||
github? ( >=dev-python/aiogithubapi-23.11.0[${PYTHON_USEDEP}] )
|
||||
glances? ( >=dev-python/glances-api-0.8.0[${PYTHON_USEDEP}] )
|
||||
gogogate2? ( >=dev-python/ismartgate-5.0.1[${PYTHON_USEDEP}] )
|
||||
greeneye_monitor? ( >=dev-python/greeneye-monitor-3.0.3[${PYTHON_USEDEP}] )
|
||||
growatt_server? ( >=dev-python/growattServer-1.5.0[${PYTHON_USEDEP}] )
|
||||
guardian? ( >=dev-python/aioguardian-2022.7.0[${PYTHON_USEDEP}] )
|
||||
harman_kardon_avr? ( >=dev-python/hkavr-0.0.5[${PYTHON_USEDEP}] )
|
||||
harmony? ( >=dev-python/aioharmony-0.2.10[${PYTHON_USEDEP}] )
|
||||
heos? ( >=dev-python/pyheos-0.7.2[${PYTHON_USEDEP}] )
|
||||
here_travel_time? ( >=dev-python/here-routing-0.2.0[${PYTHON_USEDEP}] >=dev-python/here-transit-1.2.0[${PYTHON_USEDEP}] )
|
||||
holiday? ( >=dev-python/holidays-0.51[${PYTHON_USEDEP}] >=dev-python/Babel-2.15.0[${PYTHON_USEDEP}] )
|
||||
homekit? ( >=dev-python/HAP-python-4.9.1[${PYTHON_USEDEP}] >=dev-python/fnv-hash-fast-0.5.0[${PYTHON_USEDEP}] >=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}] >=dev-python/base36-0.1.1[${PYTHON_USEDEP}] )
|
||||
homekit_controller? ( >=dev-python/aiohomekit-3.1.5[${PYTHON_USEDEP}] )
|
||||
homematic? ( >=dev-python/pyhomematic-0.1.77[${PYTHON_USEDEP}] )
|
||||
homematicip_cloud? ( >=dev-python/homematicip-1.1.1[${PYTHON_USEDEP}] )
|
||||
hp_ilo? ( >=dev-python/python-hpilo-4.4.3[${PYTHON_USEDEP}] )
|
||||
http? ( >=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] >=dev-python/aiohttp-fast-url-dispatcher-0.3.0[${PYTHON_USEDEP}] >=dev-python/aiohttp-zlib-ng-0.3.1[${PYTHON_USEDEP}] )
|
||||
hue? ( >=dev-python/aiohue-4.7.1[${PYTHON_USEDEP}] )
|
||||
hydrawise? ( >=dev-python/pydrawise-2024.6.4[${PYTHON_USEDEP}] )
|
||||
iaqualink? ( >=dev-python/iaqualink-0.5.0[${PYTHON_USEDEP}] >=dev-python/h2-4.1.0[${PYTHON_USEDEP}] )
|
||||
ibeacon? ( >=dev-python/ibeacon-ble-1.2.0[${PYTHON_USEDEP}] )
|
||||
ihc? ( >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] >=dev-python/ihcsdk-2.8.5[${PYTHON_USEDEP}] )
|
||||
image_upload? ( >=dev-python/pillow-10.3.0[${PYTHON_USEDEP}] )
|
||||
imap? ( >=dev-python/aioimaplib-1.1.0[${PYTHON_USEDEP}] )
|
||||
incomfort? ( >=dev-python/incomfort-client-0.5.0[${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.6.1[${PYTHON_USEDEP}] >=dev-python/insteon-frontend-home-assistant-0.5.0[${PYTHON_USEDEP}] )
|
||||
intesishome? ( >=dev-python/pyintesishome-1.8.0[${PYTHON_USEDEP}] )
|
||||
ipma? ( >=dev-python/pyipma-3.0.7[${PYTHON_USEDEP}] )
|
||||
ipp? ( >=dev-python/pyipp-0.16.0[${PYTHON_USEDEP}] )
|
||||
isal? ( >=dev-python/isal-1.6.1[${PYTHON_USEDEP}] )
|
||||
islamic_prayer_times? ( >=dev-python/prayer-times-calculator-offline-1.0.3[${PYTHON_USEDEP}] )
|
||||
jewish_calendar? ( >=dev-python/hdate-0.10.9[${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.9.4[${PYTHON_USEDEP}] )
|
||||
knx? ( >=dev-python/xknx-2.12.2[${PYTHON_USEDEP}] >=dev-python/xknxproject-3.7.1[${PYTHON_USEDEP}] >=dev-python/knx-frontend-2024.1.20.105944[${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-1.0.2[${PYTHON_USEDEP}] >=dev-python/aiolifx-effects-0.3.2[${PYTHON_USEDEP}] >=dev-python/aiolifx-themes-0.4.15[${PYTHON_USEDEP}] )
|
||||
linode? ( >=dev-python/linode-api-4.1.9_beta1[${PYTHON_USEDEP}] )
|
||||
litterrobot? ( >=dev-python/pylitterbot-2023.5.0[${PYTHON_USEDEP}] )
|
||||
local_calendar? ( >=dev-python/ical-8.0.1[${PYTHON_USEDEP}] )
|
||||
local_todo? ( >=dev-python/ical-8.0.1[${PYTHON_USEDEP}] )
|
||||
loopenergy? ( >=dev-python/pyloopenergy-0.2.1[${PYTHON_USEDEP}] )
|
||||
luci? ( >=dev-python/openwrt-luci-rpc-1.1.17[${PYTHON_USEDEP}] )
|
||||
luftdaten? ( >=dev-python/luftdaten-0.7.4[${PYTHON_USEDEP}] )
|
||||
mariadb? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )
|
||||
matter? ( ~dev-python/python-matter-server-6.3.0[${PYTHON_USEDEP}] )
|
||||
maxcube? ( >=dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
|
||||
media_extractor? ( ~net-misc/yt-dlp-2024.05.27 )
|
||||
met? ( >=dev-python/PyMetno-0.12.0[${PYTHON_USEDEP}] )
|
||||
meteo_france? ( >=dev-python/meteofrance-api-1.3.0[${PYTHON_USEDEP}] )
|
||||
mfi? ( >=dev-python/mficlient-0.3.0[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( >=dev-python/librouteros-3.2.0[${PYTHON_USEDEP}] )
|
||||
mobile_app? ( >=dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
|
||||
modbus? ( >=dev-python/pymodbus-3.6.8[${PYTHON_USEDEP}] )
|
||||
mosquitto? ( app-misc/mosquitto )
|
||||
mqtt? ( ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] )
|
||||
mysql? ( 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-8.0.3[${PYTHON_USEDEP}] )
|
||||
netdata? ( >=dev-python/netdata-1.1.0[${PYTHON_USEDEP}] )
|
||||
nextcloud? ( >=dev-python/nextcloudmonitor-1.5.0[${PYTHON_USEDEP}] )
|
||||
nfandroidtv? ( >=dev-python/notifications-android-tv-0.1.5[${PYTHON_USEDEP}] )
|
||||
nmap_tracker? ( >=dev-python/netmap-0.7.0.2[${PYTHON_USEDEP}] >=dev-python/getmac-0.9.4[${PYTHON_USEDEP}] >=dev-python/aiooui-0.1.5[${PYTHON_USEDEP}] )
|
||||
notify_events? ( >=dev-python/notify-events-1.0.4[${PYTHON_USEDEP}] )
|
||||
nuki? ( >=dev-python/pynuki-1.6.3[${PYTHON_USEDEP}] )
|
||||
nut? ( >=dev-python/aionut-4.3.2[${PYTHON_USEDEP}] )
|
||||
nws? ( >=dev-python/pynws-1.8.1[${PYTHON_USEDEP}] )
|
||||
nx584? ( >=dev-python/pynx584-0.5[${PYTHON_USEDEP}] )
|
||||
octoprint? ( >=dev-python/pyoctoprintapi-0.1.12[${PYTHON_USEDEP}] )
|
||||
onkyo? ( >=dev-python/onkyo-eiscp-1.2.7[${PYTHON_USEDEP}] )
|
||||
onvif? ( >=dev-python/onvif-zeep-async-3.1.12[${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/pyopenweathermap-0.0.9[${PYTHON_USEDEP}] )
|
||||
opnsense? ( >=dev-python/pyopnsense-0.4.0[${PYTHON_USEDEP}] )
|
||||
otp? ( ~dev-python/pyotp-2.8.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-3.2.2[${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.8.0[${PYTHON_USEDEP}] )
|
||||
plex? ( >=dev-python/PlexAPI-4.15.13[${PYTHON_USEDEP}] >=dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] >=dev-python/plexwebsocket-0.0.14[${PYTHON_USEDEP}] )
|
||||
plugwise? ( >=dev-python/plugwise-0.37.4.1[${PYTHON_USEDEP}] )
|
||||
poolsense? ( >=dev-python/poolsense-0.0.8[${PYTHON_USEDEP}] )
|
||||
powerwall? ( >=dev-python/tesla-powerwall-0.5.2[${PYTHON_USEDEP}] )
|
||||
ps4? ( >=dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
python_script? ( >=dev-python/RestrictedPython-7.0_alpha1[${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.1.0[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( >=dev-python/radios-0.3.1[${PYTHON_USEDEP}] )
|
||||
rainbird? ( >=dev-python/pyrainbird-6.0.1[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( >=dev-python/regenmaschine-2024.3.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( >=dev-python/sqlalchemy-2.0.30[${PYTHON_USEDEP}] >=dev-python/fnv-hash-fast-0.5.0[${PYTHON_USEDEP}] >=dev-python/psutil-home-assistant-0.0.1[${PYTHON_USEDEP}] )
|
||||
rejseplanen? ( >=dev-python/rjpl-0.3.6[${PYTHON_USEDEP}] )
|
||||
rest? ( >=dev-python/jsonpath-0.82.2[${PYTHON_USEDEP}] >=dev-python/xmltodict-0.13.0[${PYTHON_USEDEP}] )
|
||||
ring? ( >=dev-python/ring-doorbell-0.8.11[listen,${PYTHON_USEDEP}] )
|
||||
roku? ( >=dev-python/rokuecp-0.19.3[${PYTHON_USEDEP}] )
|
||||
roomba? ( >=dev-python/roombapy-1.8.1[${PYTHON_USEDEP}] )
|
||||
roon? ( >=dev-python/roonapi-0.1.6[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( >=dev-python/getmac-0.9.4[${PYTHON_USEDEP}] >=dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] >=dev-python/samsungtvws-2.6.0[async,encrypted,${PYTHON_USEDEP}] >=dev-python/wakeonlan-2.1.0[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.40.0[${PYTHON_USEDEP}] )
|
||||
scrape? ( >=dev-python/beautifulsoup4-4.12.3[${PYTHON_USEDEP}] >=dev-python/lxml-5.1.0[${PYTHON_USEDEP}] )
|
||||
season? ( >=dev-python/ephem-4.1.5[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-11.2.4[${PYTHON_USEDEP}] )
|
||||
shodan? ( >=dev-python/shodan-1.28.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( >=dev-python/pysignalclirestapi-0.3.23[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( >=dev-python/simplisafe-python-2024.1.0[${PYTHON_USEDEP}] )
|
||||
skybell? ( >=dev-python/aioskybell-22.7.0[${PYTHON_USEDEP}] )
|
||||
sma? ( >=dev-python/pysma-0.7.3[${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.5[${PYTHON_USEDEP}] >=dev-python/pysmartthings-0.7.8[${PYTHON_USEDEP}] )
|
||||
snmp? ( >=dev-python/pysnmp-lextudio-6.0.11[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
solax? ( >=dev-python/solax-3.1.0[${PYTHON_USEDEP}] )
|
||||
somfy? ( >=dev-python/pymfy-0.11.0[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/soco-0.30.4[${PYTHON_USEDEP}] >=dev-python/sonos-websocket-0.1.3[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( >=dev-python/spotipy-2.23.0[${PYTHON_USEDEP}] )
|
||||
sql? ( >=dev-python/sqlalchemy-2.0.30[${PYTHON_USEDEP}] >=dev-python/sqlparse-0.5.0[${PYTHON_USEDEP}] )
|
||||
squeezebox? ( >=dev-python/pysqueezebox-0.7.1[${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-2.4.4[${PYTHON_USEDEP}] )
|
||||
systemmonitor? ( >=dev-python/psutil-home-assistant-0.0.1[${PYTHON_USEDEP}] >=dev-python/psutil-5.9.8[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( >=dev-python/aiotankerkoenig-0.4.1[${PYTHON_USEDEP}] )
|
||||
tasmota? ( >=dev-python/HATasmota-0.8.0[${PYTHON_USEDEP}] )
|
||||
tellduslive? ( >=dev-python/tellduslive-0.10.11[${PYTHON_USEDEP}] )
|
||||
tesla? ( >=dev-python/teslajsonpy-0.18.3[${PYTHON_USEDEP}] )
|
||||
tile? ( >=dev-python/pytile-2023.12.0[${PYTHON_USEDEP}] )
|
||||
tomorrowio? ( >=dev-python/pytomorrowio-0.3.6[${PYTHON_USEDEP}] )
|
||||
toon? ( >=dev-python/toonapi-0.3.0[${PYTHON_USEDEP}] )
|
||||
totalconnect? ( >=dev-python/total-connect-client-2024.5[${PYTHON_USEDEP}] )
|
||||
tplink? ( >=dev-python/python-kasa-0.6.2.1[${PYTHON_USEDEP}] )
|
||||
tts? ( ~media-libs/mutagen-1.47.0[${PYTHON_USEDEP}] )
|
||||
tuya? ( >=dev-python/tuya-device-sharing-sdk-0.1.9[${PYTHON_USEDEP}] )
|
||||
unifi? ( >=dev-python/aiounifi-77[${PYTHON_USEDEP}] )
|
||||
unifi_direct? ( >=dev-python/unifi-ap-0.0.1[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.40.0[${PYTHON_USEDEP}] >=dev-python/getmac-0.9.4[${PYTHON_USEDEP}] )
|
||||
usb? ( ~dev-python/pyudev-0.24.1[${PYTHON_USEDEP}] >=dev-python/pyserial-3.5[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( >=dev-python/croniter-2.0.2[${PYTHON_USEDEP}] )
|
||||
vallox? ( >=dev-python/vallox-websocket-api-5.1.1[${PYTHON_USEDEP}] )
|
||||
velbus? ( >=dev-python/velbus-aio-2024.5.1[${PYTHON_USEDEP}] )
|
||||
velux? ( >=dev-python/pyvlx-0.2.21[${PYTHON_USEDEP}] )
|
||||
vera? ( >=dev-python/pyvera-0.3.13[${PYTHON_USEDEP}] )
|
||||
version? ( >=dev-python/pyhaversion-22.8.0[${PYTHON_USEDEP}] )
|
||||
vicare? ( >=dev-python/PyViCare-2.32.0[${PYTHON_USEDEP}] )
|
||||
vizio? ( >=dev-python/pyvizio-0.1.61[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( >=dev-python/wakeonlan-2.1.0[${PYTHON_USEDEP}] )
|
||||
waqi? ( >=dev-python/aiowaqi-3.1.0[${PYTHON_USEDEP}] )
|
||||
waze_travel_time? ( >=dev-python/pywaze-1.0.1[${PYTHON_USEDEP}] )
|
||||
webostv? ( >=dev-python/aiowebostv-0.4.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( >=dev-python/pywemo-1.4.0[${PYTHON_USEDEP}] )
|
||||
whois? ( >=dev-python/whois-0.9.27[${PYTHON_USEDEP}] )
|
||||
wink? ( >=dev-python/pubnubsub-handler-1.0.9[${PYTHON_USEDEP}] >=dev-python/python-wink-1.10.5[${PYTHON_USEDEP}] )
|
||||
withings? ( >=dev-python/aiowithings-2.1.0[${PYTHON_USEDEP}] )
|
||||
wled? ( >=dev-python/wled-0.18.0[${PYTHON_USEDEP}] )
|
||||
workday? ( >=dev-python/holidays-0.51[${PYTHON_USEDEP}] )
|
||||
xbox_live? ( >=dev-python/xboxapi-2.0.1[${PYTHON_USEDEP}] )
|
||||
xiaomi_aqara? ( >=dev-python/PyXiaomiGateway-0.14.3[${PYTHON_USEDEP}] )
|
||||
xiaomi_miio? ( >=dev-python/construct-2.10.68[${PYTHON_USEDEP}] >=dev-python/micloud-0.5[${PYTHON_USEDEP}] >=dev-python/python-miio-0.5.12[${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.8[${PYTHON_USEDEP}] )
|
||||
yeelight? ( >=dev-python/yeelight-0.7.14[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.40.0[${PYTHON_USEDEP}] )
|
||||
yi? ( >=dev-python/aioftp-0.21.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( >=dev-python/zeroconf-0.132.2[${PYTHON_USEDEP}] )
|
||||
zerproc? ( >=dev-python/pyzerproc-0.4.8[${PYTHON_USEDEP}] )
|
||||
zha? ( >=dev-python/bellows-0.39.1[${PYTHON_USEDEP}] >=dev-python/pyserial-3.5[${PYTHON_USEDEP}] >=dev-python/zha-quirks-0.0.116[${PYTHON_USEDEP}] >=dev-python/zigpy-deconz-0.23.1[${PYTHON_USEDEP}] >=dev-python/zigpy-0.64.1[${PYTHON_USEDEP}] >=dev-python/zigpy-xbee-0.20.1[${PYTHON_USEDEP}] >=dev-python/zigpy-zigate-0.12.0[${PYTHON_USEDEP}] >=dev-python/zigpy-znp-0.12.1[${PYTHON_USEDEP}] >=dev-python/universal-silabs-flasher-0.0.20[${PYTHON_USEDEP}] >=dev-python/pyserial-asyncio-fast-0.11[${PYTHON_USEDEP}] )
|
||||
zhong_hong? ( >=dev-python/zhong-hong-hvac-1.0.12[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( >=dev-python/zm-py-0.5.4[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( >=dev-python/pyserial-3.5[${PYTHON_USEDEP}] >=dev-python/zwave-js-server-python-0.56.0[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
>=dev-python/astroid-3.2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/coverage-7.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/freezegun-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/mypy-dev-1.11.0_alpha3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pipdeptree-2.19.0[${PYTHON_USEDEP}]
|
||||
>=dev-vcs/pre-commit-3.7.1
|
||||
>=dev-python/pydantic-1.10.15[${PYTHON_USEDEP}]
|
||||
>=dev-python/pylint-per-file-ignores-1.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pylint-3.2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-asyncio-0.23.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-cov-5.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-freezer-0.4.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-github-actions-annotate-failures-0.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-picked-0.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-socket-0.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-sugar-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-timeout-2.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-unordered-0.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-xdist-3.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-8.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-mock-1.12.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/respx-0.21.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/syrupy-4.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/tqdm-4.66.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/uv-0.1.43
|
||||
)
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
if use test ; then
|
||||
cp --no-preserve=mode --recursive ${WORKDIR}/core-${MY_PV}/tests ${S}
|
||||
chmod u+x ${S}/tests/auth/providers/test_command_line_cmd.sh
|
||||
fi
|
||||
sed -E -i "s/regex==[^ ]*/regex/g" -i homeassistant/package_constraints.txt || die
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
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
|
||||
"
|
||||
|
||||
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
|
@ -3,5 +3,8 @@ AUX zigbee2mqtt.conf 176 BLAKE2B f1003f37135e10a32c3fe7b387da9f4194cae82339edf77
|
||||
AUX zigbee2mqtt.service 881 BLAKE2B d506772a2254aea2f1ac92db43ff1fdb842002b0afb5dc2ee71952474a58f5070c62546d216398c1f3b5951f84e4e27f3c53c0983a0851f1f7e20600f2291cff SHA512 4c13c70379c6c52146491720d523b114e59e1b4a830402ee91b93a34f6c811153780cba8e58690685895eb47c30457a5087824451bfca6eeee7c2461169be562
|
||||
DIST zigbee2mqtt-1.35.2-node_modules.tar.xz 16119144 BLAKE2B 467c9424f59b935a1e66ba365e5d7bdc4811729e0baf933ba365f6b904414d8975408beaed189a9bc00d83271fc35e15a52b7765f36e65cda00deb9480005e45 SHA512 765e1730d898627f603e3faf7fb67012a159b19f6b648f3d3ba7d0751b4e1c4cc5acf618ecf4697817f48cbc6bcfaa8878df5c8b10235ae65157ed80e4536904
|
||||
DIST zigbee2mqtt-1.35.2.tar.gz 510837 BLAKE2B 869b3a8bd081e63f4f2d5157752e39c05ecc0e51f6b8baaa15e38462ecf3674ba98eb0ba5466a2aa13e6e6d17b19ede25b0aae19e0c3117e493cfd03d195c5a6 SHA512 6f719868350ded46f0b4596c887fc2be55a316f549dd6cc26f358bd7260a250da6d9ed1a3305340327e627e0ceeda7216ba555bc39c31bc1284d6fb0142c4aac
|
||||
DIST zigbee2mqtt-1.39.1-node_modules.tar.xz 17467408 BLAKE2B 463a38cae2f509bea16a7ceb3567df1a9857c69ef25747dcb56a2f787c5b0eae5d27c28694c724745d49240c8b926184088f5358ef340679e2d5080aac86e695 SHA512 f6dc277bac8aab6d084416539ea722e8344d1a55d400e88f29e4d5217d7097649c73e684f33d5fabbe60289dd9dddf59fccb6df3dbf895bac1ae680cb7b11741
|
||||
DIST zigbee2mqtt-1.39.1.tar.gz 548291 BLAKE2B 352d3f9895c19d7bac2dc5f9c680bc1e5751738b97bf4d98a655a5adbcae86bcb41f2a24511bf03f6532ece1f773529b38cdfa91f0d2770692652bc572478e4a SHA512 2926a1ee047a4f4578727086e3b180b6ee8f922a52e4678128ac1a7241a649f9641cebcf068f22a3ab256efa15ad210ac71c38608af42696971d5483541fa3e0
|
||||
EBUILD zigbee2mqtt-1.35.2.ebuild 1807 BLAKE2B 6d6650fc10ad27450465b8278ef9ab114fdc6b92ebf0ab89b51de0675bae3d0ee628a7568f48a77fe9fde0d82e034d1a11e25e95df6456aa4e95ab1926521269 SHA512 166259ea2a28556d009258dbb714079dba6e0bd8ce986f854c8dc3b95a789f45746d94a4641a7cd60341f6b803b0befa05f407e5fc090491ddfc47ca0fcaf084
|
||||
EBUILD zigbee2mqtt-1.39.1.ebuild 1807 BLAKE2B 6d6650fc10ad27450465b8278ef9ab114fdc6b92ebf0ab89b51de0675bae3d0ee628a7568f48a77fe9fde0d82e034d1a11e25e95df6456aa4e95ab1926521269 SHA512 166259ea2a28556d009258dbb714079dba6e0bd8ce986f854c8dc3b95a789f45746d94a4641a7cd60341f6b803b0befa05f407e5fc090491ddfc47ca0fcaf084
|
||||
MISC metadata.xml 480 BLAKE2B dc80fdb17a73b1f63ef970674d5bb1a950b14d6d318276ad3303157dd93fbba9165a9e2b70a0380cbf70b77ecf31ed856698f7887ae0bc09a5d71c66ff7d4b42 SHA512 e7cbfb9fb939af0066a1a779af9af60df9a45d7b42b16706f6dcd321e4bd5b9b432120321b9cfe0d28809cd207f8aba36f9119c07b6adefe109acd207a15e51d
|
||||
|
68
app-misc/zigbee2mqtt/zigbee2mqtt-1.39.1.ebuild
Normal file
68
app-misc/zigbee2mqtt/zigbee2mqtt-1.39.1.ebuild
Normal file
@ -0,0 +1,68 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
EGIT_REPO_URI="https://github.com/Koenkk/zigbee2mqtt"
|
||||
EGIT_BRANCH="dev"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/Koenkk/zigbee2mqtt/archive/${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://raw.githubusercontent.com/inode64/inode64-overlay/main/dist/${P}-node_modules.tar.xz"
|
||||
fi
|
||||
|
||||
inherit nodejs-mod systemd tmpfiles
|
||||
|
||||
DESCRIPTION="It bridges events and allows you to control your Zigbee devices via MQTT"
|
||||
HOMEPAGE="https://www.zigbee2mqtt.io/"
|
||||
COMMIT="06b3395cff4fa938aa29a55112605becfafc83b1"
|
||||
|
||||
LICENSE="0BSD Apache-2.0 BSD-2 CC-BY-4.0 GPL-3 ISC MIT PYTHON"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
acct-group/zigbee2mqtt
|
||||
acct-user/zigbee2mqtt
|
||||
app-misc/mosquitto
|
||||
"
|
||||
|
||||
pkg_pretend() {
|
||||
if [[ -e "${EROOT}/etc/env.d/90${PN}" ]] && \
|
||||
! grep -q "CONFIG_PROTECT=\"/var/lib/${PN}\"" "${EROOT}/etc/env.d/90${PN}" 2>/dev/null; then
|
||||
eerror "Bad CONFIG_PROTECT"
|
||||
eerror "update ${EROOT}/etc/env.d/90${PN} to include CONFIG_PROTECT=\"/var/lib/${PN}\""
|
||||
eerror ""
|
||||
eerror ""
|
||||
die "Bad CONFIG_PROTECT"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
echo "${COMMIT}" > dist/.hash
|
||||
|
||||
echo -e "\nadvanced:" >>data/configuration.yaml
|
||||
echo -e " network_key: GENERATE" >>data/configuration.yaml
|
||||
echo -e " pan_id: GENERATE" >>data/configuration.yaml
|
||||
echo -e " log_directory: /var/log/${PN}" >>data/configuration.yaml
|
||||
|
||||
nodejs-mod_src_install
|
||||
|
||||
keepdir /var/log/${PN}
|
||||
|
||||
insinto /var/lib/${PN}
|
||||
doins data/configuration.yaml
|
||||
|
||||
dotmpfiles "${FILESDIR}"/zigbee2mqtt.conf
|
||||
|
||||
doinitd "${FILESDIR}"/${PN}
|
||||
systemd_dounit "${FILESDIR}/${PN}.service"
|
||||
|
||||
dodir /etc/env.d
|
||||
echo "CONFIG_PROTECT=\"/var/lib/${PN}"\" >>"${ED}"/etc/env.d/90${PN} || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
tmpfiles_process zigbee2mqtt.conf
|
||||
}
|
@ -2,8 +2,10 @@ DIST aioesphomeapi-23.0.0.tar.gz 95662 BLAKE2B 2ccca7363be3a1afa4bdbb84f95932b8e
|
||||
DIST aioesphomeapi-23.2.0.tar.gz 97151 BLAKE2B 69259663f9b683904f9769740612930d2c44d9557bf446d250effd3104f5edd52aab167ba4714e8fa9c77c481eb66b946209c946655a316547aa509c570e7908 SHA512 b22b7ed90c60b73168c007e576ffe2c590d5e176fa7083a7c8a75c3c602132b8e03ad7943bd7c5f01b5129b403e7d4a1ad9f16283fcd15fd91374f58f83ac71e
|
||||
DIST aioesphomeapi-24.3.0.tar.gz 99402 BLAKE2B a605d1d8ab2ca0a174a4977ba6d8c21204f68534ad18eb81e100573d44cc54d633653e66bce53f8057fe756b1af8f181baee6fbdb4c8db7e2c21c9146b2b16e9 SHA512 7726465a0e137c8f6cab897fbc4e66b35e2ee833b6549f485536a068f88e8c06c752485ebd9e5cdfe52adf100c7b02701700dc6e1326f823275a918ffca428da
|
||||
DIST aioesphomeapi-24.5.0.tar.gz 100067 BLAKE2B 2005e2f401b05a121b49eb3b15e46d98ed8f4792ca3330cf4b7013ad832f799ce5d3e61a9dd429605ff6926462672a9ec2cc482b430cb1d6da570944505b1bec SHA512 7f4103247511fcd557230cac7d1891d98a31b41abba31275c57912b72243ec5bec91b50e453867f8dd9d855de19608e13c995756dbed8625d19a57e05d702ce5
|
||||
DIST aioesphomeapi-25.0.0.tar.gz 101135 BLAKE2B ad32a8a6b0b36fd3d5ea564d01695aa2071e596f2da9fe3e6d73e44c46f1ed5f2de6ac8f54f4618a602affa138f63541edebfa9ebbcc64189ffd41eff9610936 SHA512 95a0a3265b8ecf2552551cc7edb9160195bf1cf6b134fb7f6dc1c280b85b2ecb3daa0b3218652bde229c86d1e463a61b85cf6105aeac649663e5106560410601
|
||||
EBUILD aioesphomeapi-23.0.0.ebuild 1141 BLAKE2B 5e61dd900e1a398754278cc85c93554bbaa12a4974584e8ac6418409e13529279b291c9dfe570d09dcf348d15da92bc06cd9a60ec6606704a49c89914018d6d8 SHA512 153bcd37d7b2bed773dae5d02af1d61523101d69f917c9463b5113ac5c4372adba0128af35a03964441cf831cef27285e335f1525c8d900d247ff0753bff668b
|
||||
EBUILD aioesphomeapi-23.2.0.ebuild 1103 BLAKE2B 06ccb6465df3d8367ccbe993c4b3a1de9249a60a20dda5bb555f063056bdee415f8bd6f8bd9746c2c4e4e4f2b47e09cee5192494d5f45401361fee0da1c282c0 SHA512 8ed76d7281d900165ec83b6ecffd947a250e0d0b1612eeb19c68ffa003f3764add947d5a4db4c17d403cdf2eaddd1533e265c78161ef0abfd5e61ec93ae14a10
|
||||
EBUILD aioesphomeapi-24.3.0.ebuild 1103 BLAKE2B 99809bfa2ea2667637c09727a5df06beda28a88c3023f0f164dd5d939289982a2a7c21a3338276ff9d7c0d5345b9de0274bd6ba4a7e412a89a7321ecc1c9db6d SHA512 1ff7c4bf9d51f5e68a4e1c3e5c58f102234c5a2548d3cab1a591f83d823c46b14e822b8433260ef71406da698dd8085ce09cb48a9235c21647019b5c5b4d22d3
|
||||
EBUILD aioesphomeapi-24.5.0.ebuild 1103 BLAKE2B 99809bfa2ea2667637c09727a5df06beda28a88c3023f0f164dd5d939289982a2a7c21a3338276ff9d7c0d5345b9de0274bd6ba4a7e412a89a7321ecc1c9db6d SHA512 1ff7c4bf9d51f5e68a4e1c3e5c58f102234c5a2548d3cab1a591f83d823c46b14e822b8433260ef71406da698dd8085ce09cb48a9235c21647019b5c5b4d22d3
|
||||
EBUILD aioesphomeapi-25.0.0.ebuild 1103 BLAKE2B 99809bfa2ea2667637c09727a5df06beda28a88c3023f0f164dd5d939289982a2a7c21a3338276ff9d7c0d5345b9de0274bd6ba4a7e412a89a7321ecc1c9db6d SHA512 1ff7c4bf9d51f5e68a4e1c3e5c58f102234c5a2548d3cab1a591f83d823c46b14e822b8433260ef71406da698dd8085ce09cb48a9235c21647019b5c5b4d22d3
|
||||
MISC metadata.xml 520 BLAKE2B 06f0b9632f9daeb7662061dd7277de8f2a517afb329d669d5e65b7b529620e649104183c8cac30c8529a4de1fab162ba67b34c92a922ac716e823b539ebddc0b SHA512 9a21c2ffdb8630b4f594170537a56e9d74996b2c5ddd28df7f98c17802913205b98658863be4721b343e30de692aaa90162c51268d52c07fbdacb415f2efa6c6
|
||||
|
35
dev-python/aioesphomeapi/aioesphomeapi-25.0.0.ebuild
Normal file
35
dev-python/aioesphomeapi/aioesphomeapi-25.0.0.ebuild
Normal file
@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Python API for interacting with ESPHome devices."
|
||||
HOMEPAGE="https://github.com/esphome/aioesphomeapi https://esphome.io/ https://pypi.org/project/aioesphomeapi/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/aiohappyeyeballs-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-3.19.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.132.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/chacha20poly1305-reuseable-0.12.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-42.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/noiseprotocol-0.3.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pylint[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,8 +1,10 @@
|
||||
DIST aioshelly-10.0.1.tar.gz 35807 BLAKE2B e05b8816a2d3e30a164bc337f5e6ba1c558e6482ba1e0a33fe646fbd08b2e21068463353a15e7b894f04fbb53aefcb54edb9ecb711efc1c0654b425527699c8d SHA512 18b5ffd99891e0d9e0f4b0f520bd498009fa9cbed59349dc6e512176b88cda1ef5fb12d1993b5845639c494badb4b4fd030d75196e8595fc21dc993e4f40c943
|
||||
DIST aioshelly-11.2.4.tar.gz 36647 BLAKE2B 9d61ff195913f857e9e85e2570d1e17d66b87a47147fe00b5c710ddb9346b813e9298389787bfb54146de924dc18e1aa38f235f01870a5a116a66381f514b78a SHA512 23e770ade827e3860b3d2620eb8befe34fea37c88a3c1d571b62dc706b6f80df06ed2728eb7b144edbeb624b56cde2db80ab5b97aeb1f383a7757a8d5776a432
|
||||
DIST aioshelly-8.1.1.tar.gz 29377 BLAKE2B 10dd116efc28cb49e123271346531dbb8ec8ae1331e7ce1f3e6eb3773303d1efdcb476a32c2cc3c7552b056405761b2248955bf4e8fb6a87c55f4976c0e3d75e SHA512 719f755b72e9e7c664188eb2762e421ebd5752084c9b4124a2a8e7eb19bbd0291fd49b7bb7988b9c5e4e843d5ca532c3440b2a9da59409de2193aaf18483516a
|
||||
DIST aioshelly-8.2.0.tar.gz 35668 BLAKE2B b897947ae1576b95a1c80ed28d13337b7d8f800a861e3643b8e8e53987c6f908c8cadfcbadbfa11b336c07273ffac98bdc5f1d4519d5d726ea7455f82344ad95 SHA512 ac892806f0fb8717c09fc099dc3d02df08668957137c6655e202d115dda2f01f34efc8798649b2614325e8c2ad8d000801d6e12567e35cb1a688466636a99e66
|
||||
DIST aioshelly-9.0.0.tar.gz 35489 BLAKE2B 70045f179a05b2b5e15d29f04703384ad21a3ff3b0f4432f7a8a30333de85c25890c651364b542cf69285e033cfcb04d463a066cd1f8f195a95bcac6bfdcd0e4 SHA512 c1ad108c9aac34369f53c1811ca71f3c2592b6f3057585590cc6b34f8336ceb26150773d35d2ea273e0e7ef4814208e9b1fe2a0c2cac0e261454f5fdd06f2082
|
||||
EBUILD aioshelly-10.0.1.ebuild 815 BLAKE2B 88fa9d841f3bf2b696e2455a04897ff432bc013ad3dded5298f6029338605edbb31a9ac41d6cb5cee9e1c69528680f343ac4f94fca79c515ee8f56c15154667f SHA512 8c97321a921890f3fb5e5f68508cbdee216348081cf2963e38df20a9f25be76bc7cb55aa7a597c70c9424b1aaac702d6e617d56be10e2d57bf6274076790ade9
|
||||
EBUILD aioshelly-11.2.4.ebuild 785 BLAKE2B 2f6324903683abb1d76088a2078beb435f18709534dcf92835c0e36afc241dc74ac1413f790bffd23191cb0a32637ef9d8ab6e7e8cabaaf9b602c4f82c3d911b SHA512 cface0b51618740449f6c3b7f93eb727c4a9b0d0e6477034df3adb016036a62567504638e36b7b0aae48b7caad4c6ac0b7f6115bddbcad8009bffd1958bf66ab
|
||||
EBUILD aioshelly-8.1.1.ebuild 815 BLAKE2B 88fa9d841f3bf2b696e2455a04897ff432bc013ad3dded5298f6029338605edbb31a9ac41d6cb5cee9e1c69528680f343ac4f94fca79c515ee8f56c15154667f SHA512 8c97321a921890f3fb5e5f68508cbdee216348081cf2963e38df20a9f25be76bc7cb55aa7a597c70c9424b1aaac702d6e617d56be10e2d57bf6274076790ade9
|
||||
EBUILD aioshelly-8.2.0.ebuild 815 BLAKE2B 88fa9d841f3bf2b696e2455a04897ff432bc013ad3dded5298f6029338605edbb31a9ac41d6cb5cee9e1c69528680f343ac4f94fca79c515ee8f56c15154667f SHA512 8c97321a921890f3fb5e5f68508cbdee216348081cf2963e38df20a9f25be76bc7cb55aa7a597c70c9424b1aaac702d6e617d56be10e2d57bf6274076790ade9
|
||||
EBUILD aioshelly-9.0.0.ebuild 815 BLAKE2B 88fa9d841f3bf2b696e2455a04897ff432bc013ad3dded5298f6029338605edbb31a9ac41d6cb5cee9e1c69528680f343ac4f94fca79c515ee8f56c15154667f SHA512 8c97321a921890f3fb5e5f68508cbdee216348081cf2963e38df20a9f25be76bc7cb55aa7a597c70c9424b1aaac702d6e617d56be10e2d57bf6274076790ade9
|
||||
|
29
dev-python/aioshelly/aioshelly-11.2.4.ebuild
Normal file
29
dev-python/aioshelly/aioshelly-11.2.4.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Asynchronous library to control Shelly devices."
|
||||
HOMEPAGE="https://github.com/home-assistant-libs/aioshelly https://pypi.org/project/aioshelly/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-1.19.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/habluetooth-2.1.0[${PYTHON_USEDEP}]
|
||||
dev-python/yarl[${PYTHON_USEDEP}]
|
||||
>=dev-python/orjson-3.8.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST bluetooth_data_tools-1.19.0.tar.gz 15860 BLAKE2B 863027495bbaea670aa117dea919230d2975cf4d6c578193023e36ba135adfca60bd59fbbaf2f8642382c2615975af2d300b00ab6bff3ffd58145a350366fc54 SHA512 1a913ebb3bc45dfc613446cd9bd3221d198fcd00f0c87e83833e82b08f418fc84b913ad514cb0dbcce8cbf38a02dafec3cb14ef11b13911f4d5b0adf3db9ce68
|
||||
DIST bluetooth_data_tools-1.19.4.tar.gz 16040 BLAKE2B 41d89265a7f9c3a50401dcbc874d2211f59176879f7db060606b6a7fcca81bfd5ae93815dae425c941a789279d073dec17baeca5792dc8b96e0c7e165f185fcd SHA512 de2a911fa66735c73fbb8c7c75b54a560cb4bb75f73bc80fa35b179d8df2b6d88bd86e15cd8c775a1b2dc5aaae67925462c40697535eb6859bcae30f18c79016
|
||||
DIST bluetooth_data_tools-1.20.0.tar.gz 16093 BLAKE2B 5ff7f56f35b8fa72bb17fd82d4ae821b9bb811b5f14156a1191b9f25895ecb1dd650ebd0b08070e22754f4c6c2e620b34799e1220e74d7d857cc7bae5e4e19f5 SHA512 d70e00e4dcf8f2b8ad71ac587995b2db31b3ec4d8beece84ff80c895cf2605155f804ee8dde9adc953e156b133f88a8be6e86d885a03dd56878a78f357028e70
|
||||
EBUILD bluetooth-data-tools-1.19.0.ebuild 719 BLAKE2B 402c118d9d703b8e8977d6ca0f41eb3b810ee1f44c63a7421937f66c0964b462f36e315db2889e9a956b63aa6004855de17fb001d94a70c60f65040ed0d1ac66 SHA512 3b68d983c85513483779bd70dff50b276df5f3b63dc8ef1e3ba7fbc26ae69bc345fc0be2e024f5aac51c9527f726cc77daaf05d1411b16eb5cec59fe06f39906
|
||||
EBUILD bluetooth-data-tools-1.19.4.ebuild 719 BLAKE2B 3a23bf9f943b0147fc15606b774eefa1e6814e818af3fa05c99ae5fbdadfbb291360ae137315765ee550be2f67b2e87e95dc2794993f79a37bfd1969337f3213 SHA512 91efa8b63093f7c9b927191471615de252929b4217ec6196869f7c871e329371ada4d4ac99e1325644336ccea0640b01204439d5d296aa552d897a2a5e3d13a5
|
||||
EBUILD bluetooth-data-tools-1.20.0.ebuild 681 BLAKE2B ea11d1e7ac934326c515cdc2628adf07b06ae68861e912a140df1b2fec1701c859bec3621825f71d5b2cb146493be86fa9265847e8e611da2af1139427ca4378 SHA512 5d51f08dd1ce4ab486ec6629d9bf3081c8402682978a38a1e31b7db5d95a848773957f409e07f50c107a68f15e700116c289513e474763d5527507b3a92260fd
|
||||
MISC metadata.xml 531 BLAKE2B dfe73f41530273a0247cd87f68280675e0667b36d5bbbfea05e1dc4b485d923d96547ff0551864ebbaa991122235e0b13150aff148092d8d8dcb544a95a49c5d SHA512 88002e357b71f089566f5db4e514fdc6d072088e0bb67f2d7943759f9b2d8cfb9a7874d3fd56b315871ff060af3459053e522cd1bf152423bbf35f38c1e9efc1
|
||||
|
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Tools for converting bluetooth data and packets"
|
||||
HOMEPAGE="https://github.com/bdraco/bluetooth-data-tools https://pypi.org/project/bluetooth-data-tools/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
BDEPEND="
|
||||
>=dev-python/cryptography-41.0.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/cython-3.0.2[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,7 +1,9 @@
|
||||
DIST dbus_fast-2.21.1.tar.gz 69413 BLAKE2B 65f83b2b78fcc042000f0723768a2f405e43d2c7eaefe2097719e6b6c5a259edcfa3f84359bd39e9889f79559cde1b904b2aa3e814e6c833bbf42c485058fc78 SHA512 100e848c2da713fefdaab8eabdcda83828116eb7ea48332bdd61b870b859c06e5a57c9ff95a4347fd087ca222c0f7cd0ab9e6059c37c29e8c57f64848c7e7da6
|
||||
DIST dbus_fast-2.21.3.tar.gz 69591 BLAKE2B 7f1f5a4021a49b22037cb54d51447f41e9ae61b3e17456321deaf19c4b1fffe44ee784b6dca0fbf1b61849c14ad15dacf007b8578f2eb56cb2eb627c9466dc01 SHA512 d98bcb34b62021d9832c65e8642b24dc5b3c1e5f636ffa8751255cb9d02992eacea720cd46d762b251974174e0e85976cf5f385aef466b5436fb0db5bc03c426
|
||||
DIST dbus_fast-2.22.1.tar.gz 69596 BLAKE2B baecb7d57c37b5f1479c24de0402c9830fc09acfeecf671ba2c25b5060c24e3451c6d2cbcd83b1aba2145976ae9a2fb30c76d51775729011850e8b03c464599d SHA512 f4ee8bb4a22421cc4478d1886578ef76651accb21a6a8ac178c125f6e587d7f33b0f1368f5633d38abef9d6468e0a2f3f49df35234d83c4294b2f34be2de8183
|
||||
DIST dbus_fast-2.24.0.tar.gz 69650 BLAKE2B 348254c282f8bfbc382ab27e910a093ee0bff10df41855e268da4f5892bcce206815a328a441dcb22a21f12a73b1e770bfabc5e205c12ae96aeae284c702ec8e SHA512 c3a4721e5adaba6f150a14cf6c800464f6942cffb796107b7640ed9b8c36432f7c2bcb9b4d21f891e7c77c9d6dbecd536d451486b7a3524abf5772aad922db10
|
||||
EBUILD dbus-fast-2.21.1.ebuild 636 BLAKE2B 1a027e1f9ef26231a00134a41d495b08039328df6621bacfd49522f4873745219048d649e5b0e1e00dae73236190c849f6883f1d9cc4a2a735f5958f7930a376 SHA512 10241fb5605e60ff247b5fe839c784b3e5bae5a8f273104048f7ae06e1dcc86b592b8b9ed7ef13f6bc65b87dada980dda492158675de4e9b99c9313f5fcc19d3
|
||||
EBUILD dbus-fast-2.21.3.ebuild 682 BLAKE2B 7288e77838b7a09df8f585a1a12c163460642f3b66ed58a514a638e092de02bf905c755a3e70c9c469d80bf1fe33318d629a31db39ffc442980f619184cf50fa SHA512 4ff0a6a0f6103a1761b2c3fc698688b4eca38e65d41e5386c02f72c93162389a3be05ffc2a2d8a2b118d5d08182aa45593f2c817b83d9aceb850798ab285b556
|
||||
EBUILD dbus-fast-2.22.1.ebuild 682 BLAKE2B 7288e77838b7a09df8f585a1a12c163460642f3b66ed58a514a638e092de02bf905c755a3e70c9c469d80bf1fe33318d629a31db39ffc442980f619184cf50fa SHA512 4ff0a6a0f6103a1761b2c3fc698688b4eca38e65d41e5386c02f72c93162389a3be05ffc2a2d8a2b118d5d08182aa45593f2c817b83d9aceb850798ab285b556
|
||||
EBUILD dbus-fast-2.24.0.ebuild 682 BLAKE2B 7288e77838b7a09df8f585a1a12c163460642f3b66ed58a514a638e092de02bf905c755a3e70c9c469d80bf1fe33318d629a31db39ffc442980f619184cf50fa SHA512 4ff0a6a0f6103a1761b2c3fc698688b4eca38e65d41e5386c02f72c93162389a3be05ffc2a2d8a2b118d5d08182aa45593f2c817b83d9aceb850798ab285b556
|
||||
MISC metadata.xml 536 BLAKE2B a40db9bdf197d24d699a8bd057de139bd22e971e7c65d63761158a2a2ffc7c609925d93a4a4249d09e5290a2102fde9e8d72569ebf163a78aa108a3221d14d25 SHA512 957a46de989121f016a5c78ae73569e420b030265e1bc8568452171374c6727a5f1fc93c6c97ac95976d1541907c5676b4032d3f0fcd1b9dad1c57e4c72f50b7
|
||||
|
28
dev-python/dbus-fast/dbus-fast-2.22.1.ebuild
Normal file
28
dev-python/dbus-fast/dbus-fast-2.22.1.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="A faster version of dbus-next"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/dbus-fast https://pypi.org/project/dbus-fast/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
BDEPEND="
|
||||
>=dev-python/cython-3[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,7 +1,9 @@
|
||||
DIST habluetooth-2.8.1.tar.gz 33429 BLAKE2B 1c2a81596d91a4be98b4f771becc80cfd0f2bd8f94d340c7bab4baeffd9c564f067e8e63e526144df0f1ebbc3ba2f6bbd8ad8feb055fc1d3b61ef2edf7748a36 SHA512 f0c2c313250d2d8737edefef9d9f1680699ce31b61ea9187146d3a9b18c13bb0771f33781a7569d4194fb5ffc86190c8667dc5dbb699b8b35a4ce70d3ffec064
|
||||
DIST habluetooth-3.1.1.tar.gz 33640 BLAKE2B c848a8881d07dfe6da7da44a45bf2803278faf8c4b8da6d63fee416d97ba89b9eac48d40d4c587da29a16a714e39bce7677370f00df217104b305e970168ac2f SHA512 0f25fa5cc4ee4e7b57e7c6704537f920e42d6b81e79dbac6f3d649d28e1c485fe97033467c4ccb2cf32b5a5edef26b40cd8cbe0479749678007edd4217e0e841
|
||||
DIST habluetooth-3.1.3.tar.gz 33648 BLAKE2B 6beb3dd2096afd49a618c3cf4f08a4fc9cccfa5292c4fbc9d1b311eee3e6366aedb1139952856be1e032d4854097eefdea3d81808d2d04fba4438413e6d6dd65 SHA512 2cce0474f97b9b75b50f1ce167264c2a07431c2288b536382f22fc404c49ea6b36964c366e92f6a84f095c292fc696f8adfbbfcca6ab76a12e43c9e09fcb6230
|
||||
DIST habluetooth-3.4.0.tar.gz 33978 BLAKE2B 9dbe67a410c83d33c0730d892171332fe8d9bebb9d436d6bd2f2f93e661cf475d35e1cb93b696589b6893fd0051aaf2e2b1fbcb8890291ac7ee634b801b102b1 SHA512 92aa91da882aef0469320a3c8c365b356fc4df0b26bbe1de1dd8d76f5270518e5979d4349b11e3bcdd8ebe958ebdb4958e9c06520beb52ed0c38176cc4558194
|
||||
EBUILD habluetooth-2.8.1.ebuild 944 BLAKE2B 4ec6efb62f2ec1747702be4bdadf5ae104663ed03dfd1c5bd5582acd2447106166e35cbd5582660a85e92b999da0c4c77b6e5cff31b14ff4a7c17e6a1f6cdfca SHA512 f751415b3b56ebe99274ed3639accf7370172d467cc5d8b00b9a0974a07eeb9f69aeaa815553907d75a367fc17f23c1bee2cfec1d733a3de459bcaecb3da8e11
|
||||
EBUILD habluetooth-3.1.1.ebuild 944 BLAKE2B 4ec6efb62f2ec1747702be4bdadf5ae104663ed03dfd1c5bd5582acd2447106166e35cbd5582660a85e92b999da0c4c77b6e5cff31b14ff4a7c17e6a1f6cdfca SHA512 f751415b3b56ebe99274ed3639accf7370172d467cc5d8b00b9a0974a07eeb9f69aeaa815553907d75a367fc17f23c1bee2cfec1d733a3de459bcaecb3da8e11
|
||||
EBUILD habluetooth-3.1.3.ebuild 944 BLAKE2B 4ec6efb62f2ec1747702be4bdadf5ae104663ed03dfd1c5bd5582acd2447106166e35cbd5582660a85e92b999da0c4c77b6e5cff31b14ff4a7c17e6a1f6cdfca SHA512 f751415b3b56ebe99274ed3639accf7370172d467cc5d8b00b9a0974a07eeb9f69aeaa815553907d75a367fc17f23c1bee2cfec1d733a3de459bcaecb3da8e11
|
||||
EBUILD habluetooth-3.4.0.ebuild 990 BLAKE2B 68f6922abf2db59928406c3256c9ca34d520fe1829bd65213441ddcdb43129103bc2e21fba8ceba61a297da3339d531a1701fe331d2a11ae22755449bdfca2b2 SHA512 51a5ba11da44a1ef8e8d9b7daf29cbd997c0874ff93fc7edbaa08e64791f22406832caa0e2b24c2ee5a6225b81c92e6626c8052098cbbd56d3307aef1c76fd4b
|
||||
MISC metadata.xml 529 BLAKE2B d5b1105a3535ac5fa41482f130d3f2bcdadedb14878cda087b258bf683ed68114eb4da36c9c42bf65545cfb75ec2295498c6f0ffe4fbc8016befcba4c6d9afd6 SHA512 e5a8681a4bfaa8d1fdbaf72543550b4620b22e0eba693505e552e932f8b42d4d63738ad1e2b0205332c409f5230b50cd75426978b7dc4acc11e786897cd87945
|
||||
|
33
dev-python/habluetooth/habluetooth-3.1.3.ebuild
Normal file
33
dev-python/habluetooth/habluetooth-3.1.3.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="High availability Bluetooth"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/habluetooth https://pypi.org/project/habluetooth/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/bleak-0.21.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/bleak-retry-connector-3.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-1.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-adapters-0.16.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-auto-recovery-1.2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,5 +1,5 @@
|
||||
DIST hass-nabucasa-0.78.0.tar.gz 58397 BLAKE2B 30b0cc599bcfbc98297036c3d5c529cb2d93dac41bcc62f4dbeaf2bdf3a3cdbc2a994b268f64c425de79498e8a89b33b0d8aa182f0c5b90dde119b9a5052e80f SHA512 10aef0b5bddb7f1040a214dc71faf9877731a3148b39b82182b5504b449afc93225cfcd30e179f1defb8630ce8b65e116e0359dc8e7a569eea3c472a057af288
|
||||
DIST hass_nabucasa-0.81.1.tar.gz 62710 BLAKE2B 81235c215837ae9220343cd2663261b702103e06eb673b644d312e226842284ad36cb57f1e176ed50a5d587294bd09f8c4fdefdf037d2b66ad4c8d61c1d29f67 SHA512 0cec3e807dbdcbc526c88a7eb30bcf5259485fe93e0428c3223a4f1008f7a2121d6dffb87c4ce1dff910ed69e1e99d478f133731e959ea6215f3651bed95fbd9
|
||||
EBUILD hass-nabucasa-0.78.0-r1.ebuild 1120 BLAKE2B 0039710ed98bc85d090dcbe6c394cb39a76c48e9beadcd7bd637477897311113525ddbd2b015cd348b546ec0f97cc45fda22527cb06ec10926fd0b7f800c7baf SHA512 e64084a67681a1e08eddde4a02acb3c839e85f43a71b9a932f2827cd3439c109c898341e9a81f1be42b4d62cb88e24b9d0f40ca987c6c796eb03eeffe2ed4098
|
||||
EBUILD hass-nabucasa-0.81.1.ebuild 1101 BLAKE2B cfcfa5b9ee1c470ce0119be64eb26f8e6349bae9dab384c35d5d065041e2f724cd9a47464172b0f04581edefe4bf91651c1157164c76b9650bde8558c1841303 SHA512 ec929b8d938a0aaac60171ec90c6bae9e8bb2c0937a3e305db5670c54975726b43e30a9eb5838882ac497611a86ca585f1244fb1b56e02608ef0f6d96b593012
|
||||
EBUILD hass-nabucasa-0.81.1.ebuild 1091 BLAKE2B d9935d2f9d215eadbe242d7ea2fac68b2ae306fb11a450cd7f2091b633c070333b2c9c45a99bdcec68c955387824f3e6e827bc241fceac7edf459f744328f6ca SHA512 32d1ca73a7c37de0c49391b76c5756d2024d95b2068f5aef622dee06437e4da845e72113ee3b6f23b21758cfdcd4d5d5880a264c1a8a3d8617d7cd0640bfd910
|
||||
MISC metadata.xml 530 BLAKE2B 3edd2c4f6e47e8ca75b68d54712fdf6a04ea53a2654e4658bfa00dc4b08ed5501a9e453513c7f21e9e75057b990715f8694c0f143bdaa795bcff9e25a8cd19a1 SHA512 f780c19d9403d846f778a81d557089e6a16243b4aa7e8861d6a2883959c23e7865bd405cf20113fb9c8e1c1d7e315b53efbd72663fe500da4e6769dcac9c1523
|
||||
|
@ -21,13 +21,13 @@ DOCS="README.md"
|
||||
RDEPEND="
|
||||
>=app-crypt/acme-2.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-homeassistant-1.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/atomicwrites-1.4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ciso8601-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-42.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pycognito-2024.5.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}]
|
||||
~dev-python/snitun-0.39.1[${PYTHON_USEDEP}]"
|
||||
>=dev-python/pycognito-2024.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/snitun-0.39.1[${PYTHON_USEDEP}]"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST -20240809.0.gh.tar.gz 57473270 BLAKE2B a705d0eb266c2f5bcbfd9382f76e68be8bc48cae09dfab6b6d470b1608170ad1f2cb64677daebc1b8a5e0814e721969ec26f6bd9e1bee52ab5d9a91d6e79a59e SHA512 7c44083a2d9c7c0e6274625cb24710e8ba042dbe17e073df0dae6d857ddbe68f5f820dd38dbd567f59c1b62dfa7697ba0940289825cd2950529e1503e7cd421c
|
||||
DIST -20240829.0.gh.tar.gz 57274663 BLAKE2B 11b1c8b2237ca1f691a809c28a632ba4db99f16870d7c02636f27a2c7430da880ed40044b785819af297050d407a009d74be41fba00db68043d08cd437928a0e SHA512 38c9bc0f6b50f0e949ab9ba0b587e1ae635f5d02e5b82791dc50b72738ba3986760ca9c1110c0c14be24bae0d826c11eb527268d524fee9b01804fafe418a7f1
|
||||
DIST home-assistant-frontend-20240307.0.tar.xz 36140960 BLAKE2B ba5a22c51d93332a4aca670fa52fc4a3338ac9dff5ebc994d06ff7c69d3167edb4f3d18817eebab3f8689bc06ea8de79c1128e32606ab9350b0b923fa0d2e6af SHA512 18112285ab031d2d4878a581bb87e09f57dccd078dfc5963c0ba0da9e1e4edc22976aff8164768073983520675f305e9651291b6558c834e71b140c2058f4eda
|
||||
DIST home-assistant-frontend-20240404.2.tar.xz 37236492 BLAKE2B 50f3e60ffa2c3a7b6be183709f792b010ec2ddfd0af4c21762f287f2a3b81c568d4e0dfade78aee86f0630b10a2d8fdba9e087535b62dcb67f75f40abc2e46c8 SHA512 21d61b1e9be2556329712bc05e420d98b307bfd92c037423e40519ad08d169f065c427b6aa984a9cace4f562a0b525c7b2d40e10aeb50afbcd483d71084de241
|
||||
DIST home-assistant-frontend-20240501.1.tar.xz 37657688 BLAKE2B 29a4c03ef9b0b8bfe78cd9ab8336abb2542f046ff8c84c53079215bd0e25127c07e82d450b9b86ded9e24a28cd2a2bd05afed833c297cfca7a89271691d9f713 SHA512 3b359d40ec845b9b7b6166ed0eb505d149b81c6c584b20ff295e6720efba7a4628ab796f3e58ce7563106e7e60f132f267888ee86d9b2839600eed87418a2904
|
||||
@ -6,4 +8,6 @@ EBUILD home-assistant-frontend-20240307.0.ebuild 583 BLAKE2B c8965888d57a0c93ead
|
||||
EBUILD home-assistant-frontend-20240404.2.ebuild 583 BLAKE2B c8965888d57a0c93eadc661d48c70c594595b96c13474bacba91beb7d873c330b97f562d6f73295d8334166d227b638221cf715ca192a20f8c7551d8a6bf2646 SHA512 b6a36d6ad4c550b7b0f0fcce53f248d1c62c8f1e355b3b27af6454fd40bc71d163fd54ad1bad1b4de9778039706163c268ce056f489a9a57c71837934fc9c06a
|
||||
EBUILD home-assistant-frontend-20240501.1.ebuild 583 BLAKE2B c8965888d57a0c93eadc661d48c70c594595b96c13474bacba91beb7d873c330b97f562d6f73295d8334166d227b638221cf715ca192a20f8c7551d8a6bf2646 SHA512 b6a36d6ad4c550b7b0f0fcce53f248d1c62c8f1e355b3b27af6454fd40bc71d163fd54ad1bad1b4de9778039706163c268ce056f489a9a57c71837934fc9c06a
|
||||
EBUILD home-assistant-frontend-20240610.1.ebuild 583 BLAKE2B c8965888d57a0c93eadc661d48c70c594595b96c13474bacba91beb7d873c330b97f562d6f73295d8334166d227b638221cf715ca192a20f8c7551d8a6bf2646 SHA512 b6a36d6ad4c550b7b0f0fcce53f248d1c62c8f1e355b3b27af6454fd40bc71d163fd54ad1bad1b4de9778039706163c268ce056f489a9a57c71837934fc9c06a
|
||||
EBUILD home-assistant-frontend-20240809.0.ebuild 897 BLAKE2B 01c9070183c2b6e3b0c5c536e8e64ff9d3028c8114d509228f9c3b91dc16ebff7a1b43b1cd7fee4f78a1e990ecea0750e6e234fd5d5ddec0589eb5bedaee4936 SHA512 a6bf3e5a5e2ad0cc095f2b8609b5b95ab15601490b8768f782584f50cd4e18b14ea7f6fcbe7eb6514001c9dbf6db8cc514cd17bf104fa82a6b95dd0853ec9c3c
|
||||
EBUILD home-assistant-frontend-20240829.0.ebuild 897 BLAKE2B 01c9070183c2b6e3b0c5c536e8e64ff9d3028c8114d509228f9c3b91dc16ebff7a1b43b1cd7fee4f78a1e990ecea0750e6e234fd5d5ddec0589eb5bedaee4936 SHA512 a6bf3e5a5e2ad0cc095f2b8609b5b95ab15601490b8768f782584f50cd4e18b14ea7f6fcbe7eb6514001c9dbf6db8cc514cd17bf104fa82a6b95dd0853ec9c3c
|
||||
MISC metadata.xml 550 BLAKE2B 461f5d7c4accab9d538b87f77af0a3b6a830d8cc920093817ff508424bf63ee8c027471657b70d59be7948705962687a0a696bc18b83b5d3ca21c882ddc92676 SHA512 274ddc53c052eb894e47267b0a44e7890c1739b1abc80a6c553237808e72415aaa8a1e4ebb256414f1928bf32b2500623f0528193a1bc1e39acc224d10c5c4f3
|
||||
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/home-assistant/frontend.git"
|
||||
EGIT_BRANCH="dev"
|
||||
S="${WORKDIR}/home-assistant-frontend-9999/"
|
||||
else
|
||||
MY_PV=${PV/_beta/b}
|
||||
MY_P=${MY_PN}-${MY_PV}
|
||||
SRC_URI="https://github.com/home-assistant/frontend/releases/download/${MY_PV}/home-assistant-frontend-${MY_PV}.tar.gz -> ${MY_P}.gh.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="The Home Assistant frontend"
|
||||
HOMEPAGE="https://github.com/home-assistant/frontend https://pypi.org/project/home-assistant-frontend/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
DOCS="README.md"
|
||||
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/home-assistant/frontend.git"
|
||||
EGIT_BRANCH="dev"
|
||||
S="${WORKDIR}/home-assistant-frontend-9999/"
|
||||
else
|
||||
MY_PV=${PV/_beta/b}
|
||||
MY_P=${MY_PN}-${MY_PV}
|
||||
SRC_URI="https://github.com/home-assistant/frontend/releases/download/${MY_PV}/home-assistant-frontend-${MY_PV}.tar.gz -> ${MY_P}.gh.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="The Home Assistant frontend"
|
||||
HOMEPAGE="https://github.com/home-assistant/frontend https://pypi.org/project/home-assistant-frontend/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
DOCS="README.md"
|
||||
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
|
@ -1,7 +1,9 @@
|
||||
DIST home_assistant_intents-2024.4.24-py3-none-any.whl 282480 BLAKE2B 424f43e2822d9061dae9924be2396aa45704ea33ce6a6a126ec36e542227b2e6550480b4fcd26ae3ac3ff3d2f93e800e566926ff1995d5000bde48aa1749e02c SHA512 7d9c6c0ee18a5279acdd4ec9c8c7d2ed6ddaaf34d0fa8e9c7ce57dfb23088033394530994438e9b3041f4cd41293d81a71c22a3576e13118a969599ac62d1331
|
||||
DIST home_assistant_intents-2024.6.21-py3-none-any.whl 296615 BLAKE2B 46a9e90f4f1f8e6fbda649391d00c0ea3271a23b62bf4aa2c2eb6a5c7ca8c3c5ad9538047c5b256308cbf7d45f4753c3ecb5bd16ff4dca8502190fe736c9b077 SHA512 4d61a9cbcf97b343fbd884541bf090cd395671d745e60f515c2def4dc889336c7bff5f6dc500758bf38638ddb61b76470c6f7b1ad39525f6ad647ae8ad0d7f93
|
||||
DIST home_assistant_intents-2024.8.7-py3-none-any.whl 316072 BLAKE2B 973c48fcb51145b5e82ae97cc43f953255c139d982f7dd80a5a68c9cddd4e99de2950643fe9ec2f5e9a4e38ff9cb3c6afb082df4c7b7b925441f907ae5a4cb92 SHA512 b419b05975d30c28d7c0c6c25f7f35197cadf380c8719f4794ee65817a279cd41b3fb81b4b9997221860d856fd968769af3828222faab61fd6217c3386d9d0e2
|
||||
DIST home_assistant_intents-2024.9.4-py3-none-any.whl 319053 BLAKE2B 397b1e533ddcb63176e3bd5b316466655a8ba9c6ac7bd4aebd1ac32d4a1f821dc7ee577ac154da4158b65aa061457e7e144690c7ee9585746467de01f0a18ae1 SHA512 4ea661cc49f2a100ab5af948cda68d956df3d1025f8cb5901d35c14ab2f6da69b4bbc63b3f0eccabcee70e61e01b771006bcf3d706bb1be392805bc786bd7d22
|
||||
EBUILD home-assistant-intents-2024.4.24.ebuild 865 BLAKE2B 9b03c3e8efec0e7d8c2fe7bcb3113a56693e306c7a2155ff9c2e0417e6604bf6bd5dd464e1a7adbf531245b47ed9e6ac176deec0066f91358f8d999b43b23a91 SHA512 6c1c85120b27ef2694b4e588716de39b578566c0a5f86d12df0e033c2fbb650098996eb05701e34267374529d796b732dbc6570933da35cecdd063bd472a7832
|
||||
EBUILD home-assistant-intents-2024.6.21.ebuild 865 BLAKE2B 9b03c3e8efec0e7d8c2fe7bcb3113a56693e306c7a2155ff9c2e0417e6604bf6bd5dd464e1a7adbf531245b47ed9e6ac176deec0066f91358f8d999b43b23a91 SHA512 6c1c85120b27ef2694b4e588716de39b578566c0a5f86d12df0e033c2fbb650098996eb05701e34267374529d796b732dbc6570933da35cecdd063bd472a7832
|
||||
EBUILD home-assistant-intents-2024.8.7.ebuild 865 BLAKE2B 9b03c3e8efec0e7d8c2fe7bcb3113a56693e306c7a2155ff9c2e0417e6604bf6bd5dd464e1a7adbf531245b47ed9e6ac176deec0066f91358f8d999b43b23a91 SHA512 6c1c85120b27ef2694b4e588716de39b578566c0a5f86d12df0e033c2fbb650098996eb05701e34267374529d796b732dbc6570933da35cecdd063bd472a7832
|
||||
EBUILD home-assistant-intents-2024.9.4.ebuild 865 BLAKE2B 9b03c3e8efec0e7d8c2fe7bcb3113a56693e306c7a2155ff9c2e0417e6604bf6bd5dd464e1a7adbf531245b47ed9e6ac176deec0066f91358f8d999b43b23a91 SHA512 6c1c85120b27ef2694b4e588716de39b578566c0a5f86d12df0e033c2fbb650098996eb05701e34267374529d796b732dbc6570933da35cecdd063bd472a7832
|
||||
MISC metadata.xml 548 BLAKE2B beb76c5ba7562b43d406087c616788d11428a56bdaea3fb1eb32134675ad0444802f897babc60fe101a34d1f95e5d5b0ca4684a38f48d8686b574d2279afa296 SHA512 5e4cd71f3e0f46a3b1bc1f1ebc94f5c46ed5ac859f63d4f213ed2101ca4998dffabac68d9f3f4d71f50a82f7757fd4e62d116216854d23cbb67d183ad2e7f66c
|
||||
|
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Intents for Home Assistant"
|
||||
HOMEPAGE="https://github.com/home-assistant/intents https://pypi.org/project/home-assistant-intents/"
|
||||
SRC_URI="$(pypi_wheel_url home_assistant_intents)"
|
||||
S=${WORKDIR}
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/hassil[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/voluptuous[${PYTHON_USEDEP}]
|
||||
dev-python/regex[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_compile() {
|
||||
distutils_wheel_install "${BUILD_DIR}/install" "${DISTDIR}/$(pypi_wheel_name)"
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
DIST pymicro_vad-1.0.1.tar.gz 135575 BLAKE2B 12e560d4379507cf96f5a8b79c61bff4b10d20e7fb59a7326be954eddaf3f8830f1ea8d6bc710cf6b951d325a0a40762fee5d2b368c5ded6bec7cc44d2d02fc8 SHA512 336e4b772b43d0973b8f3a68ad64ba2b4c64a1bdcf210b5d25518c54a7f8c11c7b03c0dc8fa5b668cef31e9011dfb573ccca178a6845404bc6fe04fc18633f7d
|
||||
EBUILD pymicro-vad-1.0.1.ebuild 498 BLAKE2B 4724311056a37ff700928fe8f9187b05f027a3446953e07eac55a50615013681b33039c9c9894e9b9a2ba5d5bda0f3278f10b4622fd8588b891878654788a2d2 SHA512 408d6f6237ce89c06eea2bf16030361840403fe3dcafa45c8e714bb8f8916922395cef31f1b1d0bd60c0e499b7b1cdf56181b7c76569e772f9475a03a0148e01
|
||||
DIST 1.0.1.tar.gz 756636 BLAKE2B c473efafe5baaa45ef4d34f5643eaf9bde99a87a41863dbce6e5a3ad0b06819688d3269d6bcb69e5069acec3fc38699a6cd36251639ed07c7fa1df06bbb89e4e SHA512 432602c6b5f592563214400799ac897b3ee393b42bd973e7d7fe0d0c9abbc67258034a36b4a3c5a973223f04c43ded73c0ff8f730dc5cae65e898c8b1fa6d832
|
||||
EBUILD pymicro-vad-1.0.1.ebuild 570 BLAKE2B 020282eff698bfaeb4812e060f754783b1610ded021113b05c2a6e406f06a10ab19e1ed36f3424528e0f5a3f29aceae698ae2afc2fd822eef805e7f01156dcca SHA512 bd0b41bf7c0969e31ab69eb41fc0e8d4192f35e45881ba00d90d7bebdadb7c79393afe27b1fe7bec9e9b4ff4e0a7b7d3492f24cd73bfe62e5fcc1b91152da110
|
||||
MISC metadata.xml 515 BLAKE2B d557f276b9101d58fe06e023d995f00761880012ab2222b8c55d8b5bb41ca09ad4f384fedb3c697b60e6683a5fbe52b294021d19146318ec188406cb8a23fa9b SHA512 371cb04beca031a1b71cab06b3c7fd8a314fc75aeda6d1f4cf7a56b8aeb9d7c0df45fff6d58748a6c290ad5a5193c237a051e89ce92d053f0f797097bd101cdf
|
||||
|
@ -8,14 +8,21 @@ DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Self-contained voice activity detector"
|
||||
HOMEPAGE="https://github.com/rhasspy/pymicro-vad https://pypi.org/project/pymicro-vad/"
|
||||
HOMEPAGE="https://github.com/rhasspy/pymicro-vad"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
LICENSE="Apache"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
SRC_URI="https://github.com/rhasspy/pymicro-vad/archive/${PV}.tar.gz"
|
||||
RDEPEND=""
|
||||
BDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
echo ${P}
|
||||
mv ${P} pymicro_vad-${PV}
|
||||
}
|
||||
|
@ -1,7 +1,9 @@
|
||||
DIST python-matter-server-5.7.0.tar.gz 92064 BLAKE2B 40155f62a09fe88c4395fb1186041155b66d87c15b6a6082893d4d9667c8158932d8cebabbb4dbc0d4653653de345f2b1d41ff398804017962076f23aba6e5a3 SHA512 f73d4a2d5e57bcba45e3fc24672adf9e682e7425b101736f3b12b38cc42793b4da0bf496c7df30290b0eaea36aaf2424fe4e616b311513dc1c85199679a5cc56
|
||||
DIST python_matter_server-5.10.0.tar.gz 115465 BLAKE2B ffba807a60f98aa57fdf91138aa5f701d0295a70b1d2829181775f29aeee01f73ea735f39d3160265523a99aea7cf6daf7e9caa0183b05044cc7bc0e32c2ef38 SHA512 df248fc67a34266213fab74e7a097e911ff69b20a01c1faa4c2a68e1f15ae93d8af8ece444b8992fd89cdad9a882d32d2e7af06d1ce4a5723c9bb5f21b161d0e
|
||||
DIST python_matter_server-6.1.0.tar.gz 122725 BLAKE2B b08fc706e72dda5160d2153661e01a96bbd488d069674f7809f120ae85d2b924a2be07f52a3d96bbb57442ec50717f4f224db31cdbb5f1ac979d080d3683dfd7 SHA512 f46bb0f9b5c9855ade142a8dec52f97a2f1b93df66ac6a52e40ba72bf43015115f767869f76c2d629a9cd7f354d934c1e2653688efff0db8f57dc458a58c333c
|
||||
DIST python_matter_server-6.3.0.tar.gz 133543 BLAKE2B 56e383a362ae05908d87f489aae09568ba7c487047599b14f155dd8cc0000a4ed2fa13218bca6873cd45d769d8735265274a3f81839ed177a7f2b4490a1ca16d SHA512 8168dfd3452c8dd05a29bc121820e14055127f05e835e1e239a0674a2958f42341079f93996e6c1c213fb45fb32c05fe0c5815cc35dff632dc6e7cd9045a55f6
|
||||
EBUILD python-matter-server-5.10.0.ebuild 922 BLAKE2B c6021a185a24de20340e87a457c6c1c1237ce890c47bc22fed17356904b9a72588a973f84f126ed61cdfea940f0aaa99563ae4d5fab497e5a5c6aa1c91fb2d87 SHA512 1aa3ead2b1709d0adaab6aad92ba885b91b2bf704148c07a008b6649295e4160b3201d82188854a95910a6f38ec87f0b9d84979af918b1e4b240a7ebf70d7f0e
|
||||
EBUILD python-matter-server-5.7.0.ebuild 980 BLAKE2B 8f2fd9569c58de1ab857d46d0072b73da8fd72b59c35617fe2330e400c06e0dc4c7f9bb51c2f4c97d6c510bf5ceba85aaed1b7e7130e880d56eb2fa981e49f89 SHA512 53b9916d54c886ff2d98ec884f9ccda33180bd17665167e34818a46e4df223ec648d90d03a44d0a8cb7ce073c2586d63fa9953706a0048f9db8717af8b8a34dc
|
||||
EBUILD python-matter-server-6.1.0.ebuild 805 BLAKE2B 420c040f62c173fe9bdf02d0f3c18c1cfda58fe84f453b795073410f47d2c913cef5de5cd29c0e8ffb4586c2a098544d3ba952d68dd2adcbf15ced5dc1a0c1b5 SHA512 c36d8dbf743cb6798f8c9c536c7df5d6ab9a022a6e7dd55947680663784438daf484e441606f7bbc49f1a46a39e08661dbd5b2c6b1bd4457387283787802cce1
|
||||
EBUILD python-matter-server-6.3.0.ebuild 805 BLAKE2B 420c040f62c173fe9bdf02d0f3c18c1cfda58fe84f453b795073410f47d2c913cef5de5cd29c0e8ffb4586c2a098544d3ba952d68dd2adcbf15ced5dc1a0c1b5 SHA512 c36d8dbf743cb6798f8c9c536c7df5d6ab9a022a6e7dd55947680663784438daf484e441606f7bbc49f1a46a39e08661dbd5b2c6b1bd4457387283787802cce1
|
||||
MISC metadata.xml 482 BLAKE2B 31ea0a316b03c93d165de83281c9ada7fe0013637fc1246ecdfeec1190af43c41da6ee642edeb34305066d958720966c2113a02de47cd2d9c31cba2a44737a06 SHA512 55b3371f636a7a4f6c925844465e9e517b26ede3048713f04ba8afa0e3c3390d11ea15e706577822ae0185ebaf2c2e969a658d77b9689e58574acbe6da74ed16
|
||||
|
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python Matter WebSocket Server"
|
||||
HOMEPAGE=" https://pypi.org/project/python-matter-server/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/aiorun[${PYTHON_USEDEP}]
|
||||
dev-python/coloredlogs[${PYTHON_USEDEP}]
|
||||
dev-python/orjson[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-chip-clusters-2024.5.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,5 +1,5 @@
|
||||
DIST ulid_transform-0.9.0.tar.gz 14399 BLAKE2B 871a33485b5cb9e96922fbde49ed121f3fa201a41e9643fd7021f5d71fbac3412393a7ff6d0f92951d2fda3795d37e1376f083d2ffbdf0c5dc63a9fbc91e07b0 SHA512 d94fe8867502abd54b8dea48c89dc824ca6e9d3e05b04bbb7a23ec194c42912709879928b234832dc2ddeeb99b13d6b6951f0cb8484b911a4e0917f770b2734b
|
||||
DIST ulid_transform-1.0.2.tar.gz 15743 BLAKE2B 9676e970ba4e76ad0c9426aab758adfb86652c779885942ae492a3759685f5bd70282029aa98350835b990da25dc1ce318b3224dbf2a054a825c046a684b571e SHA512 d151e5300be895c30c5c8e4adb2ef6139b9326578361b2ee20d1f220be45c4334a653477ebb72af3cfced9cc0caf042292a56c6ad9b6288d760a2954df13d062
|
||||
EBUILD ulid-transform-0.9.0.ebuild 625 BLAKE2B b804480d46479e1fd75f26e9e563a545b6aed7550d1ccad59fe92525f06f91f0d0ad4e94ceff07579a90c9e01a63a2685dafc5cffb43a318188072a927a63f73 SHA512 23ccd313281e1335b9aa757d2179d28015928bd33c12584753a5f090f9a83d16393c12a0b7dadfdc2becd22e184c0c818fffd0b974fd348c7b57ba513351fa76
|
||||
EBUILD ulid-transform-1.0.2.ebuild 546 BLAKE2B aaef32ade16a7d4a470f2440fe3c3bdde4e25135ba428eb62a1f8bf191b19d7a5a00ccd75a591a57225192960dc776f990ec99126b461a80d6957981e3031e98 SHA512 f997a0505ff1ddd1a663faa52a50ed3ff0cfecec6f58c05cf24e3cf2c54a91e7331c72c66a3d21f31cbe6ee753bfd8d4d16508b5c572ab9dbbefc79b7ea42a6e
|
||||
EBUILD ulid-transform-1.0.2.ebuild 625 BLAKE2B b804480d46479e1fd75f26e9e563a545b6aed7550d1ccad59fe92525f06f91f0d0ad4e94ceff07579a90c9e01a63a2685dafc5cffb43a318188072a927a63f73 SHA512 23ccd313281e1335b9aa757d2179d28015928bd33c12584753a5f090f9a83d16393c12a0b7dadfdc2becd22e184c0c818fffd0b974fd348c7b57ba513351fa76
|
||||
MISC metadata.xml 519 BLAKE2B 2e9c970aa16f2d123a1dad277257d0c7034f89547ff9c3c263b2c6f4cb3688d6d351facd5bd1802685b16a1d1283ff4b30620d6f38f822939e2fa03fa69e4a69 SHA512 35e848b0ce8aeac9f8762774744f6e1dc28c08a69ef066b09dd47a2935a0d2a2f2b23280feb2855c75cf06834bebee0620366d8aa1f5285efa66497ac511b4bd
|
||||
|
@ -20,7 +20,12 @@ DOCS="README.md"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST universal-silabs-flasher-0.0.18.tar.gz 43361 BLAKE2B 045d520381407fd643aebb1a153b5e1ef8292043a91ea6f8381f95ef70fbc134b0509b6da8d3b1fed4422e18fdabf2bb7bbb3f7ff315a815eb7869a2c0568a8d SHA512 d234822ba55df10264ddd276c33c713bb9d27c9cbe69fb866a79627257916771d2380f80a4313ee5cab217c2fe41eb2c10c5ea20eb2a880d8d16bdd7812c6715
|
||||
DIST universal_silabs_flasher-0.0.20.tar.gz 43822 BLAKE2B da4c8e8d3b50d1bcbbd4c7e15b72435f8993bca64ded2313bf27355df6f9a6ea7fe29d8266f09ec3d8432336c49e8d57e89242ccc3953e7228a2128d74d63a78 SHA512 5dd6587963c03ab9ab4135996587f29336b7057235552017b5fd143b6451604435773d4343707820c94a33cf384c463ca9118901f38ba3ec909cc5aa21dced3c
|
||||
DIST universal_silabs_flasher-0.0.22.tar.gz 43823 BLAKE2B bf07d972054c9bf15fdd50b7b9eb906b69b5d1bf16e427bc9fc2d734288f4e6a08453ade7e5ab6abbd3e0c228714ab5e6689bd64e5e27696bef521b68ca84700 SHA512 51a68c5d8387dc4e673bc7b0250cba0a29a33cac6c468b30a9b1af0b52c07fa02dcc214cae5e26cc755558067b7bd298e02fd5c6b0a00585a8852a7d72c842a4
|
||||
EBUILD universal-silabs-flasher-0.0.18.ebuild 1270 BLAKE2B 7edbfedde2be5b59b6045f131f2555f2d0bdd4d8743e77d220f8e971b86ca25e1dd4fe969a9074bedbc5e03cdf27ff3e56fd1dc9ad8c32891827a7e05ab1824d SHA512 72b4d1da87be27c3e1b98e42f2d5533da9dd7a871e878d2cf6d1e2178383d212b2bda228ec84fe492c9f4b542768a9f4e3d851e2f2afceea73eec6cf94480f48
|
||||
EBUILD universal-silabs-flasher-0.0.20.ebuild 1258 BLAKE2B 392ac0e856bd83cfb370f9305190c9e05c50a03ad501558377b85d3e99e76795e5197dd7b35169d73345e816259611e104e637fe207a40c249b0915302964fa4 SHA512 85a435e12ea88e41d8a69959ea1fcc7fefb2962bb0f78a13b84801e5aef7a3f90b823c73f058af50e7cdabe4e71625a2e44b84d2a923e5a66b46620017a149bd
|
||||
EBUILD universal-silabs-flasher-0.0.22.ebuild 1258 BLAKE2B 392ac0e856bd83cfb370f9305190c9e05c50a03ad501558377b85d3e99e76795e5197dd7b35169d73345e816259611e104e637fe207a40c249b0915302964fa4 SHA512 85a435e12ea88e41d8a69959ea1fcc7fefb2962bb0f78a13b84801e5aef7a3f90b823c73f058af50e7cdabe4e71625a2e44b84d2a923e5a66b46620017a149bd
|
||||
MISC metadata.xml 535 BLAKE2B 1650b3f07f503521c5e8d67155769d1dc6731f216d7ab9bfab4a09698fc64ca5842e3502eef987d5385f79a376a4df3419661d17d5dc811c46dcce53d5257855 SHA512 2a1ae39dcd47289cb08121247c291304b615573cf2569f8791733a583589f8809922c6dd54f5673854f281cb75f492ef08177147d9dc934a1a5626c41b4d419a
|
||||
|
@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Tool to flash firmware onto any Silicon Labs radio running EmberZNet, CPC multi-PAN, or just a bare Gecko Bootloader"
|
||||
HOMEPAGE="https://github.com/NabuCasa/universal-silabs-flasher https://pypi.org/project/universal-silabs-flasher/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/zigpy[${PYTHON_USEDEP}]
|
||||
dev-python/crc[${PYTHON_USEDEP}]
|
||||
>=dev-python/bellows-0.39.0[${PYTHON_USEDEP}]
|
||||
dev-python/gpiod[${PYTHON_USEDEP}]
|
||||
dev-python/coloredlogs[${PYTHON_USEDEP}]
|
||||
dev-python/async-timeout[${PYTHON_USEDEP}]
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
# remove dynamic-versioning
|
||||
sed 's/dynamic = \["version"\]/version = \"'${PV}'\"/g' -i pyproject.toml || die
|
||||
sed 's/, "setuptools-git-versioning<2"//g' -i pyproject.toml || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
1426
metadata/pkg_desc_index
Normal file
1426
metadata/pkg_desc_index
Normal file
@ -0,0 +1,1426 @@
|
||||
acct-group/esphome 0: ESPHome Dashboard group
|
||||
acct-group/homeassistant 0: Homeassistant program group
|
||||
acct-group/node-red 0: System group: node-red
|
||||
acct-group/zigbee2mqtt 0: System group: zigbee2mqtt
|
||||
acct-group/zwavejs2mqtt 0: zwavejs2mqtt group
|
||||
acct-user/esphome 0: ESPHome Dashboard User
|
||||
acct-user/homeassistant 0: Home Assistant Program User
|
||||
acct-user/node-red 0: A user for node-red
|
||||
acct-user/zigbee2mqtt 0-r2: A user for zigbee2mqtt
|
||||
acct-user/zwavejs2mqtt 0: zwavejs2mqtt User
|
||||
app-crypt/acme 2.8.0-r1 2.9.0-r1: ACME protocol implementation in Python
|
||||
app-misc/home-assistant-cli 0.9.6 9999: The Home Assistant Command-line Interface (hass-cli)
|
||||
app-misc/homeassistant 2024.3.3 2024.4.4 2024.5.5 2024.6.4: Open-source home automation platform running on Python.
|
||||
app-misc/homeassistant-full 2024.3.3 2024.4.4 2024.5.5 2024.6.4 9999: Open-source home automation platform running on Python.
|
||||
app-misc/homeassistant-min 2024.3.3 2024.4.4-r1 2024.5.5 2024.6.4: Open-source home automation platform running on Python.
|
||||
app-misc/node-red 3.0.2 3.1.3: A visual tool for wiring the Internet of Things.
|
||||
app-misc/zigbee2mqtt 1.35.2: It bridges events and allows you to control your Zigbee devices via MQTT
|
||||
dev-embedded/esphome 2023.12.9 2024.2.2 2024.3.2-r1 2024.5.2 2024.5.3-r1 9999: Make creating custom firmwares for ESP32/ESP8266 super easy.
|
||||
dev-embedded/esphome-dashboard 20231107.0 20240319.0 20240412.0 20240429.1: ESPHome dashboard
|
||||
dev-embedded/platformio 6.1.11 6.1.11-r1 6.1.13 6.1.15: An open source ecosystem for IoT development
|
||||
dev-libs/libgit2 1.5.2: A linkable library for Git
|
||||
dev-libs/protobuf 24.2 24.3 25.1 25.1-r1 25.2 25.2-r1: Google's Protocol Buffers - Extensible mechanism for serializing structured data
|
||||
dev-python/AEMET-OpenData 0.5.1 0.5.2: AEMET OpenData Rest API library
|
||||
dev-python/AIOAladdinConnect 0.1.58: Python Async API for controlling Genie garage doors connected to Aladdin Connect devices
|
||||
dev-python/AIOSomecomfort 0.0.24 0.0.25: A client for Honeywell's US-based cloud devices
|
||||
dev-python/Adafruit-Blinka 7.1.1: CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython.
|
||||
dev-python/Adafruit-GPIO 1.0.3: GPIO interface on the Raspberry Pi.
|
||||
dev-python/Adafruit-PureIO 1.1.9: Pure python (i.e. no native extensions) access to Linux IO including I2C and SPI. Drop in replacement for smbus and spidev modules.
|
||||
dev-python/Adafruit-SHT31 1.0.2: Python Library for Adafruit SHT31 module
|
||||
dev-python/Adafruit_BBIO 1.1.1: A module to control BeagleBone IO channels
|
||||
dev-python/Adax-local 0.1.5: A python3 library to communicate with Adax
|
||||
dev-python/Ambiclimate 0.2.1: A python3 library to communicate with Ambiclimate
|
||||
dev-python/Authlib 1.2.0: The ultimate Python library in building OAuth and OpenID Connect servers.
|
||||
dev-python/Babel 2.13.1 2.15.0: Collection of tools for internationalizing Python applications
|
||||
dev-python/BlinkStick 1.2.0: Python package to control BlinkStick USB devices.
|
||||
dev-python/CO2Signal 0.4.2: A package to access the co2signal API
|
||||
dev-python/DateTime 5.3: This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
|
||||
dev-python/DoorBirdPy 2.1.0: Python wrapper for the DoorBird LAN API v0.21
|
||||
dev-python/Events 0.4: Bringing the elegance of C# EventHandler to Python
|
||||
dev-python/GitPython 2.1.11: Python Git Library
|
||||
dev-python/HAP-python 4.9.1: HomeKit Accessory Protocol implementation in python
|
||||
dev-python/HATasmota 0.7.3 0.8.0: Python module to help parse and construct Tasmota MQTT messages.
|
||||
dev-python/Hydrawiser 0.2: A Python library to communicate with Hunter Wi-Fi irrigation controllers (https://www.hunter.com)
|
||||
dev-python/Mastodon-py 1.5.1 1.8.1: Python wrapper for the Mastodon API
|
||||
dev-python/OPi-GPIO 0.5.2: A drop-in replacement for RPi.GPIO for the Orange Pi Zero
|
||||
dev-python/Pint 0.22: Physical quantities module
|
||||
dev-python/PlexAPI 4.15.10 4.15.12 4.15.13: Python bindings for the Plex API.
|
||||
dev-python/ProgettiHWSW 0.1.3: Controls ProgettiHWSW relay boards.
|
||||
dev-python/PsychroLib 2.5.0: Library of psychrometric functions to calculate thermodynamic properties of air
|
||||
dev-python/PyDispatcher 2.0.5: Multi-producer-multi-consumer signal dispatching mechanism
|
||||
dev-python/PyEssent 0.14: A wrapper around Essent's API
|
||||
dev-python/PyFlick 0.0.2: Python API For Flick Electric in New Zealand
|
||||
dev-python/PyFlume 0.6.5: Package to integrate with Flume Sensor
|
||||
dev-python/PyFronius 0.7.2 0.7.3: Automated JSON API based communication with Fronius Symo
|
||||
dev-python/PyKCS11 1.5.15: A Full PKCS#11 wrapper for Python
|
||||
dev-python/PyMVGLive 1.1.4: get live-data from mvg-live.de
|
||||
dev-python/PyMata 2.20: A Python Protocol Abstraction Library For Arduino Firmata
|
||||
dev-python/PyMeeus 0.5.11: Python implementation of Jean Meeus astronomical routines
|
||||
dev-python/PyMetEireann 2021.8.0: A library to communicate with the Met Eireann Public Weather Forecast API
|
||||
dev-python/PyMetno 0.11.0 0.12.0: A library to communicate with the met.no api
|
||||
dev-python/PyMicroBot 0.0.9 0.0.12 0.0.17: A library to communicate with MicroBot
|
||||
dev-python/PyNINA 0.3.3: A Python API wrapper to retrieve warnings from the german NINA app.
|
||||
dev-python/PyOTA 2.0.5: IOTA API library for Python
|
||||
dev-python/PyPasser 0.0.5: Bypassing reCaptcha V3 by sending HTTP requests & solving reCaptcha V2 using speech to text.
|
||||
dev-python/PyPubSub 4.0.3: Python Publish-Subscribe Package
|
||||
dev-python/PyRIC 0.1.6.3: Python Wireless Library
|
||||
dev-python/PyRMVtransport 0.3.3: Define module-level imports.
|
||||
dev-python/PySPX 0.5.0: Python bindings for SPHINCS+
|
||||
dev-python/PySocks 1.7.1: A Python SOCKS client module. See https://github.com/Anorov/PySocks.
|
||||
dev-python/PySwitchbot 0.45.0 0.46.1: A library to communicate with Switchbot
|
||||
dev-python/PySwitchmate 0.5.1: A library to communicate with Switchmate
|
||||
dev-python/PySyncThru 0.7.10: Automated JSON API based communication with Samsung SyncThru Web Service
|
||||
dev-python/PyTransportNSW 0.1.1: Get transport information from TransportNSW
|
||||
dev-python/PyTurboJPEG 1.7.1: A Python wrapper of libjpeg-turbo for decoding and encoding JPEG image.
|
||||
dev-python/PyUserInput 0.1.11: A simple, cross-platform module for mouse and keyboard control
|
||||
dev-python/PyViCare 2.29.0 2.32.0: Library to communicate with the Viessmann ViCare API
|
||||
dev-python/PyXiaomiGateway 0.14.3: A library to communicate with the Xiaomi Gateway
|
||||
dev-python/Pyrebase4 4.5.0: A simple python wrapper for the Firebase API with current deps
|
||||
dev-python/Pysher 1.0.7: Pusher websocket client for python, based on Erik Kulyk's PythonPusherClient
|
||||
dev-python/RPi-GPIO 0.7.1_alpha4: A module to control Raspberry Pi GPIO channels
|
||||
dev-python/RachioPy 1.0.3 1.1.0: A Python module for the Rachio API.
|
||||
dev-python/ReParser 1.4.3: Simple regex-based lexer/parser for inline markup
|
||||
dev-python/RestrictedPython 6.2 7.0_alpha1-r0: subset of Python which allows program input into a trusted environment.
|
||||
dev-python/RtmAPI 0.7.2-r2: API package for rememberthemilk.com
|
||||
dev-python/Rx 3.2.0-r1: Reactive Extensions (Rx) for Python
|
||||
dev-python/SmartHab 0.21: This package allows controlling devices in a SmartHab-powered home.
|
||||
dev-python/Tami4EdgeAPI 2.1: Tami 4 Edge / Edge+ API in Python
|
||||
dev-python/TravisPy 0.3.5: Python API for Travis CI.
|
||||
dev-python/TwitterAPI 2.7.12: Minimal wrapper for Twitter's REST and Streaming APIs
|
||||
dev-python/VL53L1X2 0.1.5: vl53l1x distance sensor driver for Raspberry Pi
|
||||
dev-python/WSDiscovery 2.0.0: WS-Discovery implementation for python
|
||||
dev-python/WazeRouteCalculator 0.14: Calculate actual route time and distance with waze api.
|
||||
dev-python/XBee 2.3.2: Python tools for working with XBee radios
|
||||
dev-python/abodepy 1.2.0: An Abode alarm Python library running on Python 3.
|
||||
dev-python/accuweather 2.1.1 3.0.0: Python wrapper for getting weather data from AccuWeather servers.
|
||||
dev-python/adafruit-circuitpython-bmp280 3.1.1: CircuitPython driver for the BMP280.
|
||||
dev-python/adafruit-circuitpython-busdevice 5.1.8: CircuitPython bus device classes to manage bus sharing.
|
||||
dev-python/adafruit-circuitpython-dht 3.7.0: CircuitPython support for DHT11 and DHT22 type temperature/humidity devices
|
||||
dev-python/adafruit-circuitpython-mcp230xx 2.2.2: CircuitPython library for controlling a MCP23008 or MCP23017 I2C GPIO expander.
|
||||
dev-python/adafruit-circuitpython-pca9685 3.3.2: CircuitPython driver for motor, stepper, and servo based on PCA9685.
|
||||
dev-python/adafruit-circuitpython-register 1.9.8: CircuitPython data descriptor classes to represent hardware registers on I2C and SPI devices.
|
||||
dev-python/adafruit-circuitpython-typing 1.3.0: Types needed for type annotation that are not in typing
|
||||
dev-python/adax 0.4.0: A python3 library to communicate with Adax
|
||||
dev-python/adb-homeassistant 1.3.2: A pure python implementation of the Android ADB and Fastboot protocols
|
||||
dev-python/adb-shell 0.4.4-r1: A Python implementation of ADB with shell and FileSync functionality.
|
||||
dev-python/adext 0.4.2 0.4.3: AlarmDecoder extended
|
||||
dev-python/adguardhome 0.6.3: Asynchronous Python client for the AdGuard Home API.
|
||||
dev-python/advantage-air 0.4.4: API helper for Advantage Air's MyAir and e-zone API
|
||||
dev-python/aenum 3.1.15: Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants
|
||||
dev-python/afsapi 0.2.7: Asynchronous Implementation of the Frontier Silicon API
|
||||
dev-python/agent-py 0.0.23: A python wrapper around the Agent REST API.
|
||||
dev-python/ahocorapy 1.6.1: ahocorapy - Pure python ahocorasick implementation
|
||||
dev-python/aio-geojson-client 0.18 0.20: An async GeoJSON client library.
|
||||
dev-python/aio-geojson-generic-client 0.3 0.4: An generic async GeoJSON client library.
|
||||
dev-python/aio-geojson-geonetnz-quakes 0.15 0.16: An async GeoJSON client library for GeoNet NZ Quakes feed.
|
||||
dev-python/aio-geojson-geonetnz-volcano 0.8 0.9: An async GeoJSON client library for GeoNet NZ Volcanic Alert Level feed.
|
||||
dev-python/aio-geojson-nsw-rfs-incidents 0.6 0.7: An async GeoJSON client library for NSW Rural Fire Service Incidents.
|
||||
dev-python/aio-geojson-usgs-earthquakes 0.2 0.3: An async GeoJSON client library for the U.S. Geological Survey Earthquake Hazards Program.
|
||||
dev-python/aio-georss-client 0.11 0.12: An async GeoRSS client library.
|
||||
dev-python/aio-georss-gdacs 0.8 0.9: An async GeoRSS client library for GDACS feeds.
|
||||
dev-python/aioairq 0.3.1 0.3.2: Asynchronous library to retrieve data from air-Q devices.
|
||||
dev-python/aioairzone 0.6.9 0.7.2 0.7.4 0.7.6: Library to control Airzone devices
|
||||
dev-python/aioairzone-cloud 0.4.5 0.4.7 0.5.1: Library to control Airzone Cloud devices
|
||||
dev-python/aioambient 2023.4.0 2024.1.0: A clean, async-friendly library for the Ambient Weather API
|
||||
dev-python/aioapcaccess 0.4.2: Async version of apcaccess library implemented in python.
|
||||
dev-python/aioaseko 0.0.2 0.1.1: Async Python package for the Aseko Pool Live API
|
||||
dev-python/aioasuswrt 1.4.0: Api wrapper for Asuswrt https://www.asus.com/ASUSWRT/
|
||||
dev-python/aioautomower 2024.3.3 2024.3.4 2024.4.3 2024.5.1: MPython module to talk to Husqvarna Automower.
|
||||
dev-python/aioazuredevops 1.3.5 2.0.0: Get data from the Azure DevOps API.
|
||||
dev-python/aiobafi6 0.9.0: Big Ass Fans i6/Haiku protocol asynchronous Python library
|
||||
dev-python/aiobotocore 2.6.0 2.9.1 2.12.1: Async client for aws services using botocore and aiohttp
|
||||
dev-python/aiocache 0.11.1: multi backend asyncio cache
|
||||
dev-python/aiocoap 0.4.5: Python CoAP library
|
||||
dev-python/aiocomelit 0.6.2 0.7.0 0.8.3 0.9.0: Python library to control Comelit Simplehome
|
||||
dev-python/aioconsole 0.5.1: Asynchronous console and interfaces for asyncio
|
||||
dev-python/aiodhcpwatcher 0.8.2 1.0.0: Watch for DHCP packets with asyncio
|
||||
dev-python/aiodiscover 1.6.1 2.0.0 2.1.0: Discover hosts by arp and ptr lookup
|
||||
dev-python/aiodns 3.0.0-r1 3.1.1: Simple DNS resolver for asyncio
|
||||
dev-python/aioeafm 0.1.2-r1: An asyncio wrapper for the UK Environment Agency Flood Monitoring API
|
||||
dev-python/aioeagle 1.1.0: Python module to talk to Rainforest EAGLE-200.
|
||||
dev-python/aioecowitt 2023.5.0 2024.2.1: Python wrapper for EcoWitt Protocol
|
||||
dev-python/aioelectricitymaps 0.1.5 0.4.0: Async Python 3 wrapper for Electricity maps
|
||||
dev-python/aioemonitor 1.0.5: Asyncio Python lib for SiteSage Emonitor
|
||||
dev-python/aioesphomeapi 23.0.0 23.2.0 24.3.0 24.5.0: Python API for interacting with ESPHome devices.
|
||||
dev-python/aiofile 3.8.1: Asynchronous file operations.
|
||||
dev-python/aioflo 2021.11.0: A Python3, async-friendly library for Flo by Moen Smart Water Detectors
|
||||
dev-python/aioftp 0.21.3: ftp client/server for asyncio
|
||||
dev-python/aiogithubapi 22.10.1 23.11.0-r1: Asynchronous Python client for the GitHub API
|
||||
dev-python/aioguardian 2022.7.0: A Python3 library for Elexa Guardian water valves and sensors
|
||||
dev-python/aiohappyeyeballs 2.3.1: Happy Eyeballs
|
||||
dev-python/aioharmony 0.2.10: Asyncio Python library for connecting to and controlling the Logitech Harmony
|
||||
dev-python/aiohomekit 3.0.9 3.1.1 3.1.4 3.1.5: An asyncio HomeKit client
|
||||
dev-python/aiohttp 3.9.4: HTTP client/server for asyncio
|
||||
dev-python/aiohttp-fast-url-dispatcher 0.3.0: A faster URL dispatcher for aiohttp
|
||||
dev-python/aiohttp-fast-zlib 0.1.0 0.1.1: Use the fastest installed zlib compatible library with aiohttp
|
||||
dev-python/aiohttp-isal 0.3.1-r1: isal support for aiohttp
|
||||
dev-python/aiohttp-retry 2.8.3: Simple retry client for aiohttp
|
||||
dev-python/aiohttp-session 2.12.0: sessions for aiohttp.web
|
||||
dev-python/aiohttp-wsgi 0.10.0: WSGI adapter for aiohttp.
|
||||
dev-python/aiohttp-zlib-ng 0.1.1 0.1.3 0.3.1: Enable zlib_ng on aiohttp
|
||||
dev-python/aiohue 4.7.0 4.7.1: Python module to talk to Philips Hue.
|
||||
dev-python/aioimaplib 1.0.1 1.1.0: Python asyncio IMAP4rev1 client library
|
||||
dev-python/aioitertools 0.11.0: itertools and builtins for AsyncIO and mixed iterables
|
||||
dev-python/aiokafka 0.7.2 0.10.0: Kafka integration with asyncio.
|
||||
dev-python/aiokef 0.2.16: Asyncio Python API for KEF speakers.
|
||||
dev-python/aiolifx 1.0.0 1.0.2: API for local communication with LIFX devices over a LAN with asyncio.
|
||||
dev-python/aiolifx-connection 1.0.0: A wrapper for aiolifx to connect to a single LIFX device
|
||||
dev-python/aiolifx-effects 0.3.2: aiolifx light effects
|
||||
dev-python/aiolifx-themes 0.4.10 0.4.15: Async library that applies color themes to LIFX lights
|
||||
dev-python/aiolimiter 1.1.0: asyncio rate limiter, a leaky bucket implementation
|
||||
dev-python/aiolivisi 0.0.19: Python module to communicate with LIVISI Smart Home Controllers.
|
||||
dev-python/aiolookin 1.0.0: Client for interaction of the LOOKin device with the Home Assistant
|
||||
dev-python/aiolyric 1.1.0: AIO package for the Honeywell Lyric Platform.
|
||||
dev-python/aiomodernforms 0.1.8: Asynchronous Python client for Modern Forms fans.
|
||||
dev-python/aiomqtt 2.0.0 2.1.0: The idiomatic asyncio MQTT client, wrapped around paho-mqtt
|
||||
dev-python/aiomusiccast 0.14.8: Companion library for musiccast devices intended for the Home Assistant integration.
|
||||
dev-python/aionanoleaf 0.2.1: Async Python package for the Nanoleaf API
|
||||
dev-python/aionotify 0.2.0: Asyncio-powered inotify library
|
||||
dev-python/aionotion 2023.5.5 2024.3.0: A simple Python 3 library for Notion Home Monitoring
|
||||
dev-python/aionursery 0.3.0: Manage background asyncio tasks
|
||||
dev-python/aionut 4.3.2: Asyncio Network UPS Tools
|
||||
dev-python/aiooncue 0.3.5 0.3.7: Async for Oncue
|
||||
dev-python/aioopenexchangerates 0.4.0: Fetch rates from openexchangerates with aiohttp.
|
||||
dev-python/aiooui 0.1.5: Async OUI lookups
|
||||
dev-python/aiopegelonline 0.0.9 0.0.10: Asynchronous library to retrieve data from PEGELONLINE.
|
||||
dev-python/aiopulse 0.4.3 0.4.4: Python module for Rollease Acmeda Automate integration.
|
||||
dev-python/aiopurpleair 2022.12.1: A Python 3, asyncio-based library to interact with the PurpleAir API
|
||||
dev-python/aiopvapi 2.0.4 3.0.2 3.1.1: Powerview blinds API wrapper
|
||||
dev-python/aiopvpc 4.2.2: Retrieval of Spanish Electricity hourly prices (PVPC)
|
||||
dev-python/aiopyarr 23.4.0: An Asynchronous Lidarr, Radarr, Readarr, Sonarr APIs for Python.
|
||||
dev-python/aioqsw 0.3.5: Library to control QNAP QSW devices
|
||||
dev-python/aioraven 0.5.0 0.5.2 0.5.3: Asynchronous communication with Rainforest RAVEn devices.
|
||||
dev-python/aiorecollect 2023.9.0: A Python 3, asyncio-based library for the ReCollect Waste API
|
||||
dev-python/aioridwell 2023.7.0 2024.1.0: A Python3, asyncio-based API for interacting with Ridwell waste recycling
|
||||
dev-python/aiortsp 1.3.7: An asyncio-based RTSP library
|
||||
dev-python/aioruckus 0.34: Python API to interact with Ruckus Unleashed and ZoneDirector devices.
|
||||
dev-python/aiorun 2023.7.2 2024.5.1: Boilerplate for asyncio applications
|
||||
dev-python/aioruuvigateway 0.1.0: An asyncio-native library for requesting data from a Ruuvi Gateway
|
||||
dev-python/aiosenseme 0.6.1: SenseME by Big Ass Fans asynchronous Python library
|
||||
dev-python/aiosenz 1.0.0-r1: Async Typed Python package for the nVent RAYCHEM SENZ RestAPI
|
||||
dev-python/aioserial 1.3.0: An asynchronous serial port library of Python
|
||||
dev-python/aioshelly 8.1.1 8.2.0 9.0.0 10.0.1: Asynchronous library to control Shelly devices.
|
||||
dev-python/aioshutil 1.1 1.4: Asynchronous shutil module.
|
||||
dev-python/aioskybell 22.7.0: A Skybell HD Python library running on Python 3.
|
||||
dev-python/aioslimproto 2.3.3 3.0.0: Python module to talk to Logitech Squeezebox players directly (without Logitech server).
|
||||
dev-python/aiosolaredge 0.2.0: Asyncio SolarEdge
|
||||
dev-python/aiosqlite 0.17.0: asyncio bridge to the standard sqlite3 module
|
||||
dev-python/aiosteamist 0.3.2: Control Steamist steam systems
|
||||
dev-python/aioswitcher 3.3.0 3.4.1 3.4.3: Switcher Python Integration.
|
||||
dev-python/aiosyncthing 0.5.1: Asynchronous Python client for the Syncthing REST API
|
||||
dev-python/aiotankerkoenig 0.4.1: Async Python 3 client for tankerkoenig.de
|
||||
dev-python/aiotractive 0.5.6: Asynchronous Python client for the Tractive REST API
|
||||
dev-python/aiounifi 72 74 75 77: Python library for communicating with UniFi Network Controller API
|
||||
dev-python/aiounittest 1.4.2: Test asyncio code more easily.
|
||||
dev-python/aiovlc 0.1.0 0.3.2: A package for talking to vlc over its telnet interface using asyncio.
|
||||
dev-python/aiovodafone 0.4.3 0.5.4 0.6.0: Python library to control Vodafone Station
|
||||
dev-python/aiowaqi 3.0.1 3.1.0: Asynchronous Python client for WAQI API.
|
||||
dev-python/aiowatttime 0.1.1: An asyncio-based Python3 library for interacting with WattTime
|
||||
dev-python/aiowebostv 0.3.3 0.4.0: Library to control webOS based LG TV devices
|
||||
dev-python/aiowithings 2.0.0 2.1.0: Asynchronous Python client for Withings.
|
||||
dev-python/aioymaps 1.2.2: Async client for Yandex Maps
|
||||
dev-python/aiozoneinfo 0.1.0 0.2.0: Tools to fetch zoneinfo with asyncio
|
||||
dev-python/airgradient 0.4.3: Asynchronous Python client for AirGradient.
|
||||
dev-python/airly 1.1.0: Python wrapper for getting air quality data from Airly sensors.
|
||||
dev-python/airthings-ble 0.7.1 0.9.0: Manage Airthings BLE devices
|
||||
dev-python/airthings-cloud 0.1.0 0.2.0: A python3 library to communicate with Airthings devices
|
||||
dev-python/airtouch4pyapi 1.0.5-r1: An api allowing control of AC state (temperature, on/off, mode) of an Airtouch 4 controller locally over TCP
|
||||
dev-python/airtouch5py 0.2.8: Python client for the airtouch 5
|
||||
dev-python/aladdin-connect 0.4: Python API controlling Genie garage doors connected to Aladdin Connect devices
|
||||
dev-python/alarmdecoder 1.13.11: Python interface for the AlarmDecoder (AD2) family of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.
|
||||
dev-python/alpha-vantage 2.3.1: Python module to get stock data from the Alpha Vantage Api
|
||||
dev-python/ambee 0.4.0: Asynchronous Python client for the Ambee API.
|
||||
dev-python/amberelectric 1.0.4 1.1.0: Interface to the Amber Electric API, allowing you to download current and forecast price, as well as download your historic usage.
|
||||
dev-python/amcrest 1.9.8: Python wrapper implementation for Amcrest cameras.
|
||||
dev-python/amqtt 0.10.1: MQTT client/broker using Python asyncio
|
||||
dev-python/androidtv 0.0.73-r1: Communicate with an Android TV or Fire TV device via ADB over a network.
|
||||
dev-python/androidtvremote2 0.0.14 0.0.15 0.1.1: A Python library for interacting with Android TV using the Android TV Remote protocol v2
|
||||
dev-python/anel-pwrctrl-homeassistant 0.0.1: Discover and control ANEL NET-PwrCtrl devices.
|
||||
dev-python/anova-wifi 0.10.0 0.12.0: A package to get read only data from Anova precision cookers with wifi
|
||||
dev-python/anthemav 1.4.1: Python API for controlling Anthem Receivers
|
||||
dev-python/anyio 4.1.0 4.3.0-r1: Compatibility layer for multiple asynchronous event loop implementations
|
||||
dev-python/apcaccess 0.0.13: This project implements the apcaccess tool in pure Python and provides
|
||||
dev-python/apischema 0.18.1: JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
|
||||
dev-python/apns2 0.3.0: Interacting with the Apple Push Notification Service via HTTP/2 protocol
|
||||
dev-python/apple_weatherkit 1.1.2: Python client for Apple WeatherKit API
|
||||
dev-python/apprise 1.6.0 1.7.2 1.7.4: Push Notifications that work with just about every platform!
|
||||
dev-python/aprslib 0.7.0 0.7.2: Module for accessing APRS-IS and parsing APRS packets
|
||||
dev-python/apsystems-ez1 1.3.1: The APsystems EZ1 Python library offers a streamlined interface for interacting with the local API of APsystems EZ1 Microinverters.
|
||||
dev-python/aqipy-atmotech 0.1.5: AQI calculation library
|
||||
dev-python/aqualogic 2.6: Library for interfacing with a Hayward/Goldline AquaLogic/ProLogic pool controller.
|
||||
dev-python/arcam-fmj 1.4.0 1.5.2: A python library for speaking to Arcam receivers
|
||||
dev-python/aresponses 2.1.6: Asyncio response mocking. Similar to the responses library used for 'requests'
|
||||
dev-python/arris-tg2492lg 1.2.1 2.2.0: Python client for the Arris TG2492LG
|
||||
dev-python/asmog 0.0.6: Python API for Ampio Smog Sensors
|
||||
dev-python/asterisk_mbox 0.5.0: The client side of a client/server to interact with Asterisk voicemail mailboxes
|
||||
dev-python/astral 2.2-r1: Calculations for the position of the sun and moon.
|
||||
dev-python/astroid 3.0.1: Abstract Syntax Tree for logilab packages
|
||||
dev-python/async-interrupt 1.1.1: Context manager to raise an exception when a future is done
|
||||
dev-python/async-modbus 0.2.1-r1: Async ModBus python library
|
||||
dev-python/async-timeout 4.0.2-r1: Timeout context manager for asyncio programs
|
||||
dev-python/async-upnp-client 0.36.2 0.38.0 0.38.2 0.38.3: Async UPnP Client
|
||||
dev-python/asyncarve 0.0.9: Simple Arve library
|
||||
dev-python/asyncclick 8.0.1.3: Composable command line interface toolkit, async version
|
||||
dev-python/asynccmd 0.2.4: Asyncio implementation of Cmd Python lib.
|
||||
dev-python/asyncinotify 4.0.2: A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features
|
||||
dev-python/asyncio-dgram 2.1.2: Higher level Datagram support for Asyncio
|
||||
dev-python/asyncio-mqtt 0.16.1: Idomatic asyncio wrapper around paho-mqtt.
|
||||
dev-python/asyncio-throttle 1.0.2: Simple, easy-to-use throttler for asyncio
|
||||
dev-python/asyncmock 0.4.2: Extension to the standard mock framework to support support async
|
||||
dev-python/asyncpysupla 0.0.5: Simple Supla's OpenAPI async wrapper
|
||||
dev-python/asyncsleepiq 1.3.7 1.4.1 1.5.2: ASync SleepIQ API
|
||||
dev-python/asyncssh 2.9.0: AsyncSSH: Asynchronous SSHv2 client and server library
|
||||
dev-python/asynctest 0.13.0: Enhance the standard unittest package with features for testing asyncio libraries
|
||||
dev-python/atenpdu 0.3.2-r1: Interface for ATEN-PE PDUs
|
||||
dev-python/atomicwrites-homeassistant 1.4.1: Atomic file writes
|
||||
dev-python/attrs 23.1.0: Attributes without boilerplate
|
||||
dev-python/auroranoaa 0.0.3: NOAA Aurora Wrapper for Home Assistant Integration.
|
||||
dev-python/aurorapy 0.2.7: Python implementation of Aurora Protocol
|
||||
dev-python/av 9.2.0: Pythonic bindings for FFmpeg's libraries.
|
||||
dev-python/avea 1.5.1: Control an Elgato Avea bulb using python3
|
||||
dev-python/avion 0.10: Python API for controlling Avi-on Bluetooth dimmers
|
||||
dev-python/awesomeversion 23.11.0 24.2.0: One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them.
|
||||
dev-python/axis 48 58 60 61: A Python library for communicating with devices from Axis Communications
|
||||
dev-python/azure-core 1.30.2: Microsoft Azure Core Library for Python
|
||||
dev-python/azure-identity 1.17.1: Microsoft Azure Identity Library for Python
|
||||
dev-python/azure-kusto-data 3.1.0: Kusto Data Client
|
||||
dev-python/azure-kusto-ingest 3.1.0: Kusto Ingest Client
|
||||
dev-python/azure-storage-blob 12.20.0: Microsoft Azure Blob Storage Client Library for Python
|
||||
dev-python/azure-storage-queue 12.10.0: Microsoft Azure Azure Queue Storage Client Library for Python
|
||||
dev-python/backports-strenum 1.2.8: Base class for creating enumerated constants that are also subclasses of str
|
||||
dev-python/baidu-aip 1.6.6.0: Baidu AIP SDK
|
||||
dev-python/base36 0.1.1: Yet another implementation for the positional numeral system using 36 as the radix.
|
||||
dev-python/batinfo 0.4.2: A simple Python module to retrieve battery information
|
||||
dev-python/bcrypt 4.0.1 4.1.2: Modern password hashing for software and servers
|
||||
dev-python/beacontools 2.1.0: A Python library for working with various types of Bluetooth LE Beacons.
|
||||
dev-python/beautifulsoup4 4.12.2: Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree
|
||||
dev-python/beewi-smartclim 0.0.10: Library to read data from BeeWi SmartClim sensor using Bluetooth LE
|
||||
dev-python/bellows 0.38.1 0.38.4 0.39.0 0.39.1: Library implementing EZSP
|
||||
dev-python/bidict 0.22.0: The bidirectional mapping library for Python.
|
||||
dev-python/bimmer-connected 0.14.6-r1 0.15.2 0.15.3: Library to read data from the BMW Connected Drive portal
|
||||
dev-python/bitstruct 8.17.0: This module performs conversions between Python values and C bit field structs represented as Python byte strings.
|
||||
dev-python/bizkaibus 0.1.1: Online information for buses of Biscay bus services (Basque Country, Spain).
|
||||
dev-python/bleak 0.21.1 0.22.1: Bluetooth Low Energy platform Agnostic Klient
|
||||
dev-python/bleak-esphome 0.4.0 0.4.1 1.0.0: Bleak backend of ESPHome
|
||||
dev-python/bleak-retry-connector 3.3.0 3.4.0 3.5.0: A connector for Bleak Clients that handles transient connection failures
|
||||
dev-python/blebox-uniapi 2.2.0 2.2.2: Python API for accessing BleBox smart home devices
|
||||
dev-python/blinkpy 0.22.3 0.22.4 0.22.6: A Blink camera Python library running on Python 3.
|
||||
dev-python/blinkt 0.1.0: Python library for driving Pimoroni Blinkt!
|
||||
dev-python/blockchain 1.4.4: Blockchain API library (v1)
|
||||
dev-python/bluecurrent-api 1.0.6 1.2.3: A wrapper for the Blue Current websocket api
|
||||
dev-python/bluemaestro-ble 0.2.3: bluemaestro BLE devices
|
||||
dev-python/bluepy 1.3.0: Python module for interfacing with BLE devices through Bluez
|
||||
dev-python/bluetooth-adapters 0.18.0 0.19.2: Tools to enumerate and find Bluetooth Adapters
|
||||
dev-python/bluetooth-auto-recovery 1.3.0 1.4.0 1.4.2: Recover bluetooth adapters that are in an stuck state
|
||||
dev-python/bluetooth-data-tools 1.15.0 1.19.0: Tools for converting bluetooth data and packets
|
||||
dev-python/bluetooth-sensor-state-data 1.6.2: Models for storing and converting Bluetooth Sensor State Data
|
||||
dev-python/blurhash 1.1.4: Pure-Python implementation of the blurhash algorithm.
|
||||
dev-python/bme280spi 0.2.0: Library for BME280 sensor through spidev
|
||||
dev-python/bme680 1.0.5: Python library for driving the Pimoroni BME680 Breakout
|
||||
dev-python/bond-api 0.1.16: Asynchronous Python wrapper library over Bond Local API
|
||||
dev-python/bond-async 0.2.1: Asynchronous Python wrapper library over Bond Local API
|
||||
dev-python/boschshcpy 0.2.75 0.2.82 0.2.91: Bosch Smart Home Controller API Python Library
|
||||
dev-python/boto3 1.33.13 1.34.51: The AWS SDK for Python
|
||||
dev-python/bravia-tv 1.0.11: Python Bravia TV remote control
|
||||
dev-python/bring-api 0.5.6 0.5.7 0.7.1: Unofficial package to access Bring! shopping lists API.
|
||||
dev-python/broadlink 0.18.3 0.19.0: Python API for controlling Broadlink devices
|
||||
dev-python/brother 2.3.0 4.1.0: Python wrapper for getting data from Brother laser and inkjet printers via SNMP.
|
||||
dev-python/brotlipy 0.7.0: Python binding to the Brotli library
|
||||
dev-python/brottsplatskartan 0.0.1 1.0.5: Simple API wrapper to brottsplatskartan.se.
|
||||
dev-python/brunt 1.2.0: Unofficial python SDK for Brunt, this package allows you to control your Brunt devices from code.
|
||||
dev-python/bt-proximity 0.2.1: Allows for querying of the RSSI values for nearby devices using pybluez. Ported to Python 3, based on https://github.com/ewenchou/bluetooth-proximity
|
||||
dev-python/bthome-ble 3.2.0 3.3.1 3.5.0 3.8.0 3.8.1: BThome BLE support
|
||||
dev-python/bthomehub5-devicelist 0.1.1: A library that returns a list of devices currently connected to a BT Home Hub 5
|
||||
dev-python/btlewrap 0.1.0: wrapper around different bluetooth low energy backends
|
||||
dev-python/btsmarthub-devicelist 0.2.3: Retrieve a list of devices from a bt smarthub or bt smarthub 2 on a local network
|
||||
dev-python/btsocket 0.2.0: Python library for BlueZ Bluetooth Management API
|
||||
dev-python/buienradar 1.0.5 1.0.6: Library and CLI tools for interacting with buienradar.
|
||||
dev-python/bx-py-utils 75: Various Python utility functions
|
||||
dev-python/cached-ipaddress 0.3.0: Cache construction of ipaddress objects
|
||||
dev-python/caio 0.9.8: Asynchronous file IO for Linux MacOS or Windows.
|
||||
dev-python/caldav 1.3.8: CalDAV (RFC4791) client library for Python
|
||||
dev-python/casttube 0.2.1-r2: casttube provides a way to interact with the Youtube Chromecast api
|
||||
dev-python/chacha20poly1305 0.0.3: Chacha20Poly1305
|
||||
dev-python/chacha20poly1305-reuseable 0.12.1: ChaCha20Poly1305 that is reuseable for asyncio
|
||||
dev-python/charset-normalizer 3.2.0: The Real First Universal Charset Detector
|
||||
dev-python/circuit-webhook 1.0.1: circuit-webhook is a python client library for Unify Circuit api
|
||||
dev-python/ciscomobilityexpress 0.3.9: Module to interact with Cisco Mobility Express APIs to fetch connected devices.
|
||||
dev-python/ciso8601 2.3.0 2.3.1: Fast ISO8601 date time parser for Python written in C
|
||||
dev-python/clearpasspy 1.0.2: ClearPass API Python Library
|
||||
dev-python/clx-sdk-xms 1.0.0: Library for CLX Communications HTTP REST Messaging API
|
||||
dev-python/codecov 2.1.12-r1: Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
||||
dev-python/coinbase 2.1.0: Coinbase API client library
|
||||
dev-python/colored 1.4.4: Simple library for color and formatting to terminal
|
||||
dev-python/colorlog 6.6.0-r1 6.7.0: Log formatting with colors
|
||||
dev-python/colorthief 0.2.1: A module for grabbing the color palette from an image.
|
||||
dev-python/colorzero 2.0: Yet another Python color library
|
||||
dev-python/concord232 0.15: GE Concord 4 RS232 Serial Interface Library and Server
|
||||
dev-python/config 0.5.1: A hierarchical, easy-to-use, powerful configuration module for Python
|
||||
dev-python/connect-box 0.2.8 0.3.1: Python client for interacting with Compal CH7465LG devices.
|
||||
dev-python/connio 0.2.0: Concurrency agnostic socket API
|
||||
dev-python/construct 2.10.68: A powerful declarative parser for binary data
|
||||
dev-python/construct-typing 0.6.2: Extension for the python package 'construct' that adds typing features
|
||||
dev-python/convertdate 2.4.0: Converts between Gregorian dates and other calendar systems.
|
||||
dev-python/coronavirus 1.1.1: Asynchronous Python client for getting Corona virus info.
|
||||
dev-python/coverage 7.3.4 7.5.0: Code coverage measurement for Python
|
||||
dev-python/coveralls 3.3.1-r1: Show coverage stats online via coveralls.io
|
||||
dev-python/crc 5.0.0: Library and CLI to calculate and verify all kinds of CRC checksums
|
||||
dev-python/crc16 0.1.1: Library for calculating CRC16
|
||||
dev-python/crccheck 1.3.0: Calculation library for CRCs and checksums
|
||||
dev-python/croniter 1.0.6 2.0.2: croniter provides iteration for datetime object with cron like format
|
||||
dev-python/crownstone-cloud 1.4.9 1.4.11: Asynchronous Python library to get data from the cloud, and switch Crownstones
|
||||
dev-python/crownstone-core 3.0.1: This is the core of the python lib. It contains shared classes, definitions and utils
|
||||
dev-python/crownstone-sse 2.0.4 2.0.5: Asynchronous Python library that listens to Crownstone SSE events.
|
||||
dev-python/crownstone-uart 2.1.0: Official Python lib for Crownstone: "Crownstone Unified System Bridge", or Crownstone USB implementation
|
||||
dev-python/cryptography 42.0.5: Library providing cryptographic recipes and primitives
|
||||
dev-python/csrmesh 0.10.0: Reverse engineered implementation of the CSRMesh bridge protocol
|
||||
dev-python/curlify 2.2.1: Library to convert python requests object to curl command.
|
||||
dev-python/cython 0.29.37.1-r1: A Python to C compiler
|
||||
dev-python/d2to1 0.2.12_p1: Allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py
|
||||
dev-python/dacite 1.6.0 1.8.1: Simple creation of data classes from dictionaries.
|
||||
dev-python/dataclasses-json 0.6.3: Easily serialize dataclasses to and from JSON.
|
||||
dev-python/datadog 0.15.0: The Datadog Python library
|
||||
dev-python/datapoint 0.9.8 0.9.9: Python interface to the Met Office's Datapoint API
|
||||
dev-python/dateparser 1.2.0: Date parsing library designed to parse dates from HTML pages
|
||||
dev-python/dbus-fast 2.21.0 2.21.1 2.21.3: A faster version of dbus-next
|
||||
dev-python/debugpy 1.8.0 1.8.1: An implementation of the Debug Adapter Protocol for Python
|
||||
dev-python/decora 0.6: Python API for controlling Decora dimmer switches
|
||||
dev-python/decora-wifi 1.4: Python API for controlling Leviton Decora Smart WiFi switches
|
||||
dev-python/deebot-client 6.0.2 7.2.0 7.3.0: Deebot client library in python 3
|
||||
dev-python/deepdiff 6.2.1: Deep Difference and Search of any Python object/data.
|
||||
dev-python/deluge-client 1.7.1 1.10.2: Simple Deluge Client
|
||||
dev-python/demetriek 0.4.0: Asynchronous Python client for LaMetric TIME devices
|
||||
dev-python/demjson3 3.0.5: encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159
|
||||
dev-python/denonavr 0.11.6: Automation Library for Denon AVR receivers
|
||||
dev-python/devialet 1.4.5: Devialet API
|
||||
dev-python/devolo-home-control-api 0.18.3: devolo Home Control API in Python
|
||||
dev-python/devolo-plc-api 1.4.1: devolo PLC devices in Python
|
||||
dev-python/dicttoxml2 2.1.0: Converts a Python dictionary or other native data type into a valid XML string.
|
||||
dev-python/directv 0.4.0: Asynchronous Python client for DirecTV (SHEF).
|
||||
dev-python/discogs-client 2.3.0: Official Python API client for Discogs
|
||||
dev-python/discovery30303 0.2.1-r1: Discover devices that respond on port 30303
|
||||
dev-python/dlib 19.24.2: A toolkit for making real world machine learning and data analysis applications
|
||||
dev-python/dlipower 0.7.165: Control digital loggers web power switch
|
||||
dev-python/dlms-cosem 21.3.2: A Python library for DLMS/COSEM
|
||||
dev-python/dovado 0.4.1: Communicate with Dovado router
|
||||
dev-python/dpkt 1.9.8: fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
|
||||
dev-python/dremel3dpy 2.1.1: A Dremel 3D Printer Python Library running on Python 3
|
||||
dev-python/dropmqttapi 1.0.2 1.0.3: MQTT API for DROP water management products
|
||||
dev-python/dsmr-parser 1.3.1: Library to parse Dutch Smart Meter Requirements (DSMR)
|
||||
dev-python/dtlssocket 0.1.12 0.1.16: DTLSSocket is a cython wrapper for tinydtls with a Socket like interface
|
||||
dev-python/dwdwfsapi 1.0.6-r1 1.0.7: Python client to retrieve data provided by DWD via their geoserver WFS API
|
||||
dev-python/dweepy 0.3.0: Dweepy is a Python client for dweet.io
|
||||
dev-python/dynalite-devices 0.1.47: An unofficial Dynalite DyNET interface creating devices.
|
||||
dev-python/dynalite-panel 0.0.4: Dynalite panel for Home Assistant
|
||||
dev-python/eagle100 0.1.1: Tool to read data from Rainforest Legacy Eagle.
|
||||
dev-python/easyenergy 2.1.0 2.1.1: Asynchronous Python client providing energy/gas prices from easyEnergy
|
||||
dev-python/ebusdpy 0.0.17: eBusd python integration library
|
||||
dev-python/ecoaliface 0.4.0: Interface to eSterownik.pl eCoal water boiler controller.
|
||||
dev-python/eebrightbox 0.0.4: Connector for EE BrightBox routers.
|
||||
dev-python/electrickiwi-api 0.8.5: Electric Kiwi Python API
|
||||
dev-python/elgato 5.1.1 5.1.2: Asynchronous Python client for Elgato Lights.
|
||||
dev-python/eliqonline 1.2.2: Eliq Online API Library
|
||||
dev-python/elkm1-lib 2.2.6 2.2.7: Library for interacting with ElkM1 alarm/automation panel.
|
||||
dev-python/elmax-api 0.0.4 0.0.5: Asynchronous API Library to work with Elmax devices
|
||||
dev-python/elvia 0.1.0: Python bindings for the Elvia API
|
||||
dev-python/emoji 2.8.0: Emoji for Python
|
||||
dev-python/emulated-roku 0.2.1 0.3.0: Library to emulate a roku server to serve as a proxyfor remotes such as Harmony
|
||||
dev-python/energyflip-client 0.2.2: Client for EnergyFlip
|
||||
dev-python/energyzero 2.1.0: Asynchronous Python client providing energy/gas prices from EnergyZero
|
||||
dev-python/enocean 0.50.1: EnOcean serial protocol implementation
|
||||
dev-python/enturclient 0.2.4: An API client for public transport data from Entur.
|
||||
dev-python/enum-compat 0.0.3: enum/enum34 compatibility package
|
||||
dev-python/env-canada 0.6.0 0.6.2 0.6.3: A package to access meteorological data from Environment Canada
|
||||
dev-python/envirophat 0.0.6: Enviro pHAT environmental sensor board driver
|
||||
dev-python/envoy-reader 0.20.1: A program to read from an Enphase Envoy on the local network
|
||||
dev-python/envoy-utils 0.0.1: Python utilities for the Enphase Envoy
|
||||
dev-python/envs 1.4-r2: Easy access of environment variables from Python with support for strings, booleans, list, tuples, and dicts.
|
||||
dev-python/ephem 4.1.5: Compute positions of the planets and stars
|
||||
dev-python/epicstore-api 0.1.7: An API wrapper for Epic Games Store written in Python
|
||||
dev-python/epion 0.0.3: A python API wrapper for Epion Air senor data
|
||||
dev-python/epson-projector 0.5.1: Epson projector support for Python
|
||||
dev-python/epsonprinter 0.0.9: Communication package for Epson Workforce printer
|
||||
dev-python/eq3btsmart 1.1.6 1.1.8: Python library that allows interaction with eQ-3 Bluetooth smart thermostats.
|
||||
dev-python/esphome-dashboard-api 1.2.3: API to interact with ESPHome Dashboard
|
||||
dev-python/esprima 4.0.1: ECMAScript parsing infrastructure for multipurpose analysis in Python
|
||||
dev-python/eternalegypt 0.0.16: Netgear LTE modem API
|
||||
dev-python/eufylife-ble-client 0.1.8: A library to communicate with EufyLife Bluetooth devices.
|
||||
dev-python/evdev 1.6.1: Bindings to the Linux input handling subsystem
|
||||
dev-python/evohome-async 0.4.15 0.4.19: An async Python client for connecting to the Evohome webservice
|
||||
dev-python/faadelays 2023.9.1: A package to retrieve FAA airport status
|
||||
dev-python/face-recognition 1.2.3: Recognize faces from Python or from the command line
|
||||
dev-python/face_recognition 1.2.3: Recognize faces from Python or from the command line
|
||||
dev-python/face_recognition_models 0.3.0: Models used by the face_recognition package.
|
||||
dev-python/fastdotcom 0.0.3: Python API for testing internet speed on Fast.com
|
||||
dev-python/faust-cchardet 2.1.18: cChardet is high speed universal character encoding detector.
|
||||
dev-python/feedparser 6.0.10: Parse RSS and Atom feeds in Python
|
||||
dev-python/fiblary3 0.1.8: Home Center API Python Library
|
||||
dev-python/file-read-backwards 2.0.0: Memory efficient way of reading files line-by-line from the end of file
|
||||
dev-python/fints 3.1.0: Pure-python FinTS 3.0 (formerly known as HBCI) implementation
|
||||
dev-python/firebase-messaging 0.2.0 0.2.1: FCM/GCM push notification client
|
||||
dev-python/fitbit 0.3.1: Fitbit API Wrapper.
|
||||
dev-python/fivem-api 0.1.2: A library to query info, players and resources from FiveM server
|
||||
dev-python/fixerio 1.0.0_alpha0: A Python client for Fixer.io
|
||||
dev-python/fjaraskupan 2.2.0 2.3.0: A python library for speaking to fjäråskupan
|
||||
dev-python/flake8-docstrings 1.6.0-r1: Extension for flake8 which uses pydocstyle to check docstrings
|
||||
dev-python/flexit-bacnet 2.1.0 2.2.1: Client BACnet library for Flexit Nordic series of air handling units.
|
||||
dev-python/flipr-api 1.5.0 1.5.1: Python client for flipr API.
|
||||
dev-python/flux-led 1.0.4: A Python library to communicate with the flux_led smart bulbs
|
||||
dev-python/fnv-hash-fast 0.5.0: A fast version of fnv1a
|
||||
dev-python/fnvhash 0.1.0: Pure Python FNV hash implementation
|
||||
dev-python/foobot_async 1.0.0: API Client for Foobot Air Quality Monitoring devices.
|
||||
dev-python/forecast-solar 3.0.0 3.1.0: Asynchronous Python client for getting forecast solar information
|
||||
dev-python/fortiosapi 1.0.5: Python modules to use Fortigate APIs
|
||||
dev-python/freebox-api 1.1.0: Provides asynchronous authentication and access to Freebox servers
|
||||
dev-python/freesms 0.2.0: Send SMS with Free Mobile
|
||||
dev-python/freezegun 1.4.0 1.5.0: Let your Python tests travel through time
|
||||
dev-python/fritzconnection 1.4.2-r1: Communicate with the AVM FRITZ!Box
|
||||
dev-python/ftfy 6.1.3: Fixes mojibake and other problems with Unicode, after the fact
|
||||
dev-python/fyta-cli 0.3.3 0.3.5 0.4.1: Python library to access the FYTA API
|
||||
dev-python/gTTS 2.2.4: gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API
|
||||
dev-python/garages-amsterdam 3.0.0: Asynchronous Python client for getting garage occupancy in Amsterdam
|
||||
dev-python/gardena-bluetooth 1.4.1 1.4.2: controlling gardena bluetooth enabled watering computers
|
||||
dev-python/garminconnect-ha 0.1.6: Garmin Connect Python 3 API wrapper for Home Assistant
|
||||
dev-python/gassist-text 0.0.10 0.0.11: A Python library for interacting with Google Assistant API via text
|
||||
dev-python/gatt 0.2.7: Bluetooth GATT SDK for Python
|
||||
dev-python/gcal-sync 6.0.3 6.0.4: A python library for syncing Google Calendar to local storage
|
||||
dev-python/gcloud 0.18.3: API Client library for Google Cloud
|
||||
dev-python/genie-partner-sdk 1.0.2: An SDK to interact with the AladdinConnect (or OHD) partner API
|
||||
dev-python/geniushub-client 0.7.1: An aiohttp-based client for Genius Hub systems
|
||||
dev-python/geocachingapi 0.2.1: Python client for controlling the Geocaching API
|
||||
dev-python/geojson 2.5.0: Python bindings and utilities for GeoJSON
|
||||
dev-python/geojson-client 0.6: A GeoJSON client library.
|
||||
dev-python/georss-client 0.17: A GeoRSS client library.
|
||||
dev-python/georss-generic-client 0.6 0.8: A GeoRSS generic client library.
|
||||
dev-python/georss-ign-sismologia-client 0.6 0.8: A GeoRSS client library for the IGN Sismologia feed.
|
||||
dev-python/georss-qld-bushfire-alert-client 0.5 0.7: A GeoRSS client library for the Queensland Bushfire Alert feed.
|
||||
dev-python/getmac 0.8.2 0.9.4: Get MAC addresses of remote hosts and local interfaces
|
||||
dev-python/gios 3.2.2 4.0.0: Python wrapper for getting air quality data from GIOS servers.
|
||||
dev-python/gitterpy 0.1.7: Python interface for the Gitter API
|
||||
dev-python/glances-api 0.5.0 0.6.0 0.8.0: Python API for interacting with Glances.
|
||||
dev-python/gntp 1.0.3: Growl Notification Transport Protocol for Python
|
||||
dev-python/goalzero 0.2.2: Goal Zero REST Api Library
|
||||
dev-python/goodwe 0.2.32 0.3.5 0.3.6: Read data from GoodWe inverter via local network
|
||||
dev-python/google-ai-generativelanguage 0.3.3 0.4.0 0.6.5: Google Ai Generativelanguage API client library
|
||||
dev-python/google-api-python-client 2.71.0-r1: Google API Client for Python
|
||||
dev-python/google-cloud-pubsub 2.13.11: Google Cloud Pub/Sub API client library
|
||||
dev-python/google-cloud-texttospeech 2.12.3: Google Cloud Text-to-Speech API client library
|
||||
dev-python/google-generativeai 0.3.1 0.6.0: Google Generative AI High level API client library and tools.
|
||||
dev-python/google-nest-sdm 3.0.3 3.0.4 4.0.5: Library for the Google Nest SDM API
|
||||
dev-python/googlemaps 2.5.1: Python client library for Google Maps API Web Services
|
||||
dev-python/goslide-api 0.5.1: Python API to utilise the goslide.io Open Cloud API
|
||||
dev-python/gotailwind 0.2.2 0.2.3: Asynchronous Python client for Tailwind garage door openers.
|
||||
dev-python/govee-ble 0.24.0 0.31.0 0.31.2: Manage Govee BLE devices
|
||||
dev-python/govee-local-api 1.4.4 1.4.5 1.5.0: Library to communicate with Govee local API
|
||||
dev-python/gpiod 1.5.4: It is a pure Python library and has no dependencies on other packages
|
||||
dev-python/gpiozero 1.6.2: A simple interface to GPIO devices with Raspberry Pi.
|
||||
dev-python/gps3 0.33.3-r1: Python 2.7-3.5 clients for gpsd
|
||||
dev-python/gql 3.4.1: GraphQL client for Python
|
||||
dev-python/graphql-core 3.3.0_alpha2: GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
|
||||
dev-python/greeclimate 1.4.1: Discover, connect and control Gree based minisplit systems
|
||||
dev-python/greeneye-monitor 3.0.3: Receive data packets from GreenEye Monitor (https://www.brultech.com/greeneye/)
|
||||
dev-python/greenwavereality 0.5.1: Control of Greenwave Reality Lights
|
||||
dev-python/gridnet 5.0.0: Asynchronous Python client for a NET2GRID devices
|
||||
dev-python/growattServer 1.3.0 1.5.0: A package to talk to growatt server
|
||||
dev-python/grpc-google-iam-v1 0.12.4: GRPC library for the google-iam-v1 service
|
||||
dev-python/grpcio 1.59.0: High-performance RPC framework (python libraries)
|
||||
dev-python/grpcio-reflection 1.59.0: Standard Protobuf Reflection Service for gRPC
|
||||
dev-python/grpcio-status 1.59.0: Status proto mapping for gRPC
|
||||
dev-python/gspread 5.5.0: Google Spreadsheets Python API
|
||||
dev-python/gstreamer-player 1.1.2: Python 3 wrapper for playing media via gstreamer
|
||||
dev-python/guppy3 3.1.4 3.1.4_p1: Guppy 3 -- Guppy-PE ported to Python 3
|
||||
dev-python/ha-HAP-python 4.5.2: HomeKit Accessory Protocol implementation in python
|
||||
dev-python/ha-av 10.1.1: Pythonic bindings for FFmpeg's libraries.
|
||||
dev-python/ha-ffmpeg 3.1.0 3.2.0: A library that handling with ffmpeg for home-assistant
|
||||
dev-python/ha-iotawattpy 0.1.1 0.1.2: Python library for the IoTaWatt Energy device
|
||||
dev-python/ha-philipsjs 3.1.1 3.2.1 3.2.2: jointSPACE API for Home-Assistant
|
||||
dev-python/habitipy 0.2.0 0.3.1: tools and library for Habitica restful API (https://habitica.com)
|
||||
dev-python/habluetooth 2.4.2 2.8.1 3.1.1: High availability Bluetooth
|
||||
dev-python/hangups 0.4.18-r1: the first third-party instant messaging client for Google Hangouts
|
||||
dev-python/hass-nabucasa 0.78.0-r1 0.81.1: Home Assistant cloud integration by Nabu Casa, Inc.
|
||||
dev-python/hass-splunk 0.1.1: Async single threaded connector to Splunk HEC using an asyncio session
|
||||
dev-python/hassil 1.6.1 1.7.1: The Home Assistant Intent Language parser
|
||||
dev-python/haversine 2.8.1: Calculate the distance between 2 points on Earth.
|
||||
dev-python/hbmqtt 0.9.5: MQTT client/broker using Python 3.4 asyncio library
|
||||
dev-python/hdate 0.10.4 0.10.8 0.10.9: Jewish/Hebrew date and Zmanim in native Python
|
||||
dev-python/heatmiserV3 1.1.18: A library to interact with Heatmiser Themostats using V3
|
||||
dev-python/here-routing 0.2.0: Asynchronous Python client for the HERE Routing V8 API
|
||||
dev-python/here-transit 1.2.0: Asynchronous Python client for the HERE Transit V8 API
|
||||
dev-python/hijri-converter 2.2.4: Accurate Hijri-Gregorian dates converter based on the Umm al-Qura calendar
|
||||
dev-python/hijridate 2.3.0: Accurate Hijri-Gregorian dates converter based on the Umm al-Qura calendar
|
||||
dev-python/hikvision 0.4: Provides a python interface to interact with a hikvision camera
|
||||
dev-python/hkavr 0.0.5: Library for controlling a Harman Kardon AVR
|
||||
dev-python/hko 0.3.2: An unofficial Python wrapper for public API of Hong Kong Observatory
|
||||
dev-python/hlk-sw16 0.0.9: Python client for HLK-SW16
|
||||
dev-python/hole 0.8.0: Python API for interacting with *hole.
|
||||
dev-python/holidays 0.44 0.46 0.47 0.51: Generate and work with holidays in Python
|
||||
dev-python/home-assistant-bluetooth 1.11.0 1.12.0: Home Assistant Bluetooth Models and Helpers
|
||||
dev-python/home-assistant-chip-clusters 2024.2.2 2024.3.2 2024.5.2: Python-base APIs and tools for CHIP.
|
||||
dev-python/home-assistant-frontend 20240307.0 20240404.2 20240501.1 20240610.1: The Home Assistant frontend
|
||||
dev-python/home-assistant-intents 2024.3.12 2024.4.3 2024.4.24 2024.6.21: Intents for Home Assistant
|
||||
dev-python/homeconnect 0.7.2: Python client for the BSH Home Connect REST API
|
||||
dev-python/homematicip 1.1.0 1.1.1: An API for the homematicip cloud
|
||||
dev-python/homepluscontrol 0.0.5: Python-based API to interact with the Legrand Home + Control interface
|
||||
dev-python/horimote 0.4.1: Async API wrapper for Samsumgs set-top boxes SMT-G7400 and SMT-G7401.
|
||||
dev-python/http-ece 1.1.0: Encrypted Content Encoding for HTTP
|
||||
dev-python/httpcore 1.0.2 1.0.4: A minimal low-level HTTP client
|
||||
dev-python/httplib2 0.20.4: A comprehensive HTTP client library
|
||||
dev-python/httpsig 1.3.0: Secure HTTP request signing using the HTTP Signature draft specification
|
||||
dev-python/httpx 0.26.0: Fully-featured HTTP client which provides sync and async APIs
|
||||
dev-python/huawei-lte-api 1.7.3: API For huawei LAN/WAN LTE Modems
|
||||
dev-python/huisbaasje-client 0.1.0: Client for Huisbaasje
|
||||
dev-python/huum 0.7.10: Python library for Huum saunas
|
||||
dev-python/hyper 0.7.0: HTTP/2 Client for Python
|
||||
dev-python/hyperion-py 0.7.5: Hyperion Ambient Lighting Python Package
|
||||
dev-python/hyundai-kia-connect-api 3.17.5 3.19.1 3.20.2: This is a Kia UVO and Hyundai Bluelink written in python for Homeassistant
|
||||
dev-python/i2csense 0.0.4: A library to handle i2c sensors with the Raspberry Pi
|
||||
dev-python/iammeter 0.2.1: IamMeter api
|
||||
dev-python/iaqualink 0.5.0: Asynchronous library for Jandy iAqualink
|
||||
dev-python/ibeacon-ble 1.0.1 1.2.0: Parser for iBeacon devices
|
||||
dev-python/ibm-cloud-sdk-core 3.11.3: Core library used by SDKs for IBM Cloud Services
|
||||
dev-python/ibm-watson 5.2.2: Client library to use the IBM Watson Services
|
||||
dev-python/ibmiotf 0.3.4: Python Client for IBM Watson IoT Platform
|
||||
dev-python/ical 7.0.3 8.0.0 8.0.1: Python iCalendar implementation (rfc 2445)
|
||||
dev-python/icmplib 3.0 3.0.4: Easily forge ICMP packets and make your own ping and traceroute.
|
||||
dev-python/idasen 0.10.3: ikea IDASEN desk API and CLI.
|
||||
dev-python/idasen-ha 2.4 2.5 2.5.1 2.5.3: Home Assistant helper lib for the IKEA Idasen Desk integration
|
||||
dev-python/ifaddr 0.1.7: Enumerate IP addresses on the local network adapters
|
||||
dev-python/iglo 1.2.7: Control iGlo based RGB lights
|
||||
dev-python/ihcsdk 2.8.5: IHC Python SDK
|
||||
dev-python/imaplib2 3.6: A threaded Python IMAP4 client.
|
||||
dev-python/imgw-pib 1.0.4 1.0.5: Python wrapper for IMGW-PIB API.
|
||||
dev-python/importlib_resources 5.12.0: Read resources from Python packages
|
||||
dev-python/imutils 0.5.4: A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, displaying Matplotlib images, sorting contours, detecting edges, and much more easier with OpenCV and both Python 2.7 and Python 3.
|
||||
dev-python/incomfort-client 0.5.0: A aiohttp-based client for Intergas InComfort/InTouch Lan2RF systems
|
||||
dev-python/influxdb 5.3.1: InfluxDB client
|
||||
dev-python/influxdb-client 1.24.0: InfluxDB 2.0 Python client library
|
||||
dev-python/inkbird-ble 0.5.6: Parser for INKBIRD BLE devices
|
||||
dev-python/inquirerpy 0.3.4: Python port of Inquirer.js (A collection of common interactive command-line user interfaces)
|
||||
dev-python/insteon-frontend-home-assistant 0.4.0 0.5.0: The Insteon frontend for Home Assistant
|
||||
dev-python/intel-amt 0.9.0: Tools for interacting with Intel's AMT
|
||||
dev-python/intellifire4py 2.2.2: An API to read the status of an intellifire wifi module
|
||||
dev-python/iotawattpy 0.1.0: Python library for the IoTaWatt Energy device
|
||||
dev-python/iperf3 0.1.11: Python wrapper around iperf3
|
||||
dev-python/isal 1.6.1: Faster zlib and gzip compatible compression and decompression by providing Python bindings for the ISA-L library
|
||||
dev-python/ismartgate 5.0.1: iSmartGate and GogoGate2 API
|
||||
dev-python/iso4217 1.11.20220401: ISO 4217 currency data package for Python
|
||||
dev-python/janus 1.0.0: Mixed sync-async queue to interoperate between asyncio tasks and classic threads
|
||||
dev-python/jaraco-abode 3.3.0: A library interfacing to the Abode home security system
|
||||
dev-python/jaraco-email 3.1.0: E-mail facilities by jaraco
|
||||
dev-python/jaraco-functools 3.9.0: Additional functions used by other projects by developer jaraco
|
||||
dev-python/jaraco-net 9.3.1: Networking tools by jaraco
|
||||
dev-python/jellyfin-apiclient-python 1.9.2: Python API client for Jellyfin
|
||||
dev-python/jinja 3.1.2: A full-featured template engine for Python
|
||||
dev-python/jsonpath 0.82 0.82.2: An XPath for JSON
|
||||
dev-python/jsonpath-ng 1.5.3: A final implementation of JSONPath for Python that aims to be standard compliant.
|
||||
dev-python/jsonpickle 1.4.1-r1: Python library for serializing any arbitrary object graph into JSON
|
||||
dev-python/jsonrpc-async 2.1.0: A JSON-RPC client library for asyncio
|
||||
dev-python/jsonrpc-base 2.1.0: A JSON-RPC client library base interface
|
||||
dev-python/jsonrpc-websocket 3.1.1: A JSON-RPC websocket client library for asyncio
|
||||
dev-python/justbackoff 0.6.0: Simple backoff algorithm in Python
|
||||
dev-python/justnimbus 0.6.0 0.7.3: A Python Wrapper for the Just Nimbus API
|
||||
dev-python/kaiterra-async-client 1.0.0: Kaiterra API Async Client
|
||||
dev-python/kasa-crypt 0.3.0: Fast kasa crypt
|
||||
dev-python/kconfiglib 13.7.1: A flexible Python Kconfig implementation
|
||||
dev-python/keba-kecontact 1.1.0: A python library to communicate with the KEBA charging stations via udp
|
||||
dev-python/kegtron-ble 0.4.0: Kegtron BLE support
|
||||
dev-python/keyrings_alt 4.1.0: Alternate keyring implementations
|
||||
dev-python/kiwiki-client 0.1.1: KIWI Lock Client Library
|
||||
dev-python/knx-frontend 2023.6.23.191712 2024.1.20.105944: KNX panel for Home Assistant
|
||||
dev-python/konnected 1.2.0: Library for interacting with Konnected home automation controllers.
|
||||
dev-python/korean-lunar-calendar 0.3.1: Korean Lunar Calendar
|
||||
dev-python/kostal-plenticore 0.2.0: Kostal Plenticore REST-API client
|
||||
dev-python/krakenex 2.1.0: kraken.com cryptocurrency exchange API
|
||||
dev-python/lacrosse-view 1.0.1: Client for retrieving data from the La Crosse View cloud
|
||||
dev-python/lakeside 0.13: Python API for controlling Eufy LED bulbs
|
||||
dev-python/laundrify-aio 1.1.2: A Python package to communicate with the laundrify API
|
||||
dev-python/ld2410-ble 0.1.1: Interface with LD2410B modules from HiLink
|
||||
dev-python/leaone-ble 0.1.0: Bluetooth parser for LeaOne devices
|
||||
dev-python/led-ble 1.0.1: Control a wide range of LED BLE devices
|
||||
dev-python/libcst 0.3.23: A concrete syntax tree with AST-like properties for Python 3.5, 3.6, 3.7 and 3.8 programs.
|
||||
dev-python/libpurecool 0.6.4: Dyson Pure Cool/Hot+Cool Link and 360 eye robot vacuum devices Python library
|
||||
dev-python/libpyfoscam 1.0 1.2.2: Python Library for Foscam IP Cameras
|
||||
dev-python/libpyvivotek 0.4.0: Python Library for Vivotek IP Cameras
|
||||
dev-python/librouteros 3.2.0: Python implementation of MikroTik RouterOS API
|
||||
dev-python/libsoundtouch 0.8.0-r1: Bose Soundtouch Python library
|
||||
dev-python/libusb1 3.0.0: Pure-python wrapper for libusb-1.0
|
||||
dev-python/life360 6.0.1: Life360 Communications Module
|
||||
dev-python/liffylights 0.9.4: LIFX Python library
|
||||
dev-python/lightify 1.0.7.3: A library to work with OSRAM lightify.
|
||||
dev-python/lightwave 0.24: Python library to provide a reliable communication link with LightWaveRF lights, switches and TRVs.
|
||||
dev-python/limitlessled 1.1.3: Control LimitlessLED products.
|
||||
dev-python/linear-garage-door 0.2.7 0.2.9: Control Linear Garage Doors with Python
|
||||
dev-python/linode-api 4.1.9_beta1: Linode API Library
|
||||
dev-python/lmcloud 0.4.35: A Python implementation of the new La Marzocco API
|
||||
dev-python/lmnotify 0.0.4: A package for sending notifications to LaMetric Time.
|
||||
dev-python/locationsharinglib 5.0.1: A library to retrieve coordinates from an google account that has been shared locations of other accounts.
|
||||
dev-python/logi-circle 0.2.3: A Python library to communicate with Logi Circle cameras
|
||||
dev-python/lomond 0.3.3-r2: Websocket Client Library
|
||||
dev-python/london-tube-status 0.5: Parse London tube data into a dictionary
|
||||
dev-python/loqedAPI 2.1.8 2.1.10: Python package to use the Loqed Smart Door Lock APIs in a local network. To be used by Home Assistant.
|
||||
dev-python/lru-dict 1.3.0: An Dict like LRU container.
|
||||
dev-python/luftdaten 0.7.4: Python API for interacting with luftdaten.info.
|
||||
dev-python/lupupy 0.3.1 0.3.2: A python cli for Lupusec alarm panels.
|
||||
dev-python/lw12 0.9.2: Library to control the Lagute LW-12 WiFi LED controller.
|
||||
dev-python/lxml 4.9.1: A Pythonic binding for the libxml2 and libxslt libraries
|
||||
dev-python/lyft_rides 0.2: Unofficial Lyft Rides API Python SDK
|
||||
dev-python/mac-vendor-lookup 0.1.12: Find the vendor for a given MAC address
|
||||
dev-python/magicseaweed 1.0.3: Provides API wrapper to magicseaweed.com.
|
||||
dev-python/marshmallow 3.21.1: A library for converting to and from native Python datatypes
|
||||
dev-python/marshmallow-dataclass 8.5.9: Python library to convert dataclasses into marshmallow schemas.
|
||||
dev-python/mashumaro 3.12: Fast and well tested serialization library
|
||||
dev-python/matplotlib 3.6.1: Pure python plotting library with matlab like syntax
|
||||
dev-python/matrix-client 0.4.0: Client-Server SDK for Matrix
|
||||
dev-python/matrix-nio 0.22.1 0.24.0: A Python Matrix client library, designed according to sans I/O principles.
|
||||
dev-python/maxcube-api 0.4.3-r1: eQ-3/ELV MAX! Cube Python API
|
||||
dev-python/mbddns 0.1.2: Mythic Beasts Dynamic DNS updater
|
||||
dev-python/mcstatus 11.0.0 11.1.1: A library to query Minecraft Servers for their status and capabilities.
|
||||
dev-python/meater-python 0.0.8: A wrapper for the Apption Labs Meater probe API v1
|
||||
dev-python/medcom-ble 0.1.1: Library to communicate with Medcom BLE radiation monitors
|
||||
dev-python/melnor-bluetooth 0.0.25: A small python library for discovery and interacting with Melnor, Eden, etc Bluetooth water timers.
|
||||
dev-python/messagebird 1.2.0: MessageBird's REST API
|
||||
dev-python/meteoalertapi 0.3.0: A small api to get alerting messages from extreme weather in Europe from https://www.meteoalarm.org.
|
||||
dev-python/meteocalc 1.1.0: Functions for calculation of meteorological variables.
|
||||
dev-python/meteofrance-api 1.3.0: Python client for Meteo-France API.
|
||||
dev-python/mficlient 0.3.0: A remote control client for Ubiquiti's mFi system
|
||||
dev-python/micloud 0.5: Xiaomi cloud connect library
|
||||
dev-python/microBeesPy 0.3.2: microBees Python Library
|
||||
dev-python/mill-local 0.3.0: A python3 library to communicate with Mill
|
||||
dev-python/millheater 0.11.8: A python3 library to communicate with Mill
|
||||
dev-python/mini-racer 0.12.1: Minimal, modern embedded V8 for Python.
|
||||
dev-python/miniaudio 1.59: python bindings for the miniaudio library and its decoders (mp3, flac, ogg vorbis, wav)
|
||||
dev-python/minio 7.1.12: MinIO Python Library for Amazon S3 Compatible Cloud Storage for Python
|
||||
dev-python/moat-ble 0.1.1: Manager Moat BLE Devices
|
||||
dev-python/mock-open 1.4.0: A better mock for file I/O
|
||||
dev-python/moehlenhoff-alpha2 1.3.0: Python client for the Moehlenhoff Alpha2 underfloor heating system
|
||||
dev-python/monzopy 1.2.0: A simple async python wrapper for the Monzo API, used primarily by the Monzo Home Assistant integration.
|
||||
dev-python/mopeka-iot-ble 0.5.0 0.7.0: Mopeka IOT BLE Parser
|
||||
dev-python/motionblinds 0.6.19 0.6.21 0.6.23: Python library for interfacing with Motion Blinds
|
||||
dev-python/motionblindsble 0.0.9: Python library for interfacing with Motionblinds using Bluetooth Low Energy (BLE).
|
||||
dev-python/motioneye-client 0.3.14: motionEye client library Python Package
|
||||
dev-python/mozart-api 3.2.1.150.6 3.4.1.8.5: Mozart platform API
|
||||
dev-python/ms-cv 0.1.1: A correlation vector implementation in python
|
||||
dev-python/msal 1.29.0: The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect.
|
||||
dev-python/msal-extensions 1.2.0: Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.
|
||||
dev-python/mt_940 4.26.0: A library to parse MT940 files and returns smart Python collections for statistics and manipulation.
|
||||
dev-python/mullvad-api 1.0.0: Python wrapper around mullvad api
|
||||
dev-python/mutesync 0.0.1: Asynchronous library to control mutesync devices.
|
||||
dev-python/mychevy 2.1.1: Python interface to My Chevy online data
|
||||
dev-python/mycroftapi 2.0: a library to communicate with Mycroft API
|
||||
dev-python/mypermobil 0.1.6 0.1.8: A Python wrapper for the MyPermobil API
|
||||
dev-python/mypy-dev 1.11.0_alpha3: Optional static typing for Python
|
||||
dev-python/mysql-connector-python 8.0.28-r1: Python client library for MariaDB/MySQL
|
||||
dev-python/myuplink 0.0.9 0.5.0 0.6.0: API package for myUplink
|
||||
dev-python/nad-receiver 0.3.0: Library to interface with NAD receivers through RS232, TCP and telnet
|
||||
dev-python/nclib 1.0.1: Netcat as a library: convienent socket interfaces
|
||||
dev-python/ndms2-client 0.1.2: Keenetic NDMS 2.x and 3.x client
|
||||
dev-python/nessclient 1.0.0: Implementation/abstraction of the Ness D8x / D16x Serial Interface ASCII protocol
|
||||
dev-python/netdata 1.1.0: Python API for interacting with Netdata.
|
||||
dev-python/netdisco 3.0.0-r1: Discover devices on your local network
|
||||
dev-python/netmap 0.7.0.2: This is a python class to use nmap and access scan results from python3
|
||||
dev-python/nettigo-air-monitor 2.2.2 3.0.0 3.1.0: Python wrapper for getting air quality data from Nettigo Air Monitor devices.
|
||||
dev-python/neurio 0.3.1: Neurio energy sensor and appliance automation API library
|
||||
dev-python/nexia 2.0.7 2.0.8: Python library for connecting to nexia
|
||||
dev-python/nextcloudmonitor 1.4.0 1.5.0: Python wrapper around nextcloud monitor api
|
||||
dev-python/nextcord 2.6.0: A Python wrapper for the Discord API forked from discord.py
|
||||
dev-python/nextdns 2.1.0 3.0.0: Python wrapper for NextDNS API.
|
||||
dev-python/nibe 2.5.2 2.8.0: Nibe heatpump communication library
|
||||
dev-python/niko-home-control 0.2.1: SDK for Niko Home Control
|
||||
dev-python/niluclient 0.1.2: An API client for getting pollution data from NILU sensor stations in Norway.
|
||||
dev-python/noaa-coops 0.1.9: Python wrapper for NOAA Tides & Currents Data and Metadata
|
||||
dev-python/noiseprotocol 0.3.1: Implementation of Noise Protocol Framework
|
||||
dev-python/notifications-android-tv 0.1.5: Notifications for Android/Fire TVs
|
||||
dev-python/notify-events 1.0.4: Extension to integrate your project with Notify.Events service.
|
||||
dev-python/nsapi 3.0.5: api wrapper for Dutch Railways (NS)
|
||||
dev-python/nsw-fuel-api-client 1.1.0: API Client for NSW Government Fuel
|
||||
dev-python/nuheat 1.0.1: Control of connected NuHeat Signature radiant floor thermostats.
|
||||
dev-python/numato-gpio 0.10.0 0.12.0 0.13.0: Python API for Numato GPIO Expanders
|
||||
dev-python/numpy 1.26.0-r1: Fast array and numerical python library
|
||||
dev-python/oasatelematics 0.3: Python wrapper for the OASA Telematics API
|
||||
dev-python/oauth2client 4.1.3: OAuth 2.0 client library
|
||||
dev-python/objgraph 3.5.0-r1: Draws Python object reference graphs with graphviz
|
||||
dev-python/odp-amsterdam 6.0.0 6.0.1: Asynchronous Python client providing Open Data information of Amsterdam
|
||||
dev-python/oemthermostat 1.1.1: A package to interface with the HTTP API of the OpenEnergyMonitor Thermostat.
|
||||
dev-python/ollama-hass 0.1.7: A fork of the official Python client for Ollama for Home Assistant.
|
||||
dev-python/omnilogic 0.4.5: Integration for the Hayward OmniLogic pool control system
|
||||
dev-python/ondilo 0.2.0 0.4.0 0.5.0: A client to access Ondilo ICO APIs
|
||||
dev-python/onkyo-eiscp 1.2.7: Control Onkyo receivers over ethernet.
|
||||
dev-python/onvif-zeep-async 3.1.12: Async Python Client for ONVIF Camera
|
||||
dev-python/open-garage 0.2.0: A python3 library to communicate with Open Garage
|
||||
dev-python/open-meteo 0.3.1: Asynchronous client for the Open-Meteo API.
|
||||
dev-python/openai 1.3.8: Python client library for the OpenAI API
|
||||
dev-python/opencv-python-headless 4.6.0.66: Wrapper package for OpenCV python bindings.
|
||||
dev-python/openerz-api 0.2.0 0.3.0: A Python wrapper around the OpenERZ API.
|
||||
dev-python/openevsewifi 1.1.2: A python library for communicating with the ESP8266-based wifi module from OpenEVSE
|
||||
dev-python/openhomedevice 2.2: Provides an API for requesting information from an Openhome device
|
||||
dev-python/opensensemap-api 0.2.0: Python client for interacting with the openSenseMap API.
|
||||
dev-python/openwebifpy 4.0.2 4.2.4: Provides a python interface to interact with a device running OpenWebIf
|
||||
dev-python/openwrt-luci-rpc 1.1.16 1.1.17: Module for interacting with OpenWrt Luci RPC interface
|
||||
dev-python/openwrt-ubus-rpc 0.0.2: OpenWrt ubus RPC API library
|
||||
dev-python/opower 0.3.1 0.4.3 0.4.4 0.4.7: A Python library for getting historical and forecasted usage/cost from utilities that use opower.com such as PG&E
|
||||
dev-python/opuslib 3.0.1: Python bindings to the libopus, IETF low-delay audio codec
|
||||
dev-python/oralb-ble 0.17.6: Bluetooth library for Oral B devices
|
||||
dev-python/orjson 3.9.9 3.9.15: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
||||
dev-python/oru 0.1.11: Python client for Orange and Rockland Utility smart energy meters
|
||||
dev-python/orvibo 1.1.1 1.1.2: Control Orvibo products.
|
||||
dev-python/oscrypto 1.3.0: TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the OS crypto libraries.
|
||||
dev-python/ourgroceries 1.5.4: Our Groceries Unofficial Python Package
|
||||
dev-python/ovoenergy 1.2.0 2.0.0: Get energy data from OVO's API
|
||||
dev-python/oyaml 1.0: Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering
|
||||
dev-python/p1monitor 3.0.0: Asynchronous Python client for the P1 Monitor
|
||||
dev-python/paho-mqtt 1.6.1: MQTT version 5.0/3.1.1 client class
|
||||
dev-python/panacotta 0.2: Python API for controlling Panasonic Blu-Ray players
|
||||
dev-python/panasonic-viera 0.3.6: Library to control Panasonic Viera TVs
|
||||
dev-python/pandas 2.1.4: Powerful data structures for data analysis and statistics
|
||||
dev-python/pcal9535a 0.7: A library to control NXP PCAL9535A GPIO expander
|
||||
dev-python/pdunehd 1.3.2: A Python wrapper for Dune HD media player API
|
||||
dev-python/peco 0.0.29-r1: Wrapper for PECO Outage API
|
||||
dev-python/pem 21.2.0: Easy PEM file parsing in Python.
|
||||
dev-python/pencompy 0.0.3: Pencom relay controller over Ethernet
|
||||
dev-python/pescea 1.0.12: A python interface to the Escea fireplace controllers
|
||||
dev-python/pexpect 4.6.0: Python module for spawning child apps and responding to expected patterns
|
||||
dev-python/pfzy 0.3.4: Python port of the fzy fuzzy string matching algorithm
|
||||
dev-python/phone-modem 0.1.1: An asynchronous modem implementation designed for Home Assistant for receiving caller id and call rejection.
|
||||
dev-python/phx-filters 2.0.2: Validation and data pipelines made easy!
|
||||
dev-python/pifacecommon 4.2.2: The PiFace common functions module.
|
||||
dev-python/pifacedigitalio 3.0.5: The PiFace Digital I/O module.
|
||||
dev-python/piglow 1.2.4: Drive the Pimoroni PiGlow board, based on the sn3218 i2c LED controller
|
||||
dev-python/pigpio 1.78: Raspberry Pi GPIO module
|
||||
dev-python/pilight 0.1.1: Pure python module to connect to a pilight daemon to send and receive commands.
|
||||
dev-python/pillow 9.3.0-r1: Python Imaging Library (fork)
|
||||
dev-python/pipdeptree 2.13.2 2.16.1 2.19.0: Utility for displaying installed packages in a dependency tree
|
||||
dev-python/pizzapi 0.0.3: A Python wrapper for the Dominos Pizza API
|
||||
dev-python/pkce 1.0.3: PKCE Pyhton generator.
|
||||
dev-python/plexauth 0.0.6: Handles the authorization flow to obtain tokens from Plex.tv via external redirection.
|
||||
dev-python/plexwebsocket 0.0.14: Support for issuing callbacks in response to Plex websocket updates.
|
||||
dev-python/plugwise 0.36.3 0.37.1 0.37.3 0.37.4.1: Plugwise (Adam/Anna/P1/Stick/Stretch) API to use in conjunction with Home Assistant Core.
|
||||
dev-python/plumlightpad 0.0.11: A python package that interacts with the Plum Lightpad
|
||||
dev-python/pmsensor 0.4: Library to read data from environment sensors
|
||||
dev-python/poolsense 0.0.8: Asynchronous Python client for getting PoolSense data.
|
||||
dev-python/praw 7.5.0: PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to reddit's API.
|
||||
dev-python/prawcore 2.3.0: Low-level communication layer for PRAW 4+.
|
||||
dev-python/prayer-times-calculator 0.0.10 0.0.12: Prayer Times Calculator
|
||||
dev-python/prayer-times-calculator-offline 1.0.3: Prayer Times Calculator - Offline
|
||||
dev-python/proliphix 0.4.1: API for Proliphix nt10e network thermostat.
|
||||
dev-python/prometheus-client 0.17.1: Python client for the Prometheus monitoring system
|
||||
dev-python/protobuf-python 4.24.3-r1 4.25.1 4.25.2: Google's Protocol Buffers - Python bindings
|
||||
dev-python/proxmoxer 2.0.1: Python Wrapper for the Proxmox 2.x API (HTTP and SSH)
|
||||
dev-python/psutil 5.9.2: Retrieve information on running processes and system utilization
|
||||
dev-python/psutil-home-assistant 0.0.1: Wrapper for psutil to allow it to be used several times in the same process.
|
||||
dev-python/pubnub 7.4.2: PubNub Real-time push service in the cloud
|
||||
dev-python/pubnubsub-handler 1.0.9: Handles the PubNub subscriptions between PubNub and Home-Assistant for Wink
|
||||
dev-python/pulsectl 23.5.2-r1: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
|
||||
dev-python/pure-pcapy3 1.0.1-r1: Pure Python reimplementation of pcapy. This package is API compatible and a drop-in replacement.
|
||||
dev-python/pure-python-adb 0.3.0-r2: Pure python implementation of the adb client
|
||||
dev-python/push-receiver 0.1.1: subscribe to GCM/FCM and receive notifications
|
||||
dev-python/pushbullet-py 0.11.0: A simple python client for pushbullet.com
|
||||
dev-python/pushover_complete 1.1.1: A Python package for interacting with *all* aspects of the Pushover API
|
||||
dev-python/pvo 2.1.1: Asynchronous client for the PVOutput API.
|
||||
dev-python/pwmled 1.6.10: Control LEDs connected to a micro controller using pwm.
|
||||
dev-python/py-aosmith 1.0.1 1.0.8: A Python client library for A. O. Smith water heaters
|
||||
dev-python/py-canary 0.5.3 0.5.4: Python API for Canary Security Camera
|
||||
dev-python/py-ccm15 0.0.9: A package to control Midea CCM15 data converter modules
|
||||
dev-python/py-cpuinfo 8.0.0: Get CPU info with pure Python 2 & 3
|
||||
dev-python/py-dormakaba-dkey 1.0.5: API to interact with a Dormakaba dkey lock via bluetooth
|
||||
dev-python/py-improv-ble-client 1.0.3: API to provision devices which implement Improv via BLE
|
||||
dev-python/py-melissa-climate 2.1.4: Api wrapper for Melissa Climate https://seemelissa.com
|
||||
dev-python/py-nextbusnext 1.0.2: Minimalistic Python client for the NextBus public API for real-time transit arrival data
|
||||
dev-python/py-nightscout 1.2.2: A library that provides a Python async interface to Nightscout
|
||||
dev-python/py-schluter 0.1.7: Python API for Schluter DITRA-HEAT thermostat
|
||||
dev-python/py-sucks 0.9.8 0.9.9 0.9.10: a library for controlling certain robot vacuums
|
||||
dev-python/py-synologydsm-api 2.1.4 2.4.2 2.4.4: Python API for communication with Synology DSM
|
||||
dev-python/py-vapid 1.8.2: Simple VAPID header generation library
|
||||
dev-python/py-zabbix 1.1.7: Python module to work with zabbix.
|
||||
dev-python/py17track 2021.12.2: A Simple Python API for 17track.net
|
||||
dev-python/py3rijndael 0.3.3: Rijndael algorithm library for Python3.
|
||||
dev-python/pyAtome 0.1.1: Get your energy consumption from Atome Linky device
|
||||
dev-python/pyCEC 0.5.2: Provide HDMI CEC devices as objects, especially for use with Home Assistant
|
||||
dev-python/pyControl4 1.1.0: Python 3 asyncio package for interacting with Control4 systems
|
||||
dev-python/pyDuotecno 2024.1.2 2024.3.2 2024.5.0 2024.5.1: Open-source home automation platform running on Python 3.
|
||||
dev-python/pyEGPS 0.2.5: Controlling Energenie Power Strips with python.
|
||||
dev-python/pyEight 0.3.2: Provides a python api to interact with an Eight Sleep mattress cover.
|
||||
dev-python/pyElectra 1.2.0 1.2.1: Electra Smart Python Integration.
|
||||
dev-python/pyEmby 1.9: Provides a python interface to interact with a Emby media server.
|
||||
dev-python/pyFortiManagerAPI 0.2.3: A Python wrapper for the FortiManager REST API
|
||||
dev-python/pyHik 0.3.2: Provides a python api to interact with a Hikvision camera event stream and toggle motion detection.
|
||||
dev-python/pyRFXtrx 0.31.0 0.31.1: a library to communicate with the RFXtrx family of devices
|
||||
dev-python/pySDCP 1: SDCP library to control Sony Projectors
|
||||
dev-python/pyTibber 0.28.2: A python3 library to communicate with Tibber
|
||||
dev-python/pyW215 0.7.0: Interface for d-link W215 Smart Plugs.
|
||||
dev-python/pyW800rf32 0.4: A library to communicate with the W800rf32 family of devices
|
||||
dev-python/pyads 3.2.2 3.4.0: Python wrapper for TwinCAT ADS library
|
||||
dev-python/pyaehw4a1 0.3.9: Python interface for Hisense AEH-W4A1 module
|
||||
dev-python/pyaftership 21.11.0: A module to get information pending parcels.
|
||||
dev-python/pyairnow 1.2.1: A lightweight Python wrapper for EPA AirNow Air Quality API
|
||||
dev-python/pyairvisual 2023.8.1: A simple API for AirVisual air quality data
|
||||
dev-python/pyalmond 0.0.2: Python module to talk to the Web Almond API.
|
||||
dev-python/pyaprilaire 0.7.0: a library to interact with Aprilaire thermostats
|
||||
dev-python/pyarlo 0.2.4: Python Arlo is a library written in Python 2.7/3x that exposes the Netgear Arlo cameras as Python objects.
|
||||
dev-python/pyasn1 0.4.8-r2: ASN.1 library for Python
|
||||
dev-python/pyasuswrt 0.1.21: Api wrapper for Asuswrt https://www.asus.com/ASUSWRT/ using protocol HTTP
|
||||
dev-python/pyatag 0.3.5.3: Python module to talk to Atag One.
|
||||
dev-python/pyatmo 8.0.2 8.0.3: Simple API to access Netatmo weather station data from any Python 3 script. Designed for Home Assistant (but not only)
|
||||
dev-python/pyatv 0.14.3: A client library for Apple TV and AirPlay devices
|
||||
dev-python/pyaussiebb 0.0.15: Aussie Broadband API module
|
||||
dev-python/pybalboa 1.0.1: Module to communicate with a Balboa spa wifi adapter.
|
||||
dev-python/pybase64 1.3.2: Fast Base64 implementation
|
||||
dev-python/pybbox 0.0.5_alpha0: a simple python3 library for the Bouygues BBox Routeur API
|
||||
dev-python/pyblackbird 0.6: Python API for talking to Monoprice Blackbird 4k 8x8 HDBaseT Matrix
|
||||
dev-python/pybluez 0.22-r1: Bluetooth Python extension module
|
||||
dev-python/pybotvac 0.0.24 0.0.25: Python package for controlling Neato pybotvac Connected vacuum robot
|
||||
dev-python/pybravia 0.3.3: Python async library for remote control of Sony Bravia TVs 2013 and newer.
|
||||
dev-python/pycarwings2 2.14: Python library for interacting with the Nissan Leaf Carwings telematics service
|
||||
dev-python/pycfdns 3.0.0: Update Cloudflare DNS A-records.
|
||||
dev-python/pychannels 1.2.3: API client for the Channels app - https://getchannels.com
|
||||
dev-python/pychromecast 13.0.8 13.1.0-r1 14.0.1: Python module to talk to Google Chromecast
|
||||
dev-python/pycketcasts 1.0.1: Interact with PocketCast's unofficial API
|
||||
dev-python/pyclimacell 0.18.2: Async Python3.7+ package to access the ClimaCell API
|
||||
dev-python/pycmus 0.1.1: A python cmus remote library
|
||||
dev-python/pycocotools 2.0.6: Official APIs for the MS-COCO dataset
|
||||
dev-python/pycognito 2023.5.0 2024.2.0 2024.5.1: Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support.
|
||||
dev-python/pycomfoconnect 0.5.1: Python interface for the Zehnder ComfoConnect LAN C bridge.
|
||||
dev-python/pycoolmasternet-async 0.1.5: A python library to control CoolMasterNet HVAC bridges over asyncio.
|
||||
dev-python/pycountry-convert 0.7.2: Extension of Python package pycountry providing conversion functions.
|
||||
dev-python/pycrc16 0.1.2: Library for calculating CRC16
|
||||
dev-python/pycryptodomex 3.20.0: Cryptographic library for Python
|
||||
dev-python/pycsspeechtts 1.0.8: Python 3 interface to Microsoft Cognitive Services Text To Speech
|
||||
dev-python/pycups 1.9.73-r3: Python bindings for the CUPS API
|
||||
dev-python/pydaikin 2.11.1: Python Daikin HVAC appliances interface
|
||||
dev-python/pydanfossair 0.1.0: Python interface for Danfoss Air HRV systems
|
||||
dev-python/pydantic 1.10.12 1.10.15: Data parsing and validation using Python type hints
|
||||
dev-python/pydeconz 115 116: A Python library for communicating with deCONZ REST-API from Dresden Elektronik
|
||||
dev-python/pydelijn 1.1.0: Get realtime info on stop passages of De Lijn (api.delijn.be)
|
||||
dev-python/pydexcom 0.2.3: Python API to interact with Dexcom Share API
|
||||
dev-python/pydiscovergy 3.0.0 3.0.1: Async Python 3 library for interacting with Discovergy smart meters API
|
||||
dev-python/pydoods 1.0.2: A Python wrapper for the DOODS image detection service
|
||||
dev-python/pydrawise 2024.3.0 2024.6.3 2024.6.4: Python API for interacting with Hydrawise sprinkler controllers.
|
||||
dev-python/pydroid-ipcam 2.0.0: Library for handling the Android IP Webcam app
|
||||
dev-python/pyebox 1.1.4: Get your EBox consumption (wwww.ebox.ca)
|
||||
dev-python/pyecoforest 0.4.0: Python library for ecoforest local device.
|
||||
dev-python/pyeconet 0.1.22: Interface to the unofficial EcoNet API
|
||||
dev-python/pyedimax 0.2.1: Interface with Edimax Smart Plugs
|
||||
dev-python/pyefergy 22.1.1 22.5.0: An API library for Efergy energy meters.
|
||||
dev-python/pyenphase 1.19.2 1.20.1 1.20.3: Library to control enphase envoy
|
||||
dev-python/pyenvisalink 4.6 4.7: A python3 library for running asynchronus communications with envisalink alarm control panel modules.
|
||||
dev-python/pyephember 0.3.1: Python library to work with ember from EPH Controls
|
||||
dev-python/pyeverlights 0.1.0: A library for controlling an EverLights lighting system.
|
||||
dev-python/pyevilgenius 2.0.0: Python module to talk to Evil Genius Labs devices.
|
||||
dev-python/pyezviz 0.2.1.2: Pilot your Ezviz cameras
|
||||
dev-python/pyfibaro 0.7.6 0.7.8: Simple API to access fibaro home center from any Python 3 script. Designed for Home Assistant (but not only)
|
||||
dev-python/pyfido 2.1.2: Get your Fido consumption (wwww.fido.ca)
|
||||
dev-python/pyfireservicerota 0.0.43: Python 3 API wrapper for FireServiceRota/BrandweerRooster
|
||||
dev-python/pyflexit 0.3: Flexit CI66 helper library
|
||||
dev-python/pyflic 2.0.3: Python library to connect to and interact with Flic buttons.
|
||||
dev-python/pyflunearyou 2.0.2: A clean, well-tested Python3 API for Flu Near You
|
||||
dev-python/pyfnip 0.2: Python wrapper for FutureNow IP relay/dimmer units
|
||||
dev-python/pyforked-daapd 0.1.14: Python Interface for forked-daapd
|
||||
dev-python/pyfreedompro 1.1.0: Freedompro API
|
||||
dev-python/pyfritzhome 0.6.9 0.6.10 0.6.11: Fritz!Box Smarthome Python Library
|
||||
dev-python/pyfttt 0.3.2: Python tools for interacting with the IFTTT Webhooks Channel
|
||||
dev-python/pygatt 4.0.5-r1: Python Bluetooth LE (Low Energy) and GATT Library
|
||||
dev-python/pygtfs 0.1.9: Models GTFS data in a database.
|
||||
dev-python/pygti 0.9.4: access public transport information in hamburg, germany.
|
||||
dev-python/pyhaversion 22.8.0: Get the latest Home Assistant version from various sources.
|
||||
dev-python/pyheos 0.7.2: An async python library for controlling HEOS devices through the HEOS CLI Protocol
|
||||
dev-python/pyhiveapi 0.5.16: A Python library to interface with the Hive API
|
||||
dev-python/pyhomematic 0.1.77: Homematic interface
|
||||
dev-python/pyhomeworks 0.0.6: Lutron Homeworks Series 4 and 8 interface over Ethernet
|
||||
dev-python/pyhumps 3.5.0-r1: Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node
|
||||
dev-python/pyialarm 2.2.0: A simple library to interface with iAlarm systems, built for use with Home-Assistant
|
||||
dev-python/pyialarmxr-homeassistant 1.0.18: A simple library to interface with iAlarmXR systems, built for use with Home Assistant
|
||||
dev-python/pyicloud 1.0.0: PyiCloud is a module which allows pythonistas to interact with iCloud webservices.
|
||||
dev-python/pyinsteon 1.5.2 1.5.3 1.6.1: Python API for controlling Insteon devices
|
||||
dev-python/pyintesishome 1.8.0: A python3 library for running asynchronus communications with IntesisHome Smart AC Controllers
|
||||
dev-python/pyipma 3.0.7: Python library to retrieve information from Instituto Português do Mar e Atmosfera
|
||||
dev-python/pyipp 0.14.4 0.15.0 0.16.0: Asynchronous Python client for Internet Printing Protocol (IPP).
|
||||
dev-python/pyiqvia 2022.4.0: A clean, async-focused Python3 API for IQVIA data
|
||||
dev-python/pyirishrail 0.0.2: Python library to get the real-time transport information (RTPI) from Irish Rail
|
||||
dev-python/pyiss 1.0.1: A simple python3 library for info about the current International Space Station location
|
||||
dev-python/pyisy 3.1.14: Python module to talk to ISY devices from UDI.
|
||||
dev-python/pyitachip2ir 0.0.7: A library for sending IR commands to an ITach IP2IR gateway
|
||||
dev-python/pyjvcprojector 1.0.6 1.0.9 1.0.11: A python library for controlling a JVC Projector over a network connection
|
||||
dev-python/pykaleidescape 1.0.1: A python client library for the Kaleidescape System Control Protocol.
|
||||
dev-python/pykira 0.1.1: Communicate with Kira IR-IP modules
|
||||
dev-python/pykmtronic 0.3.0: Python library to interface with KM Tronic Web Relays
|
||||
dev-python/pykodi 0.2.7-r1: An async python interface for Kodi over JSON-RPC.
|
||||
dev-python/pykoplenti 1.2.2: Python REST-Client for Kostal Plenticore Solar Inverters
|
||||
dev-python/pykrakenapi 0.1.8: A Python implementation of the Kraken API.
|
||||
dev-python/pykulersky 0.5.2: Library to control Brightech Kuler Sky Bluetooth LED smart lamps
|
||||
dev-python/pykwb 0.0.8: KWB Easyfire serial library, for inclusion into homeassistant
|
||||
dev-python/pylacrosse 0.4: LaCrosse sensor library
|
||||
dev-python/pylast 5.1.0: Python interface to last.fm and other api-compatible websites
|
||||
dev-python/pylaunches 1.4.0 2.0.0: A python packages to get information form upcoming space launches
|
||||
dev-python/pylgnetcast 0.3.7 0.3.9: Client for the LG Smart TV running NetCast 3 or 4.
|
||||
dev-python/pylibrespot-java 0.1.1: Python Interface for librespot-java
|
||||
dev-python/pylint 3.2.2: Python code static checker
|
||||
dev-python/pylint-per-file-ignores 1.2.1 1.3.2: A pylint plugin to ignore error codes per file.
|
||||
dev-python/pylitejet 0.6.2: A library for controlling a LiteJet lighting system.
|
||||
dev-python/pylitterbot 2023.4.9 2023.4.11 2023.5.0: Python package for controlling Whisker automatic robots.
|
||||
dev-python/pyloopenergy 0.2.1: Access Loop Energy energy monitors via Socket.IO API
|
||||
dev-python/pylutron 0.2.8 0.2.12 0.2.13: Python library for Lutron RadioRA 2
|
||||
dev-python/pylutron-caseta 0.18.3 0.19.0 0.20.0: Provides an API to the Lutron Smartbridge
|
||||
dev-python/pymailgunner 1.4: A simple mailgun client - pymailgun fork with Python 3 support
|
||||
dev-python/pymata-express 1.19: A Python Protocol Abstraction Library For Arduino Firmata using Python asyncio
|
||||
dev-python/pymediaroom 0.6.5.4: Remote control your Mediaroom Set-up-box
|
||||
dev-python/pymelcloud 2.5.8 2.5.9: Python MELCloud interface
|
||||
dev-python/pymeteoclimatic 0.0.6 0.1.0: A Python wrapper around the Meteoclimatic service
|
||||
dev-python/pymfy 0.11.0: A Somfy Open API library
|
||||
dev-python/pymitv 1.4.3: A Python 3 based Xiaomi TV remote
|
||||
dev-python/pymochad 0.2.0: A python library for interacting with moch
|
||||
dev-python/pymodbus 3.5.4 3.6.3 3.6.6 3.6.7 3.6.8: A fully featured modbus protocol stack in python
|
||||
dev-python/pymodbus-repl 2.0.3: REPL (Read-Eval-Print Loop) tool for working with Modbus devices using the Pymodbus library.
|
||||
dev-python/pymonoprice 0.4: Python API for talking to Monoprice 6-zone amplifier
|
||||
dev-python/pymsteams 0.1.12: Format messages and post to Microsoft Teams.
|
||||
dev-python/pymyq 3.1.4: Python package for controlling MyQ-Enabled Garage Door
|
||||
dev-python/pymysensors 0.24.0: Python API for talking to a MySensors gateway
|
||||
dev-python/pynello 2.0.3: Python library for nello.io intercoms
|
||||
dev-python/pynetgear 0.10.10: Access Netgear routers using their SOAP API
|
||||
dev-python/pynetio 0.1.9.1: Binding library for Koukaam netio devices
|
||||
dev-python/pynobo 1.6.0 1.8.0 1.8.1: Nobø Hub / Nobø Energy Control TCP/IP Interface
|
||||
dev-python/pynuki 1.6.2 1.6.3: Python bindings for nuki.io bridges
|
||||
dev-python/pynut2 2.1.2: A Python abstraction class to access NUT servers.
|
||||
dev-python/pynws 1.6.0 1.7.0 1.8.0 1.8.1: Python library to retrieve observations and forecasts from NWS/NOAA
|
||||
dev-python/pynx584 0.5: NX584/NX8E Interface Library and Server
|
||||
dev-python/pynzbgetapi 0.2.0: Basic Python NZBGet API client.
|
||||
dev-python/pyobihai 1.4.2: A Python wrapper for Obihai
|
||||
dev-python/pyoctoprintapi 0.1.12: An asynchronous Python library for communicating with the OctoPrint API
|
||||
dev-python/pyombi 0.1.10: A python module to retrieve information from Ombi.
|
||||
dev-python/pyopensprinkler 0.7.6: Python module for OpenSprinker API
|
||||
dev-python/pyopenssl 23.2.0: Python interface to the OpenSSL library
|
||||
dev-python/pyopenuv 2023.2.0: A simple Python API data from openuv.io
|
||||
dev-python/pyopenweathermap 0.0.9: lib for OpenWeatherMap for Home Assistant
|
||||
dev-python/pyopnsense 0.4.0: A python API client for OPNsense
|
||||
dev-python/pyoppleio 1.0.5: Python library for interfacing with opple mobile control light
|
||||
dev-python/pyoppleio-legacy 1.0.8: Python library for interfacing with old models of opple lights with wifi control.
|
||||
dev-python/pyosoenergyapi 1.1.3 1.1.4: A Python library to interface with the OSO Energy API
|
||||
dev-python/pyotgw 2.1.3 2.2.0: A library to interface with the opentherm gateway through serial or network connection.
|
||||
dev-python/pyotp 2.8.0: PyOTP is a Python library for generating and verifying one-time passwords
|
||||
dev-python/pyoverkiz 1.13.8 1.13.9 1.13.10 1.13.11: Async Python client to interact with internal OverKiz API (e.g. used by Somfy TaHoma).
|
||||
dev-python/pyowm 3.2.0: A Python wrapper around OpenWeatherMap web APIs
|
||||
dev-python/pyownet 0.10.0_p1: Python OWFS client library (owserver protocol)
|
||||
dev-python/pypandoc 1.7.4: Thin wrapper for pandoc.
|
||||
dev-python/pypca 0.0.7: A python cli for PCA 301 smart plugs.
|
||||
dev-python/pypck 0.7.17: LCN-PCK library
|
||||
dev-python/pypjlink2 1.2.1: PJLink is a standard for controlling data projectors.
|
||||
dev-python/pyplaato 0.0.18: Asynchronous Python client for getting Plaato Airlock and Keg data
|
||||
dev-python/pypoint 2.3.2: API for Minut Point
|
||||
dev-python/pyprof2calltree 1.4.5: Help visualize profiling data from cProfile with kcachegrind and qcachegrind
|
||||
dev-python/pyprosegur 0.0.9: Unofficial Python library to interface with Prosegur Alarmes PT/ES.
|
||||
dev-python/pyprusalink 2.0.0 2.1.1: Library to interact with PrusaLink v2
|
||||
dev-python/pyps4-2ndscreen 1.3.1: PS4 2nd Screen Python Library
|
||||
dev-python/pyqrcode 1.2.1-r3: A pure Python QR code generator with SVG, EPS, PNG and terminal output
|
||||
dev-python/pyqvrpro 0.52: QVR Pro API wrapper.
|
||||
dev-python/pyqwikswitch 0.93: Library to interface Qwikswitch USB Hub
|
||||
dev-python/pyrail 0.0.3: Python wrapper for the iRail API
|
||||
dev-python/pyrainbird 4.0.1 4.0.2 6.0.1: Rain Bird Controller
|
||||
dev-python/pyrecswitch 1.0.2: A pure-python interface for controlling Ankuoo RecSwitch MS6126
|
||||
dev-python/pyrepetierng 0.1.0-r1: A updated python Repetier-Server library based on Mtrabs library
|
||||
dev-python/pyrisco 0.5.10 0.6.0 0.6.1 0.6.2: A python library to communicate with Risco Cloud.
|
||||
dev-python/pyrituals 0.0.6-r1: Async Python wrapper for the Rituals Perfume Genie API
|
||||
dev-python/pyroute2 0.7.5: A pure Python netlink and Linux network configuration library
|
||||
dev-python/pyrympro 0.0.7 0.0.8: A python library to communicate with Read Your Meter Pro.
|
||||
dev-python/pysabnzbd 1.1.1: Python wrapper for SABnzbd API
|
||||
dev-python/pysaj 0.0.16: Library to communicate with SAJ inverters
|
||||
dev-python/pyschlage 2023.12.1 2024.2.0: Python API for interacting with Schlage WiFi locks.
|
||||
dev-python/pysensibo 1.0.36: asyncio-friendly python API for Sensibo
|
||||
dev-python/pyserial-asyncio 0.6: Python Serial Port Extension - Asynchronous I/O support
|
||||
dev-python/pyserial-asyncio-fast 0.11: Python Serial Port Extension - Asynchronous I/O support
|
||||
dev-python/pysesame2 1.0.1: Python API for Sesame Smartlock made by CANDY HOUSE, Inc.
|
||||
dev-python/pysha3 1.0.2: SHA-3 (Keccak) for Python 2.7 - 3.5
|
||||
dev-python/pysiaalarm 3.1.1: Python package for creating a client that talks with SIA-based alarm systems.
|
||||
dev-python/pysignalclirestapi 0.3.18-r1 0.3.23: Small python library for the Signal Cli REST API
|
||||
dev-python/pyskyqhub 0.1.4: Library for Sky Q hub
|
||||
dev-python/pysma 0.7.3: Library to interface an SMA Solar WebConnect module
|
||||
dev-python/pysmappee 0.2.29: Offical Smappee dev API and MQTT python wrapper
|
||||
dev-python/pysmartapp 0.3.5: A python library for building a SmartThings SmartApp
|
||||
dev-python/pysmartthings 0.7.8: A python library for interacting with the SmartThings cloud API build with asyncio and aiohttp.
|
||||
dev-python/pysmarty 0.8: Python API for Salda Smarty Modbus TCP
|
||||
dev-python/pysmb 1.2.9.1: pysmb is an experimental SMB/CIFS library written in Python
|
||||
dev-python/pysmi-lextudio 1.4.1: A pure-Python implementation of SNMP/SMI MIB parsing and conversion library.
|
||||
dev-python/pysml 0.0.12: Python library for EDL21 smart meters using Smart Message Language (SML)
|
||||
dev-python/pysnmp-lextudio 5.0.31 6.0.11: pure-Python, open source and free implementation of v1/v2c/v3 SNMP engine
|
||||
dev-python/pysnmp-pyasn1 1.1.3: ASN.1 types and codecs
|
||||
dev-python/pysnmp-pyasn1-modules 0.2.9: A collection of ASN.1-based protocols modules.
|
||||
dev-python/pysnmp-pysmi 1.1.10: PySMI is a pure-Python implementation of SNMP SMI MIB parser. This tool is designed to turn ASN.1 MIBs into various formats.
|
||||
dev-python/pysnmpcrypto 0.0.4: Strong cryptography support for PySNMP (SNMP library for Python)
|
||||
dev-python/pysnmplib 5.0.21-r3: Pure-Python, open source and free implementation of v1/v2c/v3 SNMP engine
|
||||
dev-python/pysnooz 0.8.6: Control SNOOZ white noise machines.
|
||||
dev-python/pysoma 0.0.12: A simple package for controlling SOMA devices
|
||||
dev-python/pyspcwebgw 0.7.0: A Python library for communicating with SPC Web Gateway.
|
||||
dev-python/pysqueezebox 0.7.1: Asynchronous library to control Logitech Media Server
|
||||
dev-python/pystiebeleltron 0.0.1: Python API for interacting with the Stiebel Eltron ISG web gateway via Modbus.
|
||||
dev-python/pysuez 0.2.0: Get your water consumption data from your Suez account (www.toutsurmoneau.fr)
|
||||
dev-python/pyswitchbee 1.8.0: SwitchBee Python Integration.
|
||||
dev-python/pytankerkoenig 0.0.6: Library for Tankerkoenig.de JSON API
|
||||
dev-python/pytautulli 23.1.1: Python API wrapper for Tautulli.
|
||||
dev-python/pytedee-async 0.2.13 0.2.17: A Tedee Lock Client package
|
||||
dev-python/pytest 8.1.1 8.2.0-r1: Simple powerful testing with Python
|
||||
dev-python/pytest-asyncio 0.23.6: Library for testing asyncio code with pytest
|
||||
dev-python/pytest-github-actions-annotate-failures 0.2.0: pytest plugin to annotate failed tests with a workflow command for GitHub Actions
|
||||
dev-python/pytest-picked 0.5.0: Run the tests related to the changed files
|
||||
dev-python/pytest-runner 6.0.0: Invoke py.test as distutils command with dependency resolution
|
||||
dev-python/pytest-socket 0.6.0 0.7.0: Pytest Plugin to disable socket calls during tests
|
||||
dev-python/pytest-test-groups 1.0.3: A Pytest plugin for running a subset of your tests by splitting them in to equally sized groups.
|
||||
dev-python/pytest-unordered 0.5.2 0.6.0: Test equality of unordered collections in pytest
|
||||
dev-python/pytest-xdist 3.3.1-r1 3.5.0: Distributed testing and loop-on-failing modes
|
||||
dev-python/pytfiac 0.4: API for Tfiac AC
|
||||
dev-python/pythinkingcleaner 0.0.3: Library to control ThinkingCleaner devices
|
||||
dev-python/python-MotionMount 0.3.1 1.0.0: Control your MotionMount Signature TVM7675 Pro using Python
|
||||
dev-python/python-awair 0.2.4: asyncio client for the Awair GraphQL and Local APIs
|
||||
dev-python/python-blockchain-api 0.0.2: Python API for interacting with blockchain.info.
|
||||
dev-python/python-bring-api 3.0.0: Unofficial python package to access Bring! shopping lists API.
|
||||
dev-python/python-bsblan 0.5.16 0.5.18: Asynchronous Python client for BSBLAN
|
||||
dev-python/python-clementine-remote 1.0.1: Python library and CLI for the Clementine Music Player remote protocol.
|
||||
dev-python/python-didl-lite 1.4.0: DIDL-Lite (Digital Item Declaration Language) tools for Python
|
||||
dev-python/python-digitalocean 1.13.2: digitalocean.com API to manage Droplets and Images
|
||||
dev-python/python-ecobee-api 0.2.17 0.2.18: Python API for talking to Ecobee thermostats
|
||||
dev-python/python-engineio 3.14.2: Python implementation of the Engine.IO realtime server.
|
||||
dev-python/python-eq3bt 0.2: EQ3 bluetooth thermostat support library
|
||||
dev-python/python-etherscan-api 0.0.3: Python API for interacting with etherscan.io.
|
||||
dev-python/python-family-hub-local 0.0.2: Python API for accessing information from Samsung FamilyHub fridges locally.
|
||||
dev-python/python-forecastio 1.4.0: A thin Python Wrapper for the Dark Sky (formerly Forecast.io) weather API
|
||||
dev-python/python-fullykiosk 0.0.12: Python wrapper for Fully Kiosk Browser REST API
|
||||
dev-python/python-gammu 3.2.4: Gammu bindings
|
||||
dev-python/python-gc100 1.0.3_alpha0: A Python-based socket client for Global Cache GC100 digital I/O interface
|
||||
dev-python/python-gitlab 1.6.0: Interact with GitLab API
|
||||
dev-python/python-homeassistant-analytics 0.6.0: Asynchronous Python client for Homeassistant Analytics.
|
||||
dev-python/python-homewizard-energy 4.3.1 5.0.0 6.0.0: Asynchronous Python client for the HomeWizard Energy
|
||||
dev-python/python-hpilo 4.3 4.4.3: Accessing the HP iLO XML interface from python
|
||||
dev-python/python-http-client 3.3.2: HTTP REST client, simplified for Python
|
||||
dev-python/python-izone 1.2.9: A python interface to the iZone airconditioner controller
|
||||
dev-python/python-join-api 0.0.9: Python API for interacting with Join by joaoapps.
|
||||
dev-python/python-juicenet 1.1.0: Read and control Juicenet/Juicepoint/Juicebox based EVSE devices
|
||||
dev-python/python-kasa 0.5.4 0.6.2.1: Python API for TP-Link Kasa Smarthome devices
|
||||
dev-python/python-matter-server 5.7.0 5.10.0 6.1.0: Python Matter WebSocket Server
|
||||
dev-python/python-metar 1.4.0: Metar - a package to parse METAR coded weather reports
|
||||
dev-python/python-miio 0.5.12: Python library for interfacing with Xiaomi smart appliances
|
||||
dev-python/python-mpd2 3.0.5: A Python MPD client library
|
||||
dev-python/python-myq 3.1.13: Python package for controlling MyQ-Enabled Garage Door.
|
||||
dev-python/python-mystrom 2.2.0: Python API for interacting with myStrom devices
|
||||
dev-python/python-nest 4.2.0: Python API and command line tool for talking to the Nest Thermostat
|
||||
dev-python/python-opendata-transport 0.4.0: Python API for interacting with transport.opendata.ch.
|
||||
dev-python/python-opensky 1.0.0: Asynchronous Python client for Opensky API.
|
||||
dev-python/python-openzwave-mqtt 1.4.0: Converts MQTT messages from qt-openzwave into Python objects and events
|
||||
dev-python/python-otbr-api 2.5.0 2.6.0: API to interact with an OTBR via its REST API
|
||||
dev-python/python-picnic-api 1.1.0: Unofficial Python wrapper for the Picnic API
|
||||
dev-python/python-qbittorrent 0.4.3: Python wrapper for qBittorrent >4.1.x
|
||||
dev-python/python-rabbitair 0.0.8: Python library for local control of Rabbit Air air purifiers
|
||||
dev-python/python-ripple-api 0.0.3: Python API for interacting with ripple.com.
|
||||
dev-python/python-roborock 2.0.0 2.2.3 2.3.0: A package to control Roborock vacuums.
|
||||
dev-python/python-sense-hat 2.2.0-r3: Raspberry Pi Sense HAT python library
|
||||
dev-python/python-singleton 0.1.2: Singleton Metaclass.
|
||||
dev-python/python-slugify 4.0.1 8.0.1: A Python Slugify application that handles Unicode
|
||||
dev-python/python-smarttub 0.0.36: API to query and control hot tubs using the SmartTub system
|
||||
dev-python/python-sochain-api 0.0.2: Python API for interacting with chain.so.
|
||||
dev-python/python-socketio 4.6.0-r2: Socket.IO server
|
||||
dev-python/python-songpal 0.16 0.16.1 0.16.2: Python library for interfacing with Sony's Songpal devices
|
||||
dev-python/python-tado 0.17.0 0.17.4: PyTado -- Pythonize your central heating
|
||||
dev-python/python-technove 1.2.2: Asynchronous Python client for TechnoVE.
|
||||
dev-python/python-telegram-bot 13.1 21.0.1: We have made you a wrapper you can't refuse
|
||||
dev-python/python-vlc 3.0.18122: VLC bindings for python.
|
||||
dev-python/python-wink 1.10.5: Access Wink devices via the Wink API
|
||||
dev-python/pythonegardia 1.0.52: Python 3 support for Egardia / Woonveilig alarm
|
||||
dev-python/pytile 2023.4.0 2023.12.0: A simple Python API for Tile Bluetooth trackers
|
||||
dev-python/pytomorrowio 0.3.6: Async Python3.9+ package to access the Tomorrow.io API
|
||||
dev-python/pytouchline 0.7: A Roth Touchline interface library
|
||||
dev-python/pytraccar 2.0.0 2.1.1: Update and fetch device information from Traccar.
|
||||
dev-python/pytrackr 0.0.5: Interface to the TrackR API
|
||||
dev-python/pytradfri 9.0.1: IKEA Tradfri/Tradfri API. Control and observe your lights from Python.
|
||||
dev-python/pytrafikverket 0.3.9.2 0.3.10: Retreive values from public API at the Swedish Transport Administration (Trafikverket).
|
||||
dev-python/pytrydan 0.4.0 0.6.0 0.6.1: Library to interface with V2C EVSE Trydan
|
||||
dev-python/pyudev 0.23.2: Python binding to libudev
|
||||
dev-python/pyunifiprotect 4.22.5 4.23.2 5.0.2 5.1.2: Unofficial UniFi Protect Python API and CLI
|
||||
dev-python/pyuptimerobot 22.2.0: Python API wrapper for Uptime Robot.
|
||||
dev-python/pyusb 1.2.1-r2: USB support for Python
|
||||
dev-python/pyvera 0.3.13: Python API for talking to Veracontrollers
|
||||
dev-python/pyversasense 0.0.6: Versasense API consumer
|
||||
dev-python/pyvesync 2.1.1 2.1.10: pyvesync is a library to manage Etekcity Devices and Levoit Air Purifier
|
||||
dev-python/pyvizio 0.1.61: Python library for interfacing with Vizio SmartCast TVs and Sound Bars (2016+ models)
|
||||
dev-python/pyvlx 0.2.21: PyVLX is a wrapper for the Velux KLF 200 API. PyVLX enables you to run scenes and or open and close velux windows.
|
||||
dev-python/pyvolumio 0.1.5: A python library to control Volumio.
|
||||
dev-python/pywaze 0.5.1 1.0.0 1.0.1: Asynchronous Waze client for calculating routes and travel times.
|
||||
dev-python/pyweatherflowudp 1.4.5: An event-based asynchronous library to read UDP packets from Weatherflow weather systems on a local network without any reliance on the cloud.
|
||||
dev-python/pywebpush 1.9.2 1.14.1: WebPush publication library
|
||||
dev-python/pywemo 1.3.0 1.4.0: Lightweight Python module to discover and control WeMo devices
|
||||
dev-python/pywilight 0.0.74: Python API for WiLight in Home Assistant
|
||||
dev-python/pywizlight 0.5.14: A python connector for WiZ light bulbs (e.g SLV Play)
|
||||
dev-python/pyws66i 1.1: Python API for talking to Soundavo's WS66i 6-zone amplifier using the telnet protocol
|
||||
dev-python/pyxeoma 1.4.1: Python wrapper for Xeoma web server API
|
||||
dev-python/pyyardian 1.1.1: A module for interacting with the Yardian irrigation controller
|
||||
dev-python/pyzbar 0.1.7: Read one-dimensional barcodes and QR codes from Python
|
||||
dev-python/pyzerproc 0.4.8: Async library to control Zerproc Bluetooth LED smart string lights
|
||||
dev-python/pyzipper 0.3.6: AES encryption for zipfile.
|
||||
dev-python/qingping-ble 0.9.0 0.10.0: Qingping BLE support
|
||||
dev-python/qnapstats 0.4.0: Python API for obtaining QNAP NAS system stats
|
||||
dev-python/quantum-gateway 0.0.8: Query a Quantum Gateway
|
||||
dev-python/radios 0.2.0 0.3.1: Asynchronous Python client for the Radio Browser API
|
||||
dev-python/radiotherm 2.1.0: client library for wifi thermostats sold by radiothermostat.com
|
||||
dev-python/raincloudy 0.0.7-r1: Melnor RainCloud Smart Garden Watering Irrigation Timer.
|
||||
dev-python/rapt-ble 0.1.2: Parser for the RAPT Pill hydrometer BLE packets.
|
||||
dev-python/raspihats 2.2.3: package for controlling raspihats.com boards
|
||||
dev-python/raspyrfm-client 1.2.8: A library to send rc signals with the RaspyRFM module
|
||||
dev-python/readlike 0.1.2: GNU Readline-like line editing module
|
||||
dev-python/refoss-ha 1.2.0: Refoss to support for Home Assistant
|
||||
dev-python/regenmaschine 2023.6.0 2024.1.0 2024.3.0: A simple API for RainMachine sprinkler controllers
|
||||
dev-python/regex 2021.8.28: Alternative regular expression module to replace re
|
||||
dev-python/related 0.7.2: Related: Straightforward nested object models in Python
|
||||
dev-python/renault-api 0.2.1 0.2.2 0.2.3: Renault API
|
||||
dev-python/renson-endura-delta 1.7.1: Unofficial Renson endura delta Python library
|
||||
dev-python/reolink-aio 0.8.9 0.8.10 0.9.1: Reolink NVR/cameras API package
|
||||
dev-python/requests 2.31.0: HTTP library for human beings
|
||||
dev-python/requests-mock 1.11.0: Mock out responses from the requests package
|
||||
dev-python/requests-oauth 0.4.1: Hook for adding Open Authentication support to Python-requests HTTP library.
|
||||
dev-python/respx 0.21.0: A utility for mocking out the Python HTTPX and HTTP Core libraries.
|
||||
dev-python/rfk101py 0.0.1: RFK101 Proximity card reader over Ethernet
|
||||
dev-python/rflink 0.0.65 0.0.66: Library and CLI tools for interacting with RFlink 433MHz transceiver.
|
||||
dev-python/rich 12.6.0: Python library for rendering rich text, tables, etc. to the terminal
|
||||
dev-python/ring-doorbell 0.8.7 0.8.9 0.8.11: A Python library to communicate with Ring Door Bell (https://ring.com/)
|
||||
dev-python/ritassist 0.9.2-r1: RitAssist API Access
|
||||
dev-python/rjpl 0.3.6: Interface with Rejseplanen API
|
||||
dev-python/rocketchat-API 0.6.1: Python API wrapper for Rocket.Chat
|
||||
dev-python/rokuecp 0.19.2 0.19.3: Asynchronous Python client for Roku (ECP)
|
||||
dev-python/romy 0.0.7 0.0.10: Python program and library to control Wi-Fi enabled ROMY vacuum cleaners
|
||||
dev-python/roombapy 1.6.10 1.6.13 1.8.1: Python program and library to control Wi-Fi enabled iRobot Roombas
|
||||
dev-python/roonapi 0.1.6: Provides a python interface to interact with Roon
|
||||
dev-python/rova 0.3.0 0.4.1: API wrapper for ROVA calendar
|
||||
dev-python/rpi-bad-power 0.1.0: A Python library to detect bad power supply on Raspberry Pi
|
||||
dev-python/rpi-rf 0.9.7: Send and receive 433/315MHz signals with GPIO RF modules on a Raspberry Pi
|
||||
dev-python/rtsp-to-webrtc 0.5.1: Python client library for RTSPtoWeb and RTSPtoWebRTC
|
||||
dev-python/russound 0.1.9: Python API for Russound RNET commands.
|
||||
dev-python/russound-rio 1.0.0: Asyncio client for Russound RIO devices
|
||||
dev-python/ruuvitag-ble 0.1.2: Manage Ruuvitag BLE devices
|
||||
dev-python/rxv 0.7.0-r1: Automation Library for Yamaha RX-V473, RX-V573, RX-V673, RX-V773 receivers
|
||||
dev-python/samsungctl 0.7.1: Remote control Samsung televisions via TCP/IP connection
|
||||
dev-python/samsungtvws 2.6.0: Samsung Smart TV WS API wrapper
|
||||
dev-python/sanix 1.0.6: Python wrapper for getting measurements data from Sanix devices.
|
||||
dev-python/satel-integra 0.3.7: Communication library for Satel Integra alarm system.
|
||||
dev-python/schedule 1.1.0: Job scheduling for humans.
|
||||
dev-python/schiene 0.23: schiene is a Python library for interacting with Bahn.de
|
||||
dev-python/screenlogicpy 0.10.0: Interface for Pentair ScreenLogic connected pool controllers over IP via Python
|
||||
dev-python/scsgate 0.1.0: A Python module to interact with SCSGate
|
||||
dev-python/securesystemslib 0.31.0 1.0.0: A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU
|
||||
dev-python/securetar 2023.3.0 2024.2.1: Python module to handle tarfile backups.
|
||||
dev-python/sendgrid 6.8.2: Twilio SendGrid library for Python
|
||||
dev-python/sense-energy 0.12.2: API for the Sense Energy Monitor
|
||||
dev-python/sensirion-ble 0.1.1-r2: Manage Sensirion BLE devices
|
||||
dev-python/sensor-state-data 2.18.0: Models for storing and converting Sensor Data state
|
||||
dev-python/sensorpro-ble 0.5.3: SensorPro BLE Devices
|
||||
dev-python/sensorpush-ble 1.5.5 1.6.2: Parser for SensorPush BLE devices
|
||||
dev-python/sentry-sdk 1.37.1 1.39.2 1.40.3: Python client for Sentry
|
||||
dev-python/sepaxml 2.2.0: Python SEPA XML implementations
|
||||
dev-python/setuptools-markdown 0.4.1: [Deprecated] Use Markdown for your project description
|
||||
dev-python/sfrbox-api 0.0.8: SFR Box API
|
||||
dev-python/sharkiq 1.0.2: Python API for Shark IQ robots
|
||||
dev-python/sharp_aquos_rc 0.3.2: Control Sharp Aquos SmartTVs through the IP interface.
|
||||
dev-python/shodan 1.28.0: Python library and command-line utility for Shodan (https://developer.shodan.io)
|
||||
dev-python/shortuuid 1.0.12: A generator library for concise, unambiguous and URL-safe UUIDs.
|
||||
dev-python/sigstore 1.0.0: A tool for generating and verifying Sigstore signatures.
|
||||
dev-python/simplehound 0.3: Unofficial python API for Sighthound
|
||||
dev-python/simplepush 2.2.3: Simplepush python library
|
||||
dev-python/simplisafe-python 2023.8.0 2024.1.0: A Python3, async interface to the SimpliSafe API
|
||||
dev-python/siobrultech-protocols 0.5.0: A Sans-I/O Python client library for Brultech Devices
|
||||
dev-python/sisyphus-control 3.1.3: Control your Sisyphus kinetic art tables (sisyphus-industries.com)
|
||||
dev-python/slackclient 2.5.0-r1: Slack API clients for Web API and RTM API
|
||||
dev-python/sleekxmppfs 1.4.1: A fork of SleekXMPP with TLS cert validation disabled, intended only to be used with the sucks project
|
||||
dev-python/slixmpp 1.8.4: Python 3 library for XMPP
|
||||
dev-python/smart-meter-texas 0.4.7 0.5.5: Package to connect to and retrieve data from the unofficial Smart Meter Texas API
|
||||
dev-python/smbus-cffi 0.5.1: SMBus access through the I2C /dev interface on Linux hosts.
|
||||
dev-python/smhi-pkg 1.0.16: Gets the weather forecast data from Swedish weather institute
|
||||
dev-python/snapcast 2.3.3 2.3.6: Control Snapcast.
|
||||
dev-python/snitun 0.36.2 0.39.1: SNI proxy with TCP multiplexer
|
||||
dev-python/sockio 0.15.0: Concurrency agnostic socket API
|
||||
dev-python/soco 0.30.2 0.30.3 0.30.4: SoCo (Sonos Controller) is a simple library to control Sonos speakers.
|
||||
dev-python/solaredge 0.0.2: A python API wrapper for Solaredge monitoring service
|
||||
dev-python/solaredge-local 0.2.3: API wrapper to communicate locally with SolarEdge Inverters
|
||||
dev-python/solax 0.3.2 3.1.0: Solax inverter API client
|
||||
dev-python/somecomfort 0.8.0: A client for Honeywell's US-based cloud devices
|
||||
dev-python/somfy-mylink-synergy 1.0.6: Python API to utilise the Somfy Synergy JsonRPC API
|
||||
dev-python/sonos-websocket 0.1.2 0.1.3: An asynchronous Python library to communicate with Sonos devices over websockets.
|
||||
dev-python/speak2mary 1.4.0: A Python wrapper for Mary TTS
|
||||
dev-python/spiderpy 1.6.1: Python wrapper for the Spider API, a way to manage your Spider installation
|
||||
dev-python/spidev 3.5: Python bindings for Linux SPI access through spidev
|
||||
dev-python/spotipy 2.23.0: A lightweight Python library for the Spotify Web API
|
||||
dev-python/sqlitedict 1.6.0: Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.
|
||||
dev-python/srpenergy 1.3.6: An unofficial Python module for interacting with Srp Energy data.
|
||||
dev-python/srptools 1.0.1: Tools to implement Secure Remote Password (SRP) authentication
|
||||
dev-python/sseclient-py 1.7.2: SSE client for Python
|
||||
dev-python/starkbank-ecdsa 1.0.0: A lightweight and fast pure python ECDSA library
|
||||
dev-python/starline 0.1.5: Unofficial python library for StarLine API
|
||||
dev-python/starlingbank 3.2: Python package that provides access to parts of the Starling bank API.
|
||||
dev-python/starlink-grpc-core 1.1.3: Core functions for Starlink gRPC communication
|
||||
dev-python/statsd 3.2.1: A simple statsd client.
|
||||
dev-python/stdiomask 0.0.6: A cross-platform Python module for entering passwords to a stdio terminal and displaying a **** mask, which getpass cannot do.
|
||||
dev-python/stdlib-list 0.7.0: A list of Python Standard Libraries (2.6-7, 3.2-9).
|
||||
dev-python/steamodd 4.21: High level Steam API implementation with low level reusable core
|
||||
dev-python/stookalert 0.1.4: Stookalert package
|
||||
dev-python/stookwijzer 1.3.0: Stookwijzer package
|
||||
dev-python/streamlabswater 1.0.1: Unofficial Python library for the Streamlabs Water API
|
||||
dev-python/stringcase 1.2.0: String case converter.
|
||||
dev-python/striprtf 0.0.26: A simple library to convert rtf to text
|
||||
dev-python/subarulink 0.7.9 0.7.11: A package for interacting with Subaru Starlink Remote Services API.
|
||||
dev-python/sucks 0.9.4: a library for controlling certain robot vacuums
|
||||
dev-python/sunwatcher 0.2.1: Binding to SolarLog HTTP API
|
||||
dev-python/sunweg 2.0.3 2.1.0 2.1.1: A library to retrieve data from sunweg.net
|
||||
dev-python/surepy 0.9.0: Library to interact with the flaps & doors from Sure Petcare.
|
||||
dev-python/swisshydrodata 0.1.0: A library to fetch data from the Swiss federal Office for Environment FEON
|
||||
dev-python/switchbot-api 2.0.0 2.1.0: An asynchronous library to use Switchbot API
|
||||
dev-python/synology-srm 0.2.0: Synology SRM API
|
||||
dev-python/syrupy 4.6.0 4.6.1: Pytest Snapshot Test Utility
|
||||
dev-python/systembridgeconnector 3.10.0 4.0.3: System Bridge Connector
|
||||
dev-python/systembridgemodels 4.0.4: System Bridge Models
|
||||
dev-python/tahoma-api 0.0.16: Tahoma Api - Python connect to Tahoma REST API
|
||||
dev-python/tailer 0.4.1: Python tail is a simple implementation of GNU tail and head.
|
||||
dev-python/tailscale 0.6.0: Asynchronous client for the Tailscale API.
|
||||
dev-python/tank-utility 1.5.0: A smart propane tank monitor.
|
||||
dev-python/tapsaff 0.2.1: Provides an API for requesting information from taps-aff.co.uk
|
||||
dev-python/tellcore-net 0.4: a Python module that allow to run tellcore over TCP/IP
|
||||
dev-python/tellcore-py 1.1.2: Python wrapper for Telldus' home automation library
|
||||
dev-python/tellduslive 0.10.11: Communicate with Telldus Live
|
||||
dev-python/tellsticknet 0.1.2: Listen for UDP sensor broadcasts from a Tellstick
|
||||
dev-python/temescal 0.5: Python API for controlling LG speakers
|
||||
dev-python/temperusb 1.6.1: Reads temperature from TEMPerV1 devices (USB 0c45:7401)
|
||||
dev-python/tenacity 8.0.1-r1: General-purpose retrying library
|
||||
dev-python/tesla-fleet-api 0.4.6 0.4.9 0.5.12: Tesla Fleet API library for Python
|
||||
dev-python/tesla-powerwall 0.3.19 0.5.1 0.5.2: API for Tesla Powerwall
|
||||
dev-python/tesla-wall-connector 1.0.2: API Library for communicating with a Tesla Wall Connector
|
||||
dev-python/teslajsonpy 0.18.3: A library to work with Tesla API.
|
||||
dev-python/tessie-api 0.0.9: A small python package that wraps up the Tessie API
|
||||
dev-python/tf-models-official 2.5.0: TensorFlow Official Models
|
||||
dev-python/thermobeacon-ble 0.6.2: Parser for Thermobeacon devices
|
||||
dev-python/thermopro-ble 0.5.0 0.9.0 0.10.0: Thermopro BLE Sensors
|
||||
dev-python/thermoworks-smoke 0.1.8: Pull data for your thermoworks smoke thermometer
|
||||
dev-python/thingspeak 1.0.0: Client library for the thingspeak.com API
|
||||
dev-python/tikteck 0.4: Python API for controlling Tikteck LED bulbs
|
||||
dev-python/tilt-ble 0.2.3: Parser for Tilt BLE devices
|
||||
dev-python/titlecase 2.3: Python Port of John Gruber's titlecase.pl
|
||||
dev-python/tmb 0.0.4: Library that interacts with TMB API
|
||||
dev-python/todoist-api-python 2.1.2: Official Python SDK for the Todoist REST API.
|
||||
dev-python/todoist-python 8.0.0: todoist-python - The official Todoist Python API library
|
||||
dev-python/tololib 1.1.0: Python Library for Controlling TOLO Sauna/Steam Bath Devices
|
||||
dev-python/toonapi 0.3.0: Asynchronous Python client for the Quby ToonAPI.
|
||||
dev-python/total-connect-client 2023.2 2023.12.1 2024.5: Interact with Total Connect 2 alarm systems
|
||||
dev-python/tp-connected 0.0.4: TP-Link LTE modem API
|
||||
dev-python/tplink-omada-client 1.3.2 1.3.11 1.3.12: Python wrapper for TP-Link Omada SDN Controller API (OC200/OC300/Software Controller)
|
||||
dev-python/tqdm 4.66.2: Add a progress meter to your loops in a second
|
||||
dev-python/transmission-rpc 7.0.3: Python module that implements the Transmission bittorent client JSON-RPC protocol
|
||||
dev-python/transmissionrpc 0.11: Python module that implements the Transmission bittorent client RPC protocol.
|
||||
dev-python/ttls 1.5.1: Twinkly Twinkly Little Star
|
||||
dev-python/ttn-client 0.0.4 1.0.0: A python client to fetch/receive and parse uplink messages from The Thinks Network
|
||||
dev-python/tuf 4.0.0 5.0.0: A secure updater framework for Python
|
||||
dev-python/tuya-device-sharing-sdk 0.1.9: A Python sdk for Tuya Open API, which provides IoT capabilities, maintained by Tuya official
|
||||
dev-python/tuya-iot-py-sdk 0.6.6: A Python sdk for Tuya Open API, which provides IoT capabilities, maintained by Tuya official
|
||||
dev-python/twentemilieu 2.0.1: Asynchronous Python client for Twente Milieu API.
|
||||
dev-python/twilio 6.32.0: Helper library for the Twilio API
|
||||
dev-python/twitchAPI 4.0.0: A Python 3.7+ implementation of the Twitch Helix API, its Webhook, PubSub and EventSub
|
||||
dev-python/typer 0.7.0 0.12.3: Typer, build great CLIs. Easy to code. Based on Python type hints.
|
||||
dev-python/typing-extensions 4.4.0: Backported and Experimental Type Hints for Python 3.7+
|
||||
dev-python/typing-inspect 0.7.1: Runtime inspection utilities for typing module.
|
||||
dev-python/tzdata 2022.2: Provider of IANA time zone data
|
||||
dev-python/uModbus 1.0.4: Implementation of the Modbus protocol in pure Python.
|
||||
dev-python/ua-parser 0.10.0: Python port of Browserscope's user agent parser
|
||||
dev-python/uamqp 1.6.0-r1: AMQP 1.0 Client Library for Python
|
||||
dev-python/uart-devices 0.1.0: UART Devices for Linux
|
||||
dev-python/uasiren 0.0.1: Implements siren.pp.ua API - public wrapper for api.ukrainealarm.com API that returns info about Ukraine air-raid alarms.
|
||||
dev-python/uiprotect 1.7.2: Python API for Unifi Protect (Unofficial)
|
||||
dev-python/ulid-transform 0.9.0: Create and transform ULIDs
|
||||
dev-python/ultraheat-api 0.5.7: Reading usage data from the Landys & Gyr Ultraheat heat meter unit
|
||||
dev-python/unicode-rbnf 1.0.0 1.1.0: Rule-based number formatting using Unicode CLDR data
|
||||
dev-python/unifi-ap 0.0.1: Python API for UniFi accesspoints
|
||||
dev-python/unifi-discovery 1.1.7 1.1.8: Discover Unifi Devices
|
||||
dev-python/unifiled 0.11: Easily connect to Ubiquiti Unifi led devices
|
||||
dev-python/universal-silabs-flasher 0.0.18 0.0.20: Tool to flash firmware onto any Silicon Labs radio running EmberZNet, CPC multi-PAN, or just a bare Gecko Bootloader
|
||||
dev-python/uonet-request-signer-hebe 0.1.1: UONET+ (hebe) request signer for Python
|
||||
dev-python/upb-lib 0.5.4 0.5.6: Library for interacting with UPB PIM.
|
||||
dev-python/upcloud-api 2.0.0 2.5.1: UpCloud API Client
|
||||
dev-python/uplink 0.9.7: A Declarative HTTP Client for Python.
|
||||
dev-python/uplink-protobuf 0.1.0: Protocol Buffers (Protobuf) support for Uplink.
|
||||
dev-python/usb-devices 0.4.5: Tools for mapping, describing, and resetting USB devices
|
||||
dev-python/uscisstatus 0.1.1-r1: USCIS Status Checker
|
||||
dev-python/user-agents 2.0-r2: A library to identify devices (phones, tablets) and their capabilities by parsing browser user agent strings.
|
||||
dev-python/uv 0.1.35 0.1.43: A Python package installer and resolver, written in Rust
|
||||
dev-python/uvcclient 0.11.0: A remote control client for Ubiquiti's UVC NVR
|
||||
dev-python/vacuum-map-parser-base 0.1.2 0.1.3: Common code for vacuum map parsers
|
||||
dev-python/vacuum-map-parser-roborock 0.1.1 0.1.2: Functionalities for Roborock vacuum map parsing
|
||||
dev-python/vallox-websocket-api 4.0.2 4.0.3 5.1.0 5.1.1: Vallox WebSocket API
|
||||
dev-python/vehicle 2.2.1: Asynchronous Python client providing RDW vehicle information.
|
||||
dev-python/velbus-aio 2023.12.0 2024.4.1 2024.5.1: Python Library for the Velbus protocol based on asyncio
|
||||
dev-python/venstarcolortouch 0.19: Interface Library for Venstar ColorTouch Thermostat API v5
|
||||
dev-python/vilfo-api-client 0.4.1 0.5.0: Simple wrapper client for the Vilfo router API
|
||||
dev-python/vincenty 0.1.4: Calculate the geographical distance between 2 points with extreme accuracy.
|
||||
dev-python/voip-utils 0.1.0: Voice over IP Utilities
|
||||
dev-python/vol 0.1.1: volume control in the shell for your mac
|
||||
dev-python/volkszaehler 0.4.0: Python Wrapper for interacting with the Volkszahler API.
|
||||
dev-python/voluptuous 0.13.1-r1 0.14.1: A Python data validation library
|
||||
dev-python/voluptuous-openapi 0.0.4: Convert voluptuous schemas to OpenAPI Schema object
|
||||
dev-python/voluptuous-serialize 2.6.0: Convert voluptuous schemas to dictionaries
|
||||
dev-python/volvooncall 0.10.3: Communicate with VOC
|
||||
dev-python/vsure 2.6.6: Read and change status of verisure devices through mypages.
|
||||
dev-python/vtjp 0.2.1: Vasttrafik API
|
||||
dev-python/vulcan-api 2.3.0 2.3.2: Nieoficjalne API do dzienniczka elektronicznego UONET+
|
||||
dev-python/vultr 0.1.2: Vultr.com API Client
|
||||
dev-python/wakeonlan 2.1.0: A small python module for wake on lan.
|
||||
dev-python/wallbox 0.4.14 0.6.0: Module for interacting with Wallbox EV charger api
|
||||
dev-python/waqiasync 1.0.0: asyncio-friendly python API for aqicn.org
|
||||
dev-python/warrant-lite 1.0.4-r1: Small Python library for process SRP requests for AWS Cognito.
|
||||
dev-python/watchdog 2.3.1: Python API and shell utilities to monitor file system events
|
||||
dev-python/waterfurnace 1.1.0: Python interface for waterfurnace geothermal systems
|
||||
dev-python/weatherflow4py 0.1.17 0.2.20 0.2.21: Simple Python library used by Home Assistant to interact with the WeatherFlow RESTApi
|
||||
dev-python/webexteamssdk 1.1.1: Community-developed Python SDK for the Webex Teams APIs
|
||||
dev-python/webmin-xmlrpc 0.0.1 0.0.2: Provides a python interface to interact with the Webmin XML-RPC API.
|
||||
dev-python/webrtc-noise-gain 1.2.3: Noise suppression and automatic gain with webrtc
|
||||
dev-python/webrtcvad 2.0.10: Python interface to the Google WebRTC Voice Activity Detector (VAD)
|
||||
dev-python/whirlpool-sixth-sense 0.18.4 0.18.7 0.18.8: Unofficial API for Whirlpool's 6th Sense appliances
|
||||
dev-python/whois 0.9.27: Python package for retrieving WHOIS information of domains.
|
||||
dev-python/wiffi 1.1.2: Python 3 package to interface devices from STALL WIFFI.
|
||||
dev-python/wirelesstagpy 0.8.1: Simple python wrapper over wirelesstags REST API
|
||||
dev-python/withings-api 2.4.0: Library for the Withings API
|
||||
dev-python/wled 0.17.0 0.17.1 0.18.0: Asynchronous Python client for WLED.
|
||||
dev-python/wolf-comm 0.0.6 0.0.7 0.0.8: A package to communicate with Wolf SmartSet Cloud
|
||||
dev-python/wolf-smartset 0.1.11: A package to communicate with Wolf Smart Set Cloud
|
||||
dev-python/wolf_smartset 0.1.11: A package to comunicate with Wolf Smart Set Cloud
|
||||
dev-python/wyoming 1.5.3 1.5.4: Protocol for Rhasspy Voice Assistant
|
||||
dev-python/xbee-helper 0.0.7: a high level API to an XBee device
|
||||
dev-python/xbox-webapi 2.0.11: A library to authenticate with Windows Live/Xbox Live and use their API
|
||||
dev-python/xboxapi 2.0.1: A wrapper library for XboxAPI.com
|
||||
dev-python/xiaomi-ble 0.21.1 0.23.1 0.25.2 0.28.0: Manage Xiaomi BLE devices
|
||||
dev-python/xknx 2.11.2 2.12.0 2.12.2: An Asynchronous Library for the KNX protocol. Documentation: https://xknx.io/
|
||||
dev-python/xknxproject 3.4.0 3.6.0 3.7.0 3.7.1: A library to gather information from ETS project files used for KNX
|
||||
dev-python/xmlsec 1.3.12-r3: Python bindings for the XML Security Library
|
||||
dev-python/xmltodict 0.12.0-r1: Makes working with XML feel like you are working with JSON
|
||||
dev-python/xs1-api-client 3.0.0: A library to get and set values of the EZcontrol XS1 Gateway
|
||||
dev-python/yagrc 1.1.2: Yet another gRPC reflection client
|
||||
dev-python/yalesmartalarmclient 0.3.9: Interact with Yale Smart Alarm systems
|
||||
dev-python/yalexs 1.11.4 2.0.0 3.0.1 3.1.0: Python API for Yale Access (formerly August) Smart Lock and Doorbell
|
||||
dev-python/yalexs-ble 2.4.0 2.4.1 2.4.2: Bluetooth control of Yale and August locks
|
||||
dev-python/yarl 1.9.2: Yet another URL library
|
||||
dev-python/yeelight 0.7.14: A Python library for controlling YeeLight RGB bulbs.
|
||||
dev-python/yeelightsunflower 0.0.10: Python package for interacting with Yeelight Sunflower bulbs
|
||||
dev-python/yolink-api 0.3.7 0.4.2 0.4.4: A library to authenticate with yolink device
|
||||
dev-python/youless-api 1.0.1 1.1.1: A bridge for python to the YouLess sensor
|
||||
dev-python/youtubeaio 1.1.5: Asynchronous Python client for YouTube V3 API.
|
||||
dev-python/zamg 0.3.3 0.3.5 0.3.6: Asynchronous Python client for ZAMG weather data.
|
||||
dev-python/zeep 4.2.1: A modern/fast Python SOAP client based on lxml / requests
|
||||
dev-python/zengge 0.2: Python API for controlling Zengge LED bulbs
|
||||
dev-python/zeroconf 0.128.5: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
|
||||
dev-python/zeversolar 0.3.1: Simple Python wrapper for the local CGI provided by ZeverSolar
|
||||
dev-python/zha-quirks 0.0.112 0.0.114 0.0.115 0.0.116: Library implementing Zigpy quirks for ZHA in Home Assistant
|
||||
dev-python/zhong-hong-hvac 1.0.9 1.0.12: Python library for interfacing with ZhongHong HVAC controller
|
||||
dev-python/ziggo-mediabox-xl 1.1.0: Python interface to Ziggo's Mediabox XL
|
||||
dev-python/zigpy 0.63.4 0.63.5 0.64.0 0.64.1: Library implementing a ZigBee stack
|
||||
dev-python/zigpy-deconz 0.22.4 0.23.0 0.23.1: A library which communicates with Deconz radios for zigpy
|
||||
dev-python/zigpy-xbee 0.20.1: A library which communicates with XBee radios for zigpy
|
||||
dev-python/zigpy-zigate 0.12.0: A library which communicates with ZiGate radios for zigpy
|
||||
dev-python/zigpy-znp 0.12.1: A library for zigpy which communicates with TI ZNP radios
|
||||
dev-python/zlib-ng 0.2.0: Drop-in replacement for zlib and gzip modules using zlib-ng
|
||||
dev-python/zm-py 0.5.2-r1 0.5.4: A loose python wrapper around the ZoneMinder REST API.
|
||||
dev-python/zwave-js-server-python 0.55.3 0.55.4 0.56.0: Python wrapper for zwave-js-server
|
||||
dev-python/zwave-me-ws 0.4.3: Library, implementing websocket connection to ZWave-Me
|
||||
dev-vcs/pre-commit 3.6.2 3.7.1: A framework for managing and maintaining multi-language Git pre-commit hooks
|
||||
media-libs/lv2 1.18.10: A simple but extensible successor of LADSPA
|
||||
net-misc/yt-dlp 2023.09.24 2023.10.13 2023.11.16: youtube-dl fork with additional features and fixes
|
||||
sci-geosciences/GeographicLib 1.52-r3: C++ library for converting geographic coordinate systems
|
||||
sci-geosciences/aranet4 2.2.2 2.3.3 2.3.4: Aranet4 and Aranet2 Python client
|
||||
sci-geosciences/geopy 2.1.0 2.3.0-r2: Python client for several popular geocoding web services
|
||||
sci-libs/tensorflow 2.5.0-r3: Computation framework using data flow graphs for scalable machine learning
|
||||
sys-libs/tdb 1.4.10: Simple database API
|
||||
virtual/mqtt 1: Virtual for Home Assistant MQTT
|
@ -0,0 +1 @@
|
||||
Mon, 19 Aug 2024 18:34:04 +0000
|
1432
profiles/use.local.desc
Normal file
1432
profiles/use.local.desc
Normal file
@ -0,0 +1,1432 @@
|
||||
# This file is deprecated as per GLEP 56 in favor of metadata.xml.
|
||||
# Please add your descriptions to your package's metadata.xml ONLY.
|
||||
# * generated automatically using pmaint *
|
||||
|
||||
app-misc/homeassistant:abode - Library for the Abode alarm API
|
||||
app-misc/homeassistant:accuweather - Uses the AccuWeather web service as a source for weather data
|
||||
app-misc/homeassistant:acer_projector - Allows you to control the state of RS232 connected projectors from Acer
|
||||
app-misc/homeassistant:acmeda - Control and monitor covers via your Rolelase Acmeda Automate hub
|
||||
app-misc/homeassistant:adguard - Monitor your ad- and tracker-blocking DNS server
|
||||
app-misc/homeassistant:ads - Beckhoff automation devices running TwinCAT
|
||||
app-misc/homeassistant:aftership - The aftership platform allows one to track deliveries by AfterShip
|
||||
app-misc/homeassistant:agent_dvr - Agent DVR is a free* software DVR solution
|
||||
app-misc/homeassistant:airly - Uses the Airly web service as a source for air quality data
|
||||
app-misc/homeassistant:airvisual - Airvisual sensor platform queries the AirVisual cloud API for air quality data
|
||||
app-misc/homeassistant:aladdin_connect - The aladdin_connect cover platform lets you control Genie Aladdin Connect garage
|
||||
app-misc/homeassistant:alarmdecoder - AlarmDecoder extended
|
||||
app-misc/homeassistant:almond - Almond is an open, privacy-preserving virtual assistant by Stanford Open Virtual
|
||||
app-misc/homeassistant:alpha_vantage - The alpha_vantage sensor platform uses Alpha Vantage to monitor the stock market
|
||||
app-misc/homeassistant:ambiclimate - Communicate with Ambiclimate devices
|
||||
app-misc/homeassistant:ambient_station - Retrieves local weather information from Ambient Weather
|
||||
app-misc/homeassistant:amcrest - Integrate your Amcrest or Dahua IP camera
|
||||
app-misc/homeassistant:ampio - Will query the open data API of ampio.pl to monitor air quality sensor station
|
||||
app-misc/homeassistant:analytics_insights - allows you to get integration usage statistics into Home Assistant
|
||||
app-misc/homeassistant:android_ip_webcam - The android_ip_webcam integration turns any Android phone or tablet into a netwo
|
||||
app-misc/homeassistant:androidtv - Library for controlling an Android TV, formerly firetv
|
||||
app-misc/homeassistant:androidtv_remote - allows you to control an Android TV and launching apps
|
||||
app-misc/homeassistant:anthemav - Both Anthem’s current and last generation of A/V Receivers and Processors suppor
|
||||
app-misc/homeassistant:apache_kafka - Sends all state changes from Home Assistant to a Apache Kafka topic
|
||||
app-misc/homeassistant:apcupsd - Query Apcupsd status information from Home Assistant
|
||||
app-misc/homeassistant:apple_tv - Library for controlling an Apple TV
|
||||
app-misc/homeassistant:apprise - The Apprise service is an all-in-one solution to open up Home Assistant
|
||||
app-misc/homeassistant:aquostv - The aquostv platform allows you to control a Sharp Aquos TV
|
||||
app-misc/homeassistant:arcam_fmj - Control Arcam receivers from Home Assistant
|
||||
app-misc/homeassistant:aruba - Presence detection by looking at connected devices to an Aruba Instant device
|
||||
app-misc/homeassistant:asuswrt - Api wrapper for Asuswrt
|
||||
app-misc/homeassistant:aten_pe - The aten_pe integration lets you control ATEN Rack PDUs from Home Assistant
|
||||
app-misc/homeassistant:atome - The atome sensor platform is retrieving the consumption of your home from the Di
|
||||
app-misc/homeassistant:august - The august integration allows you to integrate your August devices in Home Assis
|
||||
app-misc/homeassistant:aurora_abb_powerone - This implements a direct RS485 connection to a solar inverter in the PVI-3.0/3.6
|
||||
app-misc/homeassistant:avea - Library for Elgato Avea bulbs
|
||||
app-misc/homeassistant:avion - Support for the Avi-on Bluetooth dimmer switch Avi-on
|
||||
app-misc/homeassistant:awair - Library to integrate the Awair GraphQL API into Home Assistant
|
||||
app-misc/homeassistant:axis - Communicating with newer devices from Axis Communications
|
||||
app-misc/homeassistant:backup - allows you to create and download backups for your Home Assistant Core
|
||||
app-misc/homeassistant:baidu - Text-to-speech platform uses Baidu TTS engine to read a text with natural soundi
|
||||
app-misc/homeassistant:beewi_smartclim - BeeWi SmartClim BLE is a Bluetooth Low Energy sensor device
|
||||
app-misc/homeassistant:bh1750 - Allows you to read the ambient light level in Lux from a BH1750FVI sensor connec
|
||||
app-misc/homeassistant:bitcoin - Displays various details about the Bitcoin network
|
||||
app-misc/homeassistant:bizkaibus - The bizkaibus sensor will give you the time until the next bus in the selected s
|
||||
app-misc/homeassistant:blackbird - Control Monoprice Blackbird Matrix Switch using a serial connection
|
||||
app-misc/homeassistant:blebox - BleBox produces small, low-power, surprisingly affordable, feature-rich WiFi dev
|
||||
app-misc/homeassistant:blink - Get events from Blink camera and security systems
|
||||
app-misc/homeassistant:blinksticklight - The blinkstick platform lets you control your Blinkstick lights
|
||||
app-misc/homeassistant:blinkt - The blinkt light platform lets you control the Blinkt! board, featuring eight su
|
||||
app-misc/homeassistant:blockchain - Displays Bitcoin wallet balances from blockchain.info
|
||||
app-misc/homeassistant:bluetooth - The Bluetooth integration will detect nearby Bluetooth devices
|
||||
app-misc/homeassistant:bluetooth_le_tracker - Tracks Bluetooth low-energy devices periodically based on interval_seconds value
|
||||
app-misc/homeassistant:bluetooth_tracker - Discovers new devices on boot and tracks Bluetooth devices periodically
|
||||
app-misc/homeassistant:bme280 - Bosch BME280 Environmental sensor connected via I2c bus (SDA, SCL pins)
|
||||
app-misc/homeassistant:bme680 - Read temperature, humidity, pressure and gas resistance values of a Bosch BME680
|
||||
app-misc/homeassistant:bmw_connected_drive - Retrieve data from the BMW Connected Drive
|
||||
app-misc/homeassistant:bond - Asynchronous Python wrapper library over Bond Local API
|
||||
app-misc/homeassistant:braviatv - Control almost all Sony Bravia TV 2013 and newer
|
||||
app-misc/homeassistant:bring - allows you to interact with your Bring! shopping lists within Home Assistant
|
||||
app-misc/homeassistant:broadlink - Allows you to interact with Broadlink remote control devices
|
||||
app-misc/homeassistant:brottsplatskartan - brottsplatskartan sensor allows one to track reported incidents
|
||||
app-misc/homeassistant:brunt - The brunt platform allows one to control Blind Engines by Brunt
|
||||
app-misc/homeassistant:bsblan - This integration integrates BSBLan device into Home Assistant
|
||||
app-misc/homeassistant:bt_home_hub_5 - Offers presence detection by looking at connected devices to a BT Home
|
||||
app-misc/homeassistant:bt_smarthub - Presence detection by looking at BT Smart Hub based routers
|
||||
app-misc/homeassistant:buienradar - Integrate buienradar weather data into Home Assistant
|
||||
app-misc/homeassistant:caldav - Integrate a CalDAV (RFC4791) calendar in Home Assistant
|
||||
app-misc/homeassistant:camera - The camera integration allows you to use IP cameras with Home Assistant
|
||||
app-misc/homeassistant:canary - Allows you to integrate your Canary devices from Home Assistant
|
||||
app-misc/homeassistant:cast - Let Home Assitant talk to Google Chromecast
|
||||
app-misc/homeassistant:cisco_mobility_express - ciscomobilityexpress support for Home Assistant
|
||||
app-misc/homeassistant:cli - Set a dependency for Home Assistant Cli hass-cli (lots of modules required)
|
||||
app-misc/homeassistant:co2signal - Queries the CO2Signal API for the CO2 intensity of a specific region
|
||||
app-misc/homeassistant:compensation - Compensation integration consumes the state from other sensors
|
||||
app-misc/homeassistant:coronavirus - Add sensors for COVID-19 infections from Johns Hopkins University
|
||||
app-misc/homeassistant:daikin - Integrate Daikin wireless controllers into Home Assistant
|
||||
app-misc/homeassistant:deconz - Add deCONZ ConBee/RaspBee Zigbee gateways to Home Assistant
|
||||
app-misc/homeassistant:delijn - De Lijn public transport network in Flanders
|
||||
app-misc/homeassistant:denonavr - Automation Library for Denon AVR receivers
|
||||
app-misc/homeassistant:deutsche_bahn - will give you the departure time of the next train for the given connection
|
||||
app-misc/homeassistant:devolo_home_control - Add Devolo Home-control to Home Assistant
|
||||
app-misc/homeassistant:dexcom - View your CGM data from Dexcom from Home Assistant
|
||||
app-misc/homeassistant:dhcp - will watch the network for DHCP requests for supported devices and services
|
||||
app-misc/homeassistant:dht - Get the current temperature and humidity from a DHT11, DHT22 or AM2302 device
|
||||
app-misc/homeassistant:discogs - Discogs Client for Home Assistant
|
||||
app-misc/homeassistant:discord - Send messages to the user using Discord from Home Assistant
|
||||
app-misc/homeassistant:discovery - Automatically configure zeroconf/mDNS and UPnP devices in Home Assistant
|
||||
app-misc/homeassistant:dlna_dmr - Allows you to control a DLNA Digital Media Renderer
|
||||
app-misc/homeassistant:dlna_dms - allows you to browse and play media from a DLNA Digital Media Server
|
||||
app-misc/homeassistant:doorbird - The doorbird implementation allows you to integrate your DoorBird device
|
||||
app-misc/homeassistant:dunehd - control a Dune HD media player
|
||||
app-misc/homeassistant:dwd_weather_warnings - dwd_weather_warnings sensor platform uses DWD for warnings
|
||||
app-misc/homeassistant:dynalite - Dynalite DyNET interface forHome Assistant
|
||||
app-misc/homeassistant:dyson - integrate all Dyson related platforms into Home Assistant
|
||||
app-misc/homeassistant:ecobee - Talk to Ecobee thermostats from Home Assistant
|
||||
app-misc/homeassistant:ecowitt - add Ecowitt Weather station to your Home Assistant
|
||||
app-misc/homeassistant:emulated_roku - Emulate Roku API for Harmony and Android remotes
|
||||
app-misc/homeassistant:enigma2 - Support for Enigma2 boxes with openwebif support
|
||||
app-misc/homeassistant:enocean - Support for Enocean devices in Home Assistant
|
||||
app-misc/homeassistant:enphase_envoy - Reads electricity production and consumption from an Enphase Envoy
|
||||
app-misc/homeassistant:environment_canada - Access meteorological data from Environment Canada from Home Assistant
|
||||
app-misc/homeassistant:esphome - Support for esphome sensors, covers and switches and it's dashboard
|
||||
app-misc/homeassistant:everlights - Library for controlling an EverLights lighting system
|
||||
app-misc/homeassistant:evohome - links with all non-US Honeywell Total Connect Comfort (TCC) CH/DHW systems
|
||||
app-misc/homeassistant:ffmpeg - allows other Home Assistant integrations to process video and audio streams
|
||||
app-misc/homeassistant:fibaro - Fibaro hub is a controller mainly connecting to Z-Wave devices
|
||||
app-misc/homeassistant:file - Store notifications as a file
|
||||
app-misc/homeassistant:flume - monitors the real-time status of your home water meter
|
||||
app-misc/homeassistant:flunearyou - allows users in the US to get information from Flu Near You
|
||||
app-misc/homeassistant:flux_led - flux_led support is integrated into Home Assistant as a light platform
|
||||
app-misc/homeassistant:foobot - fetch air quality data from your Foobot device
|
||||
app-misc/homeassistant:forecast_solar - Asynchronous Python client for getting forecast solar information
|
||||
app-misc/homeassistant:fortios - device tracking of devices with a MAC address connected to a FortiGate
|
||||
app-misc/homeassistant:freebox - allows you to observe and control Freebox router
|
||||
app-misc/homeassistant:fritz - The fritz platform offers presence detection for Home Assistant
|
||||
app-misc/homeassistant:fritzbox - Allows you to integrate the switch and climate devices in Home Assistant
|
||||
app-misc/homeassistant:fritzbox_callmonitor - monitors the call monitor exposed by AVM FRITZ!Box routers on TCP port 1012
|
||||
app-misc/homeassistant:fronius - Add (very basic) Support for Fronius Symo JSON Api to Home Assistant
|
||||
app-misc/homeassistant:garmin_connect - The Garmin Connect sensor allows you to expose data from Garmin Connect
|
||||
app-misc/homeassistant:gios - Source for air quality data for Home Assistant
|
||||
app-misc/homeassistant:github - GitHub sensor integrates data from GitHub to monitor your favorite repositories
|
||||
app-misc/homeassistant:glances - Allows you to monitor the system information provided by the Glances API
|
||||
app-misc/homeassistant:gogogate2 - Control Gogogate2-Enabled garage doors from Home Assistant
|
||||
app-misc/homeassistant:greeneye_monitor - Allows you to create sensors for the various data channels of the GEM
|
||||
app-misc/homeassistant:growatt_server - Talk to growatt server from Home Assistant
|
||||
app-misc/homeassistant:guardian - Integrates Elexa Guardian water valve controllers into Home Assistant
|
||||
app-misc/homeassistant:harman_kardon_avr - Allows you to control Harman Kardon Network Receivers
|
||||
app-misc/homeassistant:harmony - Logitech Harmony support for Home Assistant
|
||||
app-misc/homeassistant:heos - Controlling HEOS devices through the HEOS CLI Protocol from Home Assistant
|
||||
app-misc/homeassistant:here_travel_time - here_travel_time sensor provides travel time from the HERE Routing API
|
||||
app-misc/homeassistant:holiday - create a calendar of holidays in Home Assistant for powering automations
|
||||
app-misc/homeassistant:homekit - Integrate HomeKit controller and accessory in Home Assistant
|
||||
app-misc/homeassistant:homekit_controller - Allows you to connect accessories with the “Works with HomeKit” logo
|
||||
app-misc/homeassistant:homematic - An API for the homematicip cloud
|
||||
app-misc/homeassistant:homematicip_cloud - A python wrapper for the homematicIP REST API (Access Point Based)
|
||||
app-misc/homeassistant:hp_ilo - Query HP Integrated Lights out XML interfaces from Home Assistant
|
||||
app-misc/homeassistant:http - Serves all files and data required for the Home Assistant frontend
|
||||
app-misc/homeassistant:hue - talk to Philips Hue
|
||||
app-misc/homeassistant:hydrawise - communicate with Hunter Wi-Fi irrigation controllers
|
||||
app-misc/homeassistant:iaqualink - iAqualink by Jandy allows you to control your pool via cloud service
|
||||
app-misc/homeassistant:ibeacon - Adding iBeacon Tracker to your Home Assistant instance
|
||||
app-misc/homeassistant:ihc - use IHC Python SDK
|
||||
app-misc/homeassistant:image_upload - handle image assets in Home Assistant
|
||||
app-misc/homeassistant:imap - observing your IMAP server and reporting the amount of unread emails
|
||||
app-misc/homeassistant:incomfort - client for Intergas InComfort/InTouch Lan2RF systems
|
||||
app-misc/homeassistant:influxdb - transfer sensor data to a local InfluxDB database
|
||||
app-misc/homeassistant:insteon - allowing linked INSTEON devices to be used
|
||||
app-misc/homeassistant:intesishome - communications with IntesisHome Smart AC Controllers
|
||||
app-misc/homeassistant:ipma - ipma weather platform
|
||||
app-misc/homeassistant:ipp - read current data from your networked printer
|
||||
app-misc/homeassistant:isal - Intelligent Storage Acceleration, is used for accelerating aiohttp
|
||||
app-misc/homeassistant:islamic_prayer_times - integration displays the various prayer times for Muslims as sensors
|
||||
app-misc/homeassistant:jewish_calendar - Displays information related to the Jewish Calendar as a variety of sensors
|
||||
app-misc/homeassistant:joaoapps_join - joaoapps_join integration exposes services from Join
|
||||
app-misc/homeassistant:kef - KEF wireless speakers
|
||||
app-misc/homeassistant:knx - Asynchronous Library for the KNX protocol
|
||||
app-misc/homeassistant:kodi - control a Kodi multimedia system
|
||||
app-misc/homeassistant:kraken - allows you to monitor exchange rates on kraken.com
|
||||
app-misc/homeassistant:lifx - The lifx integration allows you to integrate your LIFX into Home Assistant
|
||||
app-misc/homeassistant:linode - allows you to access the information about your Linode systems
|
||||
app-misc/homeassistant:litterrobot - Wi-Fi-enabled, automatic, self-cleaning litter box for cats
|
||||
app-misc/homeassistant:local_calendar - create a calendar of events in Home Assistant
|
||||
app-misc/homeassistant:local_todo - The Local to-do list integration allows you to create to-do lists in Home Assist
|
||||
app-misc/homeassistant:loopenergy - Integrate your Loop Energy meter information into Home Assistant
|
||||
app-misc/homeassistant:luci - fetch connected devices from your OpenWrt
|
||||
app-misc/homeassistant:luftdaten - query the open data API of luftdaten.info to monitor air quality
|
||||
app-misc/homeassistant:mariadb - WIP: set dependencies for mariadb-connector-python
|
||||
app-misc/homeassistant:matter - control Matter devices on your local WiFi or Thread network
|
||||
app-misc/homeassistant:maxcube - eQ-3 ELV MAX Cube Python API
|
||||
app-misc/homeassistant:media_extractor - Gets a stream URL and sends it to a media player entity
|
||||
app-misc/homeassistant:met - met platform uses the Met.no web service as a source for meteorological data
|
||||
app-misc/homeassistant:meteo_france - uses the meteorological data from Meteo-France
|
||||
app-misc/homeassistant:mfi - sensor platform to allow you to monitor mFi mPort interface and sensors
|
||||
app-misc/homeassistant:mikrotik - add support for MikroTik RouterOS API
|
||||
app-misc/homeassistant:mobile_app - allows Home Assistant mobile apps to easily integrate with Home Assistant
|
||||
app-misc/homeassistant:modbus - sensors and switches controlled over MODBUS serial, TCP, and UDP connections
|
||||
app-misc/homeassistant:mosquitto - Set a runtime dependency for Mosquitto MQTT broker
|
||||
app-misc/homeassistant:mqtt - install MQTT Broker and dependencies
|
||||
app-misc/homeassistant:mysql - set dependencies to install MySQL Libraries for use with HomeAssistant
|
||||
app-misc/homeassistant:nad - allows you to control a NAD receiver through RS232, TCP and Telnet
|
||||
app-misc/homeassistant:nederlandse_spoorwegen - train service in the Netherlands
|
||||
app-misc/homeassistant:netatmo - Access to Netatmo weather station data
|
||||
app-misc/homeassistant:netdata - API for interacting with Netdata
|
||||
app-misc/homeassistant:nextcloud - pulls summary Nextcloud information into Home Assistant
|
||||
app-misc/homeassistant:nfandroidtv - Notifications for Android TV and Notifications for Fire TV
|
||||
app-misc/homeassistant:nmap_tracker - Presence detection for Home Assistant with nmap
|
||||
app-misc/homeassistant:notify_events - The Notify.Events service is a platform for the notify component
|
||||
app-misc/homeassistant:nuki - control Nuki Smart Locks
|
||||
app-misc/homeassistant:nut - monitor a UPS (battery backup) by using data from a NUT (Network UPS Tools)
|
||||
app-misc/homeassistant:nws - uses the National Weather Service web API
|
||||
app-misc/homeassistant:nx584 - NX584/NX8E Interface Library and Server
|
||||
app-misc/homeassistant:octoprint - The main integration to integrate OctoPrint sensors
|
||||
app-misc/homeassistant:onkyo - allows you to control a Onkyo, Integra and some recent Pioneer receivers
|
||||
app-misc/homeassistant:onvif - allows you to use an ONVIF Profile S conformant device
|
||||
app-misc/homeassistant:opengarage - opengarage cover platform lets you control the open-source OpenGarage.io device
|
||||
app-misc/homeassistant:opensensemap - query the open data API of openSenseMap.org air quality sensor station
|
||||
app-misc/homeassistant:openweathermap - uses OpenWeatherMap as a source for current meteorological data
|
||||
app-misc/homeassistant:opnsense - Presence Detection with data from OPNsense firewall
|
||||
app-misc/homeassistant:otp - generates One-Time Passwords according to RFC6238
|
||||
app-misc/homeassistant:owntracks - OwnTracks: track your location and send it directly to Home Assistant
|
||||
app-misc/homeassistant:ozw - Open Zwave MQTT
|
||||
app-misc/homeassistant:panasonic_viera - panasonic_viera platform allows you to control a Panasonic Viera TV
|
||||
app-misc/homeassistant:philips_js - allows you to control Philips TVs which expose the jointSPACE JSON-API
|
||||
app-misc/homeassistant:pi_hole - retrieve statistics and interact with a Pi-hole system
|
||||
app-misc/homeassistant:pilight - Pilight is a open source solution to communicate with 433 MHz devices
|
||||
app-misc/homeassistant:ping - use the great ICMPLib for Presence Detection and as a binary Sensor
|
||||
app-misc/homeassistant:plex - Python bindings for the Plex API
|
||||
app-misc/homeassistant:plugwise - Plugwise_Smile (Anna/Adam/P1/Stretch) API to use in conjunction with Home Assist
|
||||
app-misc/homeassistant:poolsense - PoolSense is a smart pool monitor
|
||||
app-misc/homeassistant:powerwall - API for Tesla Powerwall
|
||||
app-misc/homeassistant:ps4 - allows you to control a Sony PlayStation 4 console
|
||||
app-misc/homeassistant:python_script - write Python scripts that are exposed as services in Home Assistant
|
||||
app-misc/homeassistant:qnap - Python API for obtaining QNAP NAS system stats
|
||||
app-misc/homeassistant:qvr_pro - QVR Pro allows you to connect to cams configured on your QNAP NAS
|
||||
app-misc/homeassistant:rachio - The rachio platform allows you to control your Rachio irrigation system
|
||||
app-misc/homeassistant:radio_browser - use the directory of radio stations collected on Radio Browser in Home Assistant
|
||||
app-misc/homeassistant:rainbird - allows interacting with LNK WiFi module of the Rain Bird Irrigation system
|
||||
app-misc/homeassistant:rainmachine - integrate all platforms related to RainMachine smart Wi-Fi sprinkler controllers
|
||||
app-misc/homeassistant:recorder - storing details in a database per sqlalchemy
|
||||
app-misc/homeassistant:rejseplanen - travel details for Danish public transport
|
||||
app-misc/homeassistant:rest - rest sensor platform for data exposed by a RESTful API
|
||||
app-misc/homeassistant:ring - integrate your ring.com devices
|
||||
app-misc/homeassistant:roku - add support for Roku players
|
||||
app-misc/homeassistant:roomba - control a iRobot Roomba vacuum or iRobot Braava m-series mop
|
||||
app-misc/homeassistant:roon - allows you to control RoonLabs music players
|
||||
app-misc/homeassistant:samsungtv - Support for Samsung TV Sets
|
||||
app-misc/homeassistant:scrape - scraping information from websites
|
||||
app-misc/homeassistant:season - display astronomical or meteorological season (Spring, Summer, Autumn, Winter)
|
||||
app-misc/homeassistant:shelly - Shelly devices
|
||||
app-misc/homeassistant:shodan - Shodan is a search engine for Internet-connected devices
|
||||
app-misc/homeassistant:signal_messenger - add Support for Moxie's Signal API
|
||||
app-misc/homeassistant:simplisafe - integrates SimpliSafe home security (V2 and V3) systems
|
||||
app-misc/homeassistant:skybell - integrate your Skybell.com doorbells
|
||||
app-misc/homeassistant:sma - add Support for SMA Solar WebConnect
|
||||
app-misc/homeassistant:smappee - integrate Smappee monitors, plugs and switches
|
||||
app-misc/homeassistant:smarthab - control your lights and shutters with the SmartHab integration
|
||||
app-misc/homeassistant:smartthings - use the SmartThings Cloud API
|
||||
app-misc/homeassistant:snmp - Presence Detection, Sensor, Switch via SNMP
|
||||
app-misc/homeassistant:socat - Set a flag to install socat and socat-zwave startscript
|
||||
app-misc/homeassistant:solax - Solax inverter API client
|
||||
app-misc/homeassistant:somfy - Somfy devices via their online service
|
||||
app-misc/homeassistant:sonos - Sonos Media Player Support
|
||||
app-misc/homeassistant:speedtestdotnet - speedtest.net support
|
||||
app-misc/homeassistant:spotify - Spotify media player integration allows you to control Spotify playback
|
||||
app-misc/homeassistant:sql - enables you to use an SQL database supported by the sqlalchemy library
|
||||
app-misc/homeassistant:squeezebox - library to control Logitech Media Server
|
||||
app-misc/homeassistant:ssl - include support for haproxy
|
||||
app-misc/homeassistant:statsd - transfer all state changes to an external StatsD instance
|
||||
app-misc/homeassistant:synology_dsm - monitor getting various statistics from your Synology NAS
|
||||
app-misc/homeassistant:systemd - internal and developer use
|
||||
app-misc/homeassistant:systemmonitor - Allows you to monitor disk usage, memory usage, CPU usage, and running processes
|
||||
app-misc/homeassistant:tankerkoenig - monitor the fuel prices with tankerkoenig.de
|
||||
app-misc/homeassistant:tasmota - Python module to help parse and construct Tasmota MQTT messages
|
||||
app-misc/homeassistant:tellduslive - cloud platform that connects to your Tellstick
|
||||
app-misc/homeassistant:tesla - integration with the Tesla cloud service
|
||||
app-misc/homeassistant:test - internal and developer use
|
||||
app-misc/homeassistant:tile - API for Tile Bluetooth trackers
|
||||
app-misc/homeassistant:tomorrowio - obtain weather, air quality, pollen, and fire information fro tomorrow.io
|
||||
app-misc/homeassistant:toon - client for the Quby ToonAPI
|
||||
app-misc/homeassistant:totalconnect - provides connectivity with the Honeywell TotalConnect alarm systems
|
||||
app-misc/homeassistant:tplink - control your TP-Link Smart Home Devices
|
||||
app-misc/homeassistant:tradfri - Control/observe IKEA Tradfri devices
|
||||
app-misc/homeassistant:tts - Audio metadata tag reader and writer implemented in pure Python
|
||||
app-misc/homeassistant:tuya - integrate all Tuya Smart related platforms
|
||||
app-misc/homeassistant:unifi - talk with a Ubiquiti unifi Controller
|
||||
app-misc/homeassistant:unifi_direct - detect presence by looking at devices connected to a UniFi AP
|
||||
app-misc/homeassistant:upnp - support UPnP/Internet Gateway Device (IGD) Protocol
|
||||
app-misc/homeassistant:usb - USB Discovery integration will watch the host for USB devices
|
||||
app-misc/homeassistant:utility_meter - integration provides functionality to track consumptions of various utilities
|
||||
app-misc/homeassistant:vallox - control any Vallox ventilation unit
|
||||
app-misc/homeassistant:velbus - supports the Velbus USB, serial and TCP/IP gateway
|
||||
app-misc/homeassistant:velux - allows you to connect to a Velux KLF 200 interface
|
||||
app-misc/homeassistant:vera - add support for Vera Z-Wave Controller
|
||||
app-misc/homeassistant:version - display the current Home Assistant versions
|
||||
app-misc/homeassistant:vicare - communicate with the Viessmann ViCare API
|
||||
app-misc/homeassistant:vizio - allows you to control SmartCast-compatible TVs
|
||||
app-misc/homeassistant:wake_on_lan - enables the ability to send magic packets to Wake on LAN capable devices
|
||||
app-misc/homeassistant:waqi - will query World Air Quality Index service
|
||||
app-misc/homeassistant:waze_travel_time - waze_travel_time sensor provides travel time from the Waze
|
||||
app-misc/homeassistant:webostv - allows you to control a LG webOS Smart TV
|
||||
app-misc/homeassistant:wemo - discover and control WeMo devices
|
||||
app-misc/homeassistant:whois - perform daily WHOIS lookups
|
||||
app-misc/homeassistant:wink - support for Wink Z-Wave Plus Smart Hub
|
||||
app-misc/homeassistant:withings - add support for Withings Health API
|
||||
app-misc/homeassistant:wled - add support for Aircookie's WLED
|
||||
app-misc/homeassistant:workday - generating country, province and state specific sets of holidays on the fly
|
||||
app-misc/homeassistant:xbox_live - track Xbox profiles
|
||||
app-misc/homeassistant:xiaomi_aqara - allows you to integrate Xiaomi Aqara-compatible devices
|
||||
app-misc/homeassistant:xiaomi_miio - add support for Xiaomi smart appliances
|
||||
app-misc/homeassistant:xiaomi_tv - The xiaomi_tv platform allows you to control a Xiaomi TV
|
||||
app-misc/homeassistant:xs1 - get and set values of the EZcontrol XS1 Gateway
|
||||
app-misc/homeassistant:yamaha - Library for Yamaha RX-* Receivers
|
||||
app-misc/homeassistant:yamaha_musiccast - add support for Yamaha MusicCast devices
|
||||
app-misc/homeassistant:yeelight - allows you to control your Yeelight Wifi bulbs
|
||||
app-misc/homeassistant:yi - allows you to utilize Yi Home Cameras within Home Assistant
|
||||
app-misc/homeassistant:zeroconf - will scan the network for supported devices and services
|
||||
app-misc/homeassistant:zerproc - discovers nearby Zerproc lights
|
||||
app-misc/homeassistant:zha - Support for ZHA/deconz based Zigbee/ZNet Devices
|
||||
app-misc/homeassistant:zhong_hong - lets you control Zhonghong HVAC Gateway Controller thermostats
|
||||
app-misc/homeassistant:zoneminder - Support for ZoneMinder Cameras
|
||||
app-misc/homeassistant:zwave - Support for Z-Wave Devices (uncomplete)
|
||||
app-misc/homeassistant:zwave_js - control a Z-Wave network via the Z-Wave JS driver
|
||||
app-misc/homeassistant-full:abode - Library for the Abode alarm API
|
||||
app-misc/homeassistant-full:accuweather - Uses the AccuWeather web service as a source for weather data
|
||||
app-misc/homeassistant-full:acer_projector - Allows you to control the state of RS232 connected projectors from Acer
|
||||
app-misc/homeassistant-full:acmeda - Control and monitor covers via your Rolelase Acmeda Automate hub
|
||||
app-misc/homeassistant-full:adax - Integrates Adax heater into Home Assistant
|
||||
app-misc/homeassistant-full:adguard - Monitor your ad- and tracker-blocking DNS server
|
||||
app-misc/homeassistant-full:ads - Beckhoff automation devices running TwinCAT
|
||||
app-misc/homeassistant-full:advantage_air - API helper for Advantage Air's MyAir and e-zone API
|
||||
app-misc/homeassistant-full:aemet - AEMET OpenData meteorological data
|
||||
app-misc/homeassistant-full:aftership - The aftership platform allows one to track deliveries by AfterShip
|
||||
app-misc/homeassistant-full:agent_dvr - Agent DVR is a free* software DVR solution
|
||||
app-misc/homeassistant-full:airgradient - The AirGradient integration will fetch data from your AirGradient devices
|
||||
app-misc/homeassistant-full:airly - Uses the Airly web service as a source for air quality data
|
||||
app-misc/homeassistant-full:airnow - AirNow web service as a source for air quality data
|
||||
app-misc/homeassistant-full:airq - integrating the sensors provided by your air-Q device
|
||||
app-misc/homeassistant-full:airthings - A python3 library to communicate with Aws
|
||||
app-misc/homeassistant-full:airtouch4 - control Ducted Air Conditioning Systems that are using the AirTouch 4 Controller
|
||||
app-misc/homeassistant-full:airtouch5 - allows you to control ducted air conditioning systems using the AirTouch 5 cont.
|
||||
app-misc/homeassistant-full:airvisual - Airvisual sensor platform queries the AirVisual cloud API for air quality data
|
||||
app-misc/homeassistant-full:airvisual_pro - allows Home Assistant to retrieve data from an AirVisual Node/Pro unit
|
||||
app-misc/homeassistant-full:airzone - This integration allows getting values from the local API of Airzone HVAC zoning
|
||||
app-misc/homeassistant-full:airzone_cloud - This integration interacts with the Cloud API of Airzone devices
|
||||
app-misc/homeassistant-full:aladdin_connect - The aladdin_connect cover platform lets you control Genie Aladdin Connect garage
|
||||
app-misc/homeassistant-full:alarmdecoder - AlarmDecoder extended
|
||||
app-misc/homeassistant-full:almond - Almond is an open, privacy-preserving virtual assistant by Stanford Open Virtual
|
||||
app-misc/homeassistant-full:alpha_vantage - The alpha_vantage sensor platform uses Alpha Vantage to monitor the stock market
|
||||
app-misc/homeassistant-full:amazon_polly - Text-to-speech platform that works with Amazon Polly
|
||||
app-misc/homeassistant-full:ambee - Asynchronous Python client for the Ambee API
|
||||
app-misc/homeassistant-full:amberelectric - Interface to the Amber Electric API, allowing you to download current and foreca
|
||||
app-misc/homeassistant-full:ambiclimate - Communicate with Ambiclimate devices
|
||||
app-misc/homeassistant-full:ambient_network - retrieves local weather station information via the Ambient Weather Network
|
||||
app-misc/homeassistant-full:ambient_station - Retrieves local weather information from Ambient Weather
|
||||
app-misc/homeassistant-full:amcrest - Integrate your Amcrest or Dahua IP camera
|
||||
app-misc/homeassistant-full:ampio - Will query the open data API of ampio.pl to monitor air quality sensor station
|
||||
app-misc/homeassistant-full:analytics_insights - allows you to get integration usage statistics into Home Assistant
|
||||
app-misc/homeassistant-full:android_ip_webcam - The android_ip_webcam integration turns any Android phone or tablet into a netwo
|
||||
app-misc/homeassistant-full:androidtv - Library for controlling an Android TV, formerly firetv
|
||||
app-misc/homeassistant-full:androidtv_remote - allows you to control an Android TV and launching apps
|
||||
app-misc/homeassistant-full:anova - allows you to control Anova sous vides with Wi-Fi capability
|
||||
app-misc/homeassistant-full:anthemav - Both Anthem’s current and last generation of A/V Receivers and Processors suppor
|
||||
app-misc/homeassistant-full:aosmith - control a compatible A. O. Smith iCOMM-enabled water heater from Home Assistant
|
||||
app-misc/homeassistant-full:apache_kafka - Sends all state changes from Home Assistant to a Apache Kafka topic
|
||||
app-misc/homeassistant-full:apcupsd - Query Apcupsd status information from Home Assistant
|
||||
app-misc/homeassistant-full:apns - Use Apple Push Notification service (APNS) to deliver notifications
|
||||
app-misc/homeassistant-full:apple_tv - Library for controlling an Apple TV
|
||||
app-misc/homeassistant-full:apprise - The Apprise service is an all-in-one solution to open up Home Assistant
|
||||
app-misc/homeassistant-full:aprilaire - The Aprilaire integration allows you to control an Aprilaire thermostat
|
||||
app-misc/homeassistant-full:aprs - Tracker integration connects to the APRS-IS
|
||||
app-misc/homeassistant-full:apsystems - allows you to read the data from your APsystems EZ1 microinverter
|
||||
app-misc/homeassistant-full:aqualogic - Provides connectivity to a Hayward/Goldline AquaLogic/ProLogic pool controller
|
||||
app-misc/homeassistant-full:aquostv - The aquostv platform allows you to control a Sharp Aquos TV
|
||||
app-misc/homeassistant-full:aranet - Integrates Aranet devices into Home Assistant
|
||||
app-misc/homeassistant-full:arcam_fmj - Control Arcam receivers from Home Assistant
|
||||
app-misc/homeassistant-full:arduino - deprecated
|
||||
app-misc/homeassistant-full:arlo - Allows you to integrate your Arlo devices into Home Assistant
|
||||
app-misc/homeassistant-full:arris_tg2492lg - Presence detection from an Arris TG2492LG router
|
||||
app-misc/homeassistant-full:aruba - Presence detection by looking at connected devices to an Aruba Instant device
|
||||
app-misc/homeassistant-full:arve - monitor real-life air quality data, as measured by your Arve device
|
||||
app-misc/homeassistant-full:aseko_pool_live - allows you to monitor your Aseko ASIN Aqua dosing systems
|
||||
app-misc/homeassistant-full:assist_pipeline - provides the foundation for the Assist voice assistant in Home Assistant
|
||||
app-misc/homeassistant-full:asterisk_mbox - asterisk_mbox Asterisk Voicemail integration
|
||||
app-misc/homeassistant-full:asuswrt - Api wrapper for Asuswrt
|
||||
app-misc/homeassistant-full:atag - Connect to Atag One thermostats, reporting and setting its status
|
||||
app-misc/homeassistant-full:aten_pe - The aten_pe integration lets you control ATEN Rack PDUs from Home Assistant
|
||||
app-misc/homeassistant-full:atome - The atome sensor platform is retrieving the consumption of your home from the Di
|
||||
app-misc/homeassistant-full:august - The august integration allows you to integrate your August devices in Home Assis
|
||||
app-misc/homeassistant-full:aurora - The aurora platform uses the NOAA Aurora Forecast service to let you know if an
|
||||
app-misc/homeassistant-full:aurora_abb_powerone - This implements a direct RS485 connection to a solar inverter in the PVI-3.0/3.6
|
||||
app-misc/homeassistant-full:aussie_broadband - displays various service metrics using the Aussie Broadband API
|
||||
app-misc/homeassistant-full:avea - Library for Elgato Avea bulbs
|
||||
app-misc/homeassistant-full:avion - Support for the Avi-on Bluetooth dimmer switch Avi-on
|
||||
app-misc/homeassistant-full:avri - deprecated
|
||||
app-misc/homeassistant-full:awair - Library to integrate the Awair GraphQL API into Home Assistant
|
||||
app-misc/homeassistant-full:aws - Interact with Amazon Web Services
|
||||
app-misc/homeassistant-full:axis - Communicating with newer devices from Axis Communications
|
||||
app-misc/homeassistant-full:azure_data_explorer - allows you to forward events to Azure Data Explorer
|
||||
app-misc/homeassistant-full:backup - allows you to create and download backups for your Home Assistant Core
|
||||
app-misc/homeassistant-full:baf - Integrates Big Ass Fans devices into Home Assistant
|
||||
app-misc/homeassistant-full:baidu - Text-to-speech platform uses Baidu TTS engine to read a text with natural soundi
|
||||
app-misc/homeassistant-full:balboa - This integration adds support for Balboa Spa WiFi Modules
|
||||
app-misc/homeassistant-full:bang_olufsen - enables control of some of the features of certain Bang & Olufsen devices
|
||||
app-misc/homeassistant-full:bbb_gpio - Base for all BeagleBone Black related GPIO platforms
|
||||
app-misc/homeassistant-full:bbox - Presence detection from Bbox Modem Router from Bouygues Telecom
|
||||
app-misc/homeassistant-full:beewi_smartclim - BeeWi SmartClim BLE is a Bluetooth Low Energy sensor device
|
||||
app-misc/homeassistant-full:bh1750 - Allows you to read the ambient light level in Lux from a BH1750FVI sensor connec
|
||||
app-misc/homeassistant-full:bitcoin - Displays various details about the Bitcoin network
|
||||
app-misc/homeassistant-full:bizkaibus - The bizkaibus sensor will give you the time until the next bus in the selected s
|
||||
app-misc/homeassistant-full:blackbird - Control Monoprice Blackbird Matrix Switch using a serial connection
|
||||
app-misc/homeassistant-full:blebox - BleBox produces small, low-power, surprisingly affordable, feature-rich WiFi dev
|
||||
app-misc/homeassistant-full:blink - Get events from Blink camera and security systems
|
||||
app-misc/homeassistant-full:blinksticklight - The blinkstick platform lets you control your Blinkstick lights
|
||||
app-misc/homeassistant-full:blinkt - The blinkt light platform lets you control the Blinkt! board, featuring eight su
|
||||
app-misc/homeassistant-full:blockchain - Displays Bitcoin wallet balances from blockchain.info
|
||||
app-misc/homeassistant-full:blue_current - connect to your blue current account to Home Assistant
|
||||
app-misc/homeassistant-full:bluemaestro - Integrates BlueMaestro devices into Home Assistant
|
||||
app-misc/homeassistant-full:bluesound - Allows you to control your Bluesound HiFi wireless speakers and audio integratio
|
||||
app-misc/homeassistant-full:bluetooth - The Bluetooth integration will detect nearby Bluetooth devices
|
||||
app-misc/homeassistant-full:bluetooth_le_tracker - Tracks Bluetooth low-energy devices periodically based on interval_seconds value
|
||||
app-misc/homeassistant-full:bluetooth_tracker - Discovers new devices on boot and tracks Bluetooth devices periodically
|
||||
app-misc/homeassistant-full:bme280 - Bosch BME280 Environmental sensor connected via I2c bus (SDA, SCL pins)
|
||||
app-misc/homeassistant-full:bme680 - Read temperature, humidity, pressure and gas resistance values of a Bosch BME680
|
||||
app-misc/homeassistant-full:bmp280 - Get temperature and pressure values of a Bosch BMP280 Environmental sensor conne
|
||||
app-misc/homeassistant-full:bmw_connected_drive - Retrieve data from the BMW Connected Drive
|
||||
app-misc/homeassistant-full:bond - Asynchronous Python wrapper library over Bond Local API
|
||||
app-misc/homeassistant-full:bosch_shc - integrate your Bosch SHC into Home Assistant
|
||||
app-misc/homeassistant-full:braviatv - Control almost all Sony Bravia TV 2013 and newer
|
||||
app-misc/homeassistant-full:bring - allows you to interact with your Bring! shopping lists within Home Assistant
|
||||
app-misc/homeassistant-full:broadlink - Allows you to interact with Broadlink remote control devices
|
||||
app-misc/homeassistant-full:brottsplatskartan - brottsplatskartan sensor allows one to track reported incidents
|
||||
app-misc/homeassistant-full:brunt - The brunt platform allows one to control Blind Engines by Brunt
|
||||
app-misc/homeassistant-full:bsblan - This integration integrates BSBLan device into Home Assistant
|
||||
app-misc/homeassistant-full:bt_home_hub_5 - Offers presence detection by looking at connected devices to a BT Home
|
||||
app-misc/homeassistant-full:bt_smarthub - Presence detection by looking at BT Smart Hub based routers
|
||||
app-misc/homeassistant-full:bthome - Integrates BTHome BLE devices into Home Assistant
|
||||
app-misc/homeassistant-full:buienradar - Integrate buienradar weather data into Home Assistant
|
||||
app-misc/homeassistant-full:caldav - Integrate a CalDAV (RFC4791) calendar in Home Assistant
|
||||
app-misc/homeassistant-full:camera - The camera integration allows you to use IP cameras with Home Assistant
|
||||
app-misc/homeassistant-full:canary - Allows you to integrate your Canary devices from Home Assistant
|
||||
app-misc/homeassistant-full:cast - Let Home Assitant talk to Google Chromecast
|
||||
app-misc/homeassistant-full:ccm15 - integrate Midea CCM15 devices in Home Assistant.
|
||||
app-misc/homeassistant-full:channels - Allows you to control Channels from Home Assistant
|
||||
app-misc/homeassistant-full:circuit - Unify Circuit platform allows you to send notifications
|
||||
app-misc/homeassistant-full:cisco_ios - Presence detection scanner for Cisco IOS devices
|
||||
app-misc/homeassistant-full:cisco_mobility_express - ciscomobilityexpress support for Home Assistant
|
||||
app-misc/homeassistant-full:clementine - The clementine platform allows you to control a Clementine Music Player
|
||||
app-misc/homeassistant-full:cli - Set a dependency for Home Assistant Cli hass-cli (lots of modules required)
|
||||
app-misc/homeassistant-full:climacell - obtain weather information from the ClimaCell API
|
||||
app-misc/homeassistant-full:cloud - Quickly integrate your local Home Assistant with various cloud services
|
||||
app-misc/homeassistant-full:cloudflare - With the cloudflare integration, you can keep your Cloudflare records up to date
|
||||
app-misc/homeassistant-full:cmus - Allows you to control a cmus music player from Home Assistant
|
||||
app-misc/homeassistant-full:co2signal - Queries the CO2Signal API for the CO2 intensity of a specific region
|
||||
app-misc/homeassistant-full:coinbase - Lets you access account balances and exchange rates from coinbase
|
||||
app-misc/homeassistant-full:color_extractor - color_extractor extracts the predominant color from a given image
|
||||
app-misc/homeassistant-full:comelit - allows you to control your Comelit home automation devices
|
||||
app-misc/homeassistant-full:comfoconnect - Comfoconnect integration lets you control Zehnder ComfoAir
|
||||
app-misc/homeassistant-full:compensation - Compensation integration consumes the state from other sensors
|
||||
app-misc/homeassistant-full:concord232 - Provides integration with GE, Interlogix (and other brands) alarm panels
|
||||
app-misc/homeassistant-full:control4 - Allows you to control and monitor lights from your local Control4 system
|
||||
app-misc/homeassistant-full:coolmaster - The coolmaster climate platform lets you control HVAC through CoolMasterNet
|
||||
app-misc/homeassistant-full:coronavirus - Add sensors for COVID-19 infections from Johns Hopkins University
|
||||
app-misc/homeassistant-full:cppm_tracker - Detect presence by looking at connected devices to Aruba Clearpass
|
||||
app-misc/homeassistant-full:cpuspeed - The cpuspeed sensor platform to allow you to monitor the current CPU speed
|
||||
app-misc/homeassistant-full:crownstone - allows you to control your Crownstones via cloud or using a USB dongle
|
||||
app-misc/homeassistant-full:cups - Using the open source printing system CUPS to show details about your printers
|
||||
app-misc/homeassistant-full:daikin - Integrate Daikin wireless controllers into Home Assistant
|
||||
app-misc/homeassistant-full:danfoss_air - The danfoss_air integration accesses information from your Danfoss Air HRV unit
|
||||
app-misc/homeassistant-full:datadog - The datadog integration sends all state changes to Datadog using a Datadog Agent
|
||||
app-misc/homeassistant-full:debugpy - Useful in testing changes on a local development install
|
||||
app-misc/homeassistant-full:deconz - Add deCONZ ConBee/RaspBee Zigbee gateways to Home Assistant
|
||||
app-misc/homeassistant-full:decora - Support Decora Bluetooth dimmer switch Leviton from Home Assistant
|
||||
app-misc/homeassistant-full:decora_wifi - Support for Leviton Decora Wi-Fi dimmers/switches via the MyLeviton API
|
||||
app-misc/homeassistant-full:delijn - De Lijn public transport network in Flanders
|
||||
app-misc/homeassistant-full:deluge - Local polling for Deluge Switches and Sensors
|
||||
app-misc/homeassistant-full:denonavr - Automation Library for Denon AVR receivers
|
||||
app-misc/homeassistant-full:deutsche_bahn - will give you the departure time of the next train for the given connection
|
||||
app-misc/homeassistant-full:devialet - lets you control your Devialet wireless speakers from Home Assistant
|
||||
app-misc/homeassistant-full:devolo_home_control - Add Devolo Home-control to Home Assistant
|
||||
app-misc/homeassistant-full:devolo_home_network - The devolo Home Network integration allows you to monitor your PLC network
|
||||
app-misc/homeassistant-full:dexcom - View your CGM data from Dexcom from Home Assistant
|
||||
app-misc/homeassistant-full:dhcp - will watch the network for DHCP requests for supported devices and services
|
||||
app-misc/homeassistant-full:dht - Get the current temperature and humidity from a DHT11, DHT22 or AM2302 device
|
||||
app-misc/homeassistant-full:digital_ocean - Access information about your Digital Ocean droplets from Home Assistant
|
||||
app-misc/homeassistant-full:digitalloggers - Switch platform controls the state of your Digital Loggers switches
|
||||
app-misc/homeassistant-full:directv - Allows you to control a DirecTV receiver and its client devices
|
||||
app-misc/homeassistant-full:discogs - Discogs Client for Home Assistant
|
||||
app-misc/homeassistant-full:discord - Send messages to the user using Discord from Home Assistant
|
||||
app-misc/homeassistant-full:discovergy - allows users to integrate their Discovergy smart meters into Home Assistant
|
||||
app-misc/homeassistant-full:discovery - Automatically configure zeroconf/mDNS and UPnP devices in Home Assistant
|
||||
app-misc/homeassistant-full:dlib_face_detect - Image processing platform for Home Assistant
|
||||
app-misc/homeassistant-full:dlib_face_identify - image processing platform allows you to use the Dlib
|
||||
app-misc/homeassistant-full:dlink - Allows you to control the state of your D-Link Wi-Fi Smart Plugs
|
||||
app-misc/homeassistant-full:dlna_dmr - Allows you to control a DLNA Digital Media Renderer
|
||||
app-misc/homeassistant-full:dlna_dms - allows you to browse and play media from a DLNA Digital Media Server
|
||||
app-misc/homeassistant-full:dnsip - will expose an IP address, fetched via DNS resolution, as its value
|
||||
app-misc/homeassistant-full:dominos - dominos integration allows you to order Dominos Pizza
|
||||
app-misc/homeassistant-full:doods - image processing integration allows you to detect and recognize objects
|
||||
app-misc/homeassistant-full:doorbird - The doorbird implementation allows you to integrate your DoorBird device
|
||||
app-misc/homeassistant-full:dormakaba_dkey - Integrates Dormakaba dKey Bluetooth Low Energy connected locks
|
||||
app-misc/homeassistant-full:dovado - The dovado integration manages communication with the Dovado router
|
||||
app-misc/homeassistant-full:dremel_3d_printer - monitor your Dremel 3D printer and its progress with your Home Assistant
|
||||
app-misc/homeassistant-full:drop_connect - provides connectivity with DROP smart water system devices via a local MQTT API
|
||||
app-misc/homeassistant-full:dsmr - Dutch Smart Meters which comply to DSMR (Dutch Smart Meter Requirements)
|
||||
app-misc/homeassistant-full:dunehd - control a Dune HD media player
|
||||
app-misc/homeassistant-full:duotecno - used to control Duotecno nodes in Home Assistant
|
||||
app-misc/homeassistant-full:dwd_weather_warnings - dwd_weather_warnings sensor platform uses DWD for warnings
|
||||
app-misc/homeassistant-full:dweet - transfer details collected with Home Assistant to Dweet.io
|
||||
app-misc/homeassistant-full:dynalite - Dynalite DyNET interface forHome Assistant
|
||||
app-misc/homeassistant-full:dyson - integrate all Dyson related platforms into Home Assistant
|
||||
app-misc/homeassistant-full:eafm - UK Environment Agency Flood Monitoring API to provide sensors
|
||||
app-misc/homeassistant-full:easyenergy - integrates the easyEnergy API platform with Home Assistant
|
||||
app-misc/homeassistant-full:ebox - Integrate your EBox account information into Home Assistant
|
||||
app-misc/homeassistant-full:ebusd - Integration between ebusd daemon for communication with eBUS heating systems
|
||||
app-misc/homeassistant-full:ecoal_boiler - The ecoal_boiler integration is the base for pumps and sensors
|
||||
app-misc/homeassistant-full:ecobee - Talk to Ecobee thermostats from Home Assistant
|
||||
app-misc/homeassistant-full:ecoforest - allows monitoring and control of local Ecoforest fireplaces in Home Assistant
|
||||
app-misc/homeassistant-full:econet - consuming the information provided by a EcoNet enabled Rheem water heater
|
||||
app-misc/homeassistant-full:ecovacs - ecovacs integration to integrate all Ecovacs (Deebot) vacuums
|
||||
app-misc/homeassistant-full:ecowitt - add Ecowitt Weather station to your Home Assistant
|
||||
app-misc/homeassistant-full:eddystone_temperature - reads temperature information from Eddystone beacons
|
||||
app-misc/homeassistant-full:edimax - switch platform allows you to control the state of your Edimax switches
|
||||
app-misc/homeassistant-full:edl21 - edl21 integration lets you read German EDL21 smart meters using SML
|
||||
app-misc/homeassistant-full:ee_brightbox - presence detection by looking at connected devices to a EE Bright Box 2 router
|
||||
app-misc/homeassistant-full:efergy - Integrate your Efergy meter information into Home Assistant
|
||||
app-misc/homeassistant-full:egardia - Control an Egardia/Woonveilig alarm control panel from Home Assistant
|
||||
app-misc/homeassistant-full:electrasmart - control Electra Air Ait COnditioners with HA
|
||||
app-misc/homeassistant-full:electric_kiwi - uses the official Electric Kiwi API to show and select the hour of free power
|
||||
app-misc/homeassistant-full:elgato - The Elgato Key Light sets the bar for high-end studio lighting
|
||||
app-misc/homeassistant-full:eliqonline - Integrate your ELIQ Online smart meter information
|
||||
app-misc/homeassistant-full:elkm1 - Elk-M1 is a home security and automation controller
|
||||
app-misc/homeassistant-full:elmax - enables Home Assistant integration with ELMAX control panels
|
||||
app-misc/homeassistant-full:elv - control the state of your ELV PCA 301 smart switch
|
||||
app-misc/homeassistant-full:elvia - import your historical grid consumption from Elvia
|
||||
app-misc/homeassistant-full:emby - The emby platform allows you to control a Emby multimedia system
|
||||
app-misc/homeassistant-full:emonitor - SiteSage Emonitor allows local power monitoring on a per circuit basis
|
||||
app-misc/homeassistant-full:emulated_hue - Emulated_hue integration provides a virtual Philips Hue bridge
|
||||
app-misc/homeassistant-full:emulated_kasa - Emulates a TP-Link Kasa smart plug and announces the power usage
|
||||
app-misc/homeassistant-full:emulated_roku - Emulate Roku API for Harmony and Android remotes
|
||||
app-misc/homeassistant-full:energenie_power_sockets - include Energenie USB Power-Sockets into your Home Assistant setup
|
||||
app-misc/homeassistant-full:energyzero - integrates the EnergyZero API platform with Home Assistant
|
||||
app-misc/homeassistant-full:enigma2 - Support for Enigma2 boxes with openwebif support
|
||||
app-misc/homeassistant-full:enocean - Support for Enocean devices in Home Assistant
|
||||
app-misc/homeassistant-full:enphase_envoy - Reads electricity production and consumption from an Enphase Envoy
|
||||
app-misc/homeassistant-full:entur_public_transport - entur_public_transport sensor gives real-time departure information
|
||||
app-misc/homeassistant-full:environment_canada - Access meteorological data from Environment Canada from Home Assistant
|
||||
app-misc/homeassistant-full:envirophat - Display information collected by an Enviro pHAT add-on board
|
||||
app-misc/homeassistant-full:envisalink - Link Envisalink devices to Home Assistant
|
||||
app-misc/homeassistant-full:ephember - The ephember climate platform lets you control EPH Controls thermostats
|
||||
app-misc/homeassistant-full:epic_games_store - integrates the Epic Games Store service into Home Assistant
|
||||
app-misc/homeassistant-full:epion - Integrates Epion Air sensors into Home Assistant
|
||||
app-misc/homeassistant-full:epson - The epson platform allows you to control a Epson projector
|
||||
app-misc/homeassistant-full:epsonworkforce - monitor the ink levels of a Epson Workforce printer
|
||||
app-misc/homeassistant-full:eq3btsmart - Integrate EQ3 Bluetooth Smart Thermostats in Home Assistant
|
||||
app-misc/homeassistant-full:escea - allows monitoring and control of local Escea fireplaces
|
||||
app-misc/homeassistant-full:esphome - Support for esphome sensors, covers and switches and it's dashboard
|
||||
app-misc/homeassistant-full:essent - communicate with the (undocumented) API of Dutch energy provider Essent
|
||||
app-misc/homeassistant-full:etherscan - displays Ether and ERC-20 token balances from Etherscan.io
|
||||
app-misc/homeassistant-full:eufy - eufy integration is the main integration to integrate various eufy devices
|
||||
app-misc/homeassistant-full:eufylife_ble - integrate Eufy smart scales with Home Assistant
|
||||
app-misc/homeassistant-full:everlights - Library for controlling an EverLights lighting system
|
||||
app-misc/homeassistant-full:evil_genius_labs - allows you to control and monitor the artworks by Evil Genius Labs
|
||||
app-misc/homeassistant-full:evohome - links with all non-US Honeywell Total Connect Comfort (TCC) CH/DHW systems
|
||||
app-misc/homeassistant-full:ezviz - ezviz sensor platform uses the EzvizLife API to interact with the devices
|
||||
app-misc/homeassistant-full:faa_delays - delays at US Airports based on the FAA’s National Airspace System Status
|
||||
app-misc/homeassistant-full:familyhub - get images of the inside of your Samsung Family Hub refrigerator
|
||||
app-misc/homeassistant-full:fastdotcom - uses the Fast.com web service to measure network bandwidth performance
|
||||
app-misc/homeassistant-full:feedreader - an RSS/Atom feed reader that polls feeds every hour
|
||||
app-misc/homeassistant-full:ffmpeg - allows other Home Assistant integrations to process video and audio streams
|
||||
app-misc/homeassistant-full:fibaro - Fibaro hub is a controller mainly connecting to Z-Wave devices
|
||||
app-misc/homeassistant-full:fido - Integrate your Fido account information into Home Assistant
|
||||
app-misc/homeassistant-full:file - Store notifications as a file
|
||||
app-misc/homeassistant-full:file_upload - The file upload integration allows various features in the frontend to upload fi
|
||||
app-misc/homeassistant-full:fints - This only works with banks that support the FinTS (aka. HBCI) standard
|
||||
app-misc/homeassistant-full:fireservicerota - scheduling and dispatching system for firefighters
|
||||
app-misc/homeassistant-full:firmata - Firmata can be used to add digital inputs and outputs to Home Assistant
|
||||
app-misc/homeassistant-full:fitbit - The Fitbit sensor allows you to expose data from Fitbit to Home Assistant
|
||||
app-misc/homeassistant-full:fivem - lets you retrieve information from a FiveM server within Home Assistant
|
||||
app-misc/homeassistant-full:fixer - current exchange rate from Fixer.io using data from ECB
|
||||
app-misc/homeassistant-full:fjaraskupan - Fjäråskupan allows you to control your Bluetooth equipped kitchen fan
|
||||
app-misc/homeassistant-full:fleetgo - integrate your vehicles equipped with FleetGO hardware into Home Assistant
|
||||
app-misc/homeassistant-full:flexit - Integrates Flexit Air Conditioning unit into Home Assistant
|
||||
app-misc/homeassistant-full:flexit_bacnet - Integrates Flexit Nordic series air handling unit into Home Assistant
|
||||
app-misc/homeassistant-full:flic - The flic platform allows you to receive click events from flic smart buttons
|
||||
app-misc/homeassistant-full:flick_electric - Flick Electric Co is a power company in New Zealand
|
||||
app-misc/homeassistant-full:flipr - Flipr is a smart pool monitor (Cloud Polling)
|
||||
app-misc/homeassistant-full:flo - The flo integration integrates Flo by Moen smart water shutoff valves
|
||||
app-misc/homeassistant-full:flume - monitors the real-time status of your home water meter
|
||||
app-misc/homeassistant-full:flunearyou - allows users in the US to get information from Flu Near You
|
||||
app-misc/homeassistant-full:flux_led - flux_led support is integrated into Home Assistant as a light platform
|
||||
app-misc/homeassistant-full:folder_watcher - publishing events on the bus on the creation/deletion/modification of files
|
||||
app-misc/homeassistant-full:foobot - fetch air quality data from your Foobot device
|
||||
app-misc/homeassistant-full:forecast_solar - Asynchronous Python client for getting forecast solar information
|
||||
app-misc/homeassistant-full:forked_daapd - allows you to control your forked-daapd server from Home Assistant
|
||||
app-misc/homeassistant-full:fortios - device tracking of devices with a MAC address connected to a FortiGate
|
||||
app-misc/homeassistant-full:foscam - watch the live stream of your Foscam IP camera
|
||||
app-misc/homeassistant-full:free_mobile - free_mobile platform is using the French mobile operator Free Mobile to send SMS
|
||||
app-misc/homeassistant-full:freebox - allows you to observe and control Freebox router
|
||||
app-misc/homeassistant-full:freedompro - Python library for Freedompro API
|
||||
app-misc/homeassistant-full:fritz - The fritz platform offers presence detection for Home Assistant
|
||||
app-misc/homeassistant-full:fritzbox - Allows you to integrate the switch and climate devices in Home Assistant
|
||||
app-misc/homeassistant-full:fritzbox_callmonitor - monitors the call monitor exposed by AVM FRITZ!Box routers on TCP port 1012
|
||||
app-misc/homeassistant-full:fronius - Add (very basic) Support for Fronius Symo JSON Api to Home Assistant
|
||||
app-misc/homeassistant-full:frontier_silicon - Support for Internet Radios based on the Frontier Silicon chipset
|
||||
app-misc/homeassistant-full:fully_kiosk - Fully Kiosk Browser control in Home Assistant
|
||||
app-misc/homeassistant-full:futurenow - Allows you to use P5 FutureNow relay/dimmer units as lights
|
||||
app-misc/homeassistant-full:fyta - uses the open API of FYTA to obtain the data from your plant sensors
|
||||
app-misc/homeassistant-full:garages_amsterdam - measure the occupancy of Amsterdam parking garages in the Netherlands
|
||||
app-misc/homeassistant-full:gardena_bluetooth - integrate their Gardena Bluetooth devices into Home Assistant
|
||||
app-misc/homeassistant-full:garmin_connect - The Garmin Connect sensor allows you to expose data from Garmin Connect
|
||||
app-misc/homeassistant-full:gc100 - The Global Caché GC-100 can be integrated into Home Assistant
|
||||
app-misc/homeassistant-full:gdacs - lets you use a GeoRSS feed provided by GDACS
|
||||
app-misc/homeassistant-full:generic - The generic camera platform allows you to integrate any IP camera or other URL
|
||||
app-misc/homeassistant-full:geniushub - geniushub integration links Home Assistant with your Genius Hub CH/DHW
|
||||
app-misc/homeassistant-full:geo_json_events - geo_json_events platform lets you integrate GeoJSON feeds
|
||||
app-misc/homeassistant-full:geo_rss_events - geo_rss_events sensor retrieves events from a GeoRSS feed
|
||||
app-misc/homeassistant-full:geocaching - The Geocaching integration pulls data from your Geocaching.com account
|
||||
app-misc/homeassistant-full:geonetnz_quakes - Use a GeoJSON feed provided by New Zealand’s GeoNet in Home Assistant
|
||||
app-misc/homeassistant-full:geonetnz_volcano - GeoJSON feed provided by New Zealand’s GeoNet
|
||||
app-misc/homeassistant-full:gios - Source for air quality data for Home Assistant
|
||||
app-misc/homeassistant-full:github - GitHub sensor integrates data from GitHub to monitor your favorite repositories
|
||||
app-misc/homeassistant-full:gitlab_ci - Sensor platform integrates results reported by CI/CD Pipeline Jobs in GitLab
|
||||
app-misc/homeassistant-full:gitter - Sensor allows one to monitor a Gitter.im chatroom for unread messages
|
||||
app-misc/homeassistant-full:glances - Allows you to monitor the system information provided by the Glances API
|
||||
app-misc/homeassistant-full:gntp - Growl Notification Protocol: sending and receiving notifications
|
||||
app-misc/homeassistant-full:goalfeed - Use your Goalfeed account to trigger events in Home Assistant
|
||||
app-misc/homeassistant-full:goalzero - Access Goal Zero REST Api from Home Assistant
|
||||
app-misc/homeassistant-full:gogogate2 - Control Gogogate2-Enabled garage doors from Home Assistant
|
||||
app-misc/homeassistant-full:goodwe - poll a GoodWe solar inverter over the local network
|
||||
app-misc/homeassistant-full:google - Intergrate Google Calendar into Home Assistant
|
||||
app-misc/homeassistant-full:google_assistant_sdk - allows Home Assistant to interact with Google Assistant
|
||||
app-misc/homeassistant-full:google_cloud - allows you to use Google Cloud Platform API
|
||||
app-misc/homeassistant-full:google_generative_ai_conversation - adds a conversation agent powered by Google Generative AI in Home Assistant
|
||||
app-misc/homeassistant-full:google_mail - allows you to connect your Google Mail and set an email auto-response
|
||||
app-misc/homeassistant-full:google_maps - google_maps platform allows you to detect presence
|
||||
app-misc/homeassistant-full:google_pubsub - Send events to Google Cloud Pub/Sub from Home Assistant
|
||||
app-misc/homeassistant-full:google_sheets - allows you to connect your Google Drive to Home Assistant
|
||||
app-misc/homeassistant-full:google_tasks - allows you to connect your Google Tasks to Home Assistant
|
||||
app-misc/homeassistant-full:google_translate - google_translate text-to-speech platform for Home Assistant
|
||||
app-misc/homeassistant-full:google_travel_time - provides travel time from the Google Distance Matrix API
|
||||
app-misc/homeassistant-full:govee_ble - Integrates Govee BLE devices into Home Assistant
|
||||
app-misc/homeassistant-full:govee_light_local - Integrates Govee lights into Home Assistant using Local API control
|
||||
app-misc/homeassistant-full:gpsd - GPS information collected by gpsd and a GPS receiver
|
||||
app-misc/homeassistant-full:gree - Discover, connect and control Gree based minisplit systems
|
||||
app-misc/homeassistant-full:greeneye_monitor - Allows you to create sensors for the various data channels of the GEM
|
||||
app-misc/homeassistant-full:greenwave - Communicates with the Greenwave Reality (TCP Connected) Gateway
|
||||
app-misc/homeassistant-full:growatt_server - Talk to growatt server from Home Assistant
|
||||
app-misc/homeassistant-full:gstreamer - Allows you to play audio via a gstreamer pipeline from Home Assistant
|
||||
app-misc/homeassistant-full:gtfs - gtfs sensor will give you the next departure time
|
||||
app-misc/homeassistant-full:guardian - Integrates Elexa Guardian water valve controllers into Home Assistant
|
||||
app-misc/homeassistant-full:habitica - Allows you to monitor and manage your Habitica profile
|
||||
app-misc/homeassistant-full:hangouts - Allows you to send messages to Google Hangouts conversations
|
||||
app-misc/homeassistant-full:hardware - provides an API which offers information about certain board types, USB dongles,
|
||||
app-misc/homeassistant-full:harman_kardon_avr - Allows you to control Harman Kardon Network Receivers
|
||||
app-misc/homeassistant-full:harmony - Logitech Harmony support for Home Assistant
|
||||
app-misc/homeassistant-full:hdmi_cec - Creates switch entities for HDMI devices in Home Assistant
|
||||
app-misc/homeassistant-full:heatmiser - Control Heatmiser DT/DT-E/PRT/PRT-E thermostats from Heatmiser
|
||||
app-misc/homeassistant-full:heos - Controlling HEOS devices through the HEOS CLI Protocol from Home Assistant
|
||||
app-misc/homeassistant-full:here_travel_time - here_travel_time sensor provides travel time from the HERE Routing API
|
||||
app-misc/homeassistant-full:hikvision - Parses the event stream of a Hikvision IP Camera for Home Assistant
|
||||
app-misc/homeassistant-full:hikvisioncam - Allows you to control your motion detection settings from Home Assistant
|
||||
app-misc/homeassistant-full:hisense_aehw4a1 - Give Wi-Fi connectivity to some Hisense ACs
|
||||
app-misc/homeassistant-full:hive - Set up and integrate all supported Hive devices in Home Assistant
|
||||
app-misc/homeassistant-full:hko - retrieves weather data from the Hong Kong Observatory Open Data API
|
||||
app-misc/homeassistant-full:hlk_sw16 - HLK-SW16 by Hi-Link is a simple networkable 16 port relay device
|
||||
app-misc/homeassistant-full:holiday - create a calendar of holidays in Home Assistant for powering automations
|
||||
app-misc/homeassistant-full:home_connect - Home Connect standard for Bosch and Siemens
|
||||
app-misc/homeassistant-full:home_plus_control - allows you to control a range of Legrand in-wall switches and power outlets
|
||||
app-misc/homeassistant-full:homekit - Integrate HomeKit controller and accessory in Home Assistant
|
||||
app-misc/homeassistant-full:homekit_controller - Allows you to connect accessories with the “Works with HomeKit” logo
|
||||
app-misc/homeassistant-full:homematic - An API for the homematicip cloud
|
||||
app-misc/homeassistant-full:homematicip_cloud - A python wrapper for the homematicIP REST API (Access Point Based)
|
||||
app-misc/homeassistant-full:homewizard - collect data locally from the HomeWizard Energy products
|
||||
app-misc/homeassistant-full:homeworks - Lutron Homeworks Series 4 & 8 systems via RS232
|
||||
app-misc/homeassistant-full:honeywell - Integrates US-based Honeywell Total Connect Comfort (TCC) climate systems
|
||||
app-misc/homeassistant-full:horizon - Allows you to control a Unitymedia Horizon HD Recorder from Home Assistant
|
||||
app-misc/homeassistant-full:hp_ilo - Query HP Integrated Lights out XML interfaces from Home Assistant
|
||||
app-misc/homeassistant-full:html5 - html5 enables you to receive push notifications to Chrome or Firefox
|
||||
app-misc/homeassistant-full:http - Serves all files and data required for the Home Assistant frontend
|
||||
app-misc/homeassistant-full:htu21d - Read the temperature and humidity from a HTU21D sensor (I2C)
|
||||
app-misc/homeassistant-full:huawei_lte - allows you to observe and control Huawei LTE devices
|
||||
app-misc/homeassistant-full:hue - talk to Philips Hue
|
||||
app-misc/homeassistant-full:huisbaasje - Huisbaasje smart energy meters
|
||||
app-misc/homeassistant-full:hunterdouglas_powerview - integrate your Hunter Douglas PowerView devices
|
||||
app-misc/homeassistant-full:husqvarna_automower - integration provides connectivity with Husqvarna Automowers lawn mowers
|
||||
app-misc/homeassistant-full:huum - Integrates Huum saunas into Home Assistant
|
||||
app-misc/homeassistant-full:hvv_departures - departures of busses, trains and ferries in Hamburg
|
||||
app-misc/homeassistant-full:hydrawise - communicate with Hunter Wi-Fi irrigation controllers
|
||||
app-misc/homeassistant-full:hyperion - integrate your Hyperion into Home Assistant
|
||||
app-misc/homeassistant-full:ialarm - A simple library to interface with iAlarm systems, built for Home-Assistant
|
||||
app-misc/homeassistant-full:ialarm_xr - Provides connectivity with the Antifurto365 iAlarmXR alarm systems
|
||||
app-misc/homeassistant-full:iammeter - real-time readings of WEM3080, WEM3162 & WEM3080T) meters
|
||||
app-misc/homeassistant-full:iaqualink - iAqualink by Jandy allows you to control your pool via cloud service
|
||||
app-misc/homeassistant-full:ibeacon - Adding iBeacon Tracker to your Home Assistant instance
|
||||
app-misc/homeassistant-full:icloud - iCloud allows users to track their location on iOS devices
|
||||
app-misc/homeassistant-full:idasen_desk - allows you to connect your IKEA Idåsen motorized desk to Home Assistant
|
||||
app-misc/homeassistant-full:idteck_prox - This integration works with Proximity Readers (RFID card readers)
|
||||
app-misc/homeassistant-full:ifttt - With the IFTTT component, you can trigger applets through the “Webhooks” service
|
||||
app-misc/homeassistant-full:iglo - integrate your iGlo Lights into Home Assistant
|
||||
app-misc/homeassistant-full:ign_sismologia - a GeoRSS feed provided by the Spanish Instituto Geográfico Nacional
|
||||
app-misc/homeassistant-full:ihc - use IHC Python SDK
|
||||
app-misc/homeassistant-full:image - handle image assets in Home Assistant
|
||||
app-misc/homeassistant-full:image_upload - handle image assets in Home Assistant
|
||||
app-misc/homeassistant-full:imap - observing your IMAP server and reporting the amount of unread emails
|
||||
app-misc/homeassistant-full:imgw_pib - hydrological data from Institute of Meteorology and Water Management - Poland
|
||||
app-misc/homeassistant-full:improv_ble - allows connecting devices implementing Improv via BLE to Wi-Fi
|
||||
app-misc/homeassistant-full:incomfort - client for Intergas InComfort/InTouch Lan2RF systems
|
||||
app-misc/homeassistant-full:influxdb - transfer sensor data to a local InfluxDB database
|
||||
app-misc/homeassistant-full:inkbird - Integrates INKBIRD devices into Home Assistant
|
||||
app-misc/homeassistant-full:insteon - allowing linked INSTEON devices to be used
|
||||
app-misc/homeassistant-full:intellifire - integrate IntelliFire Wi-Fi fireplace modules
|
||||
app-misc/homeassistant-full:intesishome - communications with IntesisHome Smart AC Controllers
|
||||
app-misc/homeassistant-full:iota - IOTA is a new blockless distributed ledger
|
||||
app-misc/homeassistant-full:iotawatt - Integration for the IoTaWatt Open WiFi Electricity Monitor
|
||||
app-misc/homeassistant-full:iperf3 - iperf3 sensor integration allows you to measure network bandwidth
|
||||
app-misc/homeassistant-full:ipma - ipma weather platform
|
||||
app-misc/homeassistant-full:ipp - read current data from your networked printer
|
||||
app-misc/homeassistant-full:iqvia - collects allergy, asthma and disease information (based on a U.S. ZIP code)
|
||||
app-misc/homeassistant-full:irish_rail_transport - will give you the time until the next two departures
|
||||
app-misc/homeassistant-full:isal - Intelligent Storage Acceleration, is used for accelerating aiohttp
|
||||
app-misc/homeassistant-full:islamic_prayer_times - integration displays the various prayer times for Muslims as sensors
|
||||
app-misc/homeassistant-full:iss - know if the station is above your home location
|
||||
app-misc/homeassistant-full:isy994 - controller that is capable of controlling Insteon and X10 devices
|
||||
app-misc/homeassistant-full:itach - control IR devices with a Global Caché iTach Device and GC-100 devices
|
||||
app-misc/homeassistant-full:izone - control of a local iZone ducted reverse-cycle climate control device
|
||||
app-misc/homeassistant-full:jellyfin - exposes a Jellyfin server as a Media Source in Home Assistant
|
||||
app-misc/homeassistant-full:jewish_calendar - Displays information related to the Jewish Calendar as a variety of sensors
|
||||
app-misc/homeassistant-full:joaoapps_join - joaoapps_join integration exposes services from Join
|
||||
app-misc/homeassistant-full:juicenet - pulls data from a JuiceNet charging station
|
||||
app-misc/homeassistant-full:justnimbus - queries the JustNumbus API used by the JustNimbus web dashboard
|
||||
app-misc/homeassistant-full:jvc_projector - The JVC Projector integration allows for the automation of JVC Projectors
|
||||
app-misc/homeassistant-full:kaiterra - view the readings from your Laser Egg or Sensedge device
|
||||
app-misc/homeassistant-full:kaleidescape - The Kaleidescape integration allows automation of Kaleidescape movie player
|
||||
app-misc/homeassistant-full:keba - integrates your Keba charging station (wallbox)
|
||||
app-misc/homeassistant-full:keenetic_ndms2 - presence detection for Keenetic Routers
|
||||
app-misc/homeassistant-full:kef - KEF wireless speakers
|
||||
app-misc/homeassistant-full:kegtron - Integrates Kegtron Smart Keg Monitor (Gen 1) devices into Home Assistant
|
||||
app-misc/homeassistant-full:keyboard - The keyboard integration simulates key presses on the host machine
|
||||
app-misc/homeassistant-full:keyboard_remote - Receive signals from a keyboard and use it as a remote control
|
||||
app-misc/homeassistant-full:keymitt_ble - allows you to locally control a MicroBot Push
|
||||
app-misc/homeassistant-full:kira - main integration to integrate Keene Electronics IR over IP Kira modules
|
||||
app-misc/homeassistant-full:kiwi - open your KIWI Smart Locks and Smart Entry Devices
|
||||
app-misc/homeassistant-full:kmtronic - IP-connected relays
|
||||
app-misc/homeassistant-full:knx - Asynchronous Library for the KNX protocol
|
||||
app-misc/homeassistant-full:kodi - control a Kodi multimedia system
|
||||
app-misc/homeassistant-full:konnected - connect wired sensors and switches to a Konnected Alarm Panel
|
||||
app-misc/homeassistant-full:kostal_plenticore - allows you to get data from Kostal Plenticore solar inverters
|
||||
app-misc/homeassistant-full:kraken - allows you to monitor exchange rates on kraken.com
|
||||
app-misc/homeassistant-full:kulersky - connects Brightech Kuler Sky floor lamps to Home Assistant
|
||||
app-misc/homeassistant-full:kwb - integrates the sensors of KWB Easyfire pellet central heating units
|
||||
app-misc/homeassistant-full:lacrosse - using the data provided by a Jeelink USB dongle or this Arduino sketch
|
||||
app-misc/homeassistant-full:lacrosse_view - allows access to LaCrosse sensors
|
||||
app-misc/homeassistant-full:lamarzocco - interacts with La Marzocco coffee machines through calls to the LaMarzocco cloud
|
||||
app-misc/homeassistant-full:lametric - LaMetric Time smart clock listen to web radio and display notifications
|
||||
app-misc/homeassistant-full:landisgyr_heat_meter - read the meter values from Ultraheat devices by Landis & Gyr
|
||||
app-misc/homeassistant-full:lastfm - lastfm sensor platform will allow you to see whenever a user starts scrobbling
|
||||
app-misc/homeassistant-full:launch_library - information about the next planned space launch
|
||||
app-misc/homeassistant-full:laundrify - Monitor the status of your washing machine or dryer using a laundrify WiFi power
|
||||
app-misc/homeassistant-full:lcn - allows you to connect to LCN hardware devices
|
||||
app-misc/homeassistant-full:ld2410_ble - Integrates LD2410 BLE sensors from Hi-Link
|
||||
app-misc/homeassistant-full:leaone - Integrates LeaOne health devices into Home Assistant
|
||||
app-misc/homeassistant-full:led_ble - Integrates multiple brands of Bluetooth Low Energy LED devices into Home Assista
|
||||
app-misc/homeassistant-full:lg_netcast - allows you to control a LG Smart TV running NetCast 3.0
|
||||
app-misc/homeassistant-full:lg_soundbar - allows you to control LG Soundbars from Home Assistant
|
||||
app-misc/homeassistant-full:lidarr - The Lidarr integration pulls data from a given Lidarr instance
|
||||
app-misc/homeassistant-full:life360 - detect presence using the unofficial API of Life360
|
||||
app-misc/homeassistant-full:lifx - The lifx integration allows you to integrate your LIFX into Home Assistant
|
||||
app-misc/homeassistant-full:lifx_legacy - The lifx integration allows you to integrate your LIFX into Home Assistant
|
||||
app-misc/homeassistant-full:lightwave - WiFi link for controlling Lightwave lights, switches and TRVs
|
||||
app-misc/homeassistant-full:limitlessled - control your LimitlessLED lights from within Home Assistant
|
||||
app-misc/homeassistant-full:linear_garage_door - lets you control Linear garage doors through Home Assistant
|
||||
app-misc/homeassistant-full:linode - allows you to access the information about your Linode systems
|
||||
app-misc/homeassistant-full:linux_battery - sensor platform is using the information stored in /sys/class/power_supply/
|
||||
app-misc/homeassistant-full:litejet - allows a computer to control the system via LiteJet’s third party protocol
|
||||
app-misc/homeassistant-full:litterrobot - Wi-Fi-enabled, automatic, self-cleaning litter box for cats
|
||||
app-misc/homeassistant-full:livisi - connect your LIVISI Smart Home Controller (SHC) to Home Assistant
|
||||
app-misc/homeassistant-full:local_calendar - create a calendar of events in Home Assistant
|
||||
app-misc/homeassistant-full:local_todo - The Local to-do list integration allows you to create to-do lists in Home Assist
|
||||
app-misc/homeassistant-full:logi_circle - integrate your Logi Circle cameras in Home Assistant
|
||||
app-misc/homeassistant-full:london_underground - display the status of London underground lines
|
||||
app-misc/homeassistant-full:lookin - Integrates LOOKin devices into Home Assistant
|
||||
app-misc/homeassistant-full:loopenergy - Integrate your Loop Energy meter information into Home Assistant
|
||||
app-misc/homeassistant-full:loqed - Integrate your LOQED Touch Smart Lock with Home Assistant
|
||||
app-misc/homeassistant-full:luci - fetch connected devices from your OpenWrt
|
||||
app-misc/homeassistant-full:luftdaten - query the open data API of luftdaten.info to monitor air quality
|
||||
app-misc/homeassistant-full:lupusec - Lupusec alarm control panel and ultimately all connected sensors
|
||||
app-misc/homeassistant-full:lutron - communicating with the Lutron main hub
|
||||
app-misc/homeassistant-full:lutron_caseta - for communicating with the Lutron Caseta Smart Bridge
|
||||
app-misc/homeassistant-full:lw12wifi - Library to control the Lagute LW-12 WiFi LED controller
|
||||
app-misc/homeassistant-full:lyft - Unofficial Lyft Rides API Python SDK
|
||||
app-misc/homeassistant-full:lyric - Honeywell Lyric thermostat platform
|
||||
app-misc/homeassistant-full:magicseaweed - Provides API wrapper to magicseaweed.com.
|
||||
app-misc/homeassistant-full:mailgun - A simple mailgun client - pymailgun fork with Python 3 support
|
||||
app-misc/homeassistant-full:mariadb - WIP: set dependencies for mariadb-connector-python
|
||||
app-misc/homeassistant-full:marytts - text-to-speech platform uses MaryTTS Text-to-Speech engine
|
||||
app-misc/homeassistant-full:mastodon - uses Mastodon to deliver notifications from Home Assistant
|
||||
app-misc/homeassistant-full:matrix - allows you to send messages to matrix rooms
|
||||
app-misc/homeassistant-full:matter - control Matter devices on your local WiFi or Thread network
|
||||
app-misc/homeassistant-full:maxcube - eQ-3 ELV MAX Cube Python API
|
||||
app-misc/homeassistant-full:mcp23017 - base for all related mcp23017 platforms in Home Assistant
|
||||
app-misc/homeassistant-full:meater - communication with the Meater Temperature Probe from Apption Labs
|
||||
app-misc/homeassistant-full:medcom_ble - International Medcom Bluetooth-enabled radiation monitors
|
||||
app-misc/homeassistant-full:media_extractor - Gets a stream URL and sends it to a media player entity
|
||||
app-misc/homeassistant-full:mediaroom - control a Mediaroom Set-Top Box (STB) from Home Assistant
|
||||
app-misc/homeassistant-full:melcloud - Python MELCloud interface
|
||||
app-misc/homeassistant-full:melissa - main integration to connect to a Melissa Climate A/C control
|
||||
app-misc/homeassistant-full:melnor - allows you to control your Melnor Bluetooth watering valves
|
||||
app-misc/homeassistant-full:message_bird - MessageBird's REST API
|
||||
app-misc/homeassistant-full:met - met platform uses the Met.no web service as a source for meteorological data
|
||||
app-misc/homeassistant-full:met_eireann - Met Éireann (The Irish Meteorological Service) Public Weather Forecast API
|
||||
app-misc/homeassistant-full:meteo_france - uses the meteorological data from Meteo-France
|
||||
app-misc/homeassistant-full:meteoalarm - watch for weather alerts in europe from MeteoAlarm
|
||||
app-misc/homeassistant-full:meteoclimatic - use Meteoclimatic web service as a source for meteorological data
|
||||
app-misc/homeassistant-full:metoffice - weather platform uses the Met Office’s DataPoint API
|
||||
app-misc/homeassistant-full:mfi - sensor platform to allow you to monitor mFi mPort interface and sensors
|
||||
app-misc/homeassistant-full:mhz19 - small non-dispersive infrared sensor that can measure CO2 level
|
||||
app-misc/homeassistant-full:microbees - allows you to control your microBees devices such as plugs and wall switches
|
||||
app-misc/homeassistant-full:microsoft - text-to-speech platform uses the TTS engine of the Microsoft Speech Service
|
||||
app-misc/homeassistant-full:mikrotik - add support for MikroTik RouterOS API
|
||||
app-misc/homeassistant-full:mill - A python3 library to communicate with Mill
|
||||
app-misc/homeassistant-full:minecraft_server - retrieve information from a Minecraft server
|
||||
app-misc/homeassistant-full:minio - This integration adds interaction with Minio
|
||||
app-misc/homeassistant-full:moat - Integrates Moat devices into Home Assistant
|
||||
app-misc/homeassistant-full:mobile_app - allows Home Assistant mobile apps to easily integrate with Home Assistant
|
||||
app-misc/homeassistant-full:mochad - main integration to integrate all Mochad X10 platforms
|
||||
app-misc/homeassistant-full:modbus - sensors and switches controlled over MODBUS serial, TCP, and UDP connections
|
||||
app-misc/homeassistant-full:modem_callerid - Uses an available modem for collecting caller ID information
|
||||
app-misc/homeassistant-full:modern_forms - Asynchronous Python client for Modern Forms fans
|
||||
app-misc/homeassistant-full:moehlenhoff_alpha2 - allows you to control a Möhlenhoff Alpha 2 temperature control system
|
||||
app-misc/homeassistant-full:monoprice - Python API for talking to Monoprice 6-zone amplifier
|
||||
app-misc/homeassistant-full:monzo - allows you to connect your Monzo bank accounts to Home Assistant
|
||||
app-misc/homeassistant-full:mopeka - Integrates Mopeka devices into Home Assistant
|
||||
app-misc/homeassistant-full:mosquitto - Set a runtime dependency for Mosquitto MQTT broker
|
||||
app-misc/homeassistant-full:motion_blinds - control Motion Blinds from Coulisse B.V.
|
||||
app-misc/homeassistant-full:motionblinds_ble - adds support for Motionblinds Bluetooth motors
|
||||
app-misc/homeassistant-full:motioneye - integrate your motionEye server into Home Assistant
|
||||
app-misc/homeassistant-full:motionmount - control the position of your TVM 7675 Pro Signature MotionMount
|
||||
app-misc/homeassistant-full:mpd - allows you to control a Music Player Daemon from Home Assistant
|
||||
app-misc/homeassistant-full:mqtt - install MQTT Broker and dependencies
|
||||
app-misc/homeassistant-full:msteams - send notifications from Home Assistant to a team channel in Microsoft Teams
|
||||
app-misc/homeassistant-full:mullvad - Mullvad VPN integration pulls Mullvad VPN status information
|
||||
app-misc/homeassistant-full:mutesync - mutesync integration for Home Assistant connects to the mütesync virtual button
|
||||
app-misc/homeassistant-full:mvglive - departure times bus, tram, subway, train of Munich public transport network
|
||||
app-misc/homeassistant-full:mychevy - communicates with the my.chevrolet website using the javascript API
|
||||
app-misc/homeassistant-full:mycroft - allows you to send notifications and more to Mycroft from Home Assistant
|
||||
app-misc/homeassistant-full:mysensors - combines devices like Arduino, ESP8266, Raspberry Pi, NRF24L01+ and RFM69
|
||||
app-misc/homeassistant-full:mysql - set dependencies to install MySQL Libraries for use with HomeAssistant
|
||||
app-misc/homeassistant-full:mystrom - Python API for interacting with myStrom devices
|
||||
app-misc/homeassistant-full:mythicbeastsdns - automatically update your dynamic DNS entry at Mythic Beasts
|
||||
app-misc/homeassistant-full:myuplink - get information about the devices supporting myUplink using the official cloud A
|
||||
app-misc/homeassistant-full:nad - allows you to control a NAD receiver through RS232, TCP and Telnet
|
||||
app-misc/homeassistant-full:nam - get temperature, humidity, pressure , air quality from Nettigo devices
|
||||
app-misc/homeassistant-full:namecheapdns - automatically update your dynamic DNS entry at namecheapdns
|
||||
app-misc/homeassistant-full:nanoleaf - allows you to control Nanoleaf Light Panels from Home Assistant
|
||||
app-misc/homeassistant-full:neato - Python package for controlling Neato pybotvac Connected vacuum robot
|
||||
app-misc/homeassistant-full:nederlandse_spoorwegen - train service in the Netherlands
|
||||
app-misc/homeassistant-full:nello - The nello platform allows you to control Nello intercoms
|
||||
app-misc/homeassistant-full:ness_alarm - integrate a Ness D8x/D16x alarm system
|
||||
app-misc/homeassistant-full:nest - main integration to integrate all Nest related platforms
|
||||
app-misc/homeassistant-full:netatmo - Access to Netatmo weather station data
|
||||
app-misc/homeassistant-full:netdata - API for interacting with Netdata
|
||||
app-misc/homeassistant-full:netgear - detect presence by looking at connected devices to a NETGEAR device
|
||||
app-misc/homeassistant-full:netgear_lte - observe and control NETGEAR LTE modems
|
||||
app-misc/homeassistant-full:netio - Binding library for Koukaam netio devices
|
||||
app-misc/homeassistant-full:network - provides network configuration for integrations such as Zeroconf
|
||||
app-misc/homeassistant-full:neurio_energy - Integrate your Neurio meter information into Home Assistant
|
||||
app-misc/homeassistant-full:nexia - allows you to integrate your Nexia thermostats into Home Assistant
|
||||
app-misc/homeassistant-full:nextbus - will give you the next departure time and associated data fro NextBus
|
||||
app-misc/homeassistant-full:nextcloud - pulls summary Nextcloud information into Home Assistant
|
||||
app-misc/homeassistant-full:nextdns - allows you to monitor NextDNS statistics
|
||||
app-misc/homeassistant-full:nfandroidtv - Notifications for Android TV and Notifications for Fire TV
|
||||
app-misc/homeassistant-full:nibe_heatpump - control and monitor Nibe Heat Pumps in Home Assistant
|
||||
app-misc/homeassistant-full:nightscout - allows you to view your CGM data from Nightscout
|
||||
app-misc/homeassistant-full:niko_home_control - platform allows you to integrate your Niko Home Control
|
||||
app-misc/homeassistant-full:nilu - An API client for getting pollution data from NILU sensor stations in Norway
|
||||
app-misc/homeassistant-full:nina - displays warnings from Bundesamt für Bevölkerungsschutz und Katastrophenhilfe
|
||||
app-misc/homeassistant-full:nissan_leaf - integration with the NissanConnect EV cloud service
|
||||
app-misc/homeassistant-full:nmap_tracker - Presence detection for Home Assistant with nmap
|
||||
app-misc/homeassistant-full:nmbs - Python wrapper for the iRail API
|
||||
app-misc/homeassistant-full:noaa_tides - prediction for the tides for any location in the United States
|
||||
app-misc/homeassistant-full:nobo_hub - Integrates Nobo Ecohub into Home Assistant
|
||||
app-misc/homeassistant-full:norway_air - A library to communicate with the met.no api
|
||||
app-misc/homeassistant-full:notify_events - The Notify.Events service is a platform for the notify component
|
||||
app-misc/homeassistant-full:notion - retrieves data from Notion wireless home monitoring sensor kits
|
||||
app-misc/homeassistant-full:nsw_fuel_station - uses the NSW Fuel Check App data as a source for current fuel price data
|
||||
app-misc/homeassistant-full:nsw_rural_fire_service_feed - integrate a GeoJSON feed provided by the NSW Rural Fire Service
|
||||
app-misc/homeassistant-full:nuheat - control your connected NuHeat Signature floor heating thermostats
|
||||
app-misc/homeassistant-full:nuki - control Nuki Smart Locks
|
||||
app-misc/homeassistant-full:numato - base for all related GPIO platforms of the Numato 32 Port USB GPIO expander
|
||||
app-misc/homeassistant-full:nut - monitor a UPS (battery backup) by using data from a NUT (Network UPS Tools)
|
||||
app-misc/homeassistant-full:nws - uses the National Weather Service web API
|
||||
app-misc/homeassistant-full:nx584 - NX584/NX8E Interface Library and Server
|
||||
app-misc/homeassistant-full:nzbget - monitor and control your downloads with NZBGet
|
||||
app-misc/homeassistant-full:oasa_telematics - bus and trolley arrival times for Greek public transport for Athens
|
||||
app-misc/homeassistant-full:obihai - view the call status for your Obihai devices
|
||||
app-misc/homeassistant-full:octoprint - The main integration to integrate OctoPrint sensors
|
||||
app-misc/homeassistant-full:oem - ESP8266 based “WiFi MQTT Relay / Thermostat” sold by OpenEnergyMonitor
|
||||
app-misc/homeassistant-full:ohmconnect - show you the current OhmConnect status for the given OhmConnect ID
|
||||
app-misc/homeassistant-full:ollama - adds a conversation agent in Home Assistant powered by a local Ollama server
|
||||
app-misc/homeassistant-full:ombi - The Ombi integration monitors data from your Ombi instance
|
||||
app-misc/homeassistant-full:omnilogic - Hayward Onmilogic pool control system
|
||||
app-misc/homeassistant-full:oncue - allow you to monitor the state of your Oncue enabled Kohler generator
|
||||
app-misc/homeassistant-full:ondilo_ico - ICO continuously analyzes the water quality of your pool/spa
|
||||
app-misc/homeassistant-full:onkyo - allows you to control a Onkyo, Integra and some recent Pioneer receivers
|
||||
app-misc/homeassistant-full:onvif - allows you to use an ONVIF Profile S conformant device
|
||||
app-misc/homeassistant-full:open_meteo - integrates the free weather forecast from Open-Meteo
|
||||
app-misc/homeassistant-full:openai_conversation - adds a conversation agent powered by OpenAI in Home Assistant
|
||||
app-misc/homeassistant-full:openerz - uses OpenERZ API to access data from Entsorgung und Recycling Zürich (ERZ)
|
||||
app-misc/homeassistant-full:openevse - an OpenEVSE Charging station equipped with an ESP8266-based Wi-Fi
|
||||
app-misc/homeassistant-full:opengarage - opengarage cover platform lets you control the open-source OpenGarage.io device
|
||||
app-misc/homeassistant-full:openhome - connect an Openhome Compliant Renderer to Home Assistant
|
||||
app-misc/homeassistant-full:opensensemap - query the open data API of openSenseMap.org air quality sensor station
|
||||
app-misc/homeassistant-full:opensky - allows one to track overhead flights in a given region
|
||||
app-misc/homeassistant-full:opentherm_gw - control the OpenTherm Gateway from Home Assistant
|
||||
app-misc/homeassistant-full:openuv - The openuv integration displays UV and Ozone data from openuv.io
|
||||
app-misc/homeassistant-full:openweathermap - uses OpenWeatherMap as a source for current meteorological data
|
||||
app-misc/homeassistant-full:opnsense - Presence Detection with data from OPNsense firewall
|
||||
app-misc/homeassistant-full:opower - get energy information from utilities that use Opower
|
||||
app-misc/homeassistant-full:opple - allows you to control the state of your Opple smart light
|
||||
app-misc/homeassistant-full:oralb - Integrates Oral-B devices into Home Assistant
|
||||
app-misc/homeassistant-full:orangepi_gpio - The orangepi_gpio integration is the base for all related GPIO platforms
|
||||
app-misc/homeassistant-full:oru - fetches your current energy usage from your ORU smart meter
|
||||
app-misc/homeassistant-full:orvibo - allows you to toggle your (dangerous) Orvibo S20 Wifi Smart Sockets
|
||||
app-misc/homeassistant-full:osoenergy - allows you to interact with supported devices and services offered by OSO Energy
|
||||
app-misc/homeassistant-full:osramlightify - allows you to integrate your Osram Lightify into Home Assistant
|
||||
app-misc/homeassistant-full:otbr - calling an Open Thread Border Router’s REST API in Home Assistant
|
||||
app-misc/homeassistant-full:otp - generates One-Time Passwords according to RFC6238
|
||||
app-misc/homeassistant-full:ourgroceries - ntegrates your shopping lists into Home Assistant
|
||||
app-misc/homeassistant-full:overkiz - The Overkiz (by Somfy) integration platform
|
||||
app-misc/homeassistant-full:ovo_energy - allows you to monitor your energy consumption data
|
||||
app-misc/homeassistant-full:owntracks - OwnTracks: track your location and send it directly to Home Assistant
|
||||
app-misc/homeassistant-full:ozw - Open Zwave MQTT
|
||||
app-misc/homeassistant-full:p1_monitor - The P1 Monitor integration integrates the P1 Monitor API platform
|
||||
app-misc/homeassistant-full:panasonic_bluray - allows you to control a Panasonic Blu-Ray player
|
||||
app-misc/homeassistant-full:panasonic_viera - panasonic_viera platform allows you to control a Panasonic Viera TV
|
||||
app-misc/homeassistant-full:pandora - Pandora account, you can control it from Home Assistant with this media player
|
||||
app-misc/homeassistant-full:pcal9535a - pcal9535a integration is the base for all related pcal9535a platforms
|
||||
app-misc/homeassistant-full:peco - provides electricity outage data from PECO Philadelphia power company
|
||||
app-misc/homeassistant-full:pegel_online - uses the data from the German Federal Waterways and Shipping Administration
|
||||
app-misc/homeassistant-full:pencom - Pencom is a computer-controlled relay, I/O and custom boards
|
||||
app-misc/homeassistant-full:permobil - view various sensors with information about your Permobil wheelchair
|
||||
app-misc/homeassistant-full:philips_js - allows you to control Philips TVs which expose the jointSPACE JSON-API
|
||||
app-misc/homeassistant-full:pi_hole - retrieve statistics and interact with a Pi-hole system
|
||||
app-misc/homeassistant-full:picnic - get information from Picnic about orders, deliveries and cart content
|
||||
app-misc/homeassistant-full:piglow - control the Piglow lights on your Raspberry Pi from within Home Assistant
|
||||
app-misc/homeassistant-full:pilight - Pilight is a open source solution to communicate with 433 MHz devices
|
||||
app-misc/homeassistant-full:ping - use the great ICMPLib for Presence Detection and as a binary Sensor
|
||||
app-misc/homeassistant-full:pjlink - control projectors with support for the PJLink protocol from Home Assistant
|
||||
app-misc/homeassistant-full:plaato - sets up integration with Plaato Airlock and Keg
|
||||
app-misc/homeassistant-full:plex - Python bindings for the Plex API
|
||||
app-misc/homeassistant-full:plugwise - Plugwise_Smile (Anna/Adam/P1/Stretch) API to use in conjunction with Home Assist
|
||||
app-misc/homeassistant-full:plum_lightpad - A python package that interacts with the Plum Lightpad
|
||||
app-misc/homeassistant-full:pocketcasts - monitor unplayed episodes you have of your favorite podcasts at Pocket Casts
|
||||
app-misc/homeassistant-full:point - Point hub enables integration with the Minut Point
|
||||
app-misc/homeassistant-full:poolsense - PoolSense is a smart pool monitor
|
||||
app-misc/homeassistant-full:powerwall - API for Tesla Powerwall
|
||||
app-misc/homeassistant-full:private_ble_device - identify devioces with random MAC addresses
|
||||
app-misc/homeassistant-full:profiler - Help visualize profiling data from cProfile with kcachegrind and qcachegrind
|
||||
app-misc/homeassistant-full:progettihwsw - brings the automation experience with ProgettiHWSW boards
|
||||
app-misc/homeassistant-full:proliphix - control Proliphix thermostat from Home Assistant
|
||||
app-misc/homeassistant-full:prometheus - The prometheus integration exposes metrics in a format which Prometheus can read
|
||||
app-misc/homeassistant-full:prosegur - Prosegur Smart Alarms (Cloud Polling)
|
||||
app-misc/homeassistant-full:proxmoxve - poll data from Proxmox VE virtualization environment
|
||||
app-misc/homeassistant-full:proxy - pass another camera’s output through post-processing routines
|
||||
app-misc/homeassistant-full:prusalink - PrusaLink integration allows you to monitor your Prusa 3D printer
|
||||
app-misc/homeassistant-full:ps4 - allows you to control a Sony PlayStation 4 console
|
||||
app-misc/homeassistant-full:pulseaudio_loopback - whole home audio system based upon PulseAudio
|
||||
app-misc/homeassistant-full:pure_energie - integrates the Pure Energie Monitor device with Home Assistant
|
||||
app-misc/homeassistant-full:purpleair - PurpleAir makes sensors that measure hyper-local air quality data
|
||||
app-misc/homeassistant-full:pushbullet - sensor platform reads messages from Pushbullet
|
||||
app-misc/homeassistant-full:pushover - allows integrations to send messages to the user using Pushover
|
||||
app-misc/homeassistant-full:pvoutput - The PVOutput integration
|
||||
app-misc/homeassistant-full:pvpc_hourly_pricing - hourly price of electricity in Spain from PVPC
|
||||
app-misc/homeassistant-full:python_script - write Python scripts that are exposed as services in Home Assistant
|
||||
app-misc/homeassistant-full:qbittorrent - monitor your downloads with qBittorrent from within Home Assistant
|
||||
app-misc/homeassistant-full:qingping - Integrates Qingping devices into Home Assistant
|
||||
app-misc/homeassistant-full:qld_bushfire - GeoRSS feed containing bushfire alerts for Queensland
|
||||
app-misc/homeassistant-full:qnap - Python API for obtaining QNAP NAS system stats
|
||||
app-misc/homeassistant-full:qnap_qsw - This integration interacts with the local API of QNAP QSW managed switches
|
||||
app-misc/homeassistant-full:qrcode - enables QR code recognition from cameras
|
||||
app-misc/homeassistant-full:quantum_gateway - device tracker platform for Verizon Fios
|
||||
app-misc/homeassistant-full:qvr_pro - QVR Pro allows you to connect to cams configured on your QNAP NAS
|
||||
app-misc/homeassistant-full:qwikswitch - the main integration to integrate various QwikSwitch devices with Home Assistant
|
||||
app-misc/homeassistant-full:rabbitair - lets you control your air purifier over the local network
|
||||
app-misc/homeassistant-full:rachio - The rachio platform allows you to control your Rachio irrigation system
|
||||
app-misc/homeassistant-full:radio_browser - use the directory of radio stations collected on Radio Browser in Home Assistant
|
||||
app-misc/homeassistant-full:radiotherm - control a thermostat from Radio Thermostat or 3M Filtrete
|
||||
app-misc/homeassistant-full:rainbird - allows interacting with LNK WiFi module of the Rain Bird Irrigation system
|
||||
app-misc/homeassistant-full:raincloud - allows you to integrate your Melnor RainCloud sprinkler system in Home Assistant
|
||||
app-misc/homeassistant-full:rainforest_eagle - platform for Rainforest Automation’s Eagle-200 and Legacy Eagle energy gateways
|
||||
app-misc/homeassistant-full:rainforest_raven - connects to a RAVEn-compatible device attached to the Home Assistant via USB
|
||||
app-misc/homeassistant-full:rainmachine - integrate all platforms related to RainMachine smart Wi-Fi sprinkler controllers
|
||||
app-misc/homeassistant-full:rapt_ble - Integrates RAPT Pill hydrometers into Home Assistant
|
||||
app-misc/homeassistant-full:raspihats - The base for all related Raspihats platforms in Home Assistant
|
||||
app-misc/homeassistant-full:raspyrfm - adds support for cheap RC 433 MHz outlets via one of the supported gateways
|
||||
app-misc/homeassistant-full:rdw - looks up any dutch registered vehicle by its license plate
|
||||
app-misc/homeassistant-full:recollect_waste - track the next scheduled waste pickup and what type of waste from Recollect
|
||||
app-misc/homeassistant-full:recorder - storing details in a database per sqlalchemy
|
||||
app-misc/homeassistant-full:recswitch - allows you to control the Ankuoo REC Switch devices from Home Assistant
|
||||
app-misc/homeassistant-full:reddit - integrates data from Reddit to monitor your favorite subreddits
|
||||
app-misc/homeassistant-full:refoss - Integrate Refoss devices into Home Assistant
|
||||
app-misc/homeassistant-full:rejseplanen - travel details for Danish public transport
|
||||
app-misc/homeassistant-full:remember_the_milk - create tasks in Remember The Milk (RTM) (deprecated)
|
||||
app-misc/homeassistant-full:remote_rpi_gpio - base for all related GPIO platforms in Home Assistant
|
||||
app-misc/homeassistant-full:renault - integration with the MyRenault cloud service
|
||||
app-misc/homeassistant-full:renson - The Renson integration pulls in data from the Renson Endura delta device
|
||||
app-misc/homeassistant-full:reolink - The integration allows you to control Reolink NVRs or cameras
|
||||
app-misc/homeassistant-full:repetier - Repetier-Server is a 3D printer/CNC server, able to control multiple devices
|
||||
app-misc/homeassistant-full:rest - rest sensor platform for data exposed by a RESTful API
|
||||
app-misc/homeassistant-full:rflink - The rflink integration supports devices that use RFLink gateway firmware
|
||||
app-misc/homeassistant-full:rfxtrx - supports RFXtrx 433 MHz devices by RFXCOM
|
||||
app-misc/homeassistant-full:ridwell - allows users to track waste recycling pickups scheduled with Ridwell
|
||||
app-misc/homeassistant-full:ring - integrate your ring.com devices
|
||||
app-misc/homeassistant-full:ripple - The ripple sensor platform displays Ripple wallet balances from Ripple.com
|
||||
app-misc/homeassistant-full:risco - This integration connects with Risco Alarms over Risco Cloud
|
||||
app-misc/homeassistant-full:rituals_perfume_genie - monitor your Rituals perfume diffusers
|
||||
app-misc/homeassistant-full:rmvtransport - departure time of bus, tram, subway, train in Rhein-Main area public transport
|
||||
app-misc/homeassistant-full:rocketchat - allows you to send messages to your Rocket.Chat instance from Home Assistant
|
||||
app-misc/homeassistant-full:roku - add support for Roku players
|
||||
app-misc/homeassistant-full:romy - The ROMY integration allows you to control your ROMY vacuum robot
|
||||
app-misc/homeassistant-full:roomba - control a iRobot Roomba vacuum or iRobot Braava m-series mop
|
||||
app-misc/homeassistant-full:roon - allows you to control RoonLabs music players
|
||||
app-misc/homeassistant-full:route53 - keep your AWS Route53 DNS records up to date
|
||||
app-misc/homeassistant-full:rova - uses an unofficial ROVA API to allow you to get your waste collection schedule
|
||||
app-misc/homeassistant-full:rpi_gpio - The rpi_gpio integration is the base for all GPIO platforms in Home Assistant
|
||||
app-misc/homeassistant-full:rpi_gpio_pwm - connect pigpio-daemon on an Raspberry Pi
|
||||
app-misc/homeassistant-full:rpi_pfio - base for all related PiFace Digital I/O (PFIO) platforms in Home Assistant
|
||||
app-misc/homeassistant-full:rpi_power - monitor your Raspis Power Supply
|
||||
app-misc/homeassistant-full:rpi_rf - control devices over 433/315MHz LPD/SRD signals on a RPi
|
||||
app-misc/homeassistant-full:rtsp_to_webrtc - provide WebRTC live streams for any RTSP camera
|
||||
app-misc/homeassistant-full:ruckus_unleashed - Python API to interact with a Ruckus Unleashed device
|
||||
app-misc/homeassistant-full:russound_rio - control Russound devices that make use of the RIO protocol
|
||||
app-misc/homeassistant-full:russound_rnet - control Russound devices that make use of the RNET protocol
|
||||
app-misc/homeassistant-full:ruuvi_gateway - Integrates Ruuvi Gateway devices as polling BLE remote scanners via the /history
|
||||
app-misc/homeassistant-full:ruuvitag_ble - Integrates Ruuvi’s RuuviTag BLE devices into Home Assistant
|
||||
app-misc/homeassistant-full:rympro - connects with a Read Your Meter Pro account to get water meter reads into HA
|
||||
app-misc/homeassistant-full:sabnzbd - monitor and control your downloads with SABnzbd from within Home Assistant
|
||||
app-misc/homeassistant-full:saj - poll a SAJ solar inverter and present the values as sensors
|
||||
app-misc/homeassistant-full:samsungtv - Support for Samsung TV Sets
|
||||
app-misc/homeassistant-full:sanix - get water/sewage level sensor measurements from the Sanix devices
|
||||
app-misc/homeassistant-full:satel_integra - Satel Integra alarm panel to leverage
|
||||
app-misc/homeassistant-full:schlage - provides connectivity with Schlage WiFi smart locks through Schlage’s cloud API
|
||||
app-misc/homeassistant-full:schluter - integrate your Schluter-DITRA-HEAT-E-WiFi electric floor heating thermostat
|
||||
app-misc/homeassistant-full:scrape - scraping information from websites
|
||||
app-misc/homeassistant-full:screenlogic - allows you to integrate your Pentair IntelliTouch or EasyTouch pool controller
|
||||
app-misc/homeassistant-full:scsgate - allows to interact with the MyHome system from BTicino/Legrande
|
||||
app-misc/homeassistant-full:season - display astronomical or meteorological season (Spring, Summer, Autumn, Winter)
|
||||
app-misc/homeassistant-full:sendgrid - Notification platform sends email notifications via SendGrid
|
||||
app-misc/homeassistant-full:sense - Integrate your Sense meter information into Home Assistant
|
||||
app-misc/homeassistant-full:sensehat - lets you control the Sense HAT board’s 8x8 RGB LED matrix on your Raspberry Pi
|
||||
app-misc/homeassistant-full:senseme - Integrates SenseME devices into Home Assistant
|
||||
app-misc/homeassistant-full:sensibo - Integrates Sensibo Air Conditioning controller into Home Assistant
|
||||
app-misc/homeassistant-full:sensirion_ble - Integrates sensors talking Sensirion’s BLE protocol into Home Assistant
|
||||
app-misc/homeassistant-full:sensorpro - Integrates SensorPro devices into Home Assistant
|
||||
app-misc/homeassistant-full:sensorpush - Integrates SensorPush devices into Home Assistant
|
||||
app-misc/homeassistant-full:sentry - The free Sentry account allows 5000 events per month
|
||||
app-misc/homeassistant-full:senz - allows you to control and monitor your nVent RAYCHEM SENZ-WIFI thermostats
|
||||
app-misc/homeassistant-full:serial - use data provided by a device connected to the serial port of the system
|
||||
app-misc/homeassistant-full:serial_pm - Particulate matter sensors measure the amount of very small particles in the air
|
||||
app-misc/homeassistant-full:sesame - allows you to control your Sesame smart locks made by CANDY HOUSE, Inc.
|
||||
app-misc/homeassistant-full:seven_segments - allows you to read physical seven segments displays
|
||||
app-misc/homeassistant-full:seventeentrack - get package data tied to their 17track.net account
|
||||
app-misc/homeassistant-full:sfr_box - offers integration with the SFR broadband router
|
||||
app-misc/homeassistant-full:sharkiq - The sharkiq integration allows you to control your Shark IQ vacuum
|
||||
app-misc/homeassistant-full:shelly - Shelly devices
|
||||
app-misc/homeassistant-full:shiftr - transfer details collected with Home Assistant to Shiftr.io
|
||||
app-misc/homeassistant-full:shodan - Shodan is a search engine for Internet-connected devices
|
||||
app-misc/homeassistant-full:sht31 - allows you to get the current temperature and humidity from a Sensirion SHT31
|
||||
app-misc/homeassistant-full:sia - provides integration with several alarm systems that implement the SIA Protocol
|
||||
app-misc/homeassistant-full:sighthound - Detect people in camera images using Sighthound Cloud
|
||||
app-misc/homeassistant-full:signal_messenger - add Support for Moxie's Signal API
|
||||
app-misc/homeassistant-full:simplepush - deliver notifications from Home Assistant to your Android device
|
||||
app-misc/homeassistant-full:simplisafe - integrates SimpliSafe home security (V2 and V3) systems
|
||||
app-misc/homeassistant-full:sinch - The sinch platform uses Sinch to deliver notifications from Home Assistant
|
||||
app-misc/homeassistant-full:sisyphus - allows you to observe and control your Sisyphus Kinetic Art Table
|
||||
app-misc/homeassistant-full:sky_hub - presence detection at connected devices to a Sky Hub router based router
|
||||
app-misc/homeassistant-full:skybeacon - supports CR2477-powered iBeacon/eddystone sensors
|
||||
app-misc/homeassistant-full:skybell - integrate your Skybell.com doorbells
|
||||
app-misc/homeassistant-full:slack - The slack platform delivers notifications from Home Assistant to Slack
|
||||
app-misc/homeassistant-full:sleepiq - lets you view sensor data from SleepIQ by SleepNumber
|
||||
app-misc/homeassistant-full:slide - integrate your slide.store devices in Home Assistant using the official API
|
||||
app-misc/homeassistant-full:slimproto - allows you to control a Squeezebox music player directly from Home Assistant
|
||||
app-misc/homeassistant-full:sma - add Support for SMA Solar WebConnect
|
||||
app-misc/homeassistant-full:smappee - integrate Smappee monitors, plugs and switches
|
||||
app-misc/homeassistant-full:smart_meter_texas - allows Texas residents to integrate their electric meters into Home Assistant
|
||||
app-misc/homeassistant-full:smarthab - control your lights and shutters with the SmartHab integration
|
||||
app-misc/homeassistant-full:smartthings - use the SmartThings Cloud API
|
||||
app-misc/homeassistant-full:smarttub - control hot tubs which use the SmartTub system
|
||||
app-misc/homeassistant-full:smarty - lets you control Salda Smarty ventilation units from Home Assistant
|
||||
app-misc/homeassistant-full:smhi - support for the SMHI.se web service as a source for meteorological data
|
||||
app-misc/homeassistant-full:sms - allows having a local execution SMS notification via Gammu
|
||||
app-misc/homeassistant-full:snapcast - The snapcast platform allows you to control Snapcast from Home Assistant
|
||||
app-misc/homeassistant-full:snmp - Presence Detection, Sensor, Switch via SNMP
|
||||
app-misc/homeassistant-full:snooz - Integrates SNOOZ devices into Home Assistant
|
||||
app-misc/homeassistant-full:socat - Set a flag to install socat and socat-zwave startscript
|
||||
app-misc/homeassistant-full:solaredge - details from your SolarEdge solar power setup
|
||||
app-misc/homeassistant-full:solaredge_local - uses the local API available on some SolarEdge Inverters
|
||||
app-misc/homeassistant-full:solarlog - uses the open JSON interface on Solar-Log PV monitoring systems
|
||||
app-misc/homeassistant-full:solax - Solax inverter API client
|
||||
app-misc/homeassistant-full:soma - integrate their Soma Smarthome devices into Home Assistant
|
||||
app-misc/homeassistant-full:somfy - Somfy devices via their online service
|
||||
app-misc/homeassistant-full:somfy_mylink - an interface to a compatible Somfy MyLink hub utilizing the Synergy API
|
||||
app-misc/homeassistant-full:sonarr - The Sonarr integration pulls data from a given Sonarr instance
|
||||
app-misc/homeassistant-full:songpal - control Sony’s Songpal (”Audio Control API”) compatible devices
|
||||
app-misc/homeassistant-full:sonos - Sonos Media Player Support
|
||||
app-misc/homeassistant-full:sony_projector - allows you to control the state of SDCP compatible network-connected projectors
|
||||
app-misc/homeassistant-full:soundtouch - control your Bose Soundtouch speakers from Home Assistant
|
||||
app-misc/homeassistant-full:spc - integrate your Vanderbilt SPC alarm panel and any connected sensors
|
||||
app-misc/homeassistant-full:speedtestdotnet - speedtest.net support
|
||||
app-misc/homeassistant-full:spider - integrate all Itho Daalderop Spider related platforms
|
||||
app-misc/homeassistant-full:splunk - log all state changes to an external Splunk database
|
||||
app-misc/homeassistant-full:spotify - Spotify media player integration allows you to control Spotify playback
|
||||
app-misc/homeassistant-full:sql - enables you to use an SQL database supported by the sqlalchemy library
|
||||
app-misc/homeassistant-full:squeezebox - library to control Logitech Media Server
|
||||
app-misc/homeassistant-full:srp_energy - SRP Energy integration hourly energy usage report
|
||||
app-misc/homeassistant-full:ssdp - will scan the network for supported devices and services (Upnp)
|
||||
app-misc/homeassistant-full:ssl - include support for haproxy
|
||||
app-misc/homeassistant-full:starline - retrieve data of your StarLine security system from the StarLine portal
|
||||
app-misc/homeassistant-full:starlingbank - monitor your account balance data as sensors
|
||||
app-misc/homeassistant-full:starlink - allows you to integrate your Starlink into Home Assistant
|
||||
app-misc/homeassistant-full:startca - Integrate your Start.ca account information into Home Assistant
|
||||
app-misc/homeassistant-full:statsd - transfer all state changes to an external StatsD instance
|
||||
app-misc/homeassistant-full:steam_online - allows you to track the online status of public Steam accounts
|
||||
app-misc/homeassistant-full:steamist - monitor the state of your Steamist steam shower
|
||||
app-misc/homeassistant-full:stookalert - queries the RIVM Stookalert API for unfavorable weather conditions
|
||||
app-misc/homeassistant-full:stookwijzer - queries the Stookwijzer API for windspeed and gets the air quality index
|
||||
app-misc/homeassistant-full:stream - provides a way to proxy live streams through Home Assistant
|
||||
app-misc/homeassistant-full:streamlabswater - interact with StreamLabs water monitoring devices
|
||||
app-misc/homeassistant-full:subaru - MySubaru connected vehicle services
|
||||
app-misc/homeassistant-full:suez_water - consumption of water from the French water provider Tout Sur Mon Eau
|
||||
app-misc/homeassistant-full:sunweg - a sensor to collect information from your WEG inverters using Sun WEG server
|
||||
app-misc/homeassistant-full:supla - Supla is an Open Source home automation system for ESP8266 based devices
|
||||
app-misc/homeassistant-full:surepetcare - information on your Sure Petcare Connect Pet or Cat Flap
|
||||
app-misc/homeassistant-full:swiss_hydrological_data - details (temperature, level, and discharge) of rivers and lakes in Switzerland
|
||||
app-misc/homeassistant-full:swiss_public_transport - give you the next three SBB departure times from a given location
|
||||
app-misc/homeassistant-full:switchbee - library to control SwitchBee smart home devices
|
||||
app-misc/homeassistant-full:switchbot - allows you to control SwitchBot devices from Home Assistant
|
||||
app-misc/homeassistant-full:switchbot_cloud - allows you to control SwitchBot devices connected through the SwitchBot hub
|
||||
app-misc/homeassistant-full:switcher_kis - allows you to control the Switcher V2 Water Heater
|
||||
app-misc/homeassistant-full:switchmate - allows you to control Switchmate devices from Home Assistant
|
||||
app-misc/homeassistant-full:syncthing - allows you to monitor states of your synced folders from Syncthing
|
||||
app-misc/homeassistant-full:syncthru - allows you to read current data from your local Samsung printer
|
||||
app-misc/homeassistant-full:synology_dsm - monitor getting various statistics from your Synology NAS
|
||||
app-misc/homeassistant-full:synology_srm - detect presence by looking at connected devices to a Synology SRM router
|
||||
app-misc/homeassistant-full:system_bridge - System Bridge runs on your local machine to share system information via its AP
|
||||
app-misc/homeassistant-full:systemd - internal and developer use
|
||||
app-misc/homeassistant-full:systemmonitor - Allows you to monitor disk usage, memory usage, CPU usage, and running processes
|
||||
app-misc/homeassistant-full:tado - an interface to the my.tado.com website
|
||||
app-misc/homeassistant-full:tahoma - interface to the tahomalink.com website. It adds covers, scenes and a sun sensor
|
||||
app-misc/homeassistant-full:tailscale - monitor and automate on the state of the devices in your Tailscale VPN
|
||||
app-misc/homeassistant-full:tailwind - integrates Tailwind garage door controllers fully locally
|
||||
app-misc/homeassistant-full:tami4 - Support for Tami4 Edge / Edge+ by Strauss in Home Assistant
|
||||
app-misc/homeassistant-full:tank_utility - Add Tank Utility propane tank monitors to Home Assistant
|
||||
app-misc/homeassistant-full:tankerkoenig - monitor the fuel prices with tankerkoenig.de
|
||||
app-misc/homeassistant-full:tapsaff - provides the ‘Taps Aff’ status for a given location within the UK
|
||||
app-misc/homeassistant-full:tasmota - Python module to help parse and construct Tasmota MQTT messages
|
||||
app-misc/homeassistant-full:tautulli - The tautulli sensor platform will monitor activity on a given Tautulli Server
|
||||
app-misc/homeassistant-full:technove - TechnoVE Smart Charging Station through the station local API
|
||||
app-misc/homeassistant-full:ted5000 - monitors electricity consumption/production by connecting to the TED gateway
|
||||
app-misc/homeassistant-full:tedee - connect locally to your Tedee locks by communicating with the Tedee bridge
|
||||
app-misc/homeassistant-full:telegram_bot - Use Telegram on your mobile or desktop device to send and receive messages
|
||||
app-misc/homeassistant-full:tellduslive - cloud platform that connects to your Tellstick
|
||||
app-misc/homeassistant-full:tellstick - integrates TellStick devices into Home Assistant
|
||||
app-misc/homeassistant-full:temper - get the current temperature from a TEMPer device
|
||||
app-misc/homeassistant-full:tesla - integration with the Tesla cloud service
|
||||
app-misc/homeassistant-full:tesla_wall_connector - allows you to integrate your Gen 3 Tesla Wall Connector with Wi-Fi
|
||||
app-misc/homeassistant-full:teslemetry - commands and sensors from the Tesla vehicles connected to a Teslemetry subscript
|
||||
app-misc/homeassistant-full:tessie - control Tesla vehicles connected to your Tessie account from HA
|
||||
app-misc/homeassistant-full:test - internal and developer use
|
||||
app-misc/homeassistant-full:tfiac - integrates several vendors air conditioning systems into Home Assistant
|
||||
app-misc/homeassistant-full:thermobeacon - Integrates ThermoBeacon devices into Home Assistant
|
||||
app-misc/homeassistant-full:thermopro - Integrates ThermoPro devices into Home Assistant
|
||||
app-misc/homeassistant-full:thermoworks_smoke - pulls data for your ThermoWorks Smoke Thermometer
|
||||
app-misc/homeassistant-full:thingspeak - makes Home Assistant communicate with the ThingSpeak API
|
||||
app-misc/homeassistant-full:thinkingcleaner - displays information about your Thinking Cleaner add-on
|
||||
app-misc/homeassistant-full:thread - track the different Thread networks (WIP)
|
||||
app-misc/homeassistant-full:tibber - a sensor with the current electricity price
|
||||
app-misc/homeassistant-full:tikteck - Support for the Bluetooth smart bulb from Tikteck
|
||||
app-misc/homeassistant-full:tile - API for Tile Bluetooth trackers
|
||||
app-misc/homeassistant-full:tilt_ble - Integrates Tilt Hydrometer BLE devices into Home Assistant
|
||||
app-misc/homeassistant-full:tmb - Library that interacts with TMB API
|
||||
app-misc/homeassistant-full:todoist - connect to your Todoist Projects and generate binary sensors
|
||||
app-misc/homeassistant-full:tof - uses an invisible laser to measure distance with millimeter resolution
|
||||
app-misc/homeassistant-full:tolo - allows you to control your TOLO Sauna and TOLO Steam Bath
|
||||
app-misc/homeassistant-full:tomorrowio - obtain weather, air quality, pollen, and fire information fro tomorrow.io
|
||||
app-misc/homeassistant-full:toon - client for the Quby ToonAPI
|
||||
app-misc/homeassistant-full:totalconnect - provides connectivity with the Honeywell TotalConnect alarm systems
|
||||
app-misc/homeassistant-full:touchline - lets you control ROTH Touchline floor heating thermostats
|
||||
app-misc/homeassistant-full:tplink - control your TP-Link Smart Home Devices
|
||||
app-misc/homeassistant-full:tplink_lte - allows you to observe and control TP-Link LTE routers
|
||||
app-misc/homeassistant-full:tplink_omada - allows you to control your TP-Link Omada SDN Devices
|
||||
app-misc/homeassistant-full:traccar - uses GPS for tracking and has support for over 1500 different types of devices
|
||||
app-misc/homeassistant-full:traccar_server - Traccar uses GPS for tracking,over 1500 different types of devices
|
||||
app-misc/homeassistant-full:trackr - trackr platform allows you to detect presence using TrackR devices
|
||||
app-misc/homeassistant-full:tractive - Tractive is an Austrian company develops real-time location trackers for pets
|
||||
app-misc/homeassistant-full:tradfri - Control/observe IKEA Tradfri devices
|
||||
app-misc/homeassistant-full:trafikverket_camera - Retrieve camera feed from Trafikverket
|
||||
app-misc/homeassistant-full:trafikverket_ferry - Retrieve ferry departure information from Trafikverket
|
||||
app-misc/homeassistant-full:trafikverket_train - Retrieve train departure information from Trafikverket
|
||||
app-misc/homeassistant-full:trafikverket_weatherstation - weather information provided by Trafikverket weather stations in Sweden
|
||||
app-misc/homeassistant-full:transmission - transmission integration allows you to monitor your downloads with Transmission
|
||||
app-misc/homeassistant-full:transport_nsw - gets next departure from Transport NSW stop for bus, train, light rail or ferry
|
||||
app-misc/homeassistant-full:travisci - integrate the test build results reported by Travis-CI working
|
||||
app-misc/homeassistant-full:trend - sensors which show the trend of numeric state orstate_attributes
|
||||
app-misc/homeassistant-full:tts - Audio metadata tag reader and writer implemented in pure Python
|
||||
app-misc/homeassistant-full:tuya - integrate all Tuya Smart related platforms
|
||||
app-misc/homeassistant-full:twentemilieu - allows you to track the next scheduled waste pickups by Twente Milieu
|
||||
app-misc/homeassistant-full:twilio - enables the sending of notifications via SMS and the creation of calls
|
||||
app-misc/homeassistant-full:twinkly - control Twinkly LED string from Home Assistant
|
||||
app-misc/homeassistant-full:twitch - monitor Twitch channel status from within Home Assistant
|
||||
app-misc/homeassistant-full:twitter - notification platform uses Twitter to deliver notifications from Home Assistant
|
||||
app-misc/homeassistant-full:ubus - a presence detection scanner for OpenWrt using ubus
|
||||
app-misc/homeassistant-full:ukraine_alarm - uses the Ukraine Alarm web service to offer air-raid siren notifications
|
||||
app-misc/homeassistant-full:unifi - talk with a Ubiquiti unifi Controller
|
||||
app-misc/homeassistant-full:unifi_direct - detect presence by looking at devices connected to a UniFi AP
|
||||
app-misc/homeassistant-full:unifiled - control lights from a UniFi LED by Ubiquiti Networks controller
|
||||
app-misc/homeassistant-full:unifiprotect - Camera feeds and Sensor data from a UniFi Protect application
|
||||
app-misc/homeassistant-full:upb - Library for interacting with UPB PIM
|
||||
app-misc/homeassistant-full:upc_connect - presence detection by looking at a Connect Box
|
||||
app-misc/homeassistant-full:upcloud - allows you to access the information about your UpCloud servers
|
||||
app-misc/homeassistant-full:upnp - support UPnP/Internet Gateway Device (IGD) Protocol
|
||||
app-misc/homeassistant-full:uptimerobot - provides binary sensors from your monitors from Uptime Robot
|
||||
app-misc/homeassistant-full:usb - USB Discovery integration will watch the host for USB devices
|
||||
app-misc/homeassistant-full:uscis - updates on your USCIS case using your case/receipt number
|
||||
app-misc/homeassistant-full:usgs_earthquakes_feed - a GeoJSON feed provided by the U.S. Geological Survey
|
||||
app-misc/homeassistant-full:utility_meter - integration provides functionality to track consumptions of various utilities
|
||||
app-misc/homeassistant-full:uvc - allows you to integrate UniFi Video Camera (UVC) into Home Assistant
|
||||
app-misc/homeassistant-full:v2c - allows monitoring and control of a local V2C Trydan EVSE
|
||||
app-misc/homeassistant-full:vallox - control any Vallox ventilation unit
|
||||
app-misc/homeassistant-full:vasttrafik - traveling details for the larger Göteborg area in Sweden from the Västtrafik
|
||||
app-misc/homeassistant-full:velbus - supports the Velbus USB, serial and TCP/IP gateway
|
||||
app-misc/homeassistant-full:velux - allows you to connect to a Velux KLF 200 interface
|
||||
app-misc/homeassistant-full:venstar - allows you to control Venstar thermostats from Home Assistant
|
||||
app-misc/homeassistant-full:vera - add support for Vera Z-Wave Controller
|
||||
app-misc/homeassistant-full:verisure - Home Assistant has support to integrate your Verisure devices
|
||||
app-misc/homeassistant-full:versasense - The VersaSense integration supports the VersaSense Edge Gateway
|
||||
app-misc/homeassistant-full:version - display the current Home Assistant versions
|
||||
app-misc/homeassistant-full:vesync - control smart switches and outlets connected to the VeSync App
|
||||
app-misc/homeassistant-full:vicare - communicate with the Viessmann ViCare API
|
||||
app-misc/homeassistant-full:vilfo - integration allows you to observe the state of your Vilfo Router
|
||||
app-misc/homeassistant-full:vivotek - camera platform allows you to integrate a VIVOTEK IP camera
|
||||
app-misc/homeassistant-full:vizio - allows you to control SmartCast-compatible TVs
|
||||
app-misc/homeassistant-full:vlc - The vlc platform allows you to control VLC media player
|
||||
app-misc/homeassistant-full:vlc_telnet - Control VLC via it's telnet interface
|
||||
app-misc/homeassistant-full:vodafone_station - allows you to control your Vodafone Station based router
|
||||
app-misc/homeassistant-full:voip - enables users to talk to Assist using an analog phone and a VoIP adapter
|
||||
app-misc/homeassistant-full:volkszaehler - consuming the system information provided by the Volkszaehler API
|
||||
app-misc/homeassistant-full:volumio - allows you to control a Volumio media player
|
||||
app-misc/homeassistant-full:volvooncall - offers presence detection as well as sensors such as odometer and fuel leve
|
||||
app-misc/homeassistant-full:vulcan - The Uonet+ Vulcan integration allows you to view timetable from your e-register
|
||||
app-misc/homeassistant-full:vultr - access information about and interact with your Vultr subscriptions
|
||||
app-misc/homeassistant-full:w800rf32 - supports W800RF32 devices by WGL Designs
|
||||
app-misc/homeassistant-full:wake_on_lan - enables the ability to send magic packets to Wake on LAN capable devices
|
||||
app-misc/homeassistant-full:wallbox - pulls data from the MyWallbox Portal for your Wallbox charging station
|
||||
app-misc/homeassistant-full:waqi - will query World Air Quality Index service
|
||||
app-misc/homeassistant-full:waterfurnace - Python interface for waterfurnace geothermal systems
|
||||
app-misc/homeassistant-full:watson_iot - link Home Assistant with an IBM Watson IoT Platform instance
|
||||
app-misc/homeassistant-full:watson_tts - text-to-speech platform that works with IBM Watson Cloud
|
||||
app-misc/homeassistant-full:watttime - Cloud based Climate Trace Service
|
||||
app-misc/homeassistant-full:waze_travel_time - waze_travel_time sensor provides travel time from the Waze
|
||||
app-misc/homeassistant-full:weatherflow - reads weather data from all WeatherFlow Tempest compatible weather station
|
||||
app-misc/homeassistant-full:weatherflow_cloud - provides access to cloud provided Weather Forecast of a user’s Tempest Weather S
|
||||
app-misc/homeassistant-full:weatherkit - obtains current weather and forecasts (hourly and daily) from Apple Weather
|
||||
app-misc/homeassistant-full:webmin - provides sensors for monitoring the CPU and memory usage of your server
|
||||
app-misc/homeassistant-full:webostv - allows you to control a LG webOS Smart TV
|
||||
app-misc/homeassistant-full:wemo - discover and control WeMo devices
|
||||
app-misc/homeassistant-full:whirlpool - integrates Whirlpool 6th Sense Live appliances
|
||||
app-misc/homeassistant-full:whois - perform daily WHOIS lookups
|
||||
app-misc/homeassistant-full:wiffi - allows you to connect your STALL WIFFI devices directly
|
||||
app-misc/homeassistant-full:wilight - The wilight integration is to integrate WiLight devices with Home Assistant
|
||||
app-misc/homeassistant-full:wink - support for Wink Z-Wave Plus Smart Hub
|
||||
app-misc/homeassistant-full:wirelesstag - integrate your wirelesstag.net sensors tags
|
||||
app-misc/homeassistant-full:withings - add support for Withings Health API
|
||||
app-misc/homeassistant-full:wiz - allows you to control your WiZ lights and smart sockets
|
||||
app-misc/homeassistant-full:wled - add support for Aircookie's WLED
|
||||
app-misc/homeassistant-full:wolflink - uses the Wolf Smart-Set for your heating system status
|
||||
app-misc/homeassistant-full:workday - generating country, province and state specific sets of holidays on the fly
|
||||
app-misc/homeassistant-full:ws66i - Control the Soundavo Whole-Home Audio Amplifier via local network
|
||||
app-misc/homeassistant-full:xbox - A library to authenticate with Windows Live/Xbox Live and use their API
|
||||
app-misc/homeassistant-full:xbox_live - track Xbox profiles
|
||||
app-misc/homeassistant-full:xeoma - Python wrapper for Xeoma web server API
|
||||
app-misc/homeassistant-full:xiaomi_aqara - allows you to integrate Xiaomi Aqara-compatible devices
|
||||
app-misc/homeassistant-full:xiaomi_ble - Integrates devices that implement the Xiaomi Mijia BLE MiBeacon protocol
|
||||
app-misc/homeassistant-full:xiaomi_miio - add support for Xiaomi smart appliances
|
||||
app-misc/homeassistant-full:xiaomi_tv - The xiaomi_tv platform allows you to control a Xiaomi TV
|
||||
app-misc/homeassistant-full:xmpp - Python 3 library for XMPP
|
||||
app-misc/homeassistant-full:xs1 - get and set values of the EZcontrol XS1 Gateway
|
||||
app-misc/homeassistant-full:yale_smart_alarm - Yale Smart Alarm systems and Smart Hub through Yale’s API
|
||||
app-misc/homeassistant-full:yalexs_ble - Integrates Yale Access Bluetooth devices into Home Assistant
|
||||
app-misc/homeassistant-full:yamaha - Library for Yamaha RX-* Receivers
|
||||
app-misc/homeassistant-full:yamaha_musiccast - add support for Yamaha MusicCast devices
|
||||
app-misc/homeassistant-full:yandex_transport - will give you the time until the next departure time from a bus/tramway/etc stop
|
||||
app-misc/homeassistant-full:yardian - The Yardian integration allows you to control your Yardian Smart Sprinkler Contr
|
||||
app-misc/homeassistant-full:yeelight - allows you to control your Yeelight Wifi bulbs
|
||||
app-misc/homeassistant-full:yeelightsunflower - allows you to control your Yeelight Sunflower light bulbs
|
||||
app-misc/homeassistant-full:yi - allows you to utilize Yi Home Cameras within Home Assistant
|
||||
app-misc/homeassistant-full:yolink - Integrates YoLink Devices into Home Assistant
|
||||
app-misc/homeassistant-full:youless - allows you to read the meter values from sensors created by YouLess
|
||||
app-misc/homeassistant-full:youtube - allows you to connect YouTube channels to Home Assistant
|
||||
app-misc/homeassistant-full:zabbix - integration to connect to a Zabbix monitoring instance via the Zabbix API
|
||||
app-misc/homeassistant-full:zamg - meteorological details published by the Austrian weather service
|
||||
app-misc/homeassistant-full:zengge - Python API for controlling Zengge LED bulbs
|
||||
app-misc/homeassistant-full:zeroconf - will scan the network for supported devices and services
|
||||
app-misc/homeassistant-full:zerproc - discovers nearby Zerproc lights
|
||||
app-misc/homeassistant-full:zestimate - track the Zestimate® value of properties using the Zillow API
|
||||
app-misc/homeassistant-full:zeversolar - Zeversolar integration using local API
|
||||
app-misc/homeassistant-full:zha - Support for ZHA/deconz based Zigbee/ZNet Devices
|
||||
app-misc/homeassistant-full:zhong_hong - lets you control Zhonghong HVAC Gateway Controller thermostats
|
||||
app-misc/homeassistant-full:ziggo_mediabox_xl - allows you to control a Ziggo Mediabox XL
|
||||
app-misc/homeassistant-full:zoneminder - Support for ZoneMinder Cameras
|
||||
app-misc/homeassistant-full:zwave - Support for Z-Wave Devices (uncomplete)
|
||||
app-misc/homeassistant-full:zwave_js - control a Z-Wave network via the Z-Wave JS driver
|
||||
app-misc/homeassistant-full:zwave_me - allows you to control a Z-Wave network via the Z-Wave.Me Z-Way
|
||||
app-misc/homeassistant-min:accuweather - Uses the AccuWeather web service as a source for weather data
|
||||
app-misc/homeassistant-min:airly - Uses the Airly web service as a source for air quality data
|
||||
app-misc/homeassistant-min:airvisual - Airvisual sensor platform queries the AirVisual cloud API for air quality data
|
||||
app-misc/homeassistant-min:alpha_vantage - The alpha_vantage sensor platform uses Alpha Vantage to monitor the stock market
|
||||
app-misc/homeassistant-min:analytics_insights - allows you to get integration usage statistics into Home Assistant
|
||||
app-misc/homeassistant-min:android_ip_webcam - The android_ip_webcam integration turns any Android phone or tablet into a netwo
|
||||
app-misc/homeassistant-min:androidtv - Library for controlling an Android TV, formerly firetv
|
||||
app-misc/homeassistant-min:androidtv_remote - allows you to control an Android TV and launching apps
|
||||
app-misc/homeassistant-min:axis - Communicating with newer devices from Axis Communications
|
||||
app-misc/homeassistant-min:backup - allows you to create and download backups for your Home Assistant Core
|
||||
app-misc/homeassistant-min:bluetooth - The Bluetooth integration will detect nearby Bluetooth devices
|
||||
app-misc/homeassistant-min:bluetooth_le_tracker - Tracks Bluetooth low-energy devices periodically based on interval_seconds value
|
||||
app-misc/homeassistant-min:caldav - Integrate a CalDAV (RFC4791) calendar in Home Assistant
|
||||
app-misc/homeassistant-min:camera - The camera integration allows you to use IP cameras with Home Assistant
|
||||
app-misc/homeassistant-min:cast - Let Home Assitant talk to Google Chromecast
|
||||
app-misc/homeassistant-min:cli - Set a dependency for Home Assistant Cli hass-cli (lots of modules required)
|
||||
app-misc/homeassistant-min:co2signal - Queries the CO2Signal API for the CO2 intensity of a specific region
|
||||
app-misc/homeassistant-min:compensation - Compensation integration consumes the state from other sensors
|
||||
app-misc/homeassistant-min:coronavirus - Add sensors for COVID-19 infections from Johns Hopkins University
|
||||
app-misc/homeassistant-min:dlna_dmr - Allows you to control a DLNA Digital Media Renderer
|
||||
app-misc/homeassistant-min:dlna_dms - allows you to browse and play media from a DLNA Digital Media Server
|
||||
app-misc/homeassistant-min:dwd_weather_warnings - dwd_weather_warnings sensor platform uses DWD for warnings
|
||||
app-misc/homeassistant-min:ecowitt - add Ecowitt Weather station to your Home Assistant
|
||||
app-misc/homeassistant-min:enigma2 - Support for Enigma2 boxes with openwebif support
|
||||
app-misc/homeassistant-min:esphome - Support for esphome sensors, covers and switches and it's dashboard
|
||||
app-misc/homeassistant-min:ffmpeg - allows other Home Assistant integrations to process video and audio streams
|
||||
app-misc/homeassistant-min:file - Store notifications as a file
|
||||
app-misc/homeassistant-min:forecast_solar - Asynchronous Python client for getting forecast solar information
|
||||
app-misc/homeassistant-min:fronius - Add (very basic) Support for Fronius Symo JSON Api to Home Assistant
|
||||
app-misc/homeassistant-min:github - GitHub sensor integrates data from GitHub to monitor your favorite repositories
|
||||
app-misc/homeassistant-min:glances - Allows you to monitor the system information provided by the Glances API
|
||||
app-misc/homeassistant-min:holiday - create a calendar of holidays in Home Assistant for powering automations
|
||||
app-misc/homeassistant-min:homekit - Integrate HomeKit controller and accessory in Home Assistant
|
||||
app-misc/homeassistant-min:homekit_controller - Allows you to connect accessories with the “Works with HomeKit” logo
|
||||
app-misc/homeassistant-min:http - Serves all files and data required for the Home Assistant frontend
|
||||
app-misc/homeassistant-min:hyperion - integrate your Hyperion into Home Assistant
|
||||
app-misc/homeassistant-min:ibeacon - Adding iBeacon Tracker to your Home Assistant instance
|
||||
app-misc/homeassistant-min:influxdb - transfer sensor data to a local InfluxDB database
|
||||
app-misc/homeassistant-min:isal - Intelligent Storage Acceleration, is used for accelerating aiohttp
|
||||
app-misc/homeassistant-min:knx - Asynchronous Library for the KNX protocol
|
||||
app-misc/homeassistant-min:kodi - control a Kodi multimedia system
|
||||
app-misc/homeassistant-min:kraken - allows you to monitor exchange rates on kraken.com
|
||||
app-misc/homeassistant-min:local_calendar - create a calendar of events in Home Assistant
|
||||
app-misc/homeassistant-min:local_todo - The Local to-do list integration allows you to create to-do lists in Home Assist
|
||||
app-misc/homeassistant-min:mariadb - WIP: set dependencies for mariadb-connector-python
|
||||
app-misc/homeassistant-min:matter - control Matter devices on your local WiFi or Thread network
|
||||
app-misc/homeassistant-min:maxcube - eQ-3 ELV MAX Cube Python API
|
||||
app-misc/homeassistant-min:mikrotik - add support for MikroTik RouterOS API
|
||||
app-misc/homeassistant-min:mobile_app - allows Home Assistant mobile apps to easily integrate with Home Assistant
|
||||
app-misc/homeassistant-min:modbus - sensors and switches controlled over MODBUS serial, TCP, and UDP connections
|
||||
app-misc/homeassistant-min:mosquitto - Set a runtime dependency for Mosquitto MQTT broker
|
||||
app-misc/homeassistant-min:mqtt - install MQTT Broker and dependencies
|
||||
app-misc/homeassistant-min:mysensors - combines devices like Arduino, ESP8266, Raspberry Pi, NRF24L01+ and RFM69
|
||||
app-misc/homeassistant-min:mysql - set dependencies to install MySQL Libraries for use with HomeAssistant
|
||||
app-misc/homeassistant-min:nextcloud - pulls summary Nextcloud information into Home Assistant
|
||||
app-misc/homeassistant-min:nfandroidtv - Notifications for Android TV and Notifications for Fire TV
|
||||
app-misc/homeassistant-min:notify_events - The Notify.Events service is a platform for the notify component
|
||||
app-misc/homeassistant-min:octoprint - The main integration to integrate OctoPrint sensors
|
||||
app-misc/homeassistant-min:onvif - allows you to use an ONVIF Profile S conformant device
|
||||
app-misc/homeassistant-min:openweathermap - uses OpenWeatherMap as a source for current meteorological data
|
||||
app-misc/homeassistant-min:otp - generates One-Time Passwords according to RFC6238
|
||||
app-misc/homeassistant-min:owntracks - OwnTracks: track your location and send it directly to Home Assistant
|
||||
app-misc/homeassistant-min:ozw - Open Zwave MQTT
|
||||
app-misc/homeassistant-min:ping - use the great ICMPLib for Presence Detection and as a binary Sensor
|
||||
app-misc/homeassistant-min:plex - Python bindings for the Plex API
|
||||
app-misc/homeassistant-min:ps4 - allows you to control a Sony PlayStation 4 console
|
||||
app-misc/homeassistant-min:python_script - write Python scripts that are exposed as services in Home Assistant
|
||||
app-misc/homeassistant-min:qnap - Python API for obtaining QNAP NAS system stats
|
||||
app-misc/homeassistant-min:qvr_pro - QVR Pro allows you to connect to cams configured on your QNAP NAS
|
||||
app-misc/homeassistant-min:radio_browser - use the directory of radio stations collected on Radio Browser in Home Assistant
|
||||
app-misc/homeassistant-min:recorder - storing details in a database per sqlalchemy
|
||||
app-misc/homeassistant-min:rest - rest sensor platform for data exposed by a RESTful API
|
||||
app-misc/homeassistant-min:ring - integrate your ring.com devices
|
||||
app-misc/homeassistant-min:samsungtv - Support for Samsung TV Sets
|
||||
app-misc/homeassistant-min:scrape - scraping information from websites
|
||||
app-misc/homeassistant-min:season - display astronomical or meteorological season (Spring, Summer, Autumn, Winter)
|
||||
app-misc/homeassistant-min:shelly - Shelly devices
|
||||
app-misc/homeassistant-min:signal_messenger - add Support for Moxie's Signal API
|
||||
app-misc/homeassistant-min:snmp - Presence Detection, Sensor, Switch via SNMP
|
||||
app-misc/homeassistant-min:socat - Set a flag to install socat and socat-zwave startscript
|
||||
app-misc/homeassistant-min:sonos - Sonos Media Player Support
|
||||
app-misc/homeassistant-min:speedtestdotnet - speedtest.net support
|
||||
app-misc/homeassistant-min:spotify - Spotify media player integration allows you to control Spotify playback
|
||||
app-misc/homeassistant-min:sql - enables you to use an SQL database supported by the sqlalchemy library
|
||||
app-misc/homeassistant-min:ssl - include support for haproxy
|
||||
app-misc/homeassistant-min:systemd - internal and developer use
|
||||
app-misc/homeassistant-min:systemmonitor - Allows you to monitor disk usage, memory usage, CPU usage, and running processes
|
||||
app-misc/homeassistant-min:tankerkoenig - monitor the fuel prices with tankerkoenig.de
|
||||
app-misc/homeassistant-min:tasmota - Python module to help parse and construct Tasmota MQTT messages
|
||||
app-misc/homeassistant-min:test - internal and developer use
|
||||
app-misc/homeassistant-min:tile - API for Tile Bluetooth trackers
|
||||
app-misc/homeassistant-min:tomorrowio - obtain weather, air quality, pollen, and fire information fro tomorrow.io
|
||||
app-misc/homeassistant-min:tplink - control your TP-Link Smart Home Devices
|
||||
app-misc/homeassistant-min:tradfri - Control/observe IKEA Tradfri devices
|
||||
app-misc/homeassistant-min:upnp - support UPnP/Internet Gateway Device (IGD) Protocol
|
||||
app-misc/homeassistant-min:utility_meter - integration provides functionality to track consumptions of various utilities
|
||||
app-misc/homeassistant-min:version - display the current Home Assistant versions
|
||||
app-misc/homeassistant-min:wake_on_lan - enables the ability to send magic packets to Wake on LAN capable devices
|
||||
app-misc/homeassistant-min:waze_travel_time - waze_travel_time sensor provides travel time from the Waze
|
||||
app-misc/homeassistant-min:wemo - discover and control WeMo devices
|
||||
app-misc/homeassistant-min:whois - perform daily WHOIS lookups
|
||||
app-misc/homeassistant-min:wled - add support for Aircookie's WLED
|
||||
app-misc/homeassistant-min:workday - generating country, province and state specific sets of holidays on the fly
|
||||
app-misc/homeassistant-min:xiaomi_aqara - allows you to integrate Xiaomi Aqara-compatible devices
|
||||
app-misc/homeassistant-min:yamaha - Library for Yamaha RX-* Receivers
|
||||
app-misc/homeassistant-min:yamaha_musiccast - add support for Yamaha MusicCast devices
|
||||
app-misc/homeassistant-min:zeroconf - will scan the network for supported devices and services
|
||||
app-misc/homeassistant-min:zha - Support for ZHA/deconz based Zigbee/ZNet Devices
|
||||
app-misc/homeassistant-min:zwave_js - control a Z-Wave network via the Z-Wave JS driver
|
||||
dev-embedded/esphome:server - add server for ESPHome dashboard
|
||||
dev-libs/libgit2:gssapi - Enable GSSAPI support for SPNEGO auth
|
||||
dev-libs/libgit2:ssh - Enable SSH transport support
|
||||
dev-libs/libgit2:trace - Enable tracing support
|
||||
dev-python/adb-shell:async - Add async support.
|
||||
dev-python/androidtv:async - Add async support.
|
||||
dev-python/envs:cli - add cli support
|
||||
dev-python/fritzconnection:qrcode - add dev-python/segno RDEP for qrcode support
|
||||
dev-python/httpx:cli - Install the CLI "httpx" client.
|
||||
dev-python/matplotlib:excel - Pull dev-python/xlwt for the exceltools toolkit
|
||||
dev-python/matplotlib:gtk3 - Enable x11-libs/gtk+:3 support
|
||||
dev-python/matplotlib:webagg - Enable webagg backend that uses dev-python/tornado
|
||||
dev-python/pandas:full-support - Pull all packages to give pandas full support
|
||||
dev-python/pillow:imagequant - Build with Image Quantization Library support
|
||||
dev-python/pure-python-adb:async - Add async support.
|
||||
dev-python/pydantic:native-extensions - Compiles native "C" extensions.
|
||||
dev-python/pymysensors:mqtt - Install mqtt client.
|
||||
dev-python/python-openzwave-mqtt:async - Add async support.
|
||||
dev-python/samsungctl:websocket - Build with websocket support
|
||||
dev-python/samsungtvws:async - Add async support.
|
||||
dev-python/samsungtvws:encrypted - Build with cryptography.
|
||||
dev-python/volvooncall:console - add CLI support.
|
||||
dev-python/volvooncall:mqtt - Install mqtt client.
|
||||
dev-python/zeep:async - Add async support.
|
||||
media-libs/lv2:plugins - Enables examples plugins.
|
Loading…
x
Reference in New Issue
Block a user