Homeassistant

Latest version: v2024.11.3

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

Scan your dependencies

Page 208 of 227

0.43

Oooh yeah. It's time for 0.43 and this is going to be a killer release. For the people that have been following on social media, you might have noticed that [we got pretty excited about the new IKEA Tradfri line up][ikea-blog]. And so we are very happy to announce that thanks to the work by [ggravlingen], [MartinHjelmare] and myself that this will be the first release to support the IKEA light bulbs. Home Assistant will automatically detect the gateway on your network and after following the instructions, allow you to control your lights.

![discovery-1](https://cloud.githubusercontent.com/assets/1444314/25301319/7a21bb16-26d8-11e7-9d91-e52445cc715a.png)

And in case you have missed the other big news: [robbiet480] released the [first version of our iOS app][ios]! It took a little over a year but it offers some great ways to make your iDevice work with Home Assistant. Big congrats to Robbie for shipping! As with our other parts, the app is open-sourced under APACHE 2 and contributors are welcome. [Check it out.][ios-source]

A big shout out this release to [happyleavesaoc] for his constant stream of great contributions to Home Assistant. The first contribution was back in October 2015 and since then happyleavesaoc has been responsible for many platforms and bug fixes including the Spotify platform this release. Thanks happyleavesaoc, you're a great example of what makes our community awesome.

The new Spotify integration is based on the new Spotify Connect Playback API. It supports playback, album art and switching which Spotify device you're controlling.

[ikea-blog]: https://home-assistant.io/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/
[ios]: https://home-assistant.io/blog/2017/04/15/ios/
[ios-source]: https://github.com/home-assistant/home-assistant-ios

New Platforms

- Add MaryTTS platform ([johanpalmqvist] - [6988]) ([tts.marytts docs]) (new-platform)
- Telegram bot component (incl. webhook and polling platform) ([sander76] - [6913]) ([telegram_bot docs]) ([telegram_bot.polling docs]) ([telegram_bot.webhooks docs]) (breaking change) (new-platform)
- Add support fo map data from Neato ([turbokongen] - [6939]) ([neato docs]) ([camera.neato docs]) ([sensor.neato docs]) (new-platform)
- Added initial support for IKEA Tradfri Gateway ([ggravlingen] - [7074]) ([light.tradfri docs]) (new-platform)
- MQTT camera ([MrMep] - [7092]) ([camera.mqtt docs]) (new-platform)
- Add LIFX Cloud scene support ([amelchio] - [7124]) ([scene.lifx_cloud docs]) (new-platform)
- spotify media player ([happyleavesaoc] - [6980]) ([media_player.spotify docs]) (new-platform)
- JSON MQTT Device tracker ([MrMep] - [7055]) (new-platform)
- opensky sensor ([happyleavesaoc] - [7061]) ([sensor.opensky docs]) (new-platform)
- Add ping binary sensor ([fabaff] - [7052]) ([binary_sensor.ping docs]) (new-platform)

Breaking changes

- Remove deprecated classes from `homeassistant.remote` ([balloob] - [7011])
- min_max sensor has a different default name and will ignore states that are unknown ([micw] - [6786])
- `telegram_webhooks` has been converted to a new `telegram_bot` component. It has two platforms: webhook and polling platform ([sander76] - [6913]) ([telegram_bot docs])([telegram_bot.polling docs]) ([telegram_bot.webhooks docs])

yaml
telegram_bot:
platform: webhooks
api_key : api_key_here
allowed_chat_ids :
- 123456
- 456789


- Lutron_Caseta: it is no longer necessary to specify username and password in the config. ([gurumitts] - [7165]) ([lutron_caseta docs]) ([light.lutron_caseta docs])
- mvglive: config has been updated to allow support for multiple departures ([mountainsandcode] - [6953]) ([sensor.mvglive docs])

yaml
sensor:
- platform: mvglive
nextdeparture:
- station: Hauptbahnhof
name: Hbf
destinations: ['München Flughafen Terminal','Markt Schwaben']
products: 'S-Bahn'
timeoffset: 2
- station: Sendlinger Tor
lines: ['U2','U8']
- station: Scheidplatz
products: ['U-Bahn']
directions: '1'


All changes

- Update kodi for aiohttp2 ([armills] - [6967]) ([media_player.kodi docs]) ([notify.kodi docs])
- Fix current_temperature is rounded ([aufano] - [6960]) ([climate docs])
- Bugfix time and task coro ([pvizeli] - [6968])
- Initial import for HassIO ([pvizeli] - [6935]) ([hassio docs]) (new-platform)
- 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]) ([camera.foscam docs])
- light.yeelight: catch i/o related exceptions from the backend lib ([rytilahti] - [6952])
- From Dusk till Dawn ([BillyNate] - [6857]) ([sun docs])
- Tests for zwave services ([armills] - [6937]) ([zwave docs])
- Fix control+c quitting HASS ([balloob] - [6974])
- Update Emby for aiohttp v2 ([mezz64] - [6981])
- switch.tplink: upgrade to the newest upstream release which adds support for plugs using the newer communication protocol ([rytilahti] - [6979]) ([switch.tplink docs])
- switch.tplink: bump pyhs100 version requirement ([rytilahti] - [6986])
- Add tests for ZWaveDeviceEntityValues helper ([armills] - [6978]) ([zwave docs])
- Bump Amcrest module to 1.1.8 ([tchellomello] - [6990])
- update gstreamer ([happyleavesaoc] - [6987]) ([media_player.gstreamer docs])
- Warn if start takes a long time. ([balloob] - [6975])
- Upgrade to aiohttp 2.0.6 ([balloob] - [6992])
- Make discovery not block start ([balloob] - [6991])
- Downgrade aiohttp to 205 ([balloob] - [6994])
- Bump pywemo version. ([pavoni] - [7004])
- Fix Synology camera content type ([balloob] - [7010]) ([camera.synology docs])
- Fix two more instances of JSON parsing synology ([balloob] - [7014])
- Bump pyalarmdotcom to support new version of aiohttp ([Xorso] - [7021]) ([alarm_control_panel.alarmdotcom docs])
- Fix US states check (fixes 7015) ([fabaff] - [7017])
- Remove deprecated remote classes ([balloob] - [7011]) (breaking change)
- Replace 'vendor_id' with 'arch' (fixes 7003) ([fabaff] - [7023])
- more tests for slugify ([micw] - [7027])
- Additional ZWave coverage ([armills] - [7024]) ([zwave docs])
- bump ups version ([happyleavesaoc] - [7033]) ([sensor.ups docs])
- update usps version ([happyleavesaoc] - [7035]) ([sensor.usps docs])
- update fedex ([happyleavesaoc] - [7034]) ([sensor.fedex docs])
- Google TTS can't read percent sign (6971) ([pezinek] - [7030]) ([tts.google docs])
- Feature/min max improvements ([micw] - [6786]) (breaking change)
- Upgrade psutil to 5.2.2 ([fabaff] - [7037]) ([sensor.systemmonitor docs])
- Upgrade sendgrid to 4.0.0 ([fabaff] - [7038]) ([notify.sendgrid docs])
- Missing line name restriction added (fixes 7039) ([DavidMStraub] - [7040]) ([sensor.mvglive docs])
- Plug file leak on LIFX unregister ([amelchio] - [7031]) ([light.lifx docs])
- Make core to look avilable state of device on servicecall ([pvizeli] - [7045])
- Remove configuration sample ([fabaff] - [7048])
- Bugfix wait on start event ([pvizeli] - [7013])
- Bugfix slider ([pvizeli] - [7047]) ([input_slider docs])
- Add MaryTTS platform ([johanpalmqvist] - [6988]) ([tts.marytts docs]) (new-platform)
- Fix mysensors callback ([MartinHjelmare] - [7057]) ([mysensors docs]) ([device_tracker.mysensors docs])
- Constrain chardet to 2.3 ([balloob] - [7063])
- Fix/slugify with german umlaut ss ([micw] - [7029])
- Speed up aiohttp ([balloob] - [7064])
- Upgrade netdisco to 1.0.0rc2 ([balloob] - [7008])
- Telegram bot component (incl. webhook and polling platform) ([sander76] - [6913]) ([telegram_bot docs]) ([telegram_bot.polling docs]) ([telegram_bot.webhooks docs]) (breaking change) (new-platform)
- Upgrade paho-mqtt to 1.2.2 ([fabaff] - [7066])
- Fix handling with register callbacks on added_to_hass ([pvizeli] - [7067])
- Lutron. Bugfix callback registration. ([pvizeli] - [7042])
- Adding AlarmDecoder platform ([hawk259] - [6900])
- Add communication data attributes to Zwave node_entity ([turbokongen] - [6813]) ([zwave docs]) ([zwave.node_entity docs])
- Add product_name attribute to zwave nodes. ([andrey-git] - [7071]) ([zwave.node_entity docs])
- Bump braviarc version to 0.3.7 ([robbiet480] - [7078]) ([media_player.braviatv docs])
- Fix account balance in fido sensor ([titilambert] - [7077]) ([sensor.fido docs])
- MQTT: Managing binary payloads ([MrMep] - [6976]) ([mqtt docs])
- Bump qnapstats library version to 0.2.4 ([colinodell] - [7085]) ([sensor.qnap docs])
- Add support fo map data from Neato ([turbokongen] - [6939]) ([neato docs]) ([camera.neato docs]) ([sensor.neato docs]) (new-platform)
- Added initial support for IKEA Tradfri Gateway ([ggravlingen] - [7074]) ([light.tradfri docs]) (new-platform)
- Better thread safety in zwave node_entity ([andrey-git] - [7087]) ([zwave.node_entity docs])
- Uber version bump ([armills] - [7100]) ([sensor.uber docs])
- No product ids configured should fetch all ids ([armills] - [7091])
- Upgrade aiohttp to 2.0.7 ([fabaff] - [7106])
- Update file header, add const for defaults, and update log messages ([fabaff] - [7110])
- Upgrade speedtest-cli to 1.0.4 ([fabaff] - [7105]) ([sensor.speedtest docs])
- Remove globally disabled pylint issue and update docstrings ([fabaff] - [7111])
- Use third-party lib aioautomatic for automatic ([armills] - [7126]) ([device_tracker.automatic docs])
- Upgrade chardet to 3.0.2 ([fabaff] - [7112])
- Send stderr of ping tracker to devnull ([amelchio] - [7096]) ([device_tracker.ping docs])
- Upgraded Amcrest module to 1.1.9 to support new firmware versions: ([tchellomello] - [7130])
- Mqtt camera ([MrMep] - [7092]) ([camera.mqtt docs]) (new-platform)
- Bump version to 0.43.0.dev0 ([MartinHjelmare] - [7132])
- Load zwave panel ([balloob] - [7127]) ([zwave docs])
- IKEA Tradfri Gateway: added support for RGB ([ggravlingen] - [7115]) ([light.tradfri docs])
- Make Tradfri discoverable ([balloob] - [7128])
- Make version number optional and a string to fix identify issue introduced in iOS 1.0.1 ([robbiet480] - [7141])
- Fix for zwave RGB setting ([armills] - [7137])
- Replace rollershutter with cover in demo ([robbiet480] - [7140])
- Add debug logging to automation initial state ([armills] - [7068]) ([automation docs])
- Always return True/False from is_state and is_state_attr ([amelchio] - [7138])
- Add LIFX Cloud scene support ([amelchio] - [7124]) ([scene.lifx_cloud docs]) (new-platform)
- Fix LIFX lights with disappearing names ([amelchio] - [7119]) ([light.lifx docs])
- lutron: fix typo that prevented callback registration ([thecynic] - [7148]) ([lutron docs])
- Fix HassIO timeout bug ([pvizeli] - [7155]) ([hassio docs])
- small fix for random effect in order to use the whole rgb range. So 255 is not excluded anymore. ([Mister-Espria] - [7156]) ([light.flux_led docs]) ([light.yeelight docs])
- exposed content_type in rest_command ([cmsimike] - [7101])
- Add vera power meter. ([pavoni] - [7134]) ([vera docs]) ([sensor.vera docs])
- Add support for tradfri color temp ([MartinHjelmare] - [7153]) ([light.tradfri docs])
- Disable MQTT camera test ([balloob] - [7164])
- myStrom WiFi bulbs ([fabaff] - [7161])
- Fix 7026 adding a new wol parameter ([titilambert] - [7144]) ([switch.wake_on_lan docs])
- Add subscription update for Wemo switches, fix bug in Insight switches, fix wemo motion bug, fix wemo discovery ([pavoni] - [7135]) ([wemo docs])
- Update neato.py ([michaelarnauts] - [7166]) ([neato docs])
- Keep track of already added players ([molobrakos] - [7149])
- Fix id zone mismatch ([gurumitts] - [7165]) ([lutron_caseta docs]) ([light.lutron_caseta docs]) (breaking change)
- Upgrade pytradfri to 1.0 ([balloob] - [7163])
- Value of 0 should not be considered `unknown`. ([aequitas] - [7139])
- Upgrade netdisco ([balloob] - [7171])
- Added new services to platform kodi ([alexmogavero] - [6426]) ([media_player docs]) ([media_player.kodi docs])
- Supress trackback and upgrade PyMata to 2.14 ([fabaff] - [7176]) ([arduino docs])
- Disable invalid-sequence-index ([fabaff] - [7177])
- Upgrade mypy to 0.501 (was renamed from mypy-lang) ([fabaff] - [7117])
- Add condition for API failure ([sytone] - [7181])
- Add history to component priority list ([balloob] - [7173])
- Tweak Tradfri ([balloob] - [7172]) ([light.tradfri docs])
- Mqtt camera test ([MrMep] - [7175])
- updated pylgtv module to fix problems with timeouts ([hmn] - [7184]) ([media_player.webostv docs]) ([notify.webostv docs])
- Fix wemo discovery ([balloob] - [7183]) ([wemo docs]) ([binary_sensor.wemo docs]) ([light.wemo docs]) ([switch.wemo docs])
- Add Bose soundtouch discovery support and upgrade libsoundtouch library ([CharlesBlonde] - [7005])
- spotify media player ([happyleavesaoc] - [6980]) ([media_player.spotify docs]) (new-platform)
- JSON MQTT Device tracker ([MrMep] - [7055]) (new-platform)
- opensky sensor ([happyleavesaoc] - [7061]) ([sensor.opensky docs]) (new-platform)
- Add ping binary sensor ([fabaff] - [7052]) ([binary_sensor.ping docs]) (new-platform)
- Added light.pwm component. ([soldag] - [7009])
- Fix for errors on missing preview on LG webos TV ([masarliev] - [6755]) ([media_player.webostv docs])
- Fix auto discovery for Apple TV ([postlund] - [7188]) ([media_player.apple_tv docs])
- Do not request artwork if not available ([postlund] - [7189]) ([media_player.apple_tv docs])
- mvglive bug fixes and improvements ([mountainsandcode] - [6953]) ([sensor.mvglive docs]) (breaking change)
- Upgrade py-cpuinfo to 3.2.0 ([fabaff] - [7190]) ([sensor.cpuspeed docs])
- Add support of input registers while querying modbus sensor. ([LvivEchoes] - [7082]) ([modbus docs]) ([sensor.modbus docs])
- Add HassIO to discovery component ([pvizeli] - [7195])
- LIFX light effects ([amelchio] - [7145]) ([light.lifx docs]) ([light.services.yaml docs])
- HassIO API v2 ([pvizeli] - [7201])
- Support xy_color with LIFX lights ([amelchio] - [7208]) ([light.lifx docs])
- Update ios.py ([biacz] - [7160])
- Fix arwn platform to update hass state when events are received ([sdague] - [7202])
- Issue 6749 updated pylgtv to 0.1.6 to fix thread leak in asyncio loop ([hmn] - [7199]) ([media_player.webostv docs]) ([notify.webostv docs])

[6426]: https://github.com/home-assistant/home-assistant/pull/6426
[6755]: https://github.com/home-assistant/home-assistant/pull/6755
[6786]: https://github.com/home-assistant/home-assistant/pull/6786
[6813]: https://github.com/home-assistant/home-assistant/pull/6813
[6857]: https://github.com/home-assistant/home-assistant/pull/6857
[6900]: https://github.com/home-assistant/home-assistant/pull/6900
[6913]: https://github.com/home-assistant/home-assistant/pull/6913
[6935]: https://github.com/home-assistant/home-assistant/pull/6935
[6937]: https://github.com/home-assistant/home-assistant/pull/6937
[6939]: https://github.com/home-assistant/home-assistant/pull/6939
[6952]: https://github.com/home-assistant/home-assistant/pull/6952
[6953]: https://github.com/home-assistant/home-assistant/pull/6953
[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
[6976]: https://github.com/home-assistant/home-assistant/pull/6976
[6978]: https://github.com/home-assistant/home-assistant/pull/6978
[6979]: https://github.com/home-assistant/home-assistant/pull/6979
[6980]: https://github.com/home-assistant/home-assistant/pull/6980
[6981]: https://github.com/home-assistant/home-assistant/pull/6981
[6986]: https://github.com/home-assistant/home-assistant/pull/6986
[6987]: https://github.com/home-assistant/home-assistant/pull/6987
[6988]: https://github.com/home-assistant/home-assistant/pull/6988
[6990]: https://github.com/home-assistant/home-assistant/pull/6990
[6991]: https://github.com/home-assistant/home-assistant/pull/6991
[6992]: https://github.com/home-assistant/home-assistant/pull/6992
[6994]: https://github.com/home-assistant/home-assistant/pull/6994
[7004]: https://github.com/home-assistant/home-assistant/pull/7004
[7005]: https://github.com/home-assistant/home-assistant/pull/7005
[7008]: https://github.com/home-assistant/home-assistant/pull/7008
[7009]: https://github.com/home-assistant/home-assistant/pull/7009
[7010]: https://github.com/home-assistant/home-assistant/pull/7010
[7011]: https://github.com/home-assistant/home-assistant/pull/7011
[7013]: https://github.com/home-assistant/home-assistant/pull/7013
[7014]: https://github.com/home-assistant/home-assistant/pull/7014
[7017]: https://github.com/home-assistant/home-assistant/pull/7017
[7021]: https://github.com/home-assistant/home-assistant/pull/7021
[7023]: https://github.com/home-assistant/home-assistant/pull/7023
[7024]: https://github.com/home-assistant/home-assistant/pull/7024
[7027]: https://github.com/home-assistant/home-assistant/pull/7027
[7029]: https://github.com/home-assistant/home-assistant/pull/7029
[7030]: https://github.com/home-assistant/home-assistant/pull/7030
[7031]: https://github.com/home-assistant/home-assistant/pull/7031
[7033]: https://github.com/home-assistant/home-assistant/pull/7033
[7034]: https://github.com/home-assistant/home-assistant/pull/7034
[7035]: https://github.com/home-assistant/home-assistant/pull/7035
[7037]: https://github.com/home-assistant/home-assistant/pull/7037
[7038]: https://github.com/home-assistant/home-assistant/pull/7038
[7040]: https://github.com/home-assistant/home-assistant/pull/7040
[7042]: https://github.com/home-assistant/home-assistant/pull/7042
[7045]: https://github.com/home-assistant/home-assistant/pull/7045
[7047]: https://github.com/home-assistant/home-assistant/pull/7047
[7048]: https://github.com/home-assistant/home-assistant/pull/7048
[7052]: https://github.com/home-assistant/home-assistant/pull/7052
[7055]: https://github.com/home-assistant/home-assistant/pull/7055
[7057]: https://github.com/home-assistant/home-assistant/pull/7057
[7061]: https://github.com/home-assistant/home-assistant/pull/7061
[7063]: https://github.com/home-assistant/home-assistant/pull/7063
[7064]: https://github.com/home-assistant/home-assistant/pull/7064
[7066]: https://github.com/home-assistant/home-assistant/pull/7066
[7067]: https://github.com/home-assistant/home-assistant/pull/7067
[7068]: https://github.com/home-assistant/home-assistant/pull/7068
[7071]: https://github.com/home-assistant/home-assistant/pull/7071
[7074]: https://github.com/home-assistant/home-assistant/pull/7074
[7077]: https://github.com/home-assistant/home-assistant/pull/7077
[7078]: https://github.com/home-assistant/home-assistant/pull/7078
[7082]: https://github.com/home-assistant/home-assistant/pull/7082
[7085]: https://github.com/home-assistant/home-assistant/pull/7085
[7087]: https://github.com/home-assistant/home-assistant/pull/7087
[7091]: https://github.com/home-assistant/home-assistant/pull/7091
[7092]: https://github.com/home-assistant/home-assistant/pull/7092
[7096]: https://github.com/home-assistant/home-assistant/pull/7096
[7100]: https://github.com/home-assistant/home-assistant/pull/7100
[7101]: https://github.com/home-assistant/home-assistant/pull/7101
[7105]: https://github.com/home-assistant/home-assistant/pull/7105
[7106]: https://github.com/home-assistant/home-assistant/pull/7106
[7110]: https://github.com/home-assistant/home-assistant/pull/7110
[7111]: https://github.com/home-assistant/home-assistant/pull/7111
[7112]: https://github.com/home-assistant/home-assistant/pull/7112
[7115]: https://github.com/home-assistant/home-assistant/pull/7115
[7117]: https://github.com/home-assistant/home-assistant/pull/7117
[7119]: https://github.com/home-assistant/home-assistant/pull/7119
[7124]: https://github.com/home-assistant/home-assistant/pull/7124
[7126]: https://github.com/home-assistant/home-assistant/pull/7126
[7127]: https://github.com/home-assistant/home-assistant/pull/7127
[7128]: https://github.com/home-assistant/home-assistant/pull/7128
[7130]: https://github.com/home-assistant/home-assistant/pull/7130
[7132]: https://github.com/home-assistant/home-assistant/pull/7132
[7134]: https://github.com/home-assistant/home-assistant/pull/7134
[7135]: https://github.com/home-assistant/home-assistant/pull/7135
[7137]: https://github.com/home-assistant/home-assistant/pull/7137
[7138]: https://github.com/home-assistant/home-assistant/pull/7138
[7139]: https://github.com/home-assistant/home-assistant/pull/7139
[7140]: https://github.com/home-assistant/home-assistant/pull/7140
[7141]: https://github.com/home-assistant/home-assistant/pull/7141
[7144]: https://github.com/home-assistant/home-assistant/pull/7144
[7145]: https://github.com/home-assistant/home-assistant/pull/7145
[7148]: https://github.com/home-assistant/home-assistant/pull/7148
[7149]: https://github.com/home-assistant/home-assistant/pull/7149
[7153]: https://github.com/home-assistant/home-assistant/pull/7153
[7155]: https://github.com/home-assistant/home-assistant/pull/7155
[7156]: https://github.com/home-assistant/home-assistant/pull/7156
[7160]: https://github.com/home-assistant/home-assistant/pull/7160
[7161]: https://github.com/home-assistant/home-assistant/pull/7161
[7163]: https://github.com/home-assistant/home-assistant/pull/7163
[7164]: https://github.com/home-assistant/home-assistant/pull/7164
[7165]: https://github.com/home-assistant/home-assistant/pull/7165
[7166]: https://github.com/home-assistant/home-assistant/pull/7166
[7171]: https://github.com/home-assistant/home-assistant/pull/7171
[7172]: https://github.com/home-assistant/home-assistant/pull/7172
[7173]: https://github.com/home-assistant/home-assistant/pull/7173
[7175]: https://github.com/home-assistant/home-assistant/pull/7175
[7176]: https://github.com/home-assistant/home-assistant/pull/7176
[7177]: https://github.com/home-assistant/home-assistant/pull/7177
[7181]: https://github.com/home-assistant/home-assistant/pull/7181
[7183]: https://github.com/home-assistant/home-assistant/pull/7183
[7184]: https://github.com/home-assistant/home-assistant/pull/7184
[7188]: https://github.com/home-assistant/home-assistant/pull/7188
[7189]: https://github.com/home-assistant/home-assistant/pull/7189
[7190]: https://github.com/home-assistant/home-assistant/pull/7190
[7195]: https://github.com/home-assistant/home-assistant/pull/7195
[7199]: https://github.com/home-assistant/home-assistant/pull/7199
[7201]: https://github.com/home-assistant/home-assistant/pull/7201
[7202]: https://github.com/home-assistant/home-assistant/pull/7202
[7208]: https://github.com/home-assistant/home-assistant/pull/7208
[BillyNate]: https://github.com/BillyNate
[CharlesBlonde]: https://github.com/CharlesBlonde
[DavidMStraub]: https://github.com/DavidMStraub
[JesseWebDotCom]: https://github.com/JesseWebDotCom
[LvivEchoes]: https://github.com/LvivEchoes
[MartinHjelmare]: https://github.com/MartinHjelmare
[Mister-Espria]: https://github.com/Mister-Espria
[MrMep]: https://github.com/MrMep
[Xorso]: https://github.com/Xorso
[aequitas]: https://github.com/aequitas
[alexmogavero]: https://github.com/alexmogavero
[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
[biacz]: https://github.com/biacz
[cmsimike]: https://github.com/cmsimike
[colinodell]: https://github.com/colinodell
[fabaff]: https://github.com/fabaff
[ggravlingen]: https://github.com/ggravlingen
[gurumitts]: https://github.com/gurumitts
[happyleavesaoc]: https://github.com/happyleavesaoc
[hawk259]: https://github.com/hawk259
[hmn]: https://github.com/hmn
[johanpalmqvist]: https://github.com/johanpalmqvist
[masarliev]: https://github.com/masarliev
[mezz64]: https://github.com/mezz64
[michaelarnauts]: https://github.com/michaelarnauts
[micw]: https://github.com/micw
[molobrakos]: https://github.com/molobrakos
[mountainsandcode]: https://github.com/mountainsandcode
[pavoni]: https://github.com/pavoni
[pezinek]: https://github.com/pezinek
[postlund]: https://github.com/postlund
[pvizeli]: https://github.com/pvizeli
[robbiet480]: https://github.com/robbiet480
[rytilahti]: https://github.com/rytilahti
[sander76]: https://github.com/sander76
[sdague]: https://github.com/sdague
[soldag]: https://github.com/soldag
[sytone]: https://github.com/sytone
[tchellomello]: https://github.com/tchellomello
[thecynic]: https://github.com/thecynic
[titilambert]: https://github.com/titilambert
[turbokongen]: https://github.com/turbokongen
[viswa-swami]: https://github.com/viswa-swami
[alarm_control_panel.alarmdotcom docs]: https://home-assistant.io/components/alarm_control_panel.alarmdotcom
[arduino docs]: https://home-assistant.io/components/arduino
[automation docs]: https://home-assistant.io/components/automation
[binary_sensor.ping docs]: https://home-assistant.io/components/binary_sensor.ping
[binary_sensor.wemo docs]: https://home-assistant.io/components/binary_sensor.wemo
[camera.foscam docs]: https://home-assistant.io/components/camera.foscam
[camera.mqtt docs]: https://home-assistant.io/components/camera.mqtt
[camera.neato docs]: https://home-assistant.io/components/camera.neato
[camera.synology docs]: https://home-assistant.io/components/camera.synology
[climate docs]: https://home-assistant.io/components/climate
[device_tracker.automatic docs]: https://home-assistant.io/components/device_tracker.automatic
[device_tracker.mysensors docs]: https://home-assistant.io/components/device_tracker.mysensors
[device_tracker.ping docs]: https://home-assistant.io/components/device_tracker.ping
[hassio docs]: https://home-assistant.io/components/hassio
[input_slider docs]: https://home-assistant.io/components/input_slider
[light.flux_led docs]: https://home-assistant.io/components/light.flux_led
[light.lifx docs]: https://home-assistant.io/components/light.lifx
[light.lutron_caseta docs]: https://home-assistant.io/components/light.lutron_caseta
[light.services.yaml docs]: https://home-assistant.io/components/light.services.yaml
[light.tradfri docs]: https://home-assistant.io/components/light.tradfri
[light.wemo docs]: https://home-assistant.io/components/light.wemo
[light.yeelight docs]: https://home-assistant.io/components/light.yeelight
[lutron docs]: https://home-assistant.io/components/lutron
[lutron_caseta docs]: https://home-assistant.io/components/lutron_caseta
[media_player docs]: https://home-assistant.io/components/media_player
[media_player.apple_tv docs]: https://home-assistant.io/components/media_player.apple_tv
[media_player.braviatv docs]: https://home-assistant.io/components/media_player.braviatv
[media_player.gstreamer docs]: https://home-assistant.io/components/media_player.gstreamer
[media_player.kodi docs]: https://home-assistant.io/components/media_player.kodi
[media_player.spotify docs]: https://home-assistant.io/components/media_player.spotify
[media_player.webostv docs]: https://home-assistant.io/components/media_player.webostv
[modbus docs]: https://home-assistant.io/components/modbus
[mqtt docs]: https://home-assistant.io/components/mqtt
[mysensors docs]: https://home-assistant.io/components/mysensors
[neato docs]: https://home-assistant.io/components/neato
[notify.kodi docs]: https://home-assistant.io/components/notify.kodi
[notify.sendgrid docs]: https://home-assistant.io/components/notify.sendgrid
[notify.webostv docs]: https://home-assistant.io/components/notify.webostv
[scene.lifx_cloud docs]: https://home-assistant.io/components/scene.lifx_cloud
[sensor.cpuspeed docs]: https://home-assistant.io/components/sensor.cpuspeed
[sensor.crimereports docs]: https://home-assistant.io/components/sensor.crimereports
[sensor.fedex docs]: https://home-assistant.io/components/sensor.fedex
[sensor.fido docs]: https://home-assistant.io/components/sensor.fido
[sensor.modbus docs]: https://home-assistant.io/components/sensor.modbus
[sensor.mvglive docs]: https://home-assistant.io/components/sensor.mvglive
[sensor.neato docs]: https://home-assistant.io/components/sensor.neato
[sensor.opensky docs]: https://home-assistant.io/components/sensor.opensky
[sensor.qnap docs]: https://home-assistant.io/components/sensor.qnap
[sensor.speedtest docs]: https://home-assistant.io/components/sensor.speedtest
[sensor.systemmonitor docs]: https://home-assistant.io/components/sensor.systemmonitor
[sensor.uber docs]: https://home-assistant.io/components/sensor.uber
[sensor.ups docs]: https://home-assistant.io/components/sensor.ups
[sensor.usps docs]: https://home-assistant.io/components/sensor.usps
[sensor.vera docs]: https://home-assistant.io/components/sensor.vera
[sun docs]: https://home-assistant.io/components/sun
[switch.tplink docs]: https://home-assistant.io/components/switch.tplink
[switch.wake_on_lan docs]: https://home-assistant.io/components/switch.wake_on_lan
[switch.wemo docs]: https://home-assistant.io/components/switch.wemo
[telegram_bot docs]: https://home-assistant.io/components/telegram_bot
[telegram_bot.polling docs]: https://home-assistant.io/components/telegram_bot.polling
[telegram_bot.webhooks docs]: https://home-assistant.io/components/telegram_bot.webhooks
[tts.google docs]: https://home-assistant.io/components/tts.google
[tts.marytts docs]: https://home-assistant.io/components/tts.marytts
[vera docs]: https://home-assistant.io/components/vera
[wemo docs]: https://home-assistant.io/components/wemo
[zwave docs]: https://home-assistant.io/components/zwave
[zwave.node_entity docs]: https://home-assistant.io/components/zwave.node_entity

0.42.4

Not secure
- Version bump to 0.42.4 ([balloob])
- Fix mysensors callback ([MartinHjelmare] - [7057])
- Upgrade aiohttp to 2.0.7 ([fabaff] - [7106])
- Make version number optional and a string to fix identify issue introduced in iOS 1.0.1 ([robbiet480] - [7141])
- Fix for zwave RGB setting ([armills] - [7137])

[7057]: https://github.com/home-assistant/home-assistant/pull/7057
[7106]: https://github.com/home-assistant/home-assistant/pull/7106
[7137]: https://github.com/home-assistant/home-assistant/pull/7137
[7141]: https://github.com/home-assistant/home-assistant/pull/7141
[MartinHjelmare]: https://github.com/MartinHjelmare
[armills]: https://github.com/armills
[balloob]: https://github.com/balloob
[fabaff]: https://github.com/fabaff
[robbiet480]: https://github.com/robbiet480

0.42.3

Not secure
- Fix Synology camera content type ([balloob] - [7010])
- Fix two more instances of JSON parsing synology ([balloob] - [7014])
- Bump pyalarmdotcom to support new version of aiohttp ([Xorso] - [7021])
- Fix US states check (fixes 7015) ([fabaff] - [7017])
- Plug file leak on LIFX unregister ([amelchio] - [7031])
- Bugfix wait on start event ([pvizeli] - [7013])

[7010]: https://github.com/home-assistant/home-assistant/pull/7010
[7013]: https://github.com/home-assistant/home-assistant/pull/7013
[7014]: https://github.com/home-assistant/home-assistant/pull/7014
[7017]: https://github.com/home-assistant/home-assistant/pull/7017
[7021]: https://github.com/home-assistant/home-assistant/pull/7021
[7031]: https://github.com/home-assistant/home-assistant/pull/7031
[Xorso]: https://github.com/Xorso
[amelchio]: https://github.com/amelchio
[balloob]: https://github.com/balloob
[fabaff]: https://github.com/fabaff
[pvizeli]: https://github.com/pvizeli

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

Page 208 of 227

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.