0.102: Official Android App, Almond, Scene editor
Home Assistant 0.102 is here ! It’s been quite the trip as we hosted our annual State of the Union last week, which took a lot of energy away from our release. This doesn’t mean that we don’t have anything to share, just that the notes might be a little less polished.
First, we had our State of the Union at the ING office in Amsterdam! It was great. You can watch it back on YouTube
Alright, so what’s new? A lot.
Android App released!
At the State of the Union we announced that we have released the initial version of the official Home Assistant Android app
It’s been developed by @CedrickFlocon
Private Voice Assistant
We teamed up with Stanford to tightly integrate their open, privacy-preserving virtual assistant Almond into Home Assistant. For more information, see the separate blog post.
Account Linking
Some companies only allow us to integrate with their products via cloud APIs. These cloud APIs often use the OAuth2 specification
So if you were to link an integration via OAuth2 before today, you would have to sign up for a developer account, configure Home Assistant and expose your instance publicly before you got to the part where you can link your account. That’s not good!
Home Assistant Cloud is introducing a new account linking service that will be freely available for everyone – no cloud account required. With this service, Home Assistant controls the developer account, and users will just need to link their accounts.
The first integration to use this new service is Somfy. Manual installation is also still possible. This integration is built on top of our new OAuth2 framework. We expect more integration developers to migrate OAuth2 integrations in the future.
Create automations with natural language
As an experimental feature, we have added a new way to create automations. With the help of Almond, we can transform natural language into Home Assistant automations.
Screenshot of the create automation dialog.
When you click the + in the automation editor to add a new automation, you will see a new dialog where you can enter what you want your automation to do in natural language. Like: Turn on the lights when I come home
. We will try to convert this into an automation. We will check if you need to specify devices or persons for this automation and ask you for them. You can then check the generated automation in the editor and save it.
Be advised that not all devices are supported yet, and that Almond needs more training for better responses. Check the Almond part for how you can help make Almond better.
Scene editor
Screenshot of the scene editor.
We’re also introducing a scene editor. With the scene editor you can easily store the states of devices in a scene. You simply select the devices (and/or entities if you are in advanced mode) you want to include in your scene and set the states to how you would like them when the scene activates.
To use the scene editor your scene config should be in the file scenes.yaml
in your config directory and included in configuration.yaml
. Every scene should have a unique id for the editor to work.
# scenes.yaml
- id: my_unique_id # <-- Required for editor to work.
name: Romantic
entities:
light.tv_back_light: on
light.ceiling:
state: on
xy_color: [0.33, 0.66]
brightness: 200
Then update your configuration.yaml
to look like this:
# Configuration.yaml example
scene: !include scenes.yaml
In other news
Andrew learned Swift and created a new mini-app for Mac:
Using my new found Swift skills I created a tiny Mac menu bar app to control switches on @home_assistant
— Andrew Jackson (@AndrewCodeChimp) November 18, 2019https://t.co/N7wl2gXd2O
Saves me reaching behind the printer for the awkward power button.
Consider it alpha, I've got a lot to learn on both swift and HA! pic.twitter.com/o6Wm7Le5nm
Our Android app is not the only new app on the block. @tuanha2000vn
And finally, Brad posted a video on Reddit
Users of Xiaomi Vacuum cleaners can now use this great custom Lovelace card:
Wow 😲
— Home Assistant (@home_assistant) November 8, 2019
This custom card for Xiaomi vacuum cleaners allows you to exactly tell what part of the house your vacuum cleaner has to clean 👏https://t.co/NJtrRLKvDZpic.twitter.com/iNOOwt5Wxd
New Integrations
- Add Unifi Led (@florisvdk
- #27475 ) (unifiled docs) (new-integration) - Almond integration (@balloob
- #28282 ) (almond docs) (new-integration) - Speech to Text component (@pvizeli
- #28434 ) (demo docs) (stt docs) (new-integration) - Add WLED integration (@frenck
- #28542 ) (wled docs) (new-integration) - Add azure servicebus notify service (@hfurubotten
- #27566 ) (azure_service_bus docs) (new-integration) - Add pcal9535a integration (@Shulyaka
- #26563 ) (pcal9535a docs) (new-integration)
New Platforms
- Add Huawei LTE mobile data switch support (@scop
- #28188 ) (huawei_lte docs) (new-platform) - Add support for Xiaomi Air Quality Monitor (cgllc.airmonitor.b1) (@fwestenberg
- #27735 ) (xiaomi_miio docs) (new-platform) - Add switches (on/off zones) to geniushub (@castaway
- #28182 ) (geniushub docs) (new-platform) - Add config endpoint for scene (@bramkragten
- #28429 ) (config docs) (homeassistant docs) (new-platform) - Add override switch for juicenet (@jesserockz
- #28049 ) (juicenet docs) (new-platform) - Add SST/TTS support over NC (@pvizeli
- #28527 ) (cloud docs) (stt 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
Backward-incompatible changes
-
Huawei LTE - Configuration has been consolidated below
huawei_lte
. Device tracker no longer uses known_devices.yaml but entity registry. - (@scop- #26675 ) (huawei_lte docs) Example configuration yaml:
huawei_lte: - url: http://192.168.100.1/ username: admin password: something
-
Ikea Tradfri - This removes the battery sensor that was created for the signal repeater. The sensor would never have a state, and after some inspection, it does not look like that device present any valuable metrics. - (@ludeeus
- #28181 ) (tradfri docs) -
UPNP/IGD - All UPNP/IGD sensors are now in one device. You have to remove and re-add the integration to get rid of the previous devices. (@escoand
- #27517 ) (upnp docs) -
PS4 - State
off
is now Statestandby
. Affects user defined scripts, automations, etc. (@ktnrg45- #28261 ) (ps4 docs) -
SSDP -
ssdp
in manifest.json has changed; it is now a list of dicts, and as we now match using the UPnP device description fields directly,device_type
has to be renamed todeviceType
. No included integrations use it at the moment, nor are they broken by this change. If any custom integrations are using it, they need to adjust accordingly. (@scop- #28285 ) (ssdp docs) -
HomematicIP Cloud - The attribute naming between Homematic IP
HmIP-BSM
(light) andHmIP-FSM/HmIP-PSM
(switch) was different and in case of light not correct. The attributes forHmIP-BSM
have been renamed:- energy_counter_kwh –> today_energy_kwh
- power_consumption –> current_power_w
Please check your automations, scripts, scenes, etc., if you are using the old attributes in templates, and replace them with the new ones. - (@SukramJ
- #28271 ) (homematicip_cloud docs) -
Plugwise - Detection of a legacy Anna (firmware 1.8.x) is no longer automatic: owners of a legacy Anna have to provide info in configuration.yaml, the last line. This change was needed to be able to fix issue #26520. - (@bouwew
- #28237 ) (plugwise docs) Example configuration yaml:
climate: - platform: plugwise name: your_device_name password: your_password host: your_anna_ip legacy_anna: true
-
Android TV - The
source
andsources_list
attributes for Fire TV devices will use friendly app names instead of app IDs (e.g., “Netflix” instead of “com.netflix.ninja”). If you are using these attributes in automations, sensors, etc., you will need to update them.- If you are currently checking that the
source
attribute of a Fire TV device is a particular app ID, you have two options:- Check the
app_id
attribute instead - Replace that app ID with the friendly name for the app.
- Check the
- If you are currently checking the
sources_list
attribute, then you will need to check for friendly app names instead of app IDs.
You can still use app IDs for the media_player.select_source service. - (@JeffLIrion
- #28417 ) (androidtv docs) - If you are currently checking that the
-
Homekit - Thermostats supported by the Homekit Controller component were reporting “off” for the running status when the HVAC was powered on but not actively heating or cooling. This
hvac_action
attribute will now properly return “idle” instead of off. Any logic that tests for thehvac_action
condition ofoff
will need to change toidle
. There is no change to any other states. - (@GaryOkie- #28625 ) (homekit_controller docs) -
OpenALPR local - The “alp_bin” option has been corrected to “alpr_bin” as is outlined in the documentation. Users should check their config and update if necessary. (@HexF
- #28746 ) (openalpr_local docs)
Beta Fixes
- Bump ZHA quirks to 0.0.28 (@dmulcahey
- #28750 ) (zha docs) (beta fix) - Updated frontend to 20191114.0 (@bramkragten
- #28768 ) (frontend docs) (beta fix) - Fix account link version check (@balloob
- #28770 ) (cloud docs) (beta fix) - Fix amazon dependency conflicts (@bbrendon
- #28217 ) (amazon_polly docs) (aws docs) (beta fix) - Change unique id for SAJ sensor based on device SN (@fredericvl
- #28663 ) (saj docs) (breaking change) (beta fix) - Fix changing venstar operation_mode (@iamtpage
- #28754 ) (venstar docs) (beta fix) - Fix Repetier integration entity indexing (@MTrab
- #28766 ) (repetier docs) (beta fix) - Fix HomematicIP Cloud Alarm Control Panel support for basic mode (@SukramJ
- #28778 ) (homematicip_cloud docs) (beta fix) - Fix Swisscom empty response received (@LeoCal
- #28782 ) (swisscom docs) (beta fix) - Fix broken postnl sensor (@peternijssen
- #28794 ) (beta fix) - Updated frontend to 20191115.0 (@bramkragten
- #28797 ) (frontend docs) (beta fix) - Fix Comfoconnect errors during startup (@michaelarnauts
- #28802 ) (comfoconnect docs) (beta fix) - Fix miio air quality sensor (@valkjsaaa
- #28828 ) (xiaomi_miio docs) (beta fix) - Update pyatmo to 3.0.1 (@cgtobi
- #28829 ) (netatmo docs) (beta fix) - Updated frontend to 20191118.0 (@bramkragten
- #28852 ) (frontend docs) (beta fix) - Fix documentation URL in failed platform config check (@frenck
- #28814 ) (beta fix) - Fix Synology camera whitelist (@h4de5
- #28822 ) (synology docs) (beta fix) - Fix setting colors while reproducing a lights state (@Santobert
- #28871 ) (light docs) (beta fix) - Updated frontend to 20191119.0 (@bramkragten
- #28875 ) (frontend docs) (beta fix) - Updated frontend to 20191119.1 (@bramkragten
- #28881 ) (frontend docs) (beta fix) - Updated frontend to 20191119.2 (@bramkragten
- #28896 ) (frontend docs) (beta fix) - Fix Almond onboarding url when using cloud (@bramkragten
- #28908 ) (almond docs) (beta fix)
Release 0.102.1 - November 21
- Fix missing Netatmo sensors (@cgtobi
- #28899 ) (netatmo docs) - Updated frontend to 20191119.5 (@bramkragten
- #28925 ) (frontend docs) - Fix Plex startup race condition #28934 @jjlawren
Release 0.102.2 - November 24
- Fix Plex setup race condition v2 (@jjlawren
- #28943 ) (plex docs) - Fix ikea lights on deconz (@pvizeli
- #28949 ) (deconz docs) - Fix manual config (@cgtobi
- #28956 ) (netatmo docs) - Fix temp not being reported properly (@shred86
- #28973 ) (abode docs) - Updated frontend to 20191119.6 (@bramkragten
- #28996 ) (frontend docs) - Alexa gracefully handle climate devices without presets (@frenck
- #29010 ) (alexa docs)
Release 0.102.3 - November 29
- Fix smartthings cloud webhook (@bramkragten
- #29219 ) (smartthings docs)
All changes
- Cover all possible values for venstar operation_mode (@iamtpage
- #27949 ) (venstar docs) - Add onvif local datetime support (@djpremier
- #26656 ) (onvif docs) - Fix Venstar formatting to restore clean CI (@kennedyshead
- #28171 ) (venstar docs) - Add Unifi Led (@florisvdk
- #27475 ) (unifiled docs) (new-integration) - Modernize Huawei LTE (@scop
- #26675 ) (huawei_lte docs) (breaking change) - Use latest withings_api module (@vangorra
- #27817 ) (withings docs) - Tradfri config flow enhancements (@ludeeus
- #28179 ) (tradfri docs) - Add stop feature to tradfri covers (@ludeeus
- #28180 ) (tradfri docs) - Fix tzinfo type for onvif component (@djpremier
- #28178 ) (onvif docs) - Adding device_class to samsungtv (@kennedyshead
- #28168 ) (samsungtv docs) - Bump python-slugify to 4.0.0 (@BKPepe
- #28186 ) - Removes unwanted tradfri battery sensor (@ludeeus
- #28181 ) (tradfri docs) (breaking change) - Huawei LTE sensor metadata update (@scop
- #28187 ) (huawei_lte docs) - Add Samsung TV automatic protocol detection (@escoand
- #27492 ) (samsungtv docs) - [homematic]Pass channel to light color functions (@guillempages
- #27306 ) (homematic docs) - [homematic]Add support for HmIP-BSL LEDs (@guillempages
- #27307 ) (homematic docs) - move hass-frontend import back down (@gngj
- #28203 ) (frontend docs) - Address post-merge coolmaster config flow code review (@OnFreund
- #28163 ) (coolmaster docs) - Add presentation URL to SSDP discovery info (@scop
- #28196 ) (ssdp docs) - Change Alexa default display category based on media_player device_class (@ochlocracy
- #28191 ) (alexa docs) - Add device condition support for media_player (@shmooey
- #28161 ) (media_player docs) - Add device condition support for device_tracker (@shmooey
- #28190 ) (device_tracker docs) - Increased python-eq3bt version to latest (0.1.11) (@Poeschl
- #28175 ) (eq3btsmart docs) - Add support for supportedOperations to Alexa.PlaybackController (@ochlocracy
- #28212 ) (alexa docs) - Improved Alexa ThermostatController thermostatMode handling (@ochlocracy
- #28176 ) (alexa docs) - Add additional device conditions to cover (@emontnemery
- #27830 ) (cover docs) - Implement Alexa.PlaybackStateReporter Interface for alexa (@ochlocracy
- #28215 ) (alexa docs) - Add cloud account linking support (@balloob
- #28210 ) (cloud docs) (somfy docs) - Add Huawei LTE mobile data switch support (@scop
- #28188 ) (huawei_lte docs) (new-platform) - Upgrade speedtest-cli to 2.1.2 (@fabaff
- #28216 ) - Add available state to unifiled integration (@florisvdk
- #28189 ) (unifiled docs) (new-integration) - Update praw to 6.4.0 (@fabaff
- #27324 ) (reddit docs) - Suppress traceback (fixes #28243) (@fabaff
- #28262 ) (iss docs) - Add charset to imap component. (@ZiroNL
- #28258 ) (imap docs) - Reorg and test attributes for HomematicIP Cloud (@SukramJ
- #28234 ) (homematicip_cloud docs) - Add support for Xiaomi Air Quality Monitor (cgllc.airmonitor.b1) (@fwestenberg
- #27735 ) (xiaomi_miio docs) (new-platform) - Add transmission info about torrents that is accessible with templating (@JPHutchins
- #27111 ) (transmission docs) - More header cleanup for websocket proxy (@pvizeli
- #28288 ) (hassio docs) - Bump avea to 1.4 (@pattyland
- #28287 ) (avea docs) - Remove GTT component (@eliseomartelli
- #28286 ) - Hue: Create new config flow when auth is lost (@bramkragten
- #28204 ) (hue docs) - Revert “More header cleanup for websocket proxy (#28288)” (@pvizeli
- #28293 ) (hassio docs) - Add support for Somfy Garage door Rollixo IO DiscreteGarageOpenerIOComponent in Tahoma component (@yjajkiew
- #28291 ) (tahoma docs) - Type hint improvements (@scop
- #28260 ) - Add more iaqualink entity properties, fix timeout issues (@flz
- #28236 ) (iaqualink docs) - Add keyboard_remote trigger on multiple event types and emulate key hold events (@bendavid
- #27761 ) (keyboard_remote docs) - Remove blocking I/O from the event loop (@syssi
- #28305 ) (xiaomi_miio docs) - Use dict[key] for required config keys (@syssi
- #28304 ) (xiaomi_miio docs) - Bump black to 19.10b0 (@frenck
- #28310 ) (androidtv docs) (envirophat docs) (hangouts docs) (here_travel_time docs) - Add source constants for all config entry discovery sources (@frenck
- #28311 ) - Almond integration (@balloob
- #28282 ) (almond docs) (new-integration) - Bump pre-commit to 1.20.0 (@frenck
- #28313 ) - Bump youtube_dl to 2019.10.29 (@frenck
- #28312 ) (media_extractor docs) - Add description for arlo.update service (@PixelJonas
- #28270 ) - Bump pytest to 5.2.2 (@cgtobi
- #28230 ) - Add services description for sabnzbd component (@karouf
- #28252 ) - Clean up Xiaomi Air Quality Monitor support (cgllc.airmonitor.b1) (@syssi
- #28301 ) (xiaomi_miio docs) - allow multiple heaters per incomfort gateway (@zxdavb
- #28324 ) (incomfort docs) - Add OAuth2 config flow scaffold (@balloob
- #28220 ) - Add services.yaml to local_file component. (@ZiroNL
- #28330 ) - Add device triggers to cover (@emontnemery
- #28063 ) (automation docs) (cover docs) - Flux log with debug instead of info (@Santobert
- #28352 ) (flux docs) - Add modelnumber for ecobee4 (@marthoc
- #28278 ) (ecobee docs) - Fill services.yaml for duckdns (@gngj
- #28248 ) - Implement Alexa.SeekController Interface for media_player in Alexa (@ochlocracy
- #28299 ) (alexa docs) - Don’t set entity_id in ZHA entities (@Adminiuga
- #28362 ) (zha docs) - Update withings-api to avoid data parsing bugs. (@vangorra
- #28382 ) (withings docs) - Add services.yaml to onvif component (@ZiroNL
- #28349 ) - Fix Telegram Bot (@Anonym-tsk
- #28369 ) - Fill services.yaml for squeezebox (@gngj
- #28247 ) - Add file list to attributes of folder sensor (@thoscut
- #28338 ) (folder docs) - Show all UPNP/IGD sensors in one device (@escoand
- #27517 ) (upnp docs) (breaking change) - fix feedreader handling unrecognized published date (@exxamalte
- #28225 ) (feedreader docs) - Introduce SUPPORT_COLOR_TEMP for flux_led component (@yeralin
- #26692 ) (flux_led docs) - Upgrade thingspeak to 1.0.0 (@fabaff
- #28424 ) (thingspeak docs) - Upgrade attrs to 19.3.0 (@fabaff
- #28421 ) - Add a Services YAML for the Dominos integration (#27289) (@Schoonology
- #28339 ) - Upgrade pysnmp to 4.4.12 (@fabaff
- #28428 ) (snmp docs) - Bump pyEight library to 0.1.2 to update API URL (@mezz64
- #28413 ) (eight_sleep docs) - Use defined device class constants for Homematic (@SukramJ
- #28438 ) (homematic docs) - Add improved scene support to the alarm_control_panel integration (@Santobert
- #28269 ) (alarm_control_panel docs) - Add improved scene support to the water_heater integration (@Santobert
- #28277 ) (demo docs) (water_heater docs) - deCONZ - Add Xiaomi Aqara Cube device trigger support (@Kane610
- #27548 ) (deconz docs) - deCONZ - Support creating battery sensor when reported (@Kane610
- #27538 ) (deconz docs) - deCONZ - Improve discovery logging (@Kane610
- #28452 ) (deconz docs) - Add scene.create service (@Santobert
- #28300 ) (homeassistant docs) - Update MQTT sensor test (@fabaff
- #28449 ) - Change ps4 state off to state standby (@ktnrg45
- #28261 ) (ps4 docs) (breaking change) - Fix inability to transition between specific presets in Venstar component (@nkaminski
- #28238 ) (venstar docs) - pre-commit: ship default and full configs (@scop
- #28463 ) - SSDP matching improvements (@scop
- #28285 ) (ssdp docs) (breaking change) - Bump env_canada to 0.0.30 (@michaeldavie
- #28487 ) (environment_canada docs) - Fixing #27722 Watson TTS platform (sdk upgrade) (@rutkai
- #28468 ) (watson_tts docs) - Use integration name in docstring (@fabaff
- #28445 ) - Handle Huawei LTE timeouts (@scop
- #28465 ) (huawei_lte docs) - Fix flaky Samsung TV tests (@escoand
- #28503 ) - Always provide brightness value (@elupus
- #28228 ) (google_assistant docs) - Fix flaky YesssSMS tests on debug messages (@escoand
- #28506 ) - Import CancelledError from asyncio, not .futures (@scop
- #28511 ) (bluesound docs) - Don’t use deprecated encoding to json.loads (@scop
- #28509 ) - Update Vivotek component stream source (@HarlemSquirrel
- #27941 ) (vivotek docs) - Don’t fail tox pylint if PYLINT_ARGS is not set (@scop
- #28403 ) - Upgrade pillow to 6.2.1 (@fabaff
- #28442 ) (image_processing docs) (proxy docs) (qrcode docs) - Add dump config service to HomematicIP Cloud (@SukramJ
- #28231 ) (homematicip_cloud docs) - Upgrade TwitterAPI to 2.5.10 (@fabaff
- #28401 ) (twitter docs) - Replace Netatmo CO2 sensor icon (@tlrobinson
- #28520 ) (netatmo docs) - Imports twitch (@fabaff
- #28517 ) (twitch docs) - Upgrade paho-mqtt to 1.5.0 (@fabaff
- #28423 ) (mqtt docs) (shiftr docs) - Upgrade jinja2 to >=2.10.3 (@fabaff
- #28422 ) - iaqualink: better handling of failures (@flz
- #28514 ) (iaqualink docs) - Add services description for ness alarm (@tefinger
- #28250 ) - Add information to IFTTT services.yaml (@PixelJonas
- #28385 ) - Expose set auto mode for all Dyson fans (@soraxas
- #28488 ) (dyson docs) - Add compatibility for other STBY Codes (@soundstorm
- #28478 ) (pioneer docs) - Remove legacy reproduce state (@balloob
- #28458 ) - Align attribute naming between light and switch for HomematicIP Cloud (@SukramJ
- #28271 ) (homematicip_cloud docs) (breaking change) - Enable transition time for HmIP-BSL - HomematicIP Cloud (@SukramJ
- #28201 ) (homematicip_cloud docs) - Speech to Text component (@pvizeli
- #28434 ) (demo docs) (stt docs) (new-integration) - Add switches (on/off zones) to geniushub (@castaway
- #28182 ) (geniushub docs) (new-platform) - Cleanup Device Registry on Z-Wave Node Removal (@cgarwood
- #28240 ) (zwave docs) - Support Huawei LTE SSDP discovery (@scop
- #28214 ) (huawei_lte docs) - Fire an event when nzbget download completes (@chriscla
- #27763 ) (nzbget docs) - Add heating_type for ViCare integration (@crazyfx1
- #27296 ) (vicare docs) - Bump version for asuswrt to 1.1.22 (@kennedyshead
- #28322 ) (asuswrt docs) - Add config endpoint for scene (@bramkragten
- #28429 ) (config docs) (homeassistant docs) (new-platform) - Update ephember library version (@ttroy50
- #28507 ) (ephember docs) - Checking state before actually sending a new state change. Some projectors return ERR if you try to turn off a projector that’s already off. (@mflage
- #28529 ) (pjlink docs) - rate is a separate word (@balloob
- #28535 ) (demo docs) (stt docs) - Update Plugwise (@bouwew
- #28237 ) (plugwise docs) (breaking change) - Improve scene.create service (@Santobert
- #28533 ) (homeassistant docs) - Reduce test requirements duplication, sync flake8 and related (@scop
- #28538 ) - Avoid drawing image_processing font text inside the bow line (@snowzach
- #27796 ) (image_processing docs) - Add override switch for juicenet (@jesserockz
- #28049 ) (juicenet docs) (new-platform) - Move imports in samsungtv component (@Quentame
- #27775 ) (samsungtv docs) - Try fix tests (@pvizeli
- #28470 ) - Add additional support over NC (@pvizeli
- #28527 ) (cloud docs) (stt docs) (new-platform) - Bump pytile and re-order imports (@bachya
- #28570 ) (tile docs) - Update nextbus stop tag to accept strings (@Grodesh
- #27765 ) (nextbus docs) - Bump adb-shell to 0.0.8 (@JeffLIrion
- #28582 ) - Fix Doods error when detection labels are specified in list form (@snowzach
- #28574 ) (doods docs) - Upgrade youtube_dl to 2019.11.05 (@BKPepe
- #28578 ) (media_extractor docs) - Reset states when connection to MPC-HC is lost (@temeteke
- #27541 ) (mpchc docs) - Add mqtt temp_low/high_template in SCHEMA_BASE (@kevinkk525
- #28257 ) (mqtt docs) - Add Netatmo camera services (@ssenart
- #27970 ) (netatmo docs) - Fix token sent to Almond Web (@balloob
- #28584 ) (almond docs) - Update to latest Somfy changes (@balloob
- #28207 ) (somfy docs) - Always run flake8 through pre-commit, and with doctests (@scop
- #28490 ) - Handle exceptions from PyViCare library (@oischinger
- #28536 ) (vicare docs) - Add WLED integration (@frenck
- #28542 ) (wled docs) (new-integration) - update to latest integration library version (@exxamalte
- #28597 ) (geonetnz_quakes docs) - Upgrade greeneye_monitor to 1.0.1 (@jkeljo
- #28600 ) (greeneye_monitor docs) - Add device actions to vacuum (@balloob
- #28554 ) (device_automation docs) (vacuum docs) - Add device action to fan (@balloob
- #28550 ) (device_automation docs) (fan docs) - Add lock device triggers (@balloob
- #28547 ) (device_automation docs) (lock docs) - Add fan device trigger (@balloob
- #28545 ) (device_automation docs) (fan docs) - Fix simple typo: unhasable -> unhashable (@timgates42
- #28605 ) - Add device triggers to vacuum (@balloob
- #28548 ) (automation docs) (device_automation docs) (vacuum docs) - Fix demo TTS (@bramkragten
- #28608 ) (demo docs) - Add climate device actions (@balloob
- #28552 ) (climate docs) (device_automation docs) - Add azure servicebus notify service (@hfurubotten
- #27566 ) (azure_service_bus docs) (new-integration) - Add climate device triggers (@balloob
- #28544 ) (automation docs) (climate docs) (device_automation docs) (homekit docs) - Add fan device condition (@balloob
- #28549 ) (device_automation docs) (fan docs) - Add vacuum device conditions (@balloob
- #28551 ) (device_automation docs) (vacuum docs) - Add cool mode to HomematicIP climate (@SukramJ
- #28525 ) (homematicip_cloud docs) - Add device conditions to climate (@balloob
- #28553 ) (device_automation docs) - Add support for conversation ID (@balloob
- #28620 ) (almond docs) (conversation docs) - Match ALARM in NUT UPS status message (@bwarden
- #28591 ) (nut docs) - Use friendly app names for Fire TV sources (@JeffLIrion
- #28417 ) (androidtv docs) (breaking change) - Add Huawei LTE device registry support (@scop
- #28594 ) (huawei_lte docs) - Fix generic_thermostat too_hot/too_cold (@akasma74
- #27860 ) (generic_thermostat docs) - Add switch platform to WLED integration (@frenck
- #28606 ) (wled docs) (new-platform) - Add TT WS API (@balloob
- #28599 ) (cloud docs) (websocket_api docs) - Add turn_on/off to tfiac (@fredrike
- #27712 ) (tfiac docs) - Fix issue with multiple Netatmo home coach devices (@cgtobi
- #28407 ) (netatmo docs) - Add attribution and onboarding commands to conversation and Almond (@bramkragten
- #28621 ) (almond docs) (conversation docs) - Updated frontend to 20191108.0 (@bramkragten
- #28638 ) (frontend docs) - Bump ZHA quirks version (@dmulcahey
- #28636 ) (zha docs) - Move imports in xiaomi_miio (@Misiu
- #27773 ) (xiaomi_miio docs) - Added support for multiple SAJ solar inverters (@fredericvl
- #28612 ) (saj docs) - Add support for Heat Mode detection for ecobee Heat Pumps (@arigit
- #28273 ) (ecobee docs) - Fix unhandled exception when Swisscom Internet Box is not responsive (@LeoCal
- #28618 ) (swisscom docs) - Add pcal9535a integration (@Shulyaka
- #26563 ) (pcal9535a docs) (new-integration) - Add bluesound speaker group attribute (@bluestripe
- #28142 ) (bluesound docs) - Fix xiaomi vacuum tests (@MartinHjelmare
- #28658 ) - Add sensor platform to WLED integration (@frenck
- #28632 ) (wled docs) (new-platform) - Upgrade bimmer_connected to 0.6.2 (@gerard33
- #28651 ) (bmw_connected_drive docs) - verisure autolock service (@persandstrom
- #27366 ) (verisure docs) - Skip updating idle Plex clients (@jjlawren
- #28664 ) (plex docs) - Hue: store current sensor entities by bridge (@bramkragten
- #28679 ) (hue docs) - #28645: Bump up zm-py to 0.4.0 (@rohankapoorcom
- #28681 ) (zoneminder docs) - Add codeowner for lutron integration (@JonGilmore
- #28682 ) (lutron docs) - Add xiaomi_miio chuangmi.plug.hmi206 (@rytilahti
- #28688 ) (xiaomi_miio docs) - Add Lutron hybrid keypad raise/lower buttons (@kevineriklee
- #28674 ) (lutron docs) - Allow icons to be masked (@bramkragten
- #28692 ) (frontend docs) - fix typo in comments (@basnijholt
- #28694 ) - Add config flow tests for OwnTracks (@Quentame
- #28644 ) (owntracks docs) - Update Homekit climate.py to remap current mode (@GaryOkie
- #28625 ) (homekit_controller docs) (breaking change) - Bump up ZHA dependencies. (@Adminiuga
- #28711 ) (zha docs) - Ensure SimpliSafe alarm control panels can return from being offline (@bachya
- #28710 ) (simplisafe docs) - Bump plexapi to 3.3.0 (@jjlawren
- #28709 ) (plex docs) - Update binary_sensor.py (@effelle
- #28707 ) (mqtt docs) - Allow preset boost for Homematic IP Cloud power switches (@SukramJ
- #28713 ) (homematicip_cloud docs) - Upgrade discogs_client to 2.2.2 (@fabaff
- #28723 ) (discogs docs) - Fix Here Travel Time unable to find entity on startup (@eifinger
- #27237 ) (here_travel_time docs) - Use library method for season number (@jjlawren
- #28708 ) (plex docs) - Remove choice word when Almond has choices (@balloob
- #28725 ) (almond docs) - ESPHome fix missing state in certain circumstances (@OttoWinter
- #28729 ) (esphome docs) - Set up Almond Web to connect to HA (@balloob
- #28603 ) (almond docs) - version bump pypoint (@fredrike
- #28737 ) (point docs) - Upgrade async_upnp_client==0.14.12 (@StevenLooman
- #28733 ) (dlna_dmr docs) (upnp docs) - Add device classes to weather sensors. (@davet2001
- #28512 ) - Upgrade psutil to 5.6.5 (@fabaff
- #28717 ) (systemmonitor docs) - Travis and tox config improvements (@scop
- #28667 ) - Correct openalpr_local config option name (@HexF
- #28746 ) (openalpr_local docs) (breaking change) - Bump ZHA quirks to 0.0.28 (@dmulcahey
- #28750 ) (zha docs) (beta fix) - Updated frontend to 20191114.0 (@bramkragten
- #28768 ) (frontend docs) (beta fix) - Fix account link version check (@balloob
- #28770 ) (cloud docs) (beta fix) - Fix amazon dependency conflicts (@bbrendon
- #28217 ) (amazon_polly docs) (aws docs) (beta fix) - Change unique id for SAJ sensor based on device SN (@fredericvl
- #28663 ) (saj docs) (breaking change) (beta fix) - Fix changing venstar operation_mode (@iamtpage
- #28754 ) (venstar docs) (beta fix) - Fix Repetier integration entity indexing (@MTrab
- #28766 ) (repetier docs) (beta fix) - Fix HomematicIP Cloud Alarm Control Panel support for basic mode (@SukramJ
- #28778 ) (homematicip_cloud docs) (beta fix) - Fix Swisscom empty response received (@LeoCal
- #28782 ) (swisscom docs) (beta fix) - Fix broken postnl sensor (@peternijssen
- #28794 ) (beta fix) - Updated frontend to 20191115.0 (@bramkragten
- #28797 ) (frontend docs) (beta fix) - Fix Comfoconnect errors during startup (@michaelarnauts
- #28802 ) (comfoconnect docs) (beta fix) - Fix miio air quality sensor (@valkjsaaa
- #28828 ) (xiaomi_miio docs) (beta fix) - Update pyatmo to 3.0.1 (@cgtobi
- #28829 ) (netatmo docs) (beta fix) - Updated frontend to 20191118.0 (@bramkragten
- #28852 ) (frontend docs) (beta fix) - Fix documentation URL in failed platform config check (@frenck
- #28814 ) (beta fix) - Fix Synology camera whitelist (@h4de5
- #28822 ) (synology docs) (beta fix) - Fix setting colors while reproducing a lights state (@Santobert
- #28871 ) (light docs) (beta fix) - Updated frontend to 20191119.0 (@bramkragten
- #28875 ) (frontend docs) (beta fix) - Updated frontend to 20191119.1 (@bramkragten
- #28881 ) (frontend docs) (beta fix) - Updated frontend to 20191119.2 (@bramkragten
- #28896 ) (frontend docs) (beta fix) - Fix Almond onboarding url when using cloud (@bramkragten
- #28908 ) (almond docs) (beta fix)