Blog
Hassbian 1.3 - A bit of a stretch
This new release finally brings us the release of Hassbian based on the release of Raspbian Stretch. The most significant change with this is that we now run Home Assistant on Python 3.5.
Other than that the changes are mostly to our tool hassbian-config
.
Hassbian-config
To allow you to customize your installation further, we have made a few additions to our tool called hassbian-config
. Majority of these changes where contributed by @Ludeeus
Upgrade scripts
@Ludeeushassbian-config
tool.
- Upgrade Hassbian: Upgrades packages of the base operating system. Contributed by @Landrash
. - Upgrade Hassbian-script: Downloads and upgrades the latest release of Hassbian-scripts. Contributed by @Ludeeus
. - Upgrade Home-assistant: Upgrades the Home Assistant installation to the latest release. Contributed by @Ludeeus
.
To follow discussions about the development of the HASSbian image or to contribute join our Discord chat server
To get started with the new image, check out the installation instructions on the installing Hassbian page.
0.53: Tesla, Customize editor, and super fast KNX rewrite
The Home Assistant community has been super busy in the last two weeks to bring you this amazing release. 60 different contributors have done over a 100 PRs filled with new features, bug fixes and performance improvements.
9 days away from our 4th birthday, we’ve just accomplished a couple of great milestones that I would love to share with you. We’ve hit over 8000 stars 🌟 on GitHub and starting this release we now ship over 800 platforms and components!
Customize editor
Another step in making Home Assistant configurable via the frontend has been contributed by @andrey-git: a customization editor! You are now able to inspect all (possible) customizations of an entity and update them with just a few taps. Want to change the name or icon of an entity? All possible in mere seconds.
Screenshot of the new customize editor.
New Home Assistant configurations will be created correctly automatically. If you are an existing user, make sure you have the config screen enabled and that you include customizations from customize.yaml
.
# Example configuration.yaml entry
homeassistant:
# Include the customizations.
customize: !include customize.yaml
# Enable the config screen
config:
Tesla
Thanks to the contribution by @zabuldon, you will now be able to control your Tesla car from Home Assistant. You’re able to check the temperature inside and outside your car, control your AC and unlock the car.
Input text
This release introduces a new input component: input_text
contributed by @BioSehnsucht. With this component you will be able to set free form from the UI and then let that be used by your automations or templates.
KNX
This release ships a new KNX implementation thanks to @Julius2342. It will instantly show all changed states of KNX devices within Home Assistant. Additionally it brings support for HVAC devices and notification services. It also adds a service for direct communication with the KNX bus. You can connect to KNX/IP routing and tunneling devices. In the background it uses asyncio communication. Check the climate integration in action here
New Platforms
- Xiaomi Philips Lights integration (@syssi
- #9087 ) (light.xiaomi_philipslight docs) (new-platform) - Mycroft notify/component (@btotharye
- #9173 ) (mycroft docs) (notify.mycroft docs) (new-platform) - Add counter component (@fabaff
- #9146 ) (counter docs) (new-platform) - Support for season sensor (@w1ll1am23
- #8958 ) (sensor.season docs) (new-platform) - Abode push events and lock, cover, and switch components (@[MisterWil] - #9095
) (abode docs) (alarm_control_panel.abode docs) (binary_sensor.abode docs) (cover.abode docs) (lock.abode docs) (switch.abode docs) (new-platform) - Bayesian Binary Sensor (@jlmcgehee21
- #8810 ) (binary_sensor.bayesian docs) (new-platform) - Add Tank Utility sensor (@krismolendyke
- #9132 ) (sensor.tank_utility docs) (new-platform) - Tesla platform (@zabuldon
- #9211 ) (tesla docs) (binary_sensor.tesla docs) (climate.tesla docs) (device_tracker.tesla docs) (lock.tesla docs) (sensor.tesla docs) (new-platform) - mopar sensor (@happyleavesaoc
- #9136 ) (new-platform) - Add Geofency device tracker (@gunnarhelgason
- #9106 ) (device_tracker.geofency docs) (new-platform) - Added DWD WarnApp Sensor (@runningman84
- #8657 ) (sensor.dwdwarnapp docs) (new-platform) - Add input_text component (@BioSehnsucht
- #9112 ) (input_text docs) (new-platform) - Introducing a media_player component for Yamaha Multicast devices (@jalmeroth
- #9258 ) (media_player.yamaha_musiccast docs) (new-platform) - Stable and asynchronous KNX library. (@Julius2342
- #8725 ) (knx docs) (binary_sensor.knx docs) (climate.knx docs) (cover.knx docs) (light.knx docs) (sensor.knx docs) (switch.knx docs) (new-platform) - Adds the AirVisual air quality sensor platform (@bachya
- #9320 ) (sensor.airvisual docs) (new-platform)
Release 0.53.1 - September 12
- Fix Twitter notifications with certain media such as small images (@MikeChristianson
- #9354 ) (notify.twitter docs) - Added additional string check in Wunderground sensor (@arsaboo
- #9380 ) (sensor.wunderground docs) - Fixing foscam library dependency/requirements (@viswa-swami
- #9387 ) (camera.foscam docs) - Fixes for customize editor (@andrey-git
)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker
0.52: Scripts editor, Nello.io locks, HipChat and Abode Home Security
Although the summer is in full progress, the development hasn’t stalled. This release brings bug fixes, clean ups and another 8 new integrations. On top of that we are also introducing a new script editor!
To use the scripts editor, create a new file in your config directory named scripts.yaml
and copy your existing scripts over:
# scripts.yaml
turn_on_some_lights:
alias: "Turn on the lights"
sequence:
- data: {}
service: light.turn_on
Than update your configuration.yaml
to look like this:
# Configuration.yaml example
script: !include scripts.yaml
New Platforms
- Add version sensor (@fabaff
- #8912 ) (sensor.version docs) (new-platform) - Nello.io lock support (@pschmitt
- #8957 ) (lock.nello docs) (new-platform) - Add HipChat notify service. (@BioSehnsucht
- #8918 ) (new-platform) - Refactor USPS into component with Sensors+Camera (@mezz64
- #8679 ) (breaking change) (new-platform) - Adds London_air component (@robmarkcole
- #9020 ) (sensor.london_air docs) (new-platform) - Add Abode home security component (@arsaboo
- #9030 ) (abode docs) (alarm_control_panel.abode docs) (binary_sensor.abode docs) (new-platform) - Add support for Prowl notifications. (@mbrrg
- #9028 ) (notify.prowl docs) (new-platform) - Add worldtidesinfo sensor component (@aetolus
- #8860 ) (sensor.worldtidesinfo docs) (new-platform)
Release 0.52.1 - August 28
- Close stream request once we end up with proxy (@foxel
- #9110 ) - Fix issue #9116 in pushbullet (@danielhiversen
- #9128 ) (notify.pushbullet docs) - bug fix pushbullet (@danielhiversen
- #9139 ) (notify.pushbullet docs) - Fix import for foscam (@sdague
- #9140 ) (camera.foscam docs) - Bump aioautomatic to prevent leaking exceptions (@armills
- #9148 ) - Wrap state when iterating a domain in templates (@balloob
- #9157 ) - Prevent iCloud exceptions in logfile (@mjj4791
- #9179 ) (device_tracker.icloud docs) - bump ecobee version to fix issue 9190 (@nkgilley
- #9191 ) (ecobee docs) (climate.ecobee docs)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker
0.51: Massive history speed up, finished automation editor and official vacuum cleaner support
This release has to do a one time database migration which can take a long time on big databases (20 minutes). During this time the frontend will not work. Do not stop Home Assistant while it is in progress.
Release 0.51 is around the corner and it contains some really great updates.
Database speed up
The first one is more amazing database updates #8748
Updating the database will take some time when you start Home Assistant. During that time, the Home Assistant frontend is not accessible. Please let it complete and do not turn Home Assistant off.
Frontend update
We have finished the migration of our frontend to be powered by Polymer 2. This has given us a big speed boost on Safari/iOS devices and has fixed a wide range of bugs.
We have also finished the automation editor. All triggers and actions are now implemented and so are most conditions (missing are and
, or
). The automation editor is also no longer Chrome only, it can now also be used in Safari.
Another change to the frontend is that we have reorganized the panels. The Z-Wave and automation configuration panels have been merged into the configuration panel.
Vacuum cleaners
As we have seen more vacuum cleaners land in Home Assistant, it was time to create an official component for them. That’s why @azogue
New Platforms
- Added Lutron Caseta Scene Support (@kfcook
- #8690 ) (lutron_caseta docs) (scene.lutron_caseta docs) (new-platform) - New media_player platform for Russound devices using the RIO protocol (@wickerwaka
- #8448 ) (media_player.russound_rio docs) (new-platform) - New component: bluesound (@thrawnarn
- #7192 ) (media_player.bluesound docs) (new-platform) - Add mochad light component (@mtreinish
- #8476 ) (light.mochad docs) (new-platform) - geizhals sensor component (@JulianKahnert
- #8458 ) (sensor.geizhals docs) (new-platform) - Xiaomi vacuum as platform of new
vacuum
component derived from ToggleEntity, and services (@azogue- #8623 ) (breaking change) (new-platform) - Wi-Fi enabled Roomba support (@pschmitt
- #8825 ) (vacuum.roomba docs) (new-platform) - Add support to Dyson 360 Eye robot vacuum using new vacuum platform (@CharlesBlonde
- #8852 ) (dyson docs) (vacuum docs) (fan.dyson docs) (sensor.dyson docs) (vacuum.dyson docs) (new-platform) - Add Initial Mailbox panel and sensor (@PhracturedBlue
- #8233 ) (asterisk_mbox docs) (new-platform) - Add Leviton Decora Smart WiFi Device Platform (@tlyakhov
- #8529 ) (light.decora_wifi docs) (new-platform) - Add RainMachine switch platform (@bachya
- #8827 ) (switch.rainmachine docs) (new-platform) - Add new device tracker for Huawei Routers. (@abmantis
- #8488 ) (device_tracker.huawei_router docs) (new-platform) - Add Shodan sensor (@fabaff
- #8902 ) (sensor.shodan docs) (new-platform)
Release 0.51.1 - August 12
- Fixed a bug in the automation editor that would break if no conditions available in the config file. (@balloob
)
Release 0.51.2 - August 14
- Fix zwave power_consumption attribute (@andrey-git
- #8968 ) (zwave docs) - Turn foscam verbose mode off (@andrey-git
- #8967 ) (camera.foscam docs) - fix stack trace in pushbullet (@Danielhiversen
- #8965 ) (notify.pushbullet docs) - Harmoney remote: Fix call to ha_send_commands (@MartinHjelmare
- #8956 ) (remote.harmony docs) - fix DeviceException handling when updating xiaomi vacuum (@azogue
- #8954 ) (vacuum.xiaomi docs) - Sabnzbd: do not assume discovery info is a dict (@balloob
- #8951 ) (sensor.sabnzbd docs) - Fix login button (@balloob
) - Add workaround for broken toggles in Safari (@balloob
) - Fix weblink opening twice (@azogue
)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker
Home Assistant Podcast #5
We cover off AppDaemon/HADashboard and all the fun stuff introduced in 0.49 and 0.50.
Show notes available on the Home Assistant Podcast Website
0.50: Voice control, History improvements, and Xiaomi
Last Wednesday we released Hass.io, an operating system to take care of all the updating hassles that come with running home automation at home and so much more. This is a major milestone for Home Assistant as it is our first step to offering a fully integrated solution using a bring your own hardware approach.
The launch has been crazy successful. The 20 minute introduction video
Hass.io will be a great foundation for bigger and better integrated features. Stay tuned.
Adding the power of voice to integrations
But enough about Hass.io, let’s not forget about Home Assistant. This release has completely revamped the way how we deal with voice integrations. We turned Home Assistant into a platform to write voice apps, no matter where the processing of the voice happens. This can be done by Alexa, Google Assistant or in the Home Assistant user interface.
We are super excited about the new functionality and hope that it will trigger a new type of applications and systems to be built on top of Home Assistant. This release includes a shopping list to show the new functionality. As a user you can add any item to the shopping list with your voice and also ask what is on your shopping list.
# Example configuration.yaml entry
shopping_list:
To make testing these applications easier, we’ve updated the conversation component. The component will now allow sentences to be configured that hook directly into the new voice functionality. Combined with the new interface it will allow for some great interactions! Check out the developer docs for more information.
History improvements
@OverloadUT
The performance change in some of his tests shows this change to be about 300x faster (30 seconds to 0.1 seconds!) (There is no theoretical upper limit due to the issue with multi-entity queries getting worse the longer the current recorder run has been going.)
Xiaomi integration
Yes, it has happened! After being in beta for a while, the Xiaomi support is now available to all. @danielhiversen
Velbus integration
Another awesome integration is that of the Velbus home automation system which has been contributed by @thomasdelaet
Manual alarm with MQTT control
A new version of the manual alarm component is now available with full MQTT control thanks to @colinodell
New Platforms
- Initial support for Google Wifi/OnHub (@fronzbot
- #8485 ) (sensor.google_wifi docs) (new-platform) - Xiaomi gw support (@danielhiversen
- #8555 ) (xiaomi docs) (binary_sensor.xiaomi docs) (cover.xiaomi docs) (light.xiaomi docs) (sensor.xiaomi docs) (switch.xiaomi docs) (new-platform) - Add Intent component (@balloob
- #8434 ) (alexa docs) (intent_script docs) (shopping_list docs) (snips docs) (breaking change) (new-platform) - Manual alarm with MQTT control (@colinodell
- #8257 ) (alarm_control_panel.manual_mqtt docs) (new-platform) - Add component Light TPLink (@gollo
- #8643 ) (light.tplink docs) (new-platform) - Velbus (@thomasdelaet
- #8076 ) (velbus docs) (binary_sensor.velbus docs) (light.velbus docs) (new-platform) - Add uk_transport component. (@robmarkcole
- #8600 ) (sensor.uk_transport docs) (new-platform)
Release 0.50.2 - July 31
Straight to 0.50.2. We released 0.50 as 0.50.1 due to an upload error to PyPi.
- Fix TP-Link light brightness issue #8744. (@gollo
- #8755 ) - Fix typo in script error (@n8henrie
- #8754 ) - Fix tradfri error spam (@MartinHjelmare
- #8738 ) (light.tradfri docs) - Media Player - Pioneer: Suppress exception if host is not available (fixes #8684) (@fabaff
- #8732 ) (media_player.pioneer docs) - Telegram Bot: Retry set_webhook up to three times, reduce timeout to 5s again (@azogue
- #8716 ) (telegram_bot.webhooks docs) - Fixed sensor issue with Google Wifi routers in bridge mode (@fronzbot
- #8710 ) (sensor.google_wifi docs) - Fix alexa cards (@balloob
- #8708 ) (alexa docs) - Fix Kodi reconnection after websocket disconnect (@armills
- #8704 ) (media_player.kodi docs) - Move I/O outside of properties for light/tplink platform (@gollo
- #8699 ) (light.tplink docs) (new-platform) - Correctly discover GE Fan Controllers (@armills
- #8682 ) (zwave docs) - Fix Z-Wave barrier discovery for new API (@armills
- #8706 ) (zwave docs) (cover.zwave docs)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker
Talk Python interview with Paulus Schoutsen
Join Michael Kennedy at the Talk Python podcast for an hour long interview with Paulus Schoutsen, the founder of Home Assistant, as they discuss the release of Hass.io and the vision for the perfect home automation.
Visit the episode page on Talk PythonIntroducing Hass.io
TL;DR: Today we’re introducing Hass.io. Hass.io is an operating system that will take care of installing and updating Home Assistant, is managed from the Home Assistant UI, allows creating/restoring snapshots of your configuration and can easily be extended using Hass.io add-ons including Google Assistant and Let’s Encrypt.
Home Assistant is 2 months away from being 4 years old. In that time the Internet of Things has really taken off and we’ve seen many new devices and services. We saw the introduction of voice assistants like Google Home and new standards like Apple HomeKit.
Some things have been supported natively in Home Assistant, others have been integrated into Home Assistant via third party applications. All these moving parts caused our users to spend a lot of time maintaining their systems and applications instead of automating their homes.
So we decided to take a step back from day-to-day Home Assistant development and see if we could offer a solution that makes updating a breeze for our users. A solution that you can flash to your Raspberry Pi and no longer worry about. A solution that would still be local first and respect the user’s privacy.
And this is how Pascal Vizeli
Hass.io dashboard
To install add-ons, a user can browse the built-in add-on store and install, configure and update any available application. Want to turn your device into a Google Assistant or make your configuration accessible via Samba/Windows networking? Both are a couple of clicks away! (Video demo - 38s, no audio
At launch we have included a couple of built-in add-ons like Google Assistant, Let’s Encrypt and Duck DNS. Besides our internal add-ons, it is also possible to create and share your own add-on repositories. During our beta period we’ve already seen some great add-ons being shared: Homebridge, InfluxDB, HASS Configurator and AppDaemon.
As we strongly believe in the openness of technology, we are releasing Hass.io as open source
Some frequently asked questions are answered below in the read more section.
Hass.io has been built by Pascal Vizeli
Home Assistant Podcast #4
We quickly cover off a few community items including the move to Discord and Carlo talks with Phil about his use of Floorplan.
0.49: Themes 🎨, kiosk mode and Prometheus.io
WE HAVE THEMES 🎨👩🎨
Our already amazing frontend just got even more amazing thanks to @andrey-git
You can specify themes using new configuration options under frontend.
frontend:
themes:
green:
primary-color: "#6CA518"
Once a theme is defined, use the new frontend service frontend.set_theme
to activate it. More information in the docs.
Screenshot of a green dashboard
Not all parts of the user interface are themable yet. Expect improvements in future releases.
Kiosk mode
Another great new improvement for the frontend is the addition of a kiosk mode. When the frontend is viewed in kiosk mode, the tab bar will be hidden.
To activate kiosk mode, navigate to https://hass.example.com:8123/kiosk/group.living_room_view
. Note that for default_view
the url is just https://hass.example.com:8123/kiosk
This feature has also been brought to you by @Andrey-git
New Platforms
- Add london_underground (@robmarkcole
- #8272 ) (sensor.london_underground docs) (new-platform) - Add citybikes platform (@aronsky
- #8202 ) (sensor.citybikes docs) (new-platform) - Add One-Time Password sensor (OTP) (@postlund
- #8332 ) (sensor.otp docs) (new-platform) - Add component for xiaomi robot vacuum (switch.xiaomi_vacuum) (@rytilahti
- #7913 ) (switch.xiaomi_vacuum docs) (new-platform) - LaMetric platform and notify module (@open-homeautomation
- #8230 ) (lametric docs) (notify.lametric docs) (new-platform) - New component to connect to VELUX KLF 200 Interface (@Julius2342
- #8203 ) (velux docs) (scene.velux docs) (new-platform) - New service
send_magic_packet
with new componentwake_on_lan
(@azogue- #8397 ) (wake_on_lan docs) (new-platform) - Add support for Prometheus (@rcloran
- #8211 ) (prometheus docs) (new-platform) - Refactored Amcrest to use central hub component (@tchellomello
- #8184 ) (amcrest docs) (camera.amcrest docs) (sensor.amcrest docs) (breaking change) (new-platform) - Added media_extractor service (@minchik
- #8369 ) (media_extractor docs) (new-platform) - Vizio SmartCast support (@vkorn
- #8260 ) (media_player.vizio docs) (new-platform)
Release 0.49.1 - July 24
- Fix TP-Link device tracker regression since 0.49 (@maikelwever
- #8497 ) (device_tracker.tplink docs) - prometheus: Convert fahrenheit to celsius (@rcloran
- #8511 ) (prometheus docs) - Update dlib_face_detect.py (@pvizeli
- #8516 ) (image_processing.dlib_face_detect docs) - Realfix for dlib (@pvizeli
- #8517 ) (image_processing.dlib_face_detect docs) - Attach the
chat_id
for a callback query from a chat group (fixes #8461) (@azogue- #8523 ) (telegram_bot docs) - Fix support for multiple Apple TVs (@postlund
- #8539 ) - LIFX: assume default features for unknown products (@amelchio
- #8553 ) (light.lifx docs) - Fix broken status update for lighting4 devices (@ypollart
- #8543 ) (rfxtrx docs) (binary_sensor.rfxtrx docs) - zha: Update to bellows 0.3.4 (@rcloran
- #8594 ) (zha docs) - Fix STATION_SCHEMA validation on longitude (@clkao
- #8610 ) (sensor.citybikes docs) - Bumped Amcrest version (@tchellomello
- #8624 ) (amcrest docs) - Check if /dev/input/by-id exists (@schaal
- #8601 ) (keyboard_remote docs) - Tado Fix #8606 (@filcole
- #8621 ) (climate.tado docs) - prometheus: Fix zwave battery level (@rcloran
- #8615 ) (prometheus docs) - ubus: Make multiple instances work again (@glance-
- #8571 ) (device_tracker.ubus docs) - Properly slugify switch.flux update service name (@jawilson
- #8545 ) (switch.flux docs)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker