Homeassistant

Latest version: v2025.3.4

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

Scan your dependencies

Page 221 of 239

0.42.2

Not secure
- Downgrade to aiohttp 2.0.5 because 2.0.6 disappeared 👎

0.42.1

Not secure
- Upgrade aiohttp to 2.0.6
- Make discovery not cause startup warning

0.42

New integrations

- Lockitron locks ([aarya123] - [6805])
- Met Office weather and sensor components ([jacobtomlinson] - [6742])
- Total Connect alarm systems ([wardcraigj] - [6887])
- Eddystone Beacon Temperature Sensor ([citruz] - [6789])
- CrimeReports.com integration shows crimes around a location in the US ([happyleavesaoc] - [6966])
- The Ring doorbell has been integrated further with the inclusion of binary sensors ([tchellomello] - [6520])

Breaking changes

- We were incorrectly treating groups named `default_view` as default views. Make sure you set `view: true` in the config for these groups. [251 (frontend)](https://github.com/home-assistant/home-assistant-polymer/pull/251)
- The last release introduced a revamped LIFX platform. We only realised after deploy that this version does not work on Windows. We have added the old LIFX implementation back as `lifx_legacy`.
- We added indexes to the database to speed up the history view. Initial boot can take a couple of minutes. Do not shut down while migration is occurring. [6688]
- Z-Wave cover workaround has been removed. Use device config instead. [6832]

yaml
zwave:
device_config:
cover.my_cover:
invert_openclose_buttons: true


- If you set an initial state for an automation, input_boolean, input_slider or input_select it will overrule over the previous state. [6911] [6924]
- Z-Wave rename node service parameter `entity_id` has been replaced with `node_id` to align parameters [6938]
- Automations are now initialized when Home Assistant finishes starting up. This means that it is deprecated to listen for event `homeassistant_start`. Instead, use the new `homeassistant` automation platform. [6936]

yaml
automation:
trigger:
platform: homeassistant
event: start
action:
service: light.turn_on


- The Ring component has moved the authentication to a dedicated ring component. [6520]

yaml
ring:
username: !secret ring_username
password: !secret ring_password

binary_sensor:
- platform: ring
monitored_conditions:
- ding
- motion

sensor:
- platform: ring
monitored_conditions:
- battery
- last_activity
- last_ding
- last_motion
- volume


All changes

- Flux led update lib ([danielhiversen] - [6763])
- Adding expire_after to mqtt sensor to expire outdated values ([micw] - [6708])
- New indexes for states and recording_runs tables ([m00dawg] - [6688]) (breaking change)
- Fix flaky template test ([armills] - [6768])
- Repair zwave sensor coverage ([armills] - [6764])
- Version bump to 0.42.0.dev0 ([balloob])
- current temp could be none ([turbokongen] - [6759])
- Typing error and update test ([turbokongen] - [6757])
- Wink Aros Fixes ([geekofweek] - [6726])
- Upgrade pydroid-ipcam to 0.7 ([fabaff] - [6772])
- Upgrade psutil to 5.2.1 ([fabaff] - [6771])
- Upgrade sleekxmpp to 1.3.2 ([fabaff] - [6773])
- Tests for zwave workaround detection ([armills] - [6761])
- Bugfix automation fire on bootstrap ([pvizeli] - [6770])
- Homematic Fixes ([danielperna84] - [6769])
- Fix wink siren ([w1ll1am23] - [6775])
- Fix bridge-led support in limitlessled.py ([quadportnick] - [6776])
- Wrong info in discovery schema ([turbokongen] - [6779])
- switch.tplink: upgrade to the newest upstream release which adds support for plugs using the newer communication protocol ([rytilahti] - [6790])
- Add switch to MQTT discovery ([fabaff] - [6733])
- Update docstrings ([fabaff] - [6795])
- Add optional unit of measurement ([fabaff] - [6796])
- Upgrade zeroconf to 0.19.0 ([fabaff] - [6792])
- Upgrade pysnmp to 4.3.5 ([fabaff] - [6793])
- Platform for Munich public transport departure times ([DavidMStraub] - [6704])
- Use string formatting and remove already global disabled pylint issue ([fabaff] - [6801])
- Fix typo and update name ([fabaff] - [6809])
- Upgrade matrix-client to 0.0.6 ([fabaff] - [6808])
- Make get_snmp_data more robust ([tantecky] - [6798])
- Add NVR support to Hikvision Binary Sensors ([mezz64] - [6807])
- Update Insight parameters using the subscription data. ([pavoni] - [6782])
- fix WOL in docker/jail ([goto100] - [6810])
- Allow to monitor Windows hosts ([fabaff] - [6803])
- lights/hue: use device class for on/off devices like the osram lightify plug ([jannau] - [6817])
- [switch.wemo] Fix mW to kW conversion. ([lwis] - [6826])
- yeelight: adjust supported features on update() ([rytilahti] - [6799])
- Updated pubnubsub-handler version ([w1ll1am23] - [6829])
- Remove zwave cover invert workaround. Use config instead. ([andrey-git] - [6832]) (breaking change)
- history_stats: Fix schema, as `state` can be arbitrary string ([leppa] - [6753])
- Rflink group commands ([aequitas] - [5969])
- Updating Alarm.com Component for async and no Selenium ([Xorso] - [6752])
- Add voluptuous config validation to scenes ([MartinHjelmare] - [6830])
- Integration with lockitron ([aarya123] - [6805]) (new-platform)
- [switch.wemo] Fix today_energy_kwh calculation. ([lwis] - [6846])
- Locative tests to use aiohttp test utils ([balloob] - [6838])
- Convert Alexa tests to use aiohttp test utils ([balloob] - [6839])
- Handle initial event after entity is instantiated. ([aequitas] - [6760])
- Lifx legacy ([amelchio] - [6847]) (new-platform)
- aiohttp 2 ([balloob] - [6835])
- Fix configuration setup ([bdurrer] - [6853])
- Add option to disable automatic add for lights and sensors. ([aequitas] - [6852])
- Update aioHTTP to 2.0.5 ([pvizeli] - [6856])
- use change light level to avoid variable ramp speeds ([wardcraigj] - [6860])
- Handle aiohttp task cancellation better ([balloob] - [6862])
- Introduced Ring binary sensors and refactored Ring component ([tchellomello] - [6520]) (breaking change) (new-platform)
- Upgrade sendgrid to 3.6.5 ([fabaff] - [6866])
- Upgrade sphinx-autodoc-typehints to 1.2.0 ([fabaff] - [6865])
- Added Met Office weather and sensor components ([jacobtomlinson] - [6742]) (new-platform)
- Upgrade speedtest-cli to 1.0.3 ([fabaff] - [6867])
- Bumped amcrest module to 1.1.5 ([tchellomello] - [6872])
- Upgrade pytz to 2017.02 ([fabaff] - [6875])
- Upgrade aiohttp_cors to 0.5.2 ([fabaff] - [6874])
- Upgrade sqlalchemy to 1.1.8 ([fabaff] - [6873])
- added support for Fibaro FGR-222 (similar to FGRM-222) ([ChristianKuehnel] - [6890])
- Fluxled ([danielhiversen] - [6892])
- Fix Tado climate set off mode ([wmalgadey] - [6848])
- Fox UMP volume set ([danieljkemp] - [6904])
- Move examples out ([balloob] - [6908])
- Update README.rst ([balloob])
- Makes amcrest.sensor to handle properly the scan_interval option. ([tchellomello] - [6885])
- Make sensor.ring to handle scan_interval option as expected. ([tchellomello] - [6886])
- Eliminate needless async_add_job invocation of async_add_devices ([nugget] - [6864])
- Onkyo update ([danieljkemp] - [6906])
- Fix for 6691 Neato Connection error handling ([turbokongen] - [6731])
- Adds support for the PlugInDimmer hardware ([gurumitts] - [6915])
- Support for zwave light transitions ([armills] - [6868])
- Bump pyHik library version to support more cameras ([mezz64] - [6921])
- Update vera cover refresh logic ([pavoni] - [6897])
- Update frontend ([balloob])
- Automation: initial state > restore state ([balloob] - [6911]) (breaking change)
- Upgrade flux_led to 0.17 ([danielhiversen] - [6929])
- Upgrade paho-mqtt to 1.2.1 ([fabaff] - [6928])
- Upgrade distro to 1.0.4 ([fabaff] - [6926])
- Upgrade Sphinx to 1.5.4 ([fabaff] - [6927])
- Allow token authentication for 'hook' switch component ([KlaasH] - [6922])
- WIP - Fix bug in state handling in Vera Switch and Light ([pavoni] - [6931])
- total connect alarm support ([wardcraigj] - [6887]) (new-platform)
- Initial state over restore state ([balloob] - [6924]) (breaking change)
- Eddystone Beacon Temperature Sensor ([citruz] - [6789]) (new-platform)
- Add android ip webcam support for aiohttp2 ([pvizeli] - [6940])
- Bump pywemo version. Fixes Osram/Sylvania Lightify tunable white bulbs. ([pavoni] - [6946])
- Clean artifacts after running Ring tests. ([tchellomello] - [6944])
- Rename zwave nodes by node ID instead of entity ID ([armills] - [6938]) (breaking change)
- Report proper features in mqtt_json light ([jawilson] - [6941])
- Add multi phone numbers support ([titilambert] - [6605])
- Upgrade Sphinx to 1.5.5 ([fabaff] - [6947])
- Upgrade py-cpuinfo to 3.0.0 ([fabaff] - [6948])
- Fix automations listening to HOMEASSISTANT_START ([balloob] - [6936]) (breaking change)
- Fix startup of sonos / snapshot handling / error handling ([pvizeli] - [6945])
- Upgrade mysensors dep and callbacks ([MartinHjelmare] - [6950])
- Added average temperature for the day before and the current period ([diogos88] - [6883])
- Upgrade sqlalchemy to 1.1.9 ([fabaff] - [6955])
- Update for 0.42 ([fabaff])
- Initial import for HassIO ([pvizeli] - [6935]) (new-platform)
- light.yeelight: catch i/o related exceptions from the backend lib ([rytilahti] - [6952])
- Fix current_temperature is rounded ([aufano] - [6960])
- Preserve customize glob order. ([andrey-git] - [6963])
- Foscam Camera: Adding exception handling when fetching the camera image to avoid python exception errors when host is not reachable or rather any url error to camera ([viswa-swami] - [6964])
- Crime Reports sensor ([happyleavesaoc] - [6966]) (new-platform)
- Update kodi for aiohttp2 ([armills] - [6967])
- Bugfix time and task coro ([pvizeli] - [6968])
- Fix control+c quitting HASS ([balloob] - [6974])
- Update Emby for aiohttp v2 ([mezz64] - [6981])
- switch.tplink: bump pyhs100 version requirement ([rytilahti] - [6986])
- Warn if start takes a long time. ([balloob] - [6975])
- Bump Amcrest module to 1.1.8 ([tchellomello] - [6990])

[5969]: https://github.com/home-assistant/home-assistant/pull/5969
[6520]: https://github.com/home-assistant/home-assistant/pull/6520
[6605]: https://github.com/home-assistant/home-assistant/pull/6605
[6688]: https://github.com/home-assistant/home-assistant/pull/6688
[6704]: https://github.com/home-assistant/home-assistant/pull/6704
[6708]: https://github.com/home-assistant/home-assistant/pull/6708
[6726]: https://github.com/home-assistant/home-assistant/pull/6726
[6731]: https://github.com/home-assistant/home-assistant/pull/6731
[6733]: https://github.com/home-assistant/home-assistant/pull/6733
[6742]: https://github.com/home-assistant/home-assistant/pull/6742
[6752]: https://github.com/home-assistant/home-assistant/pull/6752
[6753]: https://github.com/home-assistant/home-assistant/pull/6753
[6757]: https://github.com/home-assistant/home-assistant/pull/6757
[6759]: https://github.com/home-assistant/home-assistant/pull/6759
[6760]: https://github.com/home-assistant/home-assistant/pull/6760
[6761]: https://github.com/home-assistant/home-assistant/pull/6761
[6763]: https://github.com/home-assistant/home-assistant/pull/6763
[6764]: https://github.com/home-assistant/home-assistant/pull/6764
[6768]: https://github.com/home-assistant/home-assistant/pull/6768
[6769]: https://github.com/home-assistant/home-assistant/pull/6769
[6770]: https://github.com/home-assistant/home-assistant/pull/6770
[6771]: https://github.com/home-assistant/home-assistant/pull/6771
[6772]: https://github.com/home-assistant/home-assistant/pull/6772
[6773]: https://github.com/home-assistant/home-assistant/pull/6773
[6775]: https://github.com/home-assistant/home-assistant/pull/6775
[6776]: https://github.com/home-assistant/home-assistant/pull/6776
[6779]: https://github.com/home-assistant/home-assistant/pull/6779
[6782]: https://github.com/home-assistant/home-assistant/pull/6782
[6789]: https://github.com/home-assistant/home-assistant/pull/6789
[6790]: https://github.com/home-assistant/home-assistant/pull/6790
[6792]: https://github.com/home-assistant/home-assistant/pull/6792
[6793]: https://github.com/home-assistant/home-assistant/pull/6793
[6795]: https://github.com/home-assistant/home-assistant/pull/6795
[6796]: https://github.com/home-assistant/home-assistant/pull/6796
[6798]: https://github.com/home-assistant/home-assistant/pull/6798
[6799]: https://github.com/home-assistant/home-assistant/pull/6799
[6801]: https://github.com/home-assistant/home-assistant/pull/6801
[6803]: https://github.com/home-assistant/home-assistant/pull/6803
[6805]: https://github.com/home-assistant/home-assistant/pull/6805
[6807]: https://github.com/home-assistant/home-assistant/pull/6807
[6808]: https://github.com/home-assistant/home-assistant/pull/6808
[6809]: https://github.com/home-assistant/home-assistant/pull/6809
[6810]: https://github.com/home-assistant/home-assistant/pull/6810
[6817]: https://github.com/home-assistant/home-assistant/pull/6817
[6826]: https://github.com/home-assistant/home-assistant/pull/6826
[6829]: https://github.com/home-assistant/home-assistant/pull/6829
[6830]: https://github.com/home-assistant/home-assistant/pull/6830
[6832]: https://github.com/home-assistant/home-assistant/pull/6832
[6835]: https://github.com/home-assistant/home-assistant/pull/6835
[6838]: https://github.com/home-assistant/home-assistant/pull/6838
[6839]: https://github.com/home-assistant/home-assistant/pull/6839
[6846]: https://github.com/home-assistant/home-assistant/pull/6846
[6847]: https://github.com/home-assistant/home-assistant/pull/6847
[6848]: https://github.com/home-assistant/home-assistant/pull/6848
[6852]: https://github.com/home-assistant/home-assistant/pull/6852
[6853]: https://github.com/home-assistant/home-assistant/pull/6853
[6856]: https://github.com/home-assistant/home-assistant/pull/6856
[6860]: https://github.com/home-assistant/home-assistant/pull/6860
[6862]: https://github.com/home-assistant/home-assistant/pull/6862
[6864]: https://github.com/home-assistant/home-assistant/pull/6864
[6865]: https://github.com/home-assistant/home-assistant/pull/6865
[6866]: https://github.com/home-assistant/home-assistant/pull/6866
[6867]: https://github.com/home-assistant/home-assistant/pull/6867
[6868]: https://github.com/home-assistant/home-assistant/pull/6868
[6872]: https://github.com/home-assistant/home-assistant/pull/6872
[6873]: https://github.com/home-assistant/home-assistant/pull/6873
[6874]: https://github.com/home-assistant/home-assistant/pull/6874
[6875]: https://github.com/home-assistant/home-assistant/pull/6875
[6883]: https://github.com/home-assistant/home-assistant/pull/6883
[6885]: https://github.com/home-assistant/home-assistant/pull/6885
[6886]: https://github.com/home-assistant/home-assistant/pull/6886
[6887]: https://github.com/home-assistant/home-assistant/pull/6887
[6890]: https://github.com/home-assistant/home-assistant/pull/6890
[6892]: https://github.com/home-assistant/home-assistant/pull/6892
[6897]: https://github.com/home-assistant/home-assistant/pull/6897
[6904]: https://github.com/home-assistant/home-assistant/pull/6904
[6906]: https://github.com/home-assistant/home-assistant/pull/6906
[6908]: https://github.com/home-assistant/home-assistant/pull/6908
[6911]: https://github.com/home-assistant/home-assistant/pull/6911
[6915]: https://github.com/home-assistant/home-assistant/pull/6915
[6921]: https://github.com/home-assistant/home-assistant/pull/6921
[6922]: https://github.com/home-assistant/home-assistant/pull/6922
[6924]: https://github.com/home-assistant/home-assistant/pull/6924
[6926]: https://github.com/home-assistant/home-assistant/pull/6926
[6927]: https://github.com/home-assistant/home-assistant/pull/6927
[6928]: https://github.com/home-assistant/home-assistant/pull/6928
[6929]: https://github.com/home-assistant/home-assistant/pull/6929
[6931]: https://github.com/home-assistant/home-assistant/pull/6931
[6935]: https://github.com/home-assistant/home-assistant/pull/6935
[6936]: https://github.com/home-assistant/home-assistant/pull/6936
[6938]: https://github.com/home-assistant/home-assistant/pull/6938
[6940]: https://github.com/home-assistant/home-assistant/pull/6940
[6941]: https://github.com/home-assistant/home-assistant/pull/6941
[6944]: https://github.com/home-assistant/home-assistant/pull/6944
[6945]: https://github.com/home-assistant/home-assistant/pull/6945
[6946]: https://github.com/home-assistant/home-assistant/pull/6946
[6947]: https://github.com/home-assistant/home-assistant/pull/6947
[6948]: https://github.com/home-assistant/home-assistant/pull/6948
[6950]: https://github.com/home-assistant/home-assistant/pull/6950
[6952]: https://github.com/home-assistant/home-assistant/pull/6952
[6955]: https://github.com/home-assistant/home-assistant/pull/6955
[6960]: https://github.com/home-assistant/home-assistant/pull/6960
[6963]: https://github.com/home-assistant/home-assistant/pull/6963
[6964]: https://github.com/home-assistant/home-assistant/pull/6964
[6966]: https://github.com/home-assistant/home-assistant/pull/6966
[6967]: https://github.com/home-assistant/home-assistant/pull/6967
[6968]: https://github.com/home-assistant/home-assistant/pull/6968
[6974]: https://github.com/home-assistant/home-assistant/pull/6974
[6975]: https://github.com/home-assistant/home-assistant/pull/6975
[6981]: https://github.com/home-assistant/home-assistant/pull/6981
[6986]: https://github.com/home-assistant/home-assistant/pull/6986
[6990]: https://github.com/home-assistant/home-assistant/pull/6990
[ChristianKuehnel]: https://github.com/ChristianKuehnel
[DavidMStraub]: https://github.com/DavidMStraub
[KlaasH]: https://github.com/KlaasH
[MartinHjelmare]: https://github.com/MartinHjelmare
[Xorso]: https://github.com/Xorso
[aarya123]: https://github.com/aarya123
[aequitas]: https://github.com/aequitas
[amelchio]: https://github.com/amelchio
[andrey-git]: https://github.com/andrey-git
[armills]: https://github.com/armills
[aufano]: https://github.com/aufano
[balloob]: https://github.com/balloob
[bdurrer]: https://github.com/bdurrer
[citruz]: https://github.com/citruz
[danielhiversen]: https://github.com/danielhiversen
[danieljkemp]: https://github.com/danieljkemp
[danielperna84]: https://github.com/danielperna84
[diogos88]: https://github.com/diogos88
[fabaff]: https://github.com/fabaff
[geekofweek]: https://github.com/geekofweek
[goto100]: https://github.com/goto100
[gurumitts]: https://github.com/gurumitts
[happyleavesaoc]: https://github.com/happyleavesaoc
[jacobtomlinson]: https://github.com/jacobtomlinson
[jannau]: https://github.com/jannau
[jawilson]: https://github.com/jawilson
[leppa]: https://github.com/leppa
[lwis]: https://github.com/lwis
[m00dawg]: https://github.com/m00dawg
[mezz64]: https://github.com/mezz64
[micw]: https://github.com/micw
[nugget]: https://github.com/nugget
[pavoni]: https://github.com/pavoni
[pvizeli]: https://github.com/pvizeli
[quadportnick]: https://github.com/quadportnick
[rytilahti]: https://github.com/rytilahti
[tantecky]: https://github.com/tantecky
[tchellomello]: https://github.com/tchellomello
[titilambert]: https://github.com/titilambert
[turbokongen]: https://github.com/turbokongen
[viswa-swami]: https://github.com/viswa-swami
[w1ll1am23]: https://github.com/w1ll1am23
[wardcraigj]: https://github.com/wardcraigj
[wmalgadey]: https://github.com/wmalgadey

0.41

Welcome to 0.41. There was a lot going on in the last two weeks. Not only from the code side but also from the social one of Home Assistant. [Paulus][balloob] did an [interview] with [OpenSourceCraft], [Fabian][fabaff] did a [workshop] at the [Chemnitzer Linux Tage][clt], and we are now an award-winning Open source project (I will cover that in a separate blog post).

Plex
[JesseWebDotCom] made massive changes to the [Plex][plex] media player platform. From better metadata support over new configuration options to improved controls and non-controllable clients.

Component overview
The [Components][components] overview is now powered by search/filtering feature. This will make it faster to get the component/platform you are looking for more quickly. Thanks again, [bdurrer] for this.

Changelog
The new format of the changelog which was introduced with 0.40 will provide a link to the related pull request. We are not covering everything in our release notes but we think that this addition will make it easier to find details about the change.

New platforms/components

- Support for [Tado][tado] climate devices ([wmalgadey])
- [Volumio][volumio] media player added ([jslove])
- [Workday][workday] sensor ([BastianPoe])

Breaking changes

- The [Kodi notifier][kodi] platform was migrated to async and the configuration synced with the Kodi media player platform ([6497]).
- For the [Music Player Daemon][mpd] (MPD) platform was `location` replaced with `name` ([6553]).
- Event decorators were removed ([6634]).
- The [Emby mediaplayer][emby] platform was changed to avoid name clashes ([6664]).
- In a lot of places were the power and energy units update. This change mostly affects the `switch` platforms ([6212]).
- If set to `auto` then the [MQTT][mqtt] implementation will use the bundled certificates automatically ([6707]).

If you need help...
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.

Reporting Issues
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.

All changes

- Bugfix android camera autodiscovery settings ([pvizeli] - [6510])
- Insteon lib ([wardcraigj] - [6505])
- Update to Pyunifi2.0 ([finish06] - [6490])
- Insteon lib ([wardcraigj] - [6505])
- Don't allow sending to invalid iOS targets ([robbiet480] - [6115])
- Bugfix rpi_rf cleanup ([pvizeli] - [6513])
- Include LICENSE.md in tarball ([bachp] - [6514])
- Android webcam better error handling / pump library 0.4 ([pvizeli] - [6518])
- Fix mysensors gateway windows setup ([MartinHjelmare] - [6500])
- Update frontend ([balloob])
- Remove mint finance sensor ([balloob] - [6522])
- Append vera device id to entity id - but not name. ([pavoni] - [6523])
- Force update support for MQTT sensor ([vrnagy] - [6492])
- Wink scene(shortcut) support ([w1ll1am23] - [6147])
- Add type configuration in history_stats ([bokub] - [6430])
- Discovery is a dict rather than an array. ([pavoni] - [6525])
- Fix colortemp conversion for osramlightify ([amelchio] - [6516])
- Update Kodi notifier to async ([armills] - [6497]) (Breaking Change)
- Fix mysensors gateway windows setup ([MartinHjelmare] - [6500])
- Fix colortemp conversion for osramlightify ([amelchio] - [6516])
- Remove mint finance sensor ([balloob] - [6522])
- Append vera device id to entity id - but not name. ([pavoni] - [6523])
- Discovery is a dict rather than an array. ([pavoni] - [6525])
- Version bump to 0.41.0.dev0 ([lwis])
- Simplify Android IP webcam discovery ([balloob] - [6528])
- Fix gen_requirements_all.py script for Windows. ([siebert] - [6547])
- Fix wake_on_lan ping with None as host ([iamtpage] - [6532])
- Be able to select mqtt:tls_version for Python < 3.6 ([dennisdegreef] - [6442])
- ZWave binary sensor tests ([armills] - [6555])
- Refactor zwave discovery to entity schema ([armills] - [6445])
- Revert "Refactor zwave discovery to entity schema (6445)" ([balloob] - [6564])
- Upgraded blinkpy version, increased Throttle time for camera ([fronzbot] - [6561])
- Don't start the push updater if the Apple TV is 'off' ([jnewland] - [6552])
- Bump voc version (fixes heater bug) ([molobrakos])
- Remove dispatcher camera ([pvizeli] - [6579])
- Fix for the case of zwave value used in several devices. ([andrey-git] - [6577])
- Fix hydroquebec ([titilambert] - [6574])
- Upgrade async_timeout to 1.2.0 ([fabaff] - [6590])
- Upgrade pyasn1 to 0.2.3 ([fabaff] - [6588])
- Upgrade sqlalchemy to 1.1.6 ([fabaff] - [6591])
- Upgrade psutil to 5.2.0 ([fabaff] - [6585])
- Upgrade Sphinx to 1.5.3 ([fabaff] - [6587])
- Update pyecobee version to 0.0.7 ([dale3h] - [6593])
- Update SMA solar sensor to work with the new add_devices callback ([kellerza] - [6602])
- Fix link ([fabaff] - [6612])
- Upgrade py-cpuinfo to 0.2.7 ([fabaff] - [6610])
- Upgrade googlemaps to 2.4.6 ([fabaff] - [6611])
- Error handling when connection refused ([molobrakos] - [6614])
- Prevent entities running multiple updates simultaneously ([pvizeli] - [6511])
- Add configurable timeout option to notify/smtp ([hawk259] - [6609])
- Define db for SHOW DIAGNOSTICS query since some users will not have a… ([tflack] - [6566])
- Cover myq fix update pymyq ([arraylabs] - [6595])
- Update mpd.py ([yeralin] - [6553]) (Breaking Change)
- Upgrade to dsmr_parser 0.8, supporting protocol 3 and 5. ([aequitas] - [6600])
- Add "Refactor zwave discovery to entity schema" ([balloob] - [6565])
- Tests for ZWave climate ([armills] - [6629])
- Correctly flag Kodi media types ([armills] - [6628])
- since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([goofz] - [6626])
- Use sqlite's WAL mode to avoid `database is locked` errors ([n8henrie] - [6519])
- Remove event decorators ([balloob] - [6634]) (Breaking Change)
- Deprecate event forwarding ([balloob])
- Upgrade aiohttp to 1.3.4 ([pvizeli] - [6643])
- media_player.kodi extra attributes for tvshow and music media ([mvillarejo] - [6622])
- Add ZWave cover tests ([armills] - [6648])
- Kodi: Fix episode media type classification ([armills] - [6645])
- Move LIFX to aiolifx for driving the bulbs ([amelchio] - [6584])
- Fix 6534 ([deisi] - [6598])
- self.loop.create_task -> self.add_job ([balloob] - [6632])
- Bugfix RFLINK remove group ([pvizeli] - [6580])
- Version bump to 0.40.1 ([balloob])
- Fix wake_on_lan ping with None as host ([iamtpage] - [6532])
- Don't start the push updater if the Apple TV is 'off' ([jnewland] - [6552])
- Fix for the case of zwave value used in several devices. ([andrey-git] - [6577])
- Fix hydroquebec ([titilambert] - [6574])
- Update pyecobee version to 0.0.7 ([dale3h] - [6593])
- Update SMA solar sensor to work with the new add_devices callback ([kellerza] - [6602])
- since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([goofz] - [6626])
- Bugfix RFLINK remove group ([pvizeli] - [6580])
- Added workday sensor ([BastianPoe] - [6599])
- Add test for Z-wave switch ([turbokongen] - [6619])
- Upgrade python-digitalocean to 1.11 ([fabaff] - [6653])
- Add Zwave sensors test ([turbokongen] - [6640])
- round output values ([joe248] - [6657])
- Support for non-clients, NVidia shield, dynamic grouping, extra metad ([JesseWebDotCom] - [6054])
- Upgrade astral to 1.4 ([fabaff] - [6332])
- Upgrade aiohttp to 1.3.5 ([fabaff] - [6660])
- Check if droplet exists ([fabaff] - [6663])
- Corrected help text for refresh_node ([sebk-666] - [6659])
- Add configurable timeout option to camera.synology ([hawk259] - [6655])
- Pump Android ip webcam to 0.6 ([pvizeli] - [6665])
- add latitude and longitude configuration to darksky sensor ([RickyTaterSalad] - [6191])
- Refactor Neurio to add Daily Power Sensor ([mezz64] - [6662])
- Added support for multiple efergy sensors in the same household. ([miniconfig] - [6630])
- Add new media_player platform: Volumio Media Player ([jslove] - [6556])
- Phone book lookup support for Fritz!Box call monitor ([DavidMStraub] - [6474])
- Update Emby component to async ([mezz64] - [6664])
- Fix hass script execution on Windows (4977). ([matrixx567] - [6601])
- Fixed Show All Controls feature ([JesseWebDotCom])
- Update Torque component to match recent API. ([tylercrumpton] - [6671])
- Rflink: added support for lights with toggle type ([martinfrancois] - [6521])
- Upgrade distro to 1.0.3 ([fabaff] - [6693])
- Fix longitude ([mezz64] - [6697])
- Bump PyChromecast to 0.8.1 ([balloob] - [6702])
- Kodi use websocket loop task created by library ([armills] - [6703])
- Fix Kodi when websocket is disabled ([armills] - [6706])
- Revise power and energy units and property names. ([pavoni] - [6212]) (Breaking Change)
- automatically use bundled certificate it set to auto ([printzlau] - [6707]) (Breaking Change)
- Update frontend ([balloob])
- Add zwave light tests ([armills] - [6710])
- restore_state: do not crash if domain not defined ([balloob] - [6714])
- Fix for issue: luci returns 403 invalid token when rebooted 6715 ([fbradyirl] - [6717])
- Don't warn if octoprint completion is null ([jawilson] - [6719])
- ZWave Sensor tests ([armills] - [6721])
- ZWave switch tests ([armills] - [6722])
- Update frontend ([balloob])
- Fix LIFX unregister races ([amelchio] - [6723])
- Do not log warning on rest_command if no error ([balloob] - [6713])
- camera.zoneminder: Show recording state ([mnoorenberghe] - [6686])
- ZWave Lock Tests ([armills] - [6730])
- Tado climate device ([wmalgadey] - [6572])
- Version bump to 0.40.2 ([balloob])
- Bump PyChromecast to 0.8.1 ([balloob] - [6702])
- Constrain core dependencies to core versions ([balloob] - [6738])
- Update constraints ([balloob])
- Adds Support for Lutron Caseta devices. ([gurumitts] - [6631])
- Add sensor for Lyft time and price (based on Uber sensor) ([drkp] - [6711])
- Add zwave per-node entity. ([andrey-git] - [6690])
- Version bump to 0.41 ([balloob])

[6054]: https://github.com/home-assistant/home-assistant/pull/6054
[6115]: https://github.com/home-assistant/home-assistant/pull/6115
[6147]: https://github.com/home-assistant/home-assistant/pull/6147
[6191]: https://github.com/home-assistant/home-assistant/pull/6191
[6212]: https://github.com/home-assistant/home-assistant/pull/6212
[6332]: https://github.com/home-assistant/home-assistant/pull/6332
[6430]: https://github.com/home-assistant/home-assistant/pull/6430
[6442]: https://github.com/home-assistant/home-assistant/pull/6442
[6445]: https://github.com/home-assistant/home-assistant/pull/6445
[6474]: https://github.com/home-assistant/home-assistant/pull/6474
[6490]: https://github.com/home-assistant/home-assistant/pull/6490
[6492]: https://github.com/home-assistant/home-assistant/pull/6492
[6497]: https://github.com/home-assistant/home-assistant/pull/6497
[6500]: https://github.com/home-assistant/home-assistant/pull/6500
[6505]: https://github.com/home-assistant/home-assistant/pull/6505
[6510]: https://github.com/home-assistant/home-assistant/pull/6510
[6511]: https://github.com/home-assistant/home-assistant/pull/6511
[6513]: https://github.com/home-assistant/home-assistant/pull/6513
[6514]: https://github.com/home-assistant/home-assistant/pull/6514
[6516]: https://github.com/home-assistant/home-assistant/pull/6516
[6518]: https://github.com/home-assistant/home-assistant/pull/6518
[6519]: https://github.com/home-assistant/home-assistant/pull/6519
[6521]: https://github.com/home-assistant/home-assistant/pull/6521
[6522]: https://github.com/home-assistant/home-assistant/pull/6522
[6523]: https://github.com/home-assistant/home-assistant/pull/6523
[6525]: https://github.com/home-assistant/home-assistant/pull/6525
[6528]: https://github.com/home-assistant/home-assistant/pull/6528
[6532]: https://github.com/home-assistant/home-assistant/pull/6532
[6547]: https://github.com/home-assistant/home-assistant/pull/6547
[6552]: https://github.com/home-assistant/home-assistant/pull/6552
[6553]: https://github.com/home-assistant/home-assistant/pull/6553
[6555]: https://github.com/home-assistant/home-assistant/pull/6555
[6556]: https://github.com/home-assistant/home-assistant/pull/6556
[6561]: https://github.com/home-assistant/home-assistant/pull/6561
[6564]: https://github.com/home-assistant/home-assistant/pull/6564
[6565]: https://github.com/home-assistant/home-assistant/pull/6565
[6566]: https://github.com/home-assistant/home-assistant/pull/6566
[6572]: https://github.com/home-assistant/home-assistant/pull/6572
[6574]: https://github.com/home-assistant/home-assistant/pull/6574
[6577]: https://github.com/home-assistant/home-assistant/pull/6577
[6579]: https://github.com/home-assistant/home-assistant/pull/6579
[6580]: https://github.com/home-assistant/home-assistant/pull/6580
[6584]: https://github.com/home-assistant/home-assistant/pull/6584
[6585]: https://github.com/home-assistant/home-assistant/pull/6585
[6587]: https://github.com/home-assistant/home-assistant/pull/6587
[6588]: https://github.com/home-assistant/home-assistant/pull/6588
[6590]: https://github.com/home-assistant/home-assistant/pull/6590
[6591]: https://github.com/home-assistant/home-assistant/pull/6591
[6593]: https://github.com/home-assistant/home-assistant/pull/6593
[6595]: https://github.com/home-assistant/home-assistant/pull/6595
[6598]: https://github.com/home-assistant/home-assistant/pull/6598
[6599]: https://github.com/home-assistant/home-assistant/pull/6599
[6600]: https://github.com/home-assistant/home-assistant/pull/6600
[6601]: https://github.com/home-assistant/home-assistant/pull/6601
[6602]: https://github.com/home-assistant/home-assistant/pull/6602
[6609]: https://github.com/home-assistant/home-assistant/pull/6609
[6610]: https://github.com/home-assistant/home-assistant/pull/6610
[6611]: https://github.com/home-assistant/home-assistant/pull/6611
[6612]: https://github.com/home-assistant/home-assistant/pull/6612
[6614]: https://github.com/home-assistant/home-assistant/pull/6614
[6619]: https://github.com/home-assistant/home-assistant/pull/6619
[6622]: https://github.com/home-assistant/home-assistant/pull/6622
[6626]: https://github.com/home-assistant/home-assistant/pull/6626
[6628]: https://github.com/home-assistant/home-assistant/pull/6628
[6629]: https://github.com/home-assistant/home-assistant/pull/6629
[6630]: https://github.com/home-assistant/home-assistant/pull/6630
[6631]: https://github.com/home-assistant/home-assistant/pull/6631
[6632]: https://github.com/home-assistant/home-assistant/pull/6632
[6634]: https://github.com/home-assistant/home-assistant/pull/6634
[6640]: https://github.com/home-assistant/home-assistant/pull/6640
[6643]: https://github.com/home-assistant/home-assistant/pull/6643
[6645]: https://github.com/home-assistant/home-assistant/pull/6645
[6648]: https://github.com/home-assistant/home-assistant/pull/6648
[6653]: https://github.com/home-assistant/home-assistant/pull/6653
[6655]: https://github.com/home-assistant/home-assistant/pull/6655
[6657]: https://github.com/home-assistant/home-assistant/pull/6657
[6659]: https://github.com/home-assistant/home-assistant/pull/6659
[6660]: https://github.com/home-assistant/home-assistant/pull/6660
[6662]: https://github.com/home-assistant/home-assistant/pull/6662
[6663]: https://github.com/home-assistant/home-assistant/pull/6663
[6664]: https://github.com/home-assistant/home-assistant/pull/6664
[6665]: https://github.com/home-assistant/home-assistant/pull/6665
[6671]: https://github.com/home-assistant/home-assistant/pull/6671
[6686]: https://github.com/home-assistant/home-assistant/pull/6686
[6690]: https://github.com/home-assistant/home-assistant/pull/6690
[6693]: https://github.com/home-assistant/home-assistant/pull/6693
[6697]: https://github.com/home-assistant/home-assistant/pull/6697
[6702]: https://github.com/home-assistant/home-assistant/pull/6702
[6703]: https://github.com/home-assistant/home-assistant/pull/6703
[6706]: https://github.com/home-assistant/home-assistant/pull/6706
[6707]: https://github.com/home-assistant/home-assistant/pull/6707
[6710]: https://github.com/home-assistant/home-assistant/pull/6710
[6711]: https://github.com/home-assistant/home-assistant/pull/6711
[6713]: https://github.com/home-assistant/home-assistant/pull/6713
[6714]: https://github.com/home-assistant/home-assistant/pull/6714
[6717]: https://github.com/home-assistant/home-assistant/pull/6717
[6719]: https://github.com/home-assistant/home-assistant/pull/6719
[6721]: https://github.com/home-assistant/home-assistant/pull/6721
[6722]: https://github.com/home-assistant/home-assistant/pull/6722
[6723]: https://github.com/home-assistant/home-assistant/pull/6723
[6730]: https://github.com/home-assistant/home-assistant/pull/6730
[6738]: https://github.com/home-assistant/home-assistant/pull/6738
[6664]: https://github.com/home-assistant/home-assistant/pull/6664
[BastianPoe]: https://github.com/BastianPoe
[DavidMStraub]: https://github.com/DavidMStraub
[JesseWebDotCom]: https://github.com/JesseWebDotCom
[MartinHjelmare]: https://github.com/MartinHjelmare
[RickyTaterSalad]: https://github.com/RickyTaterSalad
[aequitas]: https://github.com/aequitas
[amelchio]: https://github.com/amelchio
[andrey-git]: https://github.com/andrey-git
[armills]: https://github.com/armills
[arraylabs]: https://github.com/arraylabs
[bachp]: https://github.com/bachp
[balloob]: https://github.com/balloob
[bokub]: https://github.com/bokub
[dale3h]: https://github.com/dale3h
[deisi]: https://github.com/deisi
[dennisdegreef]: https://github.com/dennisdegreef
[drkp]: https://github.com/drkp
[fabaff]: https://github.com/fabaff
[fbradyirl]: https://github.com/fbradyirl
[finish06]: https://github.com/finish06
[fronzbot]: https://github.com/fronzbot
[goofz]: https://github.com/goofz
[gurumitts]: https://github.com/gurumitts
[hawk259]: https://github.com/hawk259
[iamtpage]: https://github.com/iamtpage
[jawilson]: https://github.com/jawilson
[jnewland]: https://github.com/jnewland
[joe248]: https://github.com/joe248
[jslove]: https://github.com/jslove
[kellerza]: https://github.com/kellerza
[lwis]: https://github.com/lwis
[martinfrancois]: https://github.com/martinfrancois
[matrixx567]: https://github.com/matrixx567
[mezz64]: https://github.com/mezz64
[miniconfig]: https://github.com/miniconfig
[mnoorenberghe]: https://github.com/mnoorenberghe
[molobrakos]: https://github.com/molobrakos
[mvillarejo]: https://github.com/mvillarejo
[n8henrie]: https://github.com/n8henrie
[pavoni]: https://github.com/pavoni
[printzlau]: https://github.com/printzlau
[pvizeli]: https://github.com/pvizeli
[robbiet480]: https://github.com/robbiet480
[sebk-666]: https://github.com/sebk-666
[siebert]: https://github.com/siebert
[tflack]: https://github.com/tflack
[titilambert]: https://github.com/titilambert
[turbokongen]: https://github.com/turbokongen
[tylercrumpton]: https://github.com/tylercrumpton
[vrnagy]: https://github.com/vrnagy
[w1ll1am23]: https://github.com/w1ll1am23
[wardcraigj]: https://github.com/wardcraigj
[wmalgadey]: https://github.com/wmalgadey
[yeralin]: https://github.com/yeralin

[components]: https://home-assistant.io/components/
[kodi]: https://home-assistant.io/components/notify.kodi/
[mpd]: https://home-assistant.io/components/media_player.mpd/
[emby]: https://home-assistant.io/components/media_player.emby/
[mqtt]: https://home-assistant.io/docs/mqtt/
[plex]: https://home-assistant.io/components/media_player.plex/
[tado]: https://home-assistant.io/components/climate.tado/
[volumio]: https://home-assistant.io//components/media_player.volumio/
[workday]: https://home-assistant.io/components/binary_sensor.workday/

[forum]: https://community.home-assistant.io/
[gitter]: https://gitter.im/home-assistant/home-assistant
[issue]: https://github.com/home-assistant/home-assistant/issues

[bdurrer]: https://github.com/bdurrer
[interview]: https://home-assistant.io/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/
[OpenSourceCraft]: http://codepop.com/open-sourcecraft
[clt]: https://chemnitzer.linux-tage.de/2017/en/
[workshop]: https://github.com/home-assistant/home-assistant-assets/tree/master/german/2017-clt-workshop

0.40.2

Not secure
- Prevent dependencies that are installed on demand from installing different versions of core dependencies (balloob - 6738)
- Upgrade PyChromecast to silent some benign errors (balloob - 6702)

0.40.1

Not secure
- Fix wake_on_lan ping with None as host ([iamtpage] - [6532])
- Don't start the push updater if the Apple TV is 'off' ([jnewland] - [6552])
- Fix for the case of zwave value used in several devices. ([andrey-git] - [6577])
- Fix hydroquebec ([titilambert] - [6574])
- Update pyecobee version to 0.0.7 ([dale3h] - [6593])
- Update SMA solar sensor to work with the new add_devices callback ([kellerza] - [6602])
- since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([goofz] - [6626])
- Fix Osram Lightify colors ([deisi] - [6598])
- Bugfix RFLINK remove group ([pvizeli] - [6580])

[6532]: https://github.com/home-assistant/home-assistant/pull/6532
[6552]: https://github.com/home-assistant/home-assistant/pull/6552
[6574]: https://github.com/home-assistant/home-assistant/pull/6574
[6577]: https://github.com/home-assistant/home-assistant/pull/6577
[6580]: https://github.com/home-assistant/home-assistant/pull/6580
[6593]: https://github.com/home-assistant/home-assistant/pull/6593
[6598]: https://github.com/home-assistant/home-assistant/pull/6598
[6602]: https://github.com/home-assistant/home-assistant/pull/6602
[6626]: https://github.com/home-assistant/home-assistant/pull/6626
[andrey-git]: https://github.com/andrey-git
[dale3h]: https://github.com/dale3h
[deisi]: https://github.com/deisi
[goofz]: https://github.com/goofz
[iamtpage]: https://github.com/iamtpage
[jnewland]: https://github.com/jnewland
[kellerza]: https://github.com/kellerza
[pvizeli]: https://github.com/pvizeli
[titilambert]: https://github.com/titilambert

Page 221 of 239

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.