Blog
0.55: Tibber, DuckDNS, The Things Network, Owntrack
Beside the improved Wink support which was contributed by @w1ll1am23input_slider
components has received a makeover by @BioSehnsuchtinput_number
. @tinloafinput_datetime
. Both will help you to improve your automation rules.
DuckDNS
Using Home Assistant with DuckDNS
Recorder
The purging of data was improved. With purge_interval
you can schedule regular purges of older events and states. In combination you can specify with purge_keep_days
the amount of days you want to keep. The new service recorder.purge
allows you to handle this task when needed.
Owntracks
Owntracks
Tibber
This release introduces a new sensor: Tibber. The sensor provides the current electricity price if you are a Tibber
The Things Network
The Things Network
New Platforms
- GeoRSS sensor (@exxamalte
- #9331 ) (sensor.geo_rss_events docs) (new-platform) - Add DuckDNS component (@balloob
- #9556 ) (duckdns docs) (new-platform) - Add OwnTracks over HTTP (@balloob
- #9582 ) (http docs) (device_tracker.owntracks docs) (device_tracker.owntracks_http docs) (new-platform) - Add an input_datetime (@tinloaf
- #9313 ) (input_datetime docs) (new-platform) - Cover component for RFlink (@passie
- #9432 ) (rflink docs) (cover.rflink docs) (new-platform) - Introducing support to Melnor RainCloud sprinkler systems (@tchellomello
- #9287 ) (raincloud docs) (binary_sensor.raincloud docs) (sensor.raincloud docs) (switch.raincloud docs) (new-platform) - MQTT climate platform [continuation of #8750] (@tinloaf
- #9589 ) (climate.mqtt docs) (new-platform) - Add Tibber sensor (@danielhiversen
- #9661 ) (sensor.tibber docs) (new-platform) - Updating clicksendaudio component based on feedback (@jeroenterheerdt
- #9692 ) (notify.clicksendaudio docs) (new-platform) - Support for The Things Network (@fabaff
- #9627 ) (thethingsnetwork docs) (sensor.thethingsnetwork docs) (new-platform)
0.55.1 - October 15
- Fix for TypeError in synology camera (@snjoetw
- #9754 ) (camera.synology docs) - missing is_closed ( rflink cover fix ) (@passie
- #9776 ) (cover.rflink docs) - [light.tradfri] Fix transition time (@lwis
- #9785 ) (light.tradfri docs) - OwnTracks: Fix handler is None checking (@balloob
- #9794 ) (device_tracker.owntracks docs) - Changed yaml.load into yaml.safe_load (@GenericStudent
- #9841 ) (google docs) - Bugfix/9811 jinja autoescape (@GenericStudent
- #9842 ) - Livebox Play TV bug: fix #9839 (@pschmitt
- #9880 )
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
Deprecating Python 3.4 support
Update February 16, 2018: Home Assistant 0.64 will be the last release to support Python 3.4. Starting with release 0.65, Home Assistant will require a minimum version of Python 3.5.3.
Starting with our next release, 0.55, we will deprecate Python 3.4 support. The current plan is to remove support for Python 3.4 at the beginning of 2018.
Python 3.5 was released on September 13th, 2015. It has since then become the default Python installation on the stable releases of Debian, Ubuntu, Raspbian and Hassbian. Our other own operating system, Hass.io, is more advanced and is already running the greatly improved Python 3.6.
The jump to Python 3.5 as a minimum version is driven by the Home Assistant core, which is based on asyncio. Starting with Python 3.5, asyncio got improved support in the language with dedicated keywords async
and await
. As this is the proper way of doing async in Python, we’re seeing a move by async libraries to either only support the new syntax from the beginning or dropping support for the Python 3.4 approach. Not moving along means an increased maintenance burden as we cannot use the latest releases of our libraries. Next to that it will prevent our users from being able to leverage the bug fixes and performance improvements that come with Python 3.5.
Hass.io
If you’re running Hass.io, you don’t have to do anything. Your system will always stay up to date.
Hassbian
If you’re running Hassbian it’s recommended that you make a backup of your configuration files and restore them on a fresh install. Upgrading an existing installation isn’t recommended.
Windows
If you’re on Windows, you’re fine as our minimum version for Windows has been 3.5 for a while now.
Other Debian based systems
If you’re running a Debian based system, follow these instructions
Home Assistant Podcast #9
Dale (dale3h
Show notes available on the Home Assistant Podcast Website
Participating in Hacktoberfest
For the second year in a row, Home Assistant will be participating in Hacktoberfest
Why contribute to Home Assistant?
- Written in Python 3 with 94% test coverage
- Active and helpful community
- Friendly to new contributors
Resources to get started:
- Sign up for Hacktoberfest
- List of entry-level issues for Home Assistant
- Instructions to setup your development environment
- Home Assistant Development Chat
- Home Assistant Development Forums
- Hacktoberfest website
Are you not a programmer but still want to contribute to Home Assistant? Check out our list of entry-level issues for the Home Assistant website
Our participation for Hacktoberfest 2016 was a huge success. Join us to repeat it this year.
Effortless encryption with Let's Encrypt and DuckDNS
When Let’s Encrypt launched we were estatic: finally an easy and free way for our users to securely access their homes remotely. Let’s Encrypt signifianctly lowered the bar to get and renew SSL certificates. However, this process could still be quite an obstacle for our users. It required opening ports on the router and remembering to renew the certificate every so often.
Thanks to a blog post
I have worked together with Pascal Vizeli
To get started today, start with making sure that you have Hass.io installed. After that, go to the Hass.io panel in Home Assistant, open the add-on store, scroll down to DuckDNS and install it. In the DuckDNS settings change “accept_terms” to true and start it.
Next up is to configure Home Assistant with the config below and restart it. You’re now good to go! Make sure to use the right protocol when browsing to your instance: https://<your_domain>.duckdns.org
. Happy secure controlling your house!
# Example configuration.yaml entry for the HTTP component
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
If you’re not using Hass.io, check out the blog post
If you enjoy the free service provided by DuckDNS and Let’s Encrypt, consider donating to their cause:
More information:
Improved Hass.io build system
This is going to be a technical post for Hass.io add-on developers and people that run locally build add-ons (not the default).
Two months ago we introduced Hass.io, allowing our users to easily install, update and manage their Home Assistant installation. In this short time we’ve seen great adoption from the community. Around 20% of our users are choosing Hass.io as their method of running Home Assistant today. We’ve also seen many add-ons being made available on the forums. There are currently 14 reposities full of add-ons being shared!
Hass.io is built on top of Docker, a container runtime. One thing that Docker did not support was dynamic build environements. That was annoying for Hass.io because by supporting multiple CPU architectures, that was exactly what we needed! Luckily this feature has been added in Docker 17.05. By moving to Docker 17.05 as the minimum supported version we will be able to replace our templated Dockerfile approach with standard Dockerfiles that work out of the box. Thanks to Frenck
This change only impacts people that build add-ons or use add-ons that are built locally. You can check if your add-on is building locally on the detail page of add-ons.
If you are an add-on developer, read the documentation on how to publish your add-ons to Docker Hub. This will greatly improve the user experience.
Template changes
As an add-on developer, you will only have to change one line in your template to make it compatible with the new system. If you wish, you can also change the default build options for your image using the new build.json
file.
Old:
FROM %%BASE_IMAGE%%
New:
ARG BUILD_FROM
FROM $BUILD_FROM
When
The new system will become active with Hass.io 0.64 and Host OS 1.1. Host OS 1.1 is available today. Navigate to Advanced Settings in the Hass.io panel to start the OTA update.
We have also updated our build scripts and replaced it with a builder docker engine
0.54: Todoist, DoorBird, Abode cameras
We’re approaching the end of September and that means that it was our birthday! We are now officially 4 years old and are getting more amazing with every release. This release too will include some great new stuff and tons of bugfixes. Included is a bug fix by @fanthos
This release we’ve started the work to make our Xiaomi integrations more robust. This meant that we’ve had to rename the components to make it more clear which of the Xiaomi protocols are being used. We have some developers working on making this very affordable home automation solution a first class citizen in the Home Assistant ecosystem, stay tuned for more integrations!
Another cool thing in this release is the new mqtt_statestream
component to export state changes to MQTT. Each entity will be exported on their own topic which makes it very easy to subscribe to individual entity updates.
New Platforms
- Added mqtt_statestream component (@mw-white
- #9286 ) (mqtt_statestream docs) (new-platform) - Add support for Todoist platform (@Jay2645
- #9236 ) (calendar.todoist docs) (new-platform) - DoorBird Component (@Klikini
- #9281 ) (doorbird docs) (binary_sensor.doorbird docs) (camera.doorbird docs) (switch.doorbird docs) (new-platform) - Basic MQTT vacuum support (@johnboiles
- #9386 ) (vacuum docs) (vacuum.mqtt docs) (new-platform) - Added Zyxel Keenetic NDMS2 based routers support for device tracking (@foxel
- #9315 ) (device_tracker.keenetic_ndms2 docs) (new-platform) - Telnet switch (@multiholle
- #8913 ) (switch.telnet docs) (new-platform) - Abode services, events, lights, cameras, automations, quick actions. (@MisterWil
- #9310 ) (abode docs) (alarm_control_panel.abode docs) (binary_sensor.abode docs) (camera.abode docs) (cover.abode docs) (light.abode docs) (lock.abode docs) (switch.abode docs) (new-platform) - Added satel_integra alarm panel and binary sensor platform (@c-soft
- #9336 ) (satel_integra docs) (alarm_control_panel.satel_integra docs) (binary_sensor.satel_integra docs) (new-platform) - Worx Landroid sensor (@nilzen
- #9416 ) (sensor.worxlandroid docs) (new-platform)
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
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