It’s time for a great new release!
We’ve started the process of upgrading our frontend technology. If you notice something not working that did work before, please open an issue.
Pascal has added a new option to Home Assistant core to set a list of whitelisted folders that Home Assistant can read from. When a component allows to send files (like Telegram), it will only be allowed to send files from those directories. The only default whitelisted folder is the public <config>/www
directory.
Z-Wave will, as announced in the last release, be defaulting to generate the new entity ids. More info in the blog post. You can still opt-in for the old style.
zwave:
new_entity_ids: false
Big speed up in querying the history
Thanks to the work by @cmsimike in #8255 you’ll see a significant speed up when using the history view. In his local tests queries went from 1 minute to 90ms! ⚡️
Snips.ai component
Snips has contributed a component to integrate with their Snips.ai local voice assistant. This will allow you to hook a speaker and a microphone into your Raspberry Pi and make your own local Amazon Echo quickly. See the docs for further instructions.
Also a shoutout to @michaelarnauts for keeping an eye on our Docker build and once again reducing the file size 👍
Release 0.48.1 - July 5
- Fix arlo sensors. (@bergemalm - #8333) (sensor.arlo docs)
- API POST no longer marks the number zero as invalid (@azogue - #8324) (api docs)
- Fix Snips json schema (@adrienball - #8317) (snips docs)
- Fix pathlib resolve (@pvizeli - #8311)
- Fix harmony (@balloob - #8302) (remote.harmony docs)
- Fix Arlo startup crash (fixes #8288) (@fabaff - #8290) (camera.arlo docs)
- Temporary fix for the client_id generation (fixes #8315) (@fabaff - #8336) (mqtt docs)
New Platforms
- Add initial support for Shiftr.io (@fabaff - #7974) (shiftr docs) (new-platform)
- Upnp properties (@dgomes - #8067) (upnp docs) (sensor.upnp docs) (new-platform)
- Add support for Insteon FanLinc fan (@jawilson - #6959) (insteon_local docs) (fan.insteon_local docs) (new-platform)
- add knx cover support (@tiktok7 - #7997) (knx docs) (cover.knx docs) (new-platform)
- Add I2c BME280 temperature, humidity and pressure sensor for Raspberry Pi (@azogue - #7989) (sensor.bme280 docs) (new-platform)
- Add I2c HTU21D temperature and humidity sensor for Raspberry Pi (@azogue - #8049) (sensor.htu21d docs) (new-platform)
- Add new BH1750 light level sensor (@azogue - #8050) (sensor.bh1750 docs) (new-platform)
- Rfxtrx binary sensor (@ypollart - #6794) (rfxtrx docs) (binary_sensor.rfxtrx docs) (new-platform)
- Add ClickSend notify service. (@omarusman - #8135) (notify.clicksend docs) (new-platform)
- Add device tracker for Linksys Smart Wifi devices (@mortenlj - #8144) (device_tracker.linksys_smart docs) (new-platform)
- Openhardwaremonitor (@depl0y - #8056) (sensor.openhardwaremonitor docs) (new-platform)
- WIP: Verisure app api (@persandstrom - #7394) (verisure docs) (alarm_control_panel.verisure docs) (binary_sensor.verisure docs) (sensor.verisure docs) (switch.verisure docs) (new-platform)
- telegram_bot platform to only send messages (@azogue - #8186) (new-platform)
- Comfoconnect fan component (@michaelarnauts - #8073) (comfoconnect docs) (fan.comfoconnect docs) (sensor.comfoconnect docs) (new-platform)
- Implement templates for covers (@PhracturedBlue - #8100) (cover.template docs) (new-platform)
- Snips ASR and NLU component (@michaelfester - #8156) (snips docs) (new-platform)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat. 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. Make sure to fill in all fields of the issue template.
Read on →