Homeassistant

Latest version: v2024.11.3

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

Scan your dependencies

Page 119 of 227

0.115.4

Not secure
- Bump aioshelly library to version 0.3.3 ([bieniu] - [40415]) ([shelly docs])
- Create master playlist for cast ([uvjustin] - [40483]) ([stream docs])
- Fix fitbit current URL not available while configuring ([colinfrei] - [40547]) ([fitbit docs])
- Bump Plugwise-Smile to v1.5.1 ([bouwew] - [40572]) ([plugwise docs])
- Fix camera play stream ([hunterjm] - [40641]) ([camera docs]) ([cast docs]) ([media_player docs]) ([stream docs])
- set ID3 tags as TextFrame types ([digitallyserviced] - [40666]) ([tts docs])
- Pin gRPC to 1.31.0 to workaround amrv7 issues ([frenck] - [40678])
- Bump Airly package to 1.0.0 ([ak-ambi] - [40695]) ([airly docs])

[40415]: https://github.com/home-assistant/core/pull/40415
[40483]: https://github.com/home-assistant/core/pull/40483
[40547]: https://github.com/home-assistant/core/pull/40547
[40572]: https://github.com/home-assistant/core/pull/40572
[40641]: https://github.com/home-assistant/core/pull/40641
[40666]: https://github.com/home-assistant/core/pull/40666
[40678]: https://github.com/home-assistant/core/pull/40678
[40695]: https://github.com/home-assistant/core/pull/40695
[ak-ambi]: https://github.com/ak-ambi
[bieniu]: https://github.com/bieniu
[bouwew]: https://github.com/bouwew
[colinfrei]: https://github.com/colinfrei
[digitallyserviced]: https://github.com/digitallyserviced
[frenck]: https://github.com/frenck
[hunterjm]: https://github.com/hunterjm
[uvjustin]: https://github.com/uvjustin
[airly docs]: https://www.home-assistant.io/integrations/airly/
[camera docs]: https://www.home-assistant.io/integrations/camera/
[cast docs]: https://www.home-assistant.io/integrations/cast/
[fitbit docs]: https://www.home-assistant.io/integrations/fitbit/
[media_player docs]: https://www.home-assistant.io/integrations/media_player/
[plugwise docs]: https://www.home-assistant.io/integrations/plugwise/
[shelly docs]: https://www.home-assistant.io/integrations/shelly/
[stream docs]: https://www.home-assistant.io/integrations/stream/
[tts docs]: https://www.home-assistant.io/integrations/tts/

0.115.3

Not secure
- Use Cloud State as alternative state if condition unknown ([thehaxxa] - [37121]) ([bom docs])
- Guard SolarEdge for inverters without batteries ([mhaack] - [40295]) ([solaredge docs])
- Ignore packets with missing dts in peek_first_pts ([uvjustin] - [40299]) ([stream docs])
- Axis - Fix list applications breaks if empty response ([Kane610] - [40360]) ([axis docs])
- Fix Met.no missing conditions in API forecasts ([thimic] - [40373]) ([met docs])
- Bump pyinsteon to 1.0.8 ([teharris1] - [40383]) ([insteon docs])
- Fix OSError ([bieniu] - [40393]) ([shelly docs])
- Fix handling of empty ws port ([OnFreund] - [40399]) ([kodi docs])
- Validate Met.no forecast entries before passing them on to HA ([thimic] - [40400]) ([met docs])
- Fix luci device_tracker incorrectly reporting devices status ([cagnulein] - [40409]) ([luci docs])
- Make modbus switch read_coil failure resistent ([janiversen] - [40417]) ([modbus docs])
- Fix webostv supported features for "external_speaker" sound output ([PedroLamas] - [40435]) ([webostv docs])
- Fix regression in Nextcloud component ([meichthys] - [40438]) ([nextcloud docs])
- Fix proxy camera conversion with PNG Alpha(RGBA) ([square99] - [40446]) ([proxy docs])
- Bump accuweather library to version 0.0.11 ([bieniu] - [40458])
- Increase gogogate2 request timeout ([vangorra] - [40461]) ([gogogate2 docs])
- Fix handling of quoted time_pattern values ([amelchio] - [40470]) ([homeassistant docs])
- Ensure group state is recalculated when re-adding on reload ([bdraco] - [40497]) ([group docs])
- Disable audio in stream when audio stream profile is None ([uvjustin] - [40521]) ([stream docs])
- Fix luci device_tracker when release is none ([cagnulein] - [40524]) ([luci docs])
- Increase upnp timeout from 5 seconds to 10 seconds ([StevenLooman] - [40540]) ([upnp docs])
- Fix connection validation during import for dsmr integration ([RobBie1221] - [40548]) ([dsmr docs])
- Updated frontend to 20200918.2 ([bramkragten] - [40549]) ([frontend docs])
- Fix bug in state trigger when using for: without to: ([KevinCathcart] - [40556]) ([homeassistant docs])

[37121]: https://github.com/home-assistant/core/pull/37121
[40295]: https://github.com/home-assistant/core/pull/40295
[40299]: https://github.com/home-assistant/core/pull/40299
[40360]: https://github.com/home-assistant/core/pull/40360
[40373]: https://github.com/home-assistant/core/pull/40373
[40383]: https://github.com/home-assistant/core/pull/40383
[40393]: https://github.com/home-assistant/core/pull/40393
[40399]: https://github.com/home-assistant/core/pull/40399
[40400]: https://github.com/home-assistant/core/pull/40400
[40409]: https://github.com/home-assistant/core/pull/40409
[40417]: https://github.com/home-assistant/core/pull/40417
[40435]: https://github.com/home-assistant/core/pull/40435
[40438]: https://github.com/home-assistant/core/pull/40438
[40446]: https://github.com/home-assistant/core/pull/40446
[40458]: https://github.com/home-assistant/core/pull/40458
[40461]: https://github.com/home-assistant/core/pull/40461
[40470]: https://github.com/home-assistant/core/pull/40470
[40497]: https://github.com/home-assistant/core/pull/40497
[40521]: https://github.com/home-assistant/core/pull/40521
[40524]: https://github.com/home-assistant/core/pull/40524
[40540]: https://github.com/home-assistant/core/pull/40540
[40548]: https://github.com/home-assistant/core/pull/40548
[40549]: https://github.com/home-assistant/core/pull/40549
[40556]: https://github.com/home-assistant/core/pull/40556
[Kane610]: https://github.com/Kane610
[KevinCathcart]: https://github.com/KevinCathcart
[OnFreund]: https://github.com/OnFreund
[PedroLamas]: https://github.com/PedroLamas
[RobBie1221]: https://github.com/RobBie1221
[StevenLooman]: https://github.com/StevenLooman
[amelchio]: https://github.com/amelchio
[bdraco]: https://github.com/bdraco
[bieniu]: https://github.com/bieniu
[bramkragten]: https://github.com/bramkragten
[cagnulein]: https://github.com/cagnulein
[janiversen]: https://github.com/janiversen
[meichthys]: https://github.com/meichthys
[mhaack]: https://github.com/mhaack
[square99]: https://github.com/square99
[teharris1]: https://github.com/teharris1
[thehaxxa]: https://github.com/thehaxxa
[thimic]: https://github.com/thimic
[uvjustin]: https://github.com/uvjustin
[vangorra]: https://github.com/vangorra
[axis docs]: https://www.home-assistant.io/integrations/axis/
[bom docs]: https://www.home-assistant.io/integrations/bom/
[dsmr docs]: https://www.home-assistant.io/integrations/dsmr/
[frontend docs]: https://www.home-assistant.io/integrations/frontend/
[gogogate2 docs]: https://www.home-assistant.io/integrations/gogogate2/
[group docs]: https://www.home-assistant.io/integrations/group/
[homeassistant docs]: https://www.home-assistant.io/integrations/homeassistant/
[insteon docs]: https://www.home-assistant.io/integrations/insteon/
[kodi docs]: https://www.home-assistant.io/integrations/kodi/
[luci docs]: https://www.home-assistant.io/integrations/luci/
[met docs]: https://www.home-assistant.io/integrations/met/
[modbus docs]: https://www.home-assistant.io/integrations/modbus/
[nextcloud docs]: https://www.home-assistant.io/integrations/nextcloud/
[proxy docs]: https://www.home-assistant.io/integrations/proxy/
[shelly docs]: https://www.home-assistant.io/integrations/shelly/
[solaredge docs]: https://www.home-assistant.io/integrations/solaredge/
[stream docs]: https://www.home-assistant.io/integrations/stream/
[upnp docs]: https://www.home-assistant.io/integrations/upnp/
[webostv docs]: https://www.home-assistant.io/integrations/webostv/

0.115.2

Not secure
- Get option flow defaults from yaml for non configured MQTT options ([emontnemery] - [40177]) ([mqtt docs])
- Correct modbus switch to return correct coil ([janiversen] - [40190]) ([modbus docs])
- Handle an unsupported device in the Broadlink config flow ([felipediel] - [40242]) ([broadlink docs])
- Fix Kodi discovery title ([OnFreund] - [40247]) ([kodi docs])
- Fix high CPU usage in vera integration. ([vangorra] - [40249]) ([vera docs])
- Updated frontend to 20200918.0 ([bramkragten] - [40253]) ([frontend docs])
- Bump hangups to 0.4.11 ([dshokouhi] - [40258]) ([hangouts docs])
- Update ZHA dependencies ([Adminiuga] - [40283]) ([zha docs])
- Fix error creating duplicate ConfigEntry upon import for rfxtrx ([RobBie1221] - [40296]) ([rfxtrx docs])

[40177]: https://github.com/home-assistant/core/pull/40177
[40190]: https://github.com/home-assistant/core/pull/40190
[40242]: https://github.com/home-assistant/core/pull/40242
[40247]: https://github.com/home-assistant/core/pull/40247
[40249]: https://github.com/home-assistant/core/pull/40249
[40253]: https://github.com/home-assistant/core/pull/40253
[40258]: https://github.com/home-assistant/core/pull/40258
[40283]: https://github.com/home-assistant/core/pull/40283
[40296]: https://github.com/home-assistant/core/pull/40296
[Adminiuga]: https://github.com/Adminiuga
[OnFreund]: https://github.com/OnFreund
[RobBie1221]: https://github.com/RobBie1221
[bramkragten]: https://github.com/bramkragten
[dshokouhi]: https://github.com/dshokouhi
[emontnemery]: https://github.com/emontnemery
[felipediel]: https://github.com/felipediel
[janiversen]: https://github.com/janiversen
[vangorra]: https://github.com/vangorra
[broadlink docs]: https://www.home-assistant.io/integrations/broadlink/
[frontend docs]: https://www.home-assistant.io/integrations/frontend/
[hangouts docs]: https://www.home-assistant.io/integrations/hangouts/
[kodi docs]: https://www.home-assistant.io/integrations/kodi/
[modbus docs]: https://www.home-assistant.io/integrations/modbus/
[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/
[rfxtrx docs]: https://www.home-assistant.io/integrations/rfxtrx/
[vera docs]: https://www.home-assistant.io/integrations/vera/
[zha docs]: https://www.home-assistant.io/integrations/zha/

0.115.1

Not secure
- Log template listeners when debug logging is on (bdraco - 40180)
- Upgrade pyvlx to 0.2.17 (Julius2342 - 40182)
- Fix Vizio async_unload_entry bug (raman325 - 40210)
- Fix Nextcloud sensors becoming unavailable (meichthys - 40212)
- Disable async on Apprise (caronc - 40213)
- Fix RM mini 3 update manager (felipediel - 40215)
- Fix kodi.call_method (OnFreund - 40236)
- Handle systems without groups (OnFreund - 40238)
- Fix coolmaster.info (OnFreund - 40240)

0.115.0

Not secure
https://www.home-assistant.io/blog/2020/09/17/release-115/

🎉 🎁 💯 💃 🍰 ⚡️ 🦩 🥰

0.115.0b12

Not secure
- Fix scene validator (balloob - 40140)
- Fix missing f from f-strings in cast integration (frenck - 40144)
- Fix local media browser source conflicting with local www folder (frenck - 40151)
- Update frontend to 20200916.0 (bramkragten - 40153)

Page 119 of 227

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.