Homeassistant

Latest version: v2025.3.4

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

Scan your dependencies

Page 136 of 239

0.114.0b0

Not secure

0.113.3

Not secure
- Add Abode camera on and off support ([shred86] - [35164]) ([abode docs])
- Fix songpal already configured check in config flow ([shenxn] - [37813]) ([songpal docs])
- Prevent kodi from blocking startup ([bdraco] - [38257]) ([kodi docs])
- Ignore remote Plex clients during plex.tv lookup ([jjlawren] - [38327]) ([plex docs])
- Bump androidtv to 0.0.47 and adb-shell to 0.2.1 ([JeffLIrion] - [38344]) ([androidtv docs])
- Bump pychromecast to 7.2.0 ([emontnemery] - [38351]) ([cast docs])
- Update aioharmony to 0.2.6 ([ehendrix23] - [38360]) ([harmony docs])
- Avoid error with ignored harmony config entries ([bdraco] - [38367]) ([harmony docs])
- Prevent nut config flow error when checking ignored entries ([bdraco] - [38372]) ([nut docs])
- Ensure Toon webhook ID isn't registered on re-registration ([frenck] - [38376]) ([toon docs])
- Fix rmvtransport breaking when destinations don't match ([cgtobi] - [38401]) ([rmvtransport docs])
- Fix ads integration after 0.113 ([stlehmann] - [38402]) ([ads docs])
- Pin yarl dependency to 1.4.2 as core dependency ([frenck] - [38428])
- Fix double encoding issue in google_translate TTS ([frenck] - [38429]) ([google_translate docs])
- Temporary lock pip to 20.1.1 to avoid build issue frenck - 38358

[35164]: https://github.com/home-assistant/core/pull/35164
[37813]: https://github.com/home-assistant/core/pull/37813
[38257]: https://github.com/home-assistant/core/pull/38257
[38327]: https://github.com/home-assistant/core/pull/38327
[38344]: https://github.com/home-assistant/core/pull/38344
[38351]: https://github.com/home-assistant/core/pull/38351
[38360]: https://github.com/home-assistant/core/pull/38360
[38367]: https://github.com/home-assistant/core/pull/38367
[38372]: https://github.com/home-assistant/core/pull/38372
[38376]: https://github.com/home-assistant/core/pull/38376
[38401]: https://github.com/home-assistant/core/pull/38401
[38402]: https://github.com/home-assistant/core/pull/38402
[38428]: https://github.com/home-assistant/core/pull/38428
[38429]: https://github.com/home-assistant/core/pull/38429
[JeffLIrion]: https://github.com/JeffLIrion
[bdraco]: https://github.com/bdraco
[cgtobi]: https://github.com/cgtobi
[ehendrix23]: https://github.com/ehendrix23
[emontnemery]: https://github.com/emontnemery
[frenck]: https://github.com/frenck
[jjlawren]: https://github.com/jjlawren
[shenxn]: https://github.com/shenxn
[shred86]: https://github.com/shred86
[stlehmann]: https://github.com/stlehmann
[abode docs]: https://www.home-assistant.io/integrations/abode/
[ads docs]: https://www.home-assistant.io/integrations/ads/
[androidtv docs]: https://www.home-assistant.io/integrations/androidtv/
[cast docs]: https://www.home-assistant.io/integrations/cast/
[google_translate docs]: https://www.home-assistant.io/integrations/google_translate/
[harmony docs]: https://www.home-assistant.io/integrations/harmony/
[kodi docs]: https://www.home-assistant.io/integrations/kodi/
[nut docs]: https://www.home-assistant.io/integrations/nut/
[plex docs]: https://www.home-assistant.io/integrations/plex/
[rmvtransport docs]: https://www.home-assistant.io/integrations/rmvtransport/
[songpal docs]: https://www.home-assistant.io/integrations/songpal/
[toon docs]: https://www.home-assistant.io/integrations/toon/

0.113.2

Not secure
- Bump netdisco to 2.8.1 ([bdraco] - [38173]) ([discovery docs])
- Stop automation runs when turned off or reloaded ([pnbruckner] - [38174]) ([automation docs])
- Bump tesla-powerwall to 0.2.12 to handle powerwall firmware 1.48+ ([bdraco] - [38180]) ([powerwall docs])
- Ignore harmony hubs ips that are already configured during ssdp discovery ([bdraco] - [38181]) ([harmony docs])
- Fix detection of zones 2 and 3 in Onkyo/Pioneer amplifiers ([vdkeybus] - [38234]) ([onkyo docs])
- Fix repeat action when variables present ([pnbruckner] - [38237]) ([script docs])
- Fix parallel script containing repeat or choose action with max_runs > 10 ([pnbruckner] - [38243]) ([automation docs]) ([script docs])
- Fix Skybell useragent ([MisterWil] - [38245]) ([skybell docs])
- Improve setup retry logic to handle inconsistent powerview hub availability ([bdraco] - [38249]) ([hunterdouglas_powerview docs])
- Don't set up callbacks until entity is created. ([pavoni] - [38251]) ([vera docs])
- Prevent onvif from blocking startup ([bdraco] - [38256]) ([onvif docs])
- Fix 38289 issue with xboxapi lib ([marciogranzotto] - [38293]) ([xbox_live docs])
- Bump python-miio to 0.5.3 ([rytilahti] - [38300]) ([xiaomi_miio docs])
- Prevent speedtest from blocking startup or causing other intergations to fail setup ([bdraco] - [38305]) ([speedtestdotnet docs])
- Fix issue with certain Samsung TVs repeatedly showing auth dialog ([kylehendricks] - [38308]) ([samsungtv docs])
- Add debug logging for when a chain of tasks blocks startup ([bdraco] - [38311])
- Remove AdGuard version check ([frenck] - [38326]) ([adguard docs])

[38173]: https://github.com/home-assistant/core/pull/38173
[38174]: https://github.com/home-assistant/core/pull/38174
[38180]: https://github.com/home-assistant/core/pull/38180
[38181]: https://github.com/home-assistant/core/pull/38181
[38234]: https://github.com/home-assistant/core/pull/38234
[38237]: https://github.com/home-assistant/core/pull/38237
[38243]: https://github.com/home-assistant/core/pull/38243
[38245]: https://github.com/home-assistant/core/pull/38245
[38249]: https://github.com/home-assistant/core/pull/38249
[38251]: https://github.com/home-assistant/core/pull/38251
[38256]: https://github.com/home-assistant/core/pull/38256
[38293]: https://github.com/home-assistant/core/pull/38293
[38300]: https://github.com/home-assistant/core/pull/38300
[38305]: https://github.com/home-assistant/core/pull/38305
[38308]: https://github.com/home-assistant/core/pull/38308
[38311]: https://github.com/home-assistant/core/pull/38311
[38326]: https://github.com/home-assistant/core/pull/38326
[MisterWil]: https://github.com/MisterWil
[bdraco]: https://github.com/bdraco
[frenck]: https://github.com/frenck
[kylehendricks]: https://github.com/kylehendricks
[marciogranzotto]: https://github.com/marciogranzotto
[pavoni]: https://github.com/pavoni
[pnbruckner]: https://github.com/pnbruckner
[rytilahti]: https://github.com/rytilahti
[vdkeybus]: https://github.com/vdkeybus
[adguard docs]: https://www.home-assistant.io/integrations/adguard/
[automation docs]: https://www.home-assistant.io/integrations/automation/
[discovery docs]: https://www.home-assistant.io/integrations/discovery/
[harmony docs]: https://www.home-assistant.io/integrations/harmony/
[hunterdouglas_powerview docs]: https://www.home-assistant.io/integrations/hunterdouglas_powerview/
[onkyo docs]: https://www.home-assistant.io/integrations/onkyo/
[onvif docs]: https://www.home-assistant.io/integrations/onvif/
[powerwall docs]: https://www.home-assistant.io/integrations/powerwall/
[rfxtrx docs]: https://www.home-assistant.io/integrations/rfxtrx/
[samsungtv docs]: https://www.home-assistant.io/integrations/samsungtv/
[script docs]: https://www.home-assistant.io/integrations/script/
[skybell docs]: https://www.home-assistant.io/integrations/skybell/
[speedtestdotnet docs]: https://www.home-assistant.io/integrations/speedtestdotnet/
[vera docs]: https://www.home-assistant.io/integrations/vera/
[xbox_live docs]: https://www.home-assistant.io/integrations/xbox_live/
[xiaomi_miio docs]: https://www.home-assistant.io/integrations/xiaomi_miio/

0.113.1

Not secure
- Update discord.py to v1.3.4 for API change ([DubhAd] - [38060]) ([discord docs])
- Fix issue with creation of PT2262 devices in rfxtrx integration ([RobBie1221] - [38074]) ([rfxtrx docs])
- Fix route53 depending on broken package ([balloob] - [38079]) ([route53 docs])
- Bump pysmartthings to v0.7.2 ([andrewsayre] - [38086]) ([smartthings docs])
- Bump androidtv to 0.0.46 ([JeffLIrion] - [38090]) ([androidtv docs])
- Prevent the zeroconf service browser from terminating when a device without any addresses is discovered. ([bdraco] - [38094])
- Fix SimpliSafe to work with new MFA ([bachya] - [38097]) ([simplisafe docs])
- Fix text error when getting getting external IP in route53 ([ludeeus] - [38100]) ([route53 docs])
- Fix script repeat variable lifetime ([pnbruckner] - [38124])
- Log which task is blocking startup when debug logging is on ([bdraco] - [38134])
- Fix Xbox Live integration ([mKeRix] - [38146]) ([xbox_live docs])
- Fix incorrect mesurement in Toon for meter low ([frenck] - [38149]) ([toon docs])
- Fix Nuki Locks and Openers not being available after some time ([pschmitt] - [38159]) ([nuki docs])
- Remove leftover print statement ([bachya] - [38163]) ([simplisafe docs])

[38060]: https://github.com/home-assistant/core/pull/38060
[38074]: https://github.com/home-assistant/core/pull/38074
[38079]: https://github.com/home-assistant/core/pull/38079
[38086]: https://github.com/home-assistant/core/pull/38086
[38090]: https://github.com/home-assistant/core/pull/38090
[38094]: https://github.com/home-assistant/core/pull/38094
[38097]: https://github.com/home-assistant/core/pull/38097
[38100]: https://github.com/home-assistant/core/pull/38100
[38124]: https://github.com/home-assistant/core/pull/38124
[38134]: https://github.com/home-assistant/core/pull/38134
[38146]: https://github.com/home-assistant/core/pull/38146
[38149]: https://github.com/home-assistant/core/pull/38149
[38159]: https://github.com/home-assistant/core/pull/38159
[38163]: https://github.com/home-assistant/core/pull/38163
[DubhAd]: https://github.com/DubhAd
[JeffLIrion]: https://github.com/JeffLIrion
[RobBie1221]: https://github.com/RobBie1221
[andrewsayre]: https://github.com/andrewsayre
[bachya]: https://github.com/bachya
[balloob]: https://github.com/balloob
[bdraco]: https://github.com/bdraco
[frenck]: https://github.com/frenck
[ludeeus]: https://github.com/ludeeus
[mKeRix]: https://github.com/mKeRix
[pnbruckner]: https://github.com/pnbruckner
[pschmitt]: https://github.com/pschmitt
[androidtv docs]: https://www.home-assistant.io/integrations/androidtv/
[discord docs]: https://www.home-assistant.io/integrations/discord/
[nuki docs]: https://www.home-assistant.io/integrations/nuki/
[rfxtrx docs]: https://www.home-assistant.io/integrations/rfxtrx/
[route53 docs]: https://www.home-assistant.io/integrations/route53/
[simplisafe docs]: https://www.home-assistant.io/integrations/simplisafe/
[smartthings docs]: https://www.home-assistant.io/integrations/smartthings/
[toon docs]: https://www.home-assistant.io/integrations/toon/
[xbox_live docs]: https://www.home-assistant.io/integrations/xbox_live/

0.113.0

Not secure
https://www.home-assistant.io/blog/2020/07/22/release-113/

0.113.0b3

Not secure
- Bump pychromecast to 7.1.2 (emontnemery - 37976)
- Force updates for ZHA light group entity members (Part 2) (dmulcahey - 37995)

Page 136 of 239

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.