Homeassistant

Latest version: v2024.11.3

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

Scan your dependencies

Page 107 of 227

2021.3.0b3

Not secure
- Add support for v6 features to philips js integration (elupus - 46422)
- Add support for Shelly SHBTN-2 device triggers (CurrentThread - 46644)
- Add suggested area to hue (bdraco - 47056)
- Bump bimmer_connected to 0.7.15 and fix bugs (rikroe - 47066)
- Upgrade aiohttp to 3.7.4 (balloob - 47077)
- Bump pychromecast to 8.1.2 (emontnemery - 47085)
- Fix Z-Wave JS discovery schema for thermostat devices (marcelveldt - 47087)
- Bump aioshelly to 0.6.1 (chemelli74 - 47088)
- Add new machine generic-x86-64 to build matrix (agners - 47095)
- Bump google-nest-sdm to v0.2.12 to improve API call error messages (allenporter - 47108)

2021.3.0b2

Not secure
- Update frontend to 20210225.0 (bramkragten - 47059)
- Revert CORS changes for my home assistant (bramkragten - 47064)
- Ensure hue options show the defaults when the config options have not yet been saved (bdraco - 47067)
- Catch ValueError when unique ID update fails because its taken and remove the duplicate entity (raman325 - 47072)
- Bump Z-Wave JS Server Python to 0.20.0 (balloob - 47076)

2021.3.0b1

Not secure
- Ensure doorbird events are re-registered when changing options (bdraco - 46860)
- Use dispatch instead of eventbus for supervisor events (ludeeus - 46986)
- Bump python-garminconnect to 0.1.19 to fix broken api (cyberjunky - 47020)
- Fix missing Shelly external input (chemelli74 - 47028)
- Fix zwave_js unique ID migration logic (raman325 - 47031)
- Remove deprecated credstash + keyring (balloob - 47033)

2021.3.0b0

Not secure
Beta release notes can be found here: https://rc.home-assistant.io

2021.2.3

Not secure
- Fix SNMP engine memory leak in Brother integration ([bieniu] - [46272]) ([brother docs])
- Use oauthv3 for Tesla ([alandtse] - [45766]) ([tesla docs]) (breaking-change)
- Bump pymyq to 3.0.1 ([ehendrix23] - [46079]) ([myq docs])
- Revert transmission to check torrent lists by name rather than object ([JPHutchins] - [46190]) ([transmission docs])
- Update powerwall for new authentication requirements ([bdraco] - [46254]) ([powerwall docs])
- Fix Lutron Integration Protocol reconnect logic ([bdraco] - [46264]) ([lutron_caseta docs])
- Bump roonapi to 0.0.32 ([pavoni] - [46286]) ([roon docs])
- Add guards for missing value in binary_sensor platform of zwave_js integration ([marcelveldt] - [46293]) ([zwave_js docs])
- Add reauth support for tesla ([bdraco] - [46307]) ([tesla docs])
- Add `already_in_progress` string to roku config flow ([bramkragten] - [46333]) ([roku docs])
- Restore Google/Alexa extra significant change checks ([balloob] - [46335]) ([alexa docs]) ([google_assistant docs])
- Fix Shelly relay device set to light appliance type ([thecode] - [46181]) ([shelly docs])

[45766]: https://github.com/home-assistant/core/pull/45766
[46079]: https://github.com/home-assistant/core/pull/46079
[46181]: https://github.com/home-assistant/core/pull/46181
[46190]: https://github.com/home-assistant/core/pull/46190
[46254]: https://github.com/home-assistant/core/pull/46254
[46264]: https://github.com/home-assistant/core/pull/46264
[46272]: https://github.com/home-assistant/core/pull/46272
[46286]: https://github.com/home-assistant/core/pull/46286
[46293]: https://github.com/home-assistant/core/pull/46293
[46307]: https://github.com/home-assistant/core/pull/46307
[46333]: https://github.com/home-assistant/core/pull/46333
[46335]: https://github.com/home-assistant/core/pull/46335
[JPHutchins]: https://github.com/JPHutchins
[alandtse]: https://github.com/alandtse
[balloob]: https://github.com/balloob
[bdraco]: https://github.com/bdraco
[bieniu]: https://github.com/bieniu
[bramkragten]: https://github.com/bramkragten
[ehendrix23]: https://github.com/ehendrix23
[marcelveldt]: https://github.com/marcelveldt
[pavoni]: https://github.com/pavoni
[thecode]: https://github.com/thecode
[alexa docs]: https://www.home-assistant.io/integrations/alexa/
[brother docs]: https://www.home-assistant.io/integrations/brother/
[google_assistant docs]: https://www.home-assistant.io/integrations/google_assistant/
[lutron_caseta docs]: https://www.home-assistant.io/integrations/lutron_caseta/
[myq docs]: https://www.home-assistant.io/integrations/myq/
[powerwall docs]: https://www.home-assistant.io/integrations/powerwall/
[roku docs]: https://www.home-assistant.io/integrations/roku/
[roon docs]: https://www.home-assistant.io/integrations/roon/
[shelly docs]: https://www.home-assistant.io/integrations/shelly/
[tesla docs]: https://www.home-assistant.io/integrations/tesla/
[transmission docs]: https://www.home-assistant.io/integrations/transmission/
[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

2021.2.2

Not secure
- Fix zwave_js cover control for Up/Down and Open/Close ([natekspencer] - [45965]) ([zwave_js docs])
- Fix foscam to work again with non-admin accounts and make RTSP port configurable again ([skgsergio] - [45975]) ([foscam docs])
- Fix downloader path validation on subdir ([gadgetchnnel] - [46061]) ([downloader docs])
- Fix deprecated method isAlive() ([cdce8p] - [46062]) ([zwave docs])
- Improve deCONZ logbook to be more robust in different situations ([Kane610] - [46063]) ([deconz docs])
- Fix zwave_js Notification CC sensors and binary sensors ([raman325] - [46072]) ([zwave_js docs])
- Fix incorrect current temperature for homekit water heaters ([bdraco] - [46076]) ([homekit docs])
- Use async_update_entry rather than updating config_entry.data directly in Axis ([Kane610] - [46078]) ([axis docs])
- Handle missing value in all platforms of zwave_js ([marcelveldt] - [46081]) ([zwave_js docs])
- update discovery scheme for zwave_js light platform ([marcelveldt] - [46082]) ([zwave_js docs])
- Update zwave_js discovery scheme for boolean sensors in the Alarm CC ([marcelveldt] - [46085]) ([zwave_js docs])
- Fix Google translate TTS by bumping gTTS from 2.2.1 to 2.2.2 ([hmmbob] - [46110]) ([google_translate docs])
- Revert "Convert ozw climate values to correct units (45369)" ([dshokouhi] - [46163]) ([ozw docs])
- Enable KNX auto_reconnect for auto-discovered connections ([farmio] - [46178]) ([knx docs])
- Ensure creating an index that already exists is forgiving for postgresql ([bdraco] - [46185]) ([recorder docs])
- Fix Tado Power and Link binary sensors ([Noltari] - [46235]) ([tado docs])
- Handle empty mylink response at startup ([bdraco] - [46241]) ([somfy_mylink docs])

[45965]: https://github.com/home-assistant/core/pull/45965
[45975]: https://github.com/home-assistant/core/pull/45975
[46061]: https://github.com/home-assistant/core/pull/46061
[46062]: https://github.com/home-assistant/core/pull/46062
[46063]: https://github.com/home-assistant/core/pull/46063
[46072]: https://github.com/home-assistant/core/pull/46072
[46076]: https://github.com/home-assistant/core/pull/46076
[46078]: https://github.com/home-assistant/core/pull/46078
[46081]: https://github.com/home-assistant/core/pull/46081
[46082]: https://github.com/home-assistant/core/pull/46082
[46085]: https://github.com/home-assistant/core/pull/46085
[46110]: https://github.com/home-assistant/core/pull/46110
[46163]: https://github.com/home-assistant/core/pull/46163
[46178]: https://github.com/home-assistant/core/pull/46178
[46185]: https://github.com/home-assistant/core/pull/46185
[46235]: https://github.com/home-assistant/core/pull/46235
[46241]: https://github.com/home-assistant/core/pull/46241
[Kane610]: https://github.com/Kane610
[Noltari]: https://github.com/Noltari
[bdraco]: https://github.com/bdraco
[cdce8p]: https://github.com/cdce8p
[dshokouhi]: https://github.com/dshokouhi
[farmio]: https://github.com/farmio
[gadgetchnnel]: https://github.com/gadgetchnnel
[hmmbob]: https://github.com/hmmbob
[marcelveldt]: https://github.com/marcelveldt
[natekspencer]: https://github.com/natekspencer
[raman325]: https://github.com/raman325
[skgsergio]: https://github.com/skgsergio
[axis docs]: https://www.home-assistant.io/integrations/axis/
[deconz docs]: https://www.home-assistant.io/integrations/deconz/
[downloader docs]: https://www.home-assistant.io/integrations/downloader/
[foscam docs]: https://www.home-assistant.io/integrations/foscam/
[google_translate docs]: https://www.home-assistant.io/integrations/google_translate/
[homekit docs]: https://www.home-assistant.io/integrations/homekit/
[knx docs]: https://www.home-assistant.io/integrations/knx/
[ozw docs]: https://www.home-assistant.io/integrations/ozw/
[recorder docs]: https://www.home-assistant.io/integrations/recorder/
[somfy_mylink docs]: https://www.home-assistant.io/integrations/somfy_mylink/
[tado docs]: https://www.home-assistant.io/integrations/tado/
[zwave docs]: https://www.home-assistant.io/integrations/zwave/
[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

Page 107 of 227

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.