Home Assistant Email Sensor
One cool thing that has come out on Reddit recently was the Home Assistant Email sensor, posted by u/audiodev. This sensor was inspired by another Reddit discussion about automatically scraping Amazon emails for tracking numbers, and having Home Assistant add those to be tracked. u/jm0neyz on Reddit posted an example using the Command Line sensor to scrape an email from Amazon, and then display a custom Lovelace card displaying what packages are expected. https://www.reddit.com/r/homeassistant/comments/bgjip3/home_assistant_email_sensor/ https://old.reddit.com/r/homeassistant/comments/bfydqf/how_to_show_amazon_package_deliveries_via_command/Ian Richardson has some cool custom Lovelace cards
If you’re running out of ideas to put on your Lovelace UI, Ian has released some great custom lovelace cards.?@Roku card for @home_assistant Lovelace?https://t.co/isiq1ouT2i pic.twitter.com/jKj4KZnRzT
— Ian Richardson (@iantrich) April 18, 2019
?RSS Feed Plugin/Card for @home_assistant ?https://t.co/GeLxpFPJLw pic.twitter.com/nHiG5mRrzU
— Ian Richardson (@iantrich) April 18, 2019
?@trakt plugin for @home_assistant ?https://t.co/Bd4Ix1oMyY pic.twitter.com/West4zUZ1Q
— Ian Richardson (@iantrich) April 18, 2019
?@aftership Card for @home_assistant?https://t.co/bdmM7RiPae pic.twitter.com/C9VLfmTDCY
— Ian Richardson (@iantrich) April 26, 2019
0.92
Breaking Changes
- Google Translate has been renamed
- Google Assistant now requires a PIN before controlling doors and locks The allow_unlock option has been removed for both Cloud and manual Google Assistant installations. This was a requested change by Google. https://github.com/home-assistant/home-assistant/pull/23223
- Logi Circle integration has changed its API If you’re using the Logi Circle integration, you’ll need to now authenticate with the new API which Home Assistant is using.Previously Home Assistant was using a private API. With 0.92, this is now using a more stable and official Public API.Along with this update, some services from Logi Circle have been removed from the camera component, and now must be called from the Logi Circle component instead. https://github.com/home-assistant/home-assistant/pull/20624
- Media Player component is now more strict With 0.92, calls to media player services (like turn_on, turn_off etc) will be checked if the media player supports those features. For example, calling media_player.turn_off on a Sonos speaker shouldn’t work, as Sonos speakers can never be turned off.This may result in some breaking media player implementations. So if you’re using any media_player services, be sure to test them after the upgrade. https://github.com/home-assistant/home-assistant/pull/22878