Homeassistant

Latest version: v2024.11.3

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

Scan your dependencies

Page 103 of 227

2021.5.0b0

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

2021.4.6

Not secure
- Apply Precision/Scale/Offset to struct in modbus sensor ([janiversen] - [48544]) ([modbus docs])
- Upgrade pyMetno to 0.8.2 ([Danielhiversen] - [49308]) ([met docs]) ([norway_air docs])
- Fix exception in roomba discovery when the device does not respond on the first try ([bdraco] - [49360]) ([roomba docs])
- Fix deadlock when restarting scripts ([emontnemery] - [49410])
- Google report state: thermostatMode should be a string, not null ([bramkragten] - [49342]) ([google_assistant docs])

[48544]: https://github.com/home-assistant/core/pull/48544
[49308]: https://github.com/home-assistant/core/pull/49308
[49342]: https://github.com/home-assistant/core/pull/49342
[49360]: https://github.com/home-assistant/core/pull/49360
[49410]: https://github.com/home-assistant/core/pull/49410
[Danielhiversen]: https://github.com/Danielhiversen
[bdraco]: https://github.com/bdraco
[bramkragten]: https://github.com/bramkragten
[emontnemery]: https://github.com/emontnemery
[janiversen]: https://github.com/janiversen
[google_assistant docs]: https://www.home-assistant.io/integrations/google_assistant/
[met docs]: https://www.home-assistant.io/integrations/met/
[modbus docs]: https://www.home-assistant.io/integrations/modbus/
[norway_air docs]: https://www.home-assistant.io/integrations/norway_air/
[roomba docs]: https://www.home-assistant.io/integrations/roomba/

2021.4.5

Not secure
- Bump aiodiscover to 1.3.4 ([bdraco] - [49142]) ([dhcp docs])
- Fix setting up remotes that lack a supported features list in homekit ([bdraco] - [49152]) ([homekit docs])
- Don't receive homeassistant_* events from MQTT eventstream ([emontnemery] - [49158]) ([mqtt_eventstream docs])
- Set deprecated supported_features for MQTT JSON light ([emontnemery] - [49167]) ([light docs]) ([mqtt docs])
- Upgrade spotipy to 2.18.0 ([frenck] - [49220]) ([spotify docs])
- Fix race when restarting script ([emontnemery] - [49247])
- Fix mysensors sensor protocol version check ([MartinHjelmare] - [49257]) ([mysensors docs])
- Fix Coronavirus integration robustness ([frenck] - [49287]) ([coronavirus docs])
- Mark camera as a base platform ([ludeeus] - [49297])

[49142]: https://github.com/home-assistant/core/pull/49142
[49152]: https://github.com/home-assistant/core/pull/49152
[49158]: https://github.com/home-assistant/core/pull/49158
[49167]: https://github.com/home-assistant/core/pull/49167
[49220]: https://github.com/home-assistant/core/pull/49220
[49247]: https://github.com/home-assistant/core/pull/49247
[49257]: https://github.com/home-assistant/core/pull/49257
[49287]: https://github.com/home-assistant/core/pull/49287
[49297]: https://github.com/home-assistant/core/pull/49297
[MartinHjelmare]: https://github.com/MartinHjelmare
[bdraco]: https://github.com/bdraco
[emontnemery]: https://github.com/emontnemery
[frenck]: https://github.com/frenck
[ludeeus]: https://github.com/ludeeus
[coronavirus docs]: https://www.home-assistant.io/integrations/coronavirus/
[dhcp docs]: https://www.home-assistant.io/integrations/dhcp/
[homekit docs]: https://www.home-assistant.io/integrations/homekit/
[light docs]: https://www.home-assistant.io/integrations/light/
[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/
[mqtt_eventstream docs]: https://www.home-assistant.io/integrations/mqtt_eventstream/
[mysensors docs]: https://www.home-assistant.io/integrations/mysensors/
[spotify docs]: https://www.home-assistant.io/integrations/spotify/

2021.4.4

Not secure
- Move cast config flow tests to test_config_flow ([emontnemery] - [48362]) ([cast docs])
- Bump nexia to 0.9.6 ([bdraco] - [48982]) ([nexia docs])
- Set Lyric hold time to use local time instead of utc ([timmo001] - [48994]) ([lyric docs])
- Fix Shelly brightness offset ([thecode] - [49007]) ([shelly docs])
- Bump ha-philipsjs to 2.7.0 ([elupus] - [49008]) ([philips_js docs])
- Fix use search instead of match to filter logs ([frenck] - [49017]) ([logger docs])
- Resolve potential roku setup memory leaks ([ctalkington] - [49025]) ([roku docs])
- Bump aiohomekit to 0.2.61 ([bdraco] - [49044]) ([homekit_controller docs])
- Fix cast options flow overwriting data ([emontnemery] - [49051]) ([cast docs])
- Quote media_source paths ([emontnemery] - [49054]) ([http docs])
- mqtt fan percentage to speed_range and received speed_state fix ([jbouwh] - [49060]) ([mqtt docs])
- Catch unknown equipment values ([dieselrabbit] - [49073]) ([screenlogic docs])
- Downgrade logger message about homekit id missing ([bdraco] - [49079]) ([homekit_controller docs])
- Upgrade maxcube-api to 0.4.2 ([unaiur] - [49106]) ([maxcube docs])
- Check all endpoints for zwave_js.climate hvac_action ([jjlawren] - [49115]) ([zwave_js docs])

[48362]: https://github.com/home-assistant/core/pull/48362
[48982]: https://github.com/home-assistant/core/pull/48982
[48994]: https://github.com/home-assistant/core/pull/48994
[49007]: https://github.com/home-assistant/core/pull/49007
[49008]: https://github.com/home-assistant/core/pull/49008
[49017]: https://github.com/home-assistant/core/pull/49017
[49025]: https://github.com/home-assistant/core/pull/49025
[49044]: https://github.com/home-assistant/core/pull/49044
[49051]: https://github.com/home-assistant/core/pull/49051
[49054]: https://github.com/home-assistant/core/pull/49054
[49060]: https://github.com/home-assistant/core/pull/49060
[49073]: https://github.com/home-assistant/core/pull/49073
[49079]: https://github.com/home-assistant/core/pull/49079
[49106]: https://github.com/home-assistant/core/pull/49106
[49115]: https://github.com/home-assistant/core/pull/49115
[bdraco]: https://github.com/bdraco
[ctalkington]: https://github.com/ctalkington
[dieselrabbit]: https://github.com/dieselrabbit
[elupus]: https://github.com/elupus
[emontnemery]: https://github.com/emontnemery
[frenck]: https://github.com/frenck
[jbouwh]: https://github.com/jbouwh
[jjlawren]: https://github.com/jjlawren
[thecode]: https://github.com/thecode
[timmo001]: https://github.com/timmo001
[unaiur]: https://github.com/unaiur
[cast docs]: https://www.home-assistant.io/integrations/cast/
[homekit_controller docs]: https://www.home-assistant.io/integrations/homekit_controller/
[http docs]: https://www.home-assistant.io/integrations/http/
[logger docs]: https://www.home-assistant.io/integrations/logger/
[lyric docs]: https://www.home-assistant.io/integrations/lyric/
[maxcube docs]: https://www.home-assistant.io/integrations/maxcube/
[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/
[nexia docs]: https://www.home-assistant.io/integrations/nexia/
[philips_js docs]: https://www.home-assistant.io/integrations/philips_js/
[roku docs]: https://www.home-assistant.io/integrations/roku/
[screenlogic docs]: https://www.home-assistant.io/integrations/screenlogic/
[shelly docs]: https://www.home-assistant.io/integrations/shelly/
[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

2021.4.3

Not secure
- Add TTS engines in config.components ([ludeeus] - [48939]) ([tts docs])
- Implement percentage_step and preset_mode is not not speed fix for MQTT fan ([jbouwh] - [48951]) ([mqtt docs])
- Bump devolo Home Control to support old websocket-client versions again ([Shutgun] - [48960]) ([devolo_home_control docs])
- Fix config forwarding ([balloob] - [48967]) ([template docs])
- Prevent ping id allocation conflict with device_tracker ([bdraco] - [48969]) ([ping docs])
- Fix Shelly button device triggers ([thecode] - [48974]) ([shelly docs])
- Update python-smarttub to 0.0.23 ([mdz] - [48978]) ([smarttub docs])

[48978]: https://github.com/home-assistant/core/pull/48978
[mdz]: https://github.com/mdz
[smarttub docs]: https://www.home-assistant.io/integrations/smarttub/
[48939]: https://github.com/home-assistant/core/pull/48939
[48951]: https://github.com/home-assistant/core/pull/48951
[48960]: https://github.com/home-assistant/core/pull/48960
[48967]: https://github.com/home-assistant/core/pull/48967
[48969]: https://github.com/home-assistant/core/pull/48969
[48974]: https://github.com/home-assistant/core/pull/48974
[Shutgun]: https://github.com/Shutgun
[balloob]: https://github.com/balloob
[bdraco]: https://github.com/bdraco
[jbouwh]: https://github.com/jbouwh
[ludeeus]: https://github.com/ludeeus
[thecode]: https://github.com/thecode
[devolo_home_control docs]: https://www.home-assistant.io/integrations/devolo_home_control/
[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/
[ping docs]: https://www.home-assistant.io/integrations/ping/
[shelly docs]: https://www.home-assistant.io/integrations/shelly/
[template docs]: https://www.home-assistant.io/integrations/template/
[tts docs]: https://www.home-assistant.io/integrations/tts/

2021.4.2

Not secure
- Account for openweathermap 'dew_point' not always being present ([hanskroner] - [48826]) ([openweathermap docs])
- Catch expected errors and log them in rituals perfume genie ([milanmeu] - [48870]) ([rituals_perfume_genie docs])
- Extend media source URL expiry to 24h ([emontnemery] - [48912]) ([media_source docs])
- Bump pykodi to 0.2.4 ([cgtobi] - [48913]) ([kodi docs])
- Handle exceptions when looking for new version ([ludeeus] - [48922]) ([version docs])
- Change discovery timeout from 10 to 60 ([ludeeus] - [48924]) ([hassio docs])
- Fix "notify.events" trim() issue + add initial tests ([spacegaier] - [48928]) ([notify_events docs])
- Bump pykodi to 0.2.5 ([cgtobi] - [48930]) ([kodi docs])
- Bump ZHA quirks library ([dmulcahey] - [48931]) ([zha docs])
- Extend Google Cast media source URL expiry to 24h ([Ph-Wagner] - [48937]) ([cast docs])
- Fix Plex live TV handling ([jjlawren] - [48953]) ([plex docs])

[48826]: https://github.com/home-assistant/core/pull/48826
[48870]: https://github.com/home-assistant/core/pull/48870
[48912]: https://github.com/home-assistant/core/pull/48912
[48913]: https://github.com/home-assistant/core/pull/48913
[48922]: https://github.com/home-assistant/core/pull/48922
[48924]: https://github.com/home-assistant/core/pull/48924
[48928]: https://github.com/home-assistant/core/pull/48928
[48930]: https://github.com/home-assistant/core/pull/48930
[48931]: https://github.com/home-assistant/core/pull/48931
[48937]: https://github.com/home-assistant/core/pull/48937
[48953]: https://github.com/home-assistant/core/pull/48953
[Ph-Wagner]: https://github.com/Ph-Wagner
[cgtobi]: https://github.com/cgtobi
[dmulcahey]: https://github.com/dmulcahey
[emontnemery]: https://github.com/emontnemery
[hanskroner]: https://github.com/hanskroner
[jjlawren]: https://github.com/jjlawren
[ludeeus]: https://github.com/ludeeus
[milanmeu]: https://github.com/milanmeu
[spacegaier]: https://github.com/spacegaier
[cast docs]: https://www.home-assistant.io/integrations/cast/
[hassio docs]: https://www.home-assistant.io/integrations/hassio/
[kodi docs]: https://www.home-assistant.io/integrations/kodi/
[media_source docs]: https://www.home-assistant.io/integrations/media_source/
[notify_events docs]: https://www.home-assistant.io/integrations/notify_events/
[openweathermap docs]: https://www.home-assistant.io/integrations/openweathermap/
[plex docs]: https://www.home-assistant.io/integrations/plex/
[rituals_perfume_genie docs]: https://www.home-assistant.io/integrations/rituals_perfume_genie/
[version docs]: https://www.home-assistant.io/integrations/version/
[zha docs]: https://www.home-assistant.io/integrations/zha/

Page 103 of 227

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.