Homeassistant

Latest version: v2024.11.3

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 67 of 227

2022.7.7

Not secure
- Fix hvv departures authentication ([vigonotion] - [75146]) ([hvv_departures docs])
- Fix Epson wrong volume value ([pszafer] - [75264]) ([epson docs])
- Change monoprice config flow to sync ([OnFreund] - [75306]) ([monoprice docs])
- Round up for stream record lookback ([uvjustin] - [75580]) ([stream docs])
- Revert SimpliSafe auth flow to the quasi-manual OAuth method from 2021.11.0 ([bachya] - [75641]) ([simplisafe docs])
- Update pyotgw to 2.0.1 ([mvn23] - [75663]) ([opentherm_gw docs]) (dependency)
- Fix AssertionError in RainMachine ([bachya] - [75668]) ([rainmachine docs])

[75146]: https://github.com/home-assistant/core/pull/75146
[75264]: https://github.com/home-assistant/core/pull/75264
[75306]: https://github.com/home-assistant/core/pull/75306
[75580]: https://github.com/home-assistant/core/pull/75580
[75641]: https://github.com/home-assistant/core/pull/75641
[75663]: https://github.com/home-assistant/core/pull/75663
[75668]: https://github.com/home-assistant/core/pull/75668
[OnFreund]: https://github.com/OnFreund
[bachya]: https://github.com/bachya
[mvn23]: https://github.com/mvn23
[pszafer]: https://github.com/pszafer
[uvjustin]: https://github.com/uvjustin
[vigonotion]: https://github.com/vigonotion
[epson docs]: https://www.home-assistant.io/integrations/epson/
[hvv_departures docs]: https://www.home-assistant.io/integrations/hvv_departures/
[monoprice docs]: https://www.home-assistant.io/integrations/monoprice/
[opentherm_gw docs]: https://www.home-assistant.io/integrations/opentherm_gw/
[rainmachine docs]: https://www.home-assistant.io/integrations/rainmachine/
[simplisafe docs]: https://www.home-assistant.io/integrations/simplisafe/
[stream docs]: https://www.home-assistant.io/integrations/stream/

2022.7.6

Not secure
- Fix ZHA light turn on issues ([dmulcahey] - [75220]) ([zha docs])
- Fix aruba ssh host key algorithm ([apaperclip] - [75224]) ([aruba docs])
- Force `_attr_native_value` to metric in bmw_connected_drive ([rikroe] - [75225]) ([bmw_connected_drive docs])
- Bump venstarcolortouch to 0.18 ([craftyguy] - [75237]) ([venstar docs]) (dependency)
- Improve UniFi Protect unauth handling ([AngellusMortis] - [75269]) ([unifiprotect docs])
- Update pyotgw to 2.0.0 ([mvn23] - [75285]) ([opentherm_gw docs]) (dependency)
- Add fixes for hive light ([KJonline] - [75286]) ([hive docs])
- Bump bimmer_connected to 0.10.1 ([rikroe] - [75287]) ([bmw_connected_drive docs]) (dependency)
- Bump simplisafe-python to 2022.07.0 ([bachya] - [75294]) ([simplisafe docs]) (dependency)
- Upgrade ness_alarm dependencies ([nickw444] - [75298]) ([ness_alarm docs])
- Use the orjson equivalent default encoder when save_json is passed the default encoder ([bdraco] - [74377])
- Use default encoder when saving storage ([bdraco] - [75319])
- Apply filter to libav.hls logging namespace ([uvjustin] - [75330]) ([stream docs])
- Handle (and better log) more AirVisual cloud API errors ([bachya] - [75332]) ([airvisual docs])
- Fix HKC device triggers ([bdraco] - [75371]) ([homekit_controller docs])
- Bump AIOAladdinConnect to 0.1.27 ([mkmer] - [75400]) ([aladdin_connect docs]) (dependency)
- Bump pytomorrowio to 0.3.4 ([raman325] - [75478]) ([tomorrowio docs]) (dependency)
- Bump pySwitchbot to 0.14.1 ([pascalwinters] - [75487]) ([switchbot docs]) (dependency)
- Fix Netgear update entity ([starkillerOG] - [75496]) ([netgear docs])
- Fix - Forcast.solar issue on saving settings in options flow without api key ([klaasnicolaas] - [75504]) ([forecast_solar docs])
- Fix failure to raise on bad YAML syntax from include files ([bdraco] - [75510])
- Fix incorrect Ambient PWS lightning strike sensor state classes ([bachya] - [75520]) ([ambient_station docs])
- Bump aioshelly to 2.0.1 ([thecode] - [75523]) ([shelly docs]) (dependency)

[74377]: https://github.com/home-assistant/core/pull/74377
[75220]: https://github.com/home-assistant/core/pull/75220
[75224]: https://github.com/home-assistant/core/pull/75224
[75225]: https://github.com/home-assistant/core/pull/75225
[75237]: https://github.com/home-assistant/core/pull/75237
[75269]: https://github.com/home-assistant/core/pull/75269
[75285]: https://github.com/home-assistant/core/pull/75285
[75286]: https://github.com/home-assistant/core/pull/75286
[75287]: https://github.com/home-assistant/core/pull/75287
[75294]: https://github.com/home-assistant/core/pull/75294
[75298]: https://github.com/home-assistant/core/pull/75298
[75319]: https://github.com/home-assistant/core/pull/75319
[75330]: https://github.com/home-assistant/core/pull/75330
[75332]: https://github.com/home-assistant/core/pull/75332
[75371]: https://github.com/home-assistant/core/pull/75371
[75400]: https://github.com/home-assistant/core/pull/75400
[75478]: https://github.com/home-assistant/core/pull/75478
[75487]: https://github.com/home-assistant/core/pull/75487
[75496]: https://github.com/home-assistant/core/pull/75496
[75504]: https://github.com/home-assistant/core/pull/75504
[75510]: https://github.com/home-assistant/core/pull/75510
[75520]: https://github.com/home-assistant/core/pull/75520
[75523]: https://github.com/home-assistant/core/pull/75523
[AngellusMortis]: https://github.com/AngellusMortis
[KJonline]: https://github.com/KJonline
[apaperclip]: https://github.com/apaperclip
[bachya]: https://github.com/bachya
[bdraco]: https://github.com/bdraco
[craftyguy]: https://github.com/craftyguy
[dmulcahey]: https://github.com/dmulcahey
[klaasnicolaas]: https://github.com/klaasnicolaas
[mkmer]: https://github.com/mkmer
[mvn23]: https://github.com/mvn23
[nickw444]: https://github.com/nickw444
[pascalwinters]: https://github.com/pascalwinters
[raman325]: https://github.com/raman325
[rikroe]: https://github.com/rikroe
[starkillerOG]: https://github.com/starkillerOG
[thecode]: https://github.com/thecode
[uvjustin]: https://github.com/uvjustin
[airvisual docs]: https://www.home-assistant.io/integrations/airvisual/
[aladdin_connect docs]: https://www.home-assistant.io/integrations/aladdin_connect/
[ambient_station docs]: https://www.home-assistant.io/integrations/ambient_station/
[aruba docs]: https://www.home-assistant.io/integrations/aruba/
[bmw_connected_drive docs]: https://www.home-assistant.io/integrations/bmw_connected_drive/
[forecast_solar docs]: https://www.home-assistant.io/integrations/forecast_solar/
[hive docs]: https://www.home-assistant.io/integrations/hive/
[homekit_controller docs]: https://www.home-assistant.io/integrations/homekit_controller/
[ness_alarm docs]: https://www.home-assistant.io/integrations/ness_alarm/
[netgear docs]: https://www.home-assistant.io/integrations/netgear/
[opentherm_gw docs]: https://www.home-assistant.io/integrations/opentherm_gw/
[shelly docs]: https://www.home-assistant.io/integrations/shelly/
[simplisafe docs]: https://www.home-assistant.io/integrations/simplisafe/
[stream docs]: https://www.home-assistant.io/integrations/stream/
[switchbot docs]: https://www.home-assistant.io/integrations/switchbot/
[tomorrowio docs]: https://www.home-assistant.io/integrations/tomorrowio/
[unifiprotect docs]: https://www.home-assistant.io/integrations/unifiprotect/
[venstar docs]: https://www.home-assistant.io/integrations/venstar/
[zha docs]: https://www.home-assistant.io/integrations/zha/

2022.7.5

Not secure
- Address Blebox uniapi review sidenotes ([riokuu] - [74298]) ([blebox docs])
- Fix Alexa: Only trigger doorbell event on actual state change to "ON" ([Tho85] - [74924]) ([alexa docs])
- Fix Blebox light scenes ([riokuu] - [75106]) ([blebox docs])
- Fix playback of hls cameras in stream ([uvjustin] - [75166]) ([stream docs])
- Bump version of pyunifiprotect to 4.0.10 ([AngellusMortis] - [75180]) ([unifiprotect docs])
- Bumped AIOAladdin Connect to 0.1.24 ([mkmer] - [75182]) ([aladdin_connect docs])
- Bump zigpy from 0.47.2 to 0.47.3 ([puddly] - [75194]) ([zha docs])
- Skip `iso4217` version 1.10, which includes a broken `__init__.pyi` file ([puddly] - [75200])
- Fix Hive power unit of measurement ([KJonline] - [75210]) ([hive docs])
- Bump frontend to 20220707.1 ([zsarnett] - [75232]) ([frontend docs])
- Bump AIOAladdinConnect to 0.1.25 ([mkmer] - [75235]) ([aladdin_connect docs])
- Bump pylitterbot to 2022.7.0 ([natekspencer] - [75241]) ([litterrobot docs])
- Remove nest mac prefix that matches cast devices ([allenporter] - [75108]) ([nest docs])

[74298]: https://github.com/home-assistant/core/pull/74298
[74924]: https://github.com/home-assistant/core/pull/74924
[75106]: https://github.com/home-assistant/core/pull/75106
[75108]: https://github.com/home-assistant/core/pull/75108
[75166]: https://github.com/home-assistant/core/pull/75166
[75180]: https://github.com/home-assistant/core/pull/75180
[75182]: https://github.com/home-assistant/core/pull/75182
[75194]: https://github.com/home-assistant/core/pull/75194
[75200]: https://github.com/home-assistant/core/pull/75200
[75210]: https://github.com/home-assistant/core/pull/75210
[75232]: https://github.com/home-assistant/core/pull/75232
[75235]: https://github.com/home-assistant/core/pull/75235
[75241]: https://github.com/home-assistant/core/pull/75241
[AngellusMortis]: https://github.com/AngellusMortis
[KJonline]: https://github.com/KJonline
[Tho85]: https://github.com/Tho85
[allenporter]: https://github.com/allenporter
[mkmer]: https://github.com/mkmer
[natekspencer]: https://github.com/natekspencer
[puddly]: https://github.com/puddly
[riokuu]: https://github.com/riokuu
[uvjustin]: https://github.com/uvjustin
[zsarnett]: https://github.com/zsarnett
[aladdin_connect docs]: https://www.home-assistant.io/integrations/aladdin_connect/
[alexa docs]: https://www.home-assistant.io/integrations/alexa/
[blebox docs]: https://www.home-assistant.io/integrations/blebox/
[frontend docs]: https://www.home-assistant.io/integrations/frontend/
[hive docs]: https://www.home-assistant.io/integrations/hive/
[litterrobot docs]: https://www.home-assistant.io/integrations/litterrobot/
[nest docs]: https://www.home-assistant.io/integrations/nest/
[stream docs]: https://www.home-assistant.io/integrations/stream/
[unifiprotect docs]: https://www.home-assistant.io/integrations/unifiprotect/
[zha docs]: https://www.home-assistant.io/integrations/zha/

2022.7.4

Not secure
- Migrate ecobee to native_* ([emontnemery] - [74043]) ([ecobee docs])
- Migrate homematicip_cloud to native_* ([emontnemery] - [74385]) ([homematicip_cloud docs])
- Update pyialarm to 2.2.0 ([RyuzakiKK] - [74874]) ([ialarm docs])
- Correctly handle device triggers for missing ZHA devices ([Adminiuga] - [74894]) ([zha docs])
- Remove pip --prefix workaround ([henryptung] - [74922])
- Fix Pyload request content type headers ([iMarkus] - [74957]) ([pyload docs])
- JSON serialize NamedTuple subclasses with aiohttp ([bdraco] - [74971])
- Fix mix of aiohttp and requests in ClickSend TTS ([frenck] - [74985]) ([clicksend_tts docs])
- Do not spam log when Life360 member location is missing ([pnbruckner] - [75029]) ([life360 docs])
- Upgrade huawei-lte-api to 1.6.1 ([scop] - [75030]) ([huawei_lte docs])
- Fix Ruckus Unleashed SSH connection failures ([gabe565] - [75032]) ([ruckus_unleashed docs])
- Bump afsapi to 0.2.6 ([wlcrs] - [75041]) ([frontier_silicon docs])
- Bump homematicip to 1.0.4 ([hahn-th] - [75053]) ([homematicip_cloud docs])
- Bump AIOAladdinConnect to 0.1.23 ([mkmer] - [75065]) ([aladdin_connect docs])
- Fix Insteon thermostat issues ([teharris1] - [75079]) ([insteon docs])
- Fix missing ordered states in universal media player ([Drafteed] - [75099]) ([universal docs])
- Make sure device tuple is a list on save ([elupus] - [75103]) ([rfxtrx docs])
- Fix Powerview top shade open position ([kingy444] - [75110]) ([hunterdouglas_powerview docs])
- Bump ZHA dependencies ([puddly] - [75133]) ([zha docs])
- Ensure SimpliSafe diagnostics redact the `code` option ([bachya] - [75137]) ([simplisafe docs])
- Block bad pubnub version ([balloob] - [75138])

[74043]: https://github.com/home-assistant/core/pull/74043
[74385]: https://github.com/home-assistant/core/pull/74385
[74874]: https://github.com/home-assistant/core/pull/74874
[74894]: https://github.com/home-assistant/core/pull/74894
[74922]: https://github.com/home-assistant/core/pull/74922
[74957]: https://github.com/home-assistant/core/pull/74957
[74971]: https://github.com/home-assistant/core/pull/74971
[74985]: https://github.com/home-assistant/core/pull/74985
[75029]: https://github.com/home-assistant/core/pull/75029
[75030]: https://github.com/home-assistant/core/pull/75030
[75032]: https://github.com/home-assistant/core/pull/75032
[75041]: https://github.com/home-assistant/core/pull/75041
[75053]: https://github.com/home-assistant/core/pull/75053
[75065]: https://github.com/home-assistant/core/pull/75065
[75079]: https://github.com/home-assistant/core/pull/75079
[75099]: https://github.com/home-assistant/core/pull/75099
[75103]: https://github.com/home-assistant/core/pull/75103
[75110]: https://github.com/home-assistant/core/pull/75110
[75133]: https://github.com/home-assistant/core/pull/75133
[75137]: https://github.com/home-assistant/core/pull/75137
[75138]: https://github.com/home-assistant/core/pull/75138
[Adminiuga]: https://github.com/Adminiuga
[Drafteed]: https://github.com/Drafteed
[RyuzakiKK]: https://github.com/RyuzakiKK
[bachya]: https://github.com/bachya
[balloob]: https://github.com/balloob
[bdraco]: https://github.com/bdraco
[elupus]: https://github.com/elupus
[emontnemery]: https://github.com/emontnemery
[frenck]: https://github.com/frenck
[gabe565]: https://github.com/gabe565
[hahn-th]: https://github.com/hahn-th
[henryptung]: https://github.com/henryptung
[iMarkus]: https://github.com/iMarkus
[kingy444]: https://github.com/kingy444
[mkmer]: https://github.com/mkmer
[pnbruckner]: https://github.com/pnbruckner
[puddly]: https://github.com/puddly
[scop]: https://github.com/scop
[teharris1]: https://github.com/teharris1
[wlcrs]: https://github.com/wlcrs
[aladdin_connect docs]: https://www.home-assistant.io/integrations/aladdin_connect/
[clicksend_tts docs]: https://www.home-assistant.io/integrations/clicksend_tts/
[ecobee docs]: https://www.home-assistant.io/integrations/ecobee/
[frontier_silicon docs]: https://www.home-assistant.io/integrations/frontier_silicon/
[homematicip_cloud docs]: https://www.home-assistant.io/integrations/homematicip_cloud/
[huawei_lte docs]: https://www.home-assistant.io/integrations/huawei_lte/
[hunterdouglas_powerview docs]: https://www.home-assistant.io/integrations/hunterdouglas_powerview/
[ialarm docs]: https://www.home-assistant.io/integrations/ialarm/
[insteon docs]: https://www.home-assistant.io/integrations/insteon/
[life360 docs]: https://www.home-assistant.io/integrations/life360/
[pyload docs]: https://www.home-assistant.io/integrations/pyload/
[rfxtrx docs]: https://www.home-assistant.io/integrations/rfxtrx/
[ruckus_unleashed docs]: https://www.home-assistant.io/integrations/ruckus_unleashed/
[simplisafe docs]: https://www.home-assistant.io/integrations/simplisafe/
[universal docs]: https://www.home-assistant.io/integrations/universal/
[zha docs]: https://www.home-assistant.io/integrations/zha/

2022.7.3

Not secure
- Fix Vicare One Time Charge ([oischinger] - [74872]) ([vicare docs])
- Fix KeyError from zwave_js diagnostics ([kpine] - [74579]) ([zwave_js docs])
- Update systembridgeconnector to 3.3.2 ([timmo001] - [74701]) ([system_bridge docs])
- `air_quality` and `filter_life` fixes for Pur131S ([jetpacktuxedo] - [74740]) ([vesync docs])
- Update pyCEC to version 0.5.2 ([inytar] - [74742]) ([hdmi_cec docs])
- Bump pyezviz to 0.2.0.9 ([regevbr] - [74755]) ([ezviz docs])
- Update aioqsw to v0.1.1 ([Noltari] - [74784]) ([qnap_qsw docs])
- Bump python-gammu to 3.2.4 with Python 3.10 support ([PaulAnnekov] - [74797]) ([sms docs])
- Bump deCONZ dependency to fix 74791 ([Kane610] - [74804]) ([deconz docs])
- Bump regenmaschine to 2022.07.1 ([bachya] - [74815]) ([rainmachine docs])
- Fixed unit of measurement. 70121 ([StephanU] - [74838]) ([edl21 docs])
- Bump rokuecp to 0.17.0 ([ctalkington] - [74862]) ([roku docs])
- Bump pymazda to 0.3.6 ([bdr99] - [74863]) ([mazda docs])
- Fix Vicare One Time Charge ([oischinger] - [74872]) ([vicare docs])
- Bump pysml to 0.0.8 (fixes 74382) ([DavidMStraub] - [74875]) ([edl21 docs])
- Bump afsapi to 0.2.5 ([wlcrs] - [74907]) ([frontier_silicon docs])

[74579]: https://github.com/home-assistant/core/pull/74579
[74701]: https://github.com/home-assistant/core/pull/74701
[74740]: https://github.com/home-assistant/core/pull/74740
[74742]: https://github.com/home-assistant/core/pull/74742
[74755]: https://github.com/home-assistant/core/pull/74755
[74784]: https://github.com/home-assistant/core/pull/74784
[74797]: https://github.com/home-assistant/core/pull/74797
[74804]: https://github.com/home-assistant/core/pull/74804
[74815]: https://github.com/home-assistant/core/pull/74815
[74838]: https://github.com/home-assistant/core/pull/74838
[74862]: https://github.com/home-assistant/core/pull/74862
[74863]: https://github.com/home-assistant/core/pull/74863
[74872]: https://github.com/home-assistant/core/pull/74872
[74875]: https://github.com/home-assistant/core/pull/74875
[74907]: https://github.com/home-assistant/core/pull/74907
[DavidMStraub]: https://github.com/DavidMStraub
[Kane610]: https://github.com/Kane610
[Noltari]: https://github.com/Noltari
[PaulAnnekov]: https://github.com/PaulAnnekov
[StephanU]: https://github.com/StephanU
[bachya]: https://github.com/bachya
[bdr99]: https://github.com/bdr99
[ctalkington]: https://github.com/ctalkington
[inytar]: https://github.com/inytar
[jetpacktuxedo]: https://github.com/jetpacktuxedo
[kpine]: https://github.com/kpine
[oischinger]: https://github.com/oischinger
[regevbr]: https://github.com/regevbr
[timmo001]: https://github.com/timmo001
[wlcrs]: https://github.com/wlcrs
[deconz docs]: https://www.home-assistant.io/integrations/deconz/
[edl21 docs]: https://www.home-assistant.io/integrations/edl21/
[ezviz docs]: https://www.home-assistant.io/integrations/ezviz/
[frontier_silicon docs]: https://www.home-assistant.io/integrations/frontier_silicon/
[hdmi_cec docs]: https://www.home-assistant.io/integrations/hdmi_cec/
[mazda docs]: https://www.home-assistant.io/integrations/mazda/
[qnap_qsw docs]: https://www.home-assistant.io/integrations/qnap_qsw/
[rainmachine docs]: https://www.home-assistant.io/integrations/rainmachine/
[roku docs]: https://www.home-assistant.io/integrations/roku/
[sms docs]: https://www.home-assistant.io/integrations/sms/
[system_bridge docs]: https://www.home-assistant.io/integrations/system_bridge/
[vesync docs]: https://www.home-assistant.io/integrations/vesync/
[vicare docs]: https://www.home-assistant.io/integrations/vicare/
[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

2022.7.2

Not secure
- Add missing strings for here_travel_time ([eifinger] - [74641]) ([here_travel_time docs])
- Add ssh-rsa as acceptable an host key algorithm ([siyuan-nz] - [74684]) ([unifi_direct docs])
- Fix ZHA group not setting the correct color mode ([TheJulianJES] - [74687]) ([zha docs])
- Bump deconz dependency to fix 74523 ([Kane610] - [74710]) ([deconz docs])
- Bump atomicwrites ([balloob] - [74758])
- Bump regenmaschine to 2022.07.0 ([bachya] - [74680]) ([rainmachine docs])
- Fix error with HDD temperature report in Freebox integration ([BenoitAnastay] - [74718]) ([freebox docs])

[74641]: https://github.com/home-assistant/core/pull/74641
[74680]: https://github.com/home-assistant/core/pull/74680
[74684]: https://github.com/home-assistant/core/pull/74684
[74687]: https://github.com/home-assistant/core/pull/74687
[74710]: https://github.com/home-assistant/core/pull/74710
[74718]: https://github.com/home-assistant/core/pull/74718
[74758]: https://github.com/home-assistant/core/pull/74758
[BenoitAnastay]: https://github.com/BenoitAnastay
[Kane610]: https://github.com/Kane610
[TheJulianJES]: https://github.com/TheJulianJES
[bachya]: https://github.com/bachya
[balloob]: https://github.com/balloob
[eifinger]: https://github.com/eifinger
[siyuan-nz]: https://github.com/siyuan-nz
[deconz docs]: https://www.home-assistant.io/integrations/deconz/
[freebox docs]: https://www.home-assistant.io/integrations/freebox/
[here_travel_time docs]: https://www.home-assistant.io/integrations/here_travel_time/
[rainmachine docs]: https://www.home-assistant.io/integrations/rainmachine/
[unifi_direct docs]: https://www.home-assistant.io/integrations/unifi_direct/
[zha docs]: https://www.home-assistant.io/integrations/zha/

Page 67 of 227

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.