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
Backward-incompatible changes
- The new customize editor is using the file
customize.yaml
in your config folder. If you are using this file today for other config, make sure to rename it before using the new customize UI editor. (@andrey-git- #9134 ) (config docs) (breaking change) (new-platform) - The frontend component now supports loading custom html files when Home Assistant front end starts (@andrey-git
- #9150 ) (breaking change). It could be Javascript, CSS or custom Web Components. Along there was a breaking change in the way Custom UI is used: -
custom_ui_state_card
now specifies the exact element name and not a suffix afterstate-card
. So if you hadstate_card_custom_ui: custom-ui
in your config, you should change it tostate_card_custom_ui: state-card-custom-ui
-
custom_ui_state_card
no longer makes the html fetch, you should make it separately:
-
frontend:
extra_html_url:
- /local/custom_ui/state-card-custom-ui.html
- The Egardia alarm control panel now defaults to port 52010 instead of 85. (@jeroenterheerdt
- #9225 ) (alarm_control_panel.egardia docs) (breaking change) - The Homematic
delay
option has been dropped because it is no longer necessary (@pvizeli- #9058 ) (homematic docs) (binary_sensor.homematic docs) (climate.homematic docs) (cover.homematic docs) (light.homematic docs) (sensor.homematic docs) (switch.homematic docs) (breaking change) - Switch - Dlink: Remove spaces and capital letters from attribute names for consistency (@emlt
- #9277 ) (switch.dlink docs) (breaking change)
All changes
- Xiaomi Philips Lights integration (@syssi
- #9087 ) (light.xiaomi_philipslight docs) (new-platform) - Backend changes for customize config panel. (@andrey-git
- #9134 ) (config docs) (breaking change) - Upgrade async_timeout to 1.3.0 (@fabaff
- #9156 ) - Remove links to gitter (@fabaff
- #9155 ) - Upgrade sphinx-autodoc-typehints to 1.2.3 (@fabaff
- #9151 ) - Upgrade uber_rides to 0.5.2 (@fabaff
- #9149 ) (sensor.uber docs) - Allow specifying custom html urls to load. (@andrey-git
- #9150 ) (breaking change) - Allow getting number of available states in template (@balloob
- #9158 ) - upgrade xiaomi lib to 0.3.1 to supprt water sensor (@danielhiversen
- #9168 ) (xiaomi docs) - Use node_modules gulp in script/build_frontend (@armills
- #9170 ) - Mysensors nodes can be renamed in config file (@EmitKiwi
- #9123 ) (mysensors docs) - Xiaomi gateway: Device support for the Aqara Water Leak Sensor (sensor_wleak.aq1) (@syssi
- #9172 ) (xiaomi docs) (binary_sensor.xiaomi docs) - “TypeError: write_to_hub() takes 2 positional arguments but 4 were given” fixed. (@syssi
- #9174 ) (cover.xiaomi docs) - Mycroft notify/component (@btotharye
- #9173 ) (mycroft docs) (notify.mycroft docs) (new-platform) - Fix dht22 when no data was read initially #8976 (@maweki
- #9198 ) (sensor.dht docs) - Update pushbullet.py (@bobnwk
- #9200 ) (notify.pushbullet docs) - fix worldtidesinfo #9184 (@aetolus
- #9201 ) (sensor.worldtidesinfo docs) - Add “status” to Sonarr sensor (@tboyce021
- #9204 ) (sensor.radarr docs) (sensor.sonarr docs) - Prevent error when no forecast data was available (@mjj4791
- #9176 ) (sensor.buienradar docs) - Fix and optimize digitalloggers platform (@dale3h
- #9203 ) (switch.digitalloggers docs) - Add counter component (@fabaff
- #9146 ) (counter docs) (new-platform) - Support for season sensor (@w1ll1am23
- #8958 ) (sensor.season docs) (new-platform) - Issue #6893 in rfxtrx (@danielhiversen
- #9130 ) (rfxtrx docs) - Refactor rfxtrx (@danielhiversen
- #9117 ) (rfxtrx docs) (cover.rfxtrx docs) (light.rfxtrx docs) (switch.rfxtrx docs) - Upgrade pymysensors to 0.11.1 (@MartinHjelmare
- #9212 ) (mysensors docs) - 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) - Add cloud auth support (@balloob
- #9208 ) - Bayesian Binary Sensor (@jlmcgehee21
- #8810 ) (binary_sensor.bayesian docs) (new-platform) - directv: extended discovery via REST api, bug fix (@sielicki
- #8800 ) (media_player.directv docs) - Upgrade pyasn1 to 0.3.3 and pyasn1-modules to 0.1.1 (@fabaff
- #9216 ) (notify.xmpp docs) - Upgrade sendgrid to 5.0.1 (@fabaff
- #9215 ) (notify.sendgrid docs) - Fix fitbit error when trying to access token after upgrade. (@tchellomello
- #9183 ) (sensor.fitbit docs) - Allow sonos to select album as a source (@commento
- #9221 ) (media_player.sonos docs) - Add max_age to statistics sensor (@tinloaf
- #8790 ) (sensor.statistics docs) - Egardia package to .19 and change in port number for egardiaserver (@jeroenterheerdt
- #9225 ) (alarm_control_panel.egardia docs) (breaking change) - pushbullet, send a file from url (@danielhiversen
- #9189 ) (notify.pushbullet docs) - Add Tank Utility sensor (@krismolendyke
- #9132 ) (sensor.tank_utility docs) (new-platform) - Upgrade shodan to 1.7.5 (@fabaff
- #9228 ) (sensor.shodan docs) - 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) - [light.tradfri] Full range of white spectrum lightbulbs support (@matemaciek
- #9224 ) (tradfri docs) (light.tradfri docs) - Allow panels with external URL (@andrey-git
- #9214 ) - Use ZCL mandatory attribute to determine ZHA light capabilities (@jkl1337
- #9232 ) (light.zha docs) - A bugfix for pushbullet (@danielhiversen
- #9237 ) (notify.pushbullet docs) - mopar sensor (@happyleavesaoc
- #9136 ) (new-platform) - Upgrade discord.py to 0.16.11 (@fabaff
- #9239 ) (notify.discord docs) - Skip automatic events older than latest data (@armills
- #9230 ) - title and message was swapped in pushbullet (@danielhiversen
- #9241 ) (notify.pushbullet docs) - Fix possible KeyError (@MartinHjelmare
- #9242 ) (mysensors docs) - WIP: Homematic improvements with new hass interfaces (@pvizeli
- #9058 ) (homematic docs) (binary_sensor.homematic docs) (climate.homematic docs) (cover.homematic docs) (light.homematic docs) (sensor.homematic docs) (switch.homematic docs) (breaking change) - Add available to sonos (@pvizeli
- #9243 ) (media_player.sonos docs) - Make sure Ring binary_sensor state will update only if device_id matches (@tchellomello
- #9247 ) (binary_sensor.ring docs) - Added configurable timeout for receiver HTTP requests | Additional AV… (@scarface-4711
- #9244 ) (media_player.denonavr docs) - upgrade xiaomi lib (@danielhiversen
- #9250 ) (xiaomi docs) - Fix nello.io login (@pschmitt
- #9251 ) (lock.nello docs) - This is to fix #6386: Manual Alarm not re-arm after 2nd trigger (@snjoetw
- #9249 ) (alarm_control_panel.manual docs) - Version bump of DLink switch to v0.6.0 (@LinuxChristian
- #9252 ) (switch.dlink docs) - Upgrade sendgrid to 5.2.0 (@fabaff
- #9254 ) (notify.sendgrid docs) - Upgrade psutil to 5.3.0 (@fabaff
- #9253 ) (sensor.systemmonitor docs) - Adding ZWave CentralScene activation handler. (@sirmalloc
- #9178 ) (zwave docs) - Add Geofency device tracker (@gunnarhelgason
- #9106 ) (device_tracker.geofency docs) (new-platform) - flux: fix for when stop_time is after midnight (@abmantis
- #8932 ) - Change attribute names (@emlt
- #9277 ) (switch.dlink docs) (breaking change) - insteon_plm: fix typo in attributes (@drkp
- #9284 ) (insteon_plm docs) - discovery: If unknown NetDisco service discovered, log about it. (@pfalcon
- #9280 ) - Upgrade youtube_dl to 2017.9.2 (@fabaff
- #9279 ) (media_extractor docs) - Upgrade python-telegram-bot to 8.0.0 (@fabaff
- #9282 ) (telegram_bot docs) (switch.rest docs) - rfxtrx lib upgrade (@danielhiversen
- #9288 ) (rfxtrx docs) - Fixing bug when using egardiaserver - package requirement updated to 1.0.20. (@jeroenterheerdt
- #9294 ) (alarm_control_panel.egardia docs) - Added intent_type to exception log (@andreasjacobsen93
- #9289 ) (snips docs) - Handle spotify failing to refresh access_token (@Tommatheussen
- #9295 ) (media_player.spotify docs) - Core track same state for a period / Allow on platforms (@pvizeli
- #9273 ) - Improved Lutron Caseta shade support (@upsert
- #9302 ) (lutron_caseta docs) (cover.lutron_caseta docs) (light.lutron_caseta docs) (switch.lutron_caseta docs) - Upgrade mycroftapi to 2.0 (@btotharye
- #9309 ) (mycroft docs) - Fix for Honeywell Round thermostats (@dansarginson
- #9308 ) (climate.honeywell docs) - Update jinja to 2.9.6 (@pvizeli
- #9306 ) - Ensure display-name does not exceed 12 characters for CecAdapter. (@gollo
- #9268 ) (hdmi_cec docs) - Expose hue group 0 (@filcole
- #8663 ) (light.hue docs) - 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) - Handle the case where no registration number is available (instead display VIN (vehicle identification number)). (@molobrakos
- #9073 ) (volvooncall docs) (device_tracker.volvooncall docs) - Add post_pending_state attribute to manual alarm_control_panel (@snjoetw
- #9291 ) (alarm_control_panel.manual docs) - Add new config variable to MQTT light (@belyalov
- #9304 ) (light.mqtt docs) - Follow Twitter guidelines for media upload by conforming to the “STATUS” phase, when required, and by providing “media_category” information. These will, for example, allow users to upload videos that exceed the basic 30 second limit. (@MikeChristianson
- #9261 ) (notify.twitter docs) - Optionally disable ssl certificate validity check. (@ohmer1
- #9181 ) (notify.xmpp docs) - Version bump dlib to 1.0.0 (@arsaboo
- #9316 ) (image_processing.dlib_face_detect docs) (image_processing.dlib_face_identify docs) - Fixed bug with devices not being discovered correctly. (@MisterWil
- #9311 ) (abode docs) - Platform not ready behavior fixed. (@syssi
- #9325 ) (light.xiaomi_philipslight docs) - 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) - Fix for potential issue with tesla initialization (@zabuldon
- #9307 ) (tesla docs) - Adds the AirVisual air quality sensor platform (@bachya
- #9320 ) (sensor.airvisual docs) (new-platform) - Cleanup input_text (@balloob
- #9326 ) (input_text docs) - Bump pyHik version to add IO support (@mezz64
- #9341 ) (binary_sensor.hikvision docs)