Homeassistant

Latest version: v2025.3.4

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

Scan your dependencies

Page 210 of 239

0.66.0.beta0

First beta release of 0.66.

See https://rc.home-assistant.io for docs for this release.

0.65.6

Not secure
- More robust MJPEG parser. Fixes 13138. ([PhracturedBlue] - [13226]) ([camera.proxy docs])
- Tado: don't reference unset hass var ([balloob] - [13237]) ([device_tracker docs])
- Fix Sonos join/unjoin in scripts ([amelchio] - [13248]) ([media_player.sonos docs])
- Fix Sonos radio stations with ampersand ([amelchio] - [13293]) ([media_player.sonos docs])
- Do not include unavailable entities in Google Assistant SYNC ([balloob] - [13358]) ([google_assistant docs]) ([light.demo docs])

[13226]: https://github.com/home-assistant/home-assistant/pull/13226
[13237]: https://github.com/home-assistant/home-assistant/pull/13237
[13248]: https://github.com/home-assistant/home-assistant/pull/13248
[13293]: https://github.com/home-assistant/home-assistant/pull/13293
[13358]: https://github.com/home-assistant/home-assistant/pull/13358
[PhracturedBlue]: https://github.com/PhracturedBlue
[amelchio]: https://github.com/amelchio
[balloob]: https://github.com/balloob
[camera.proxy docs]: https://home-assistant.io/components/camera.proxy/
[device_tracker docs]: https://home-assistant.io/components/device_tracker/
[google_assistant docs]: https://home-assistant.io/components/google_assistant/
[light.demo docs]: https://home-assistant.io/components/light.demo/
[media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/

0.65.5

Not secure
- Bugfix HomeKit: Error string values for temperature ([cdce8p] - [13162]) ([homekit docs])
- Revert throttle Arlo api calls ([arsaboo] - [13174]) ([arlo docs])
- Ignore unsupported Sonos favorites ([amelchio] - [13195]) ([media_player.sonos docs])
- Avoid Sonos error when joining with self ([amelchio] - [13196]) ([media_player.sonos docs])
- Fix input_boolean Google Assistant serialize error ([balloob] - [13220]) ([google_assistant docs])

[13162]: https://github.com/home-assistant/home-assistant/pull/13162
[13174]: https://github.com/home-assistant/home-assistant/pull/13174
[13195]: https://github.com/home-assistant/home-assistant/pull/13195
[13196]: https://github.com/home-assistant/home-assistant/pull/13196
[13220]: https://github.com/home-assistant/home-assistant/pull/13220
[amelchio]: https://github.com/amelchio
[arsaboo]: https://github.com/arsaboo
[balloob]: https://github.com/balloob
[cdce8p]: https://github.com/cdce8p
[arlo docs]: https://home-assistant.io/components/arlo/
[google_assistant docs]: https://home-assistant.io/components/google_assistant/
[homekit docs]: https://home-assistant.io/components/homekit/
[media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/

0.65.4

Not secure
- Fix unavailable property for wemo switch ([balloob] - [13106]) ([switch.wemo docs])
- Hue: Catch if bridge goes unavailable ([balloob] - [13109]) ([hue docs]) ([light.hue docs])
- Adding check for empty discovery info in alarm control panel Egardia. ([jeroenterheerdt] - [13114]) ([alarm_control_panel.egardia docs])
- Throttle Arlo api calls ([arsaboo] - [13143]) ([arlo docs])

[13106]: https://github.com/home-assistant/home-assistant/pull/13106
[13109]: https://github.com/home-assistant/home-assistant/pull/13109
[13114]: https://github.com/home-assistant/home-assistant/pull/13114
[13143]: https://github.com/home-assistant/home-assistant/pull/13143
[arsaboo]: https://github.com/arsaboo
[balloob]: https://github.com/balloob
[jeroenterheerdt]: https://github.com/jeroenterheerdt
[alarm_control_panel.egardia docs]: https://home-assistant.io/components/alarm_control_panel.egardia/
[arlo docs]: https://home-assistant.io/components/arlo/
[hue docs]: https://home-assistant.io/components/hue/
[light.hue docs]: https://home-assistant.io/components/light.hue/
[switch.wemo docs]: https://home-assistant.io/components/switch.wemo/

0.65.3

Not secure
- Implement Hue available property ([balloob] - [12939]) ([light.hue docs])
- Catch async from sync context by running asyncio event loop in debug mode during tests ([balloob] - [13058]) ([camera.arlo docs]) ([climate.generic_thermostat docs])
- Fixes KNX fire event problem, issue https://github.com/home-assistant/home-assistant/issues/13049 ([Julius2342] - [#13062]) ([knx docs])
- Bump iGlo Version ([jesserockz] - [13063]) ([light.iglo docs])
- Fix Tado doing async wrong ([balloob] - [13078]) ([device_tracker.tado docs])
- Synology Camera: auto-renew session when it's expired ([snjoetw] - [13079]) ([camera.synology docs])
- Revert "Cast automatically drop connection (12635)" ([OttoWinter] - [13094]) ([media_player.cast docs])
- Bump pyvera to 0.2.42. Improve event loop robustness. ([pavoni] - [13095]) ([vera docs])
- Fix Kodi by updateding jsonrpc-websocket to 0.6 ([Tadly] - [13096]) ([media_player.kodi docs])

[12939]: https://github.com/home-assistant/home-assistant/pull/12939
[13058]: https://github.com/home-assistant/home-assistant/pull/13058
[13062]: https://github.com/home-assistant/home-assistant/pull/13062
[13063]: https://github.com/home-assistant/home-assistant/pull/13063
[13078]: https://github.com/home-assistant/home-assistant/pull/13078
[13079]: https://github.com/home-assistant/home-assistant/pull/13079
[13094]: https://github.com/home-assistant/home-assistant/pull/13094
[13095]: https://github.com/home-assistant/home-assistant/pull/13095
[13096]: https://github.com/home-assistant/home-assistant/pull/13096
[Julius2342]: https://github.com/Julius2342
[OttoWinter]: https://github.com/OttoWinter
[Tadly]: https://github.com/Tadly
[balloob]: https://github.com/balloob
[jesserockz]: https://github.com/jesserockz
[pavoni]: https://github.com/pavoni
[snjoetw]: https://github.com/snjoetw
[camera.arlo docs]: https://home-assistant.io/components/camera.arlo/
[camera.synology docs]: https://home-assistant.io/components/camera.synology/
[climate.generic_thermostat docs]: https://home-assistant.io/components/climate.generic_thermostat/
[device_tracker.tado docs]: https://home-assistant.io/components/device_tracker.tado/
[knx docs]: https://home-assistant.io/components/knx/
[light.hue docs]: https://home-assistant.io/components/light.hue/
[light.iglo docs]: https://home-assistant.io/components/light.iglo/
[media_player.cast docs]: https://home-assistant.io/components/media_player.cast/
[media_player.kodi docs]: https://home-assistant.io/components/media_player.kodi/
[vera docs]: https://home-assistant.io/components/vera/

0.65.2

Not secure
- Fix translations sometimes not loading in the frontend ([armills])
- Fix sensibo's min/max_temp properties ([jra3] - [12996]) ([climate.sensibo docs])
- Use request.query ([ptarjan] - [13037]) ([wink docs])
- Ensure we have valid config AFTER merging packages 13015 ([kellerza] - [13038])
- Bump pysabnzbd version ([jeradM] - [13042]) ([sensor.sabnzbd docs])
- Fix async lifx_set_state ([amelchio] - [13045]) ([light.lifx docs])
- Yeelight version bumped. ([syssi] - [13056]) ([light.yeelight docs])
- Don't call async from sync ([balloob] - [13057]) ([xiaomi_aqara docs])
- Convert decimals from SQL results ([balloob] - [13059]) ([sensor.sql docs])

[12996]: https://github.com/home-assistant/home-assistant/pull/12996
[13037]: https://github.com/home-assistant/home-assistant/pull/13037
[13038]: https://github.com/home-assistant/home-assistant/pull/13038
[13042]: https://github.com/home-assistant/home-assistant/pull/13042
[13045]: https://github.com/home-assistant/home-assistant/pull/13045
[13056]: https://github.com/home-assistant/home-assistant/pull/13056
[13057]: https://github.com/home-assistant/home-assistant/pull/13057
[13059]: https://github.com/home-assistant/home-assistant/pull/13059
[amelchio]: https://github.com/amelchio
[balloob]: https://github.com/balloob
[jeradM]: https://github.com/jeradM
[jra3]: https://github.com/jra3
[kellerza]: https://github.com/kellerza
[armills]: https://github.com/armills
[ptarjan]: https://github.com/ptarjan
[syssi]: https://github.com/syssi
[climate.sensibo docs]: https://home-assistant.io/components/climate.sensibo/
[light.lifx docs]: https://home-assistant.io/components/light.lifx/
[light.yeelight docs]: https://home-assistant.io/components/light.yeelight/
[sensor.sabnzbd docs]: https://home-assistant.io/components/sensor.sabnzbd/
[sensor.sql docs]: https://home-assistant.io/components/sensor.sql/
[wink docs]: https://home-assistant.io/components/wink/
[xiaomi_aqara docs]: https://home-assistant.io/components/xiaomi_aqara/

Page 210 of 239

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.