0.108: Logos, Area Pages, Lovelace Entity Card, Lovelace Map History
Before we talk about anything that matches the title of this blog post:
On behalf of everybody working on the Home Assistant project, we hope you, your family and loved ones are safe and remain healthy during this pandemic. Our thoughts are with everyone that has been deeply affected by the current situation.
Stay strong, keep distance from each other, wash your hands and stay safe.
❤️
We made it all up to 0.107.7 the previous release, 7! patch releases.
Some have noticed and commented on the fact we do a lot more patch releases the past months, which is correct. This is not because everything was shipped in a broken state, but we are trying to ship any bug fix to you as soon as possible! Just so you don’t have to wait 3 weeks for something to get fixed.
So let’s talk about the elephant in the room: Home Assistant Core 0.108!
Martin Hjelmare & Ashton Lafferty join Nabu Casa
We want to start by announcing Martin Hjelmare
Martin is a core team member for a long time, and initially started out contributing to the project by his work on the MySensors integration back in Home Assistant 0.11 (2016)! Most contributors to Home Assistant, will know Martin for his endless patience on the incredible code reviews he does.
Furthermore, Ashton Lafferty (cogneato) has been working some hours for Nabu Casa, to help out with things like support. Most of you probably know him from that already, as he is very active in helping out on our Discord server.
We are happy to announce that Ashton will now join Nabu Casa full-time as well!
Congratulations Martin and Ashton! 🎉
Integration logos & icons
We have created a new repository
In 0.108, we made a start on using the content from this repository in the Home Assistant frontend. The device information page got a layout update and the integrations page as well.
These pages will now show the icons and logos matching the integration.
Device information page showing the Hue logo.
Looking for a way to contribute to the Home Assistant project?
We still are missing a lot of images; So we are
calling out for help
Many integrations now available to set up from the UI
It is absolutely amazing to see all the upgraded integrations this release! Many contributors have gone out and added support to a lot of integrations to allow them to be configured via the Home Assistant frontend.
Not all of them were ready in time for this release; nevertheless, the list is amazing already:
-
Freebox, done by @Quentame
-
Monoprice, done by @OnFreund
-
Roku, done by @ctalkington
-
Doorbird, done by @bdraco
-
Elk-M1 Control, done by @bdraco
-
Logitech Harmony, done by @bdraco
-
MyQ, done by @bdraco
-
Network UPS Tools (NUT), done by @bdraco
-
NuHeat, done by @bdraco
-
Rachio, done by @bdraco
Yes, @bdraco
Lovelace Map history
Maybe not very useful during home quarantine, but a very cool feature for when
we are allowed to get out of our homes again.
@Hoytron
Screenshot of the map card with history.
New Lovelace card: Entity
@zsarnett
Screenshot of the entity card.
Area configuration page
We added an overview page for your areas. On this page you can see all the devices in the area, but also the automations, scenes and scripts that affect that area.
Screenshot of the area config page.
Horizontal stack now handles different heights better
When creating a Horizontal stack, the cards in the stack don’t always line up nicely. This has been adjusted. Horizontal stacks now deal better with the difference in heights of the cards on the stack.
Before and after screenshot for the Horizontal Stack improvements.
Other noteworthy changes
-
“Alexa, show the front door camera.” 😲 Alexa now has support for Cameras, thanks @ochlocracy
! -
Selecting your default Lovelace dashboard has been moved to the user profile page.
-
A lot of configuration pages are migrated to data tables, this means you can now search in your automations, scenes, scripts, users and areas.
-
Lovelace cards in panel views can now also be edited with the UI editor.
-
The graph from the sensor card is now also available as a footer for the entities and entity card.
-
The Markdown card has a new
user
variable that can be used to display the currently logged in user. -
With the ZHA Zigbee integration, Zigbee groups now dynamically create entities for lights, switches and fans that are grouped together. This enables near-simultaneous control over a large group of lights allowing them to turn on or off at the exact same time. Thank you @dmulcahey
! -
Cameras added using the ONVIF integration now automatically use the still images provided by the camera, instead of Home Assistant generating one. Nice work @roleoroleo
! -
WLED got quite a few internal upgrades, has added new Wi-Fi sensors and now has a service to control the effects of your WLED device.
-
Docker images for Home Assistant are now using Jemalloc, to reduce memory fragmentation and speed up memory allocation. So, less memory and generally a faster Home Assistant.
New Integrations
- Add Powerwalls integration (@bdraco
- #32851 ) (powerwall docs) (new-integration) - Add Nexia thermostat support (Trane / American Standard) (@bdraco
- #32826 ) (nexia docs) (new-integration) - Add pvpc electricity prices integration (@azogue
- #32092 ) (pvpc_hourly_pricing docs) (new-integration) - Add support for Bosch BMP280 Sensor (@belidzs
- #30837 ) (bmp280 docs) (new-integration) - Add Nextcloud Integration (@meichthys
- #30871 ) (nextcloud docs) (new-integration) - Add integration for Schluter (@prairieapps
- #31088 ) (schluter docs) (new-integration) - Add Internet Printing Protocol (IPP) integration (@ctalkington
- #32859 ) (ipp docs) (new-integration)
New Platforms
- Add support for nexia automations (@bdraco
- #33049 ) (nexia docs) (new-platform) - Add support for occupancy/vacancy groups in Lutron Caseta component (@swails
- #33032 ) (lutron_caseta docs) (new-platform) - Fire events for hue remote buttons pressed (@azogue
- #33277 ) (hue docs) (new-platform) - Add binary sensor for myq gateway connectivity (@bdraco
- #33423 ) (myq docs) (new-platform)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Experiencing issues introduced by this release? Please report them in our issue tracker
Backward-incompatible changes
-
Lovelace themes - We discovered our theme logic was wrong, when you didn’t specify a theme for a Lovelace card or view. It would default to the backend selected theme, even when your local theme was different, or your view had a different theme. To fix this we removed the options
default
andBackend selected
from the Lovelace theme selection, and when there is not theme selected it will not set a theme. This will make sure the element has the same theme as its parent. -
Freebox - Freebox is now available as an integration from the Integrations UI! You will need to re-authorize Home Assistant to access the Freebox router. - (@Quentame
- #30334 ) (freebox docs) -
UniFi - Manual configuration has been deprecated as the UI integration now supports all of the previous available options and more. Your existing YAML configuration has previously been imported so just remove it. - (@Kane610
- #32699 ) (unifi docs) -
Emulated Hue - The
emulated_hue
andemulated_hue_hidden
attributes have been deprecated. Use the existingentities
hidden
configuration instead. - (@bdraco- #32718 ) (emulated_hue docs) Example YAML configuration:
emulated_hue: host_ip: 192.168.1.186 listen_port: 8300 advertise_ip: 10.0.0.10 advertise_port: 8080 off_maps_to_on_domains: - script - scene expose_by_default: true exposed_domains: - light entities: light.bedroom_light: name: "Bedside Lamp" light.ceiling_lights: hidden: true
-
Roku - Roku is now available as an integration from the integrations UI! The
roku_scan
service has been removed in favor of discovery viassdp
. - (@ctalkington- #31988 ) (roku docs) -
MQTT - Deprecated features from MQTT platforms are now removed. - (@emontnemery
- #32909 ) (mqtt docs) - For MQTT lights setup through MQTT discovery, it’s no longer possible to specify schema with
platform
configuration variable. Instead, schema must be specified by theschema
configuration variable. - For MQTT
alarm_control_panel
, MQTTbinary_sensor
and MQTTsensor
set up through MQTT discovery: The undocumented implicit setting ofstate_topic
is no longer supported. Instead,state_topic
must be explicitly set. - Support for
json_attributes
is removed from MQTT sensor,json_attributes_topic
should be used instead.
- For MQTT lights setup through MQTT discovery, it’s no longer possible to specify schema with
-
Harmony - Harmony is now available as an integration from the Integrations UI! The YAML configuration now requires a host/ip. - (@bdraco
- #32919 ) (harmony docs) Example YAML configuration:
remote: - platform: harmony name: Bedroom host: 10.168.1.13
-
Sonos - Sonos attributes have been cleaned up for radio streams. - (@amelchio
- #33063 ) (sonos docs) - Sonos entities playing radio streams used to merge the radio name, the artist and the song name into two attributes. They now have
media_artist
andmedia_title
attributes that match the playing music (when available). - Radio station artwork is no longer available for Sonos entities in polling mode (i.e., on a network separate to the network Home Assistant is on).
- Sonos entities playing radio streams used to merge the radio name, the artist and the song name into two attributes. They now have
-
Monoprice - Monoprice is now available as an integration from the UI! Please remove the configuration from YAML and add the Monoprice integration from the Integrations page. - (@OnFreund
- #30337 ) (monoprice docs) -
Lutron Caseta - As a result of some cleanup, the
Device ID
andZone ID
attributes of Lutron Caseta devices have been renamed todevice_id
andzone_id
to match the convention of the rest of Home Assistant. If you have any automations that reference these attributes, they will need to be updated. - (@swails- #33144 ) (lutron_caseta docs) -
NuHeat - NuHeat is now available as an integration from the UI! The previous service has been removed and is now handled by
set_hvac_mode
(climate 1.0). - (@bdraco- #32885 ) (nuheat docs) -
ElkM1 - ElkM1 is now available as an integration from the UI! An auto configure mode has been introduced which avoids the need to setup the complex include and exclude filters. This functionality still exists when configuring from YAML for power users who want more control over which entities elkm1 generates. As entity IDs can now be changed, the
alarm_control_panel
attributechanged_by_entity_id
is nowchanged_by_keypad
and will show the name of the Elk keypad instead of the entity ID. - (@bdraco- #33297 ) (elkm1 docs) -
HmIP - After HmIP Cloud Maintanance (17.3.2020) it’s possible to define labels for each channel of a multi device. If the labels of a multi channel device have been changed in the native Homemamtic IP Cloud App, then the entity names will change accordingly. - (@SukramJ
- #32925 ) (homematicip_cloud docs) -
Slack - The Slack integration got an overhaul and added support for async and Slack’s Block Kit. As the YAML configuration schema for this integration has changed, please be sure to read the documentation. Additionally, because it represents an unacceptable security risk, remote files (i.e., those that do not exist in a whitelisted directory local to Home Assistant) can no longer be sent to Slack via this integration. - (@bachya
- #33287 ) (slack docs) Example YAML configuration:
notify: - platform: slack api_key: !secret slack_api_key default_channel: "#home-assistant"
-
Network UPS Tools (NUT) - The NUT integration is now available as an integration from the UI! (@bdraco
- #33457 ) (nut docs) (breaking change) The following sensors are no longer supported:
ups.time
ups.date
ups.model
ups.mfr
ups.mfr.date
ups.serial
ups.vendorid
ups.productid
ups.firmware
ups.firmware.aux
Farewell to the following
- Alarm.com
- Mopar
These integrations have been removed. The websites for both have changed, causing the integrations to break because they relied on web scraping, which is no longer allowed (ADR-0004). - (@frenck
Release 0.108.1 - April 8
- Speed up TP-Link lights (@balloob
- #33606 ) (tplink docs) - Update sensor.py (@danbishop
- #33788 ) (octoprint docs) - Bump pylutron-caseta version to 0.6.1 (@swails
- #33815 ) (lutron_caseta docs) - Update to pyipp==0.9.1 (@ctalkington
- #33819 ) (ipp docs) - Fix unhandled exception in Recollect Waste (@bachya
- #33823 ) (recollect_waste docs) - Fix modbus transaction response (@janiversen
- #33824 ) (modbus docs) - Fix kef DSP_SCAN_INTERVAL timedelta (@basnijholt
- #33825 ) (kef docs) - Fix Doorbird yaml import aborted if discovery finds it first (@bdraco
- #33843 ) (doorbird docs) - Bump up ZHA dependencies (@Adminiuga
- #33856 ) (zha docs) - Fix vizio bug that occurs when CONF_APPS isn’t in config entry… (@raman325
- #33857 ) (vizio docs) - TTS: Wait till files are created in tests (@balloob
- #33760 ) (tts docs) - Fix last flaky TTS test (@balloob
- #33849 ) (tts docs)
Release 0.108.2 - April 9
- Improve Plex debounce/throttle logic (@jjlawren
- #33805 ) (plex docs) - Update aioswitcher (@balloob
- #33821 ) (switcher_kis docs) - Fix nextcloud sensor mappings (@L-Henke
- #33840 ) (nextcloud docs) - Check status code on onvif snapshot (@balloob
- #33865 ) (onvif docs) - Fix Monoprice robustness (@OnFreund
- #33869 ) (monoprice docs) - Fix modbus default delay (@janiversen
- #33877 ) (modbus docs) - Updated frontend to 20200407.2 (@bramkragten
- #33891 ) (frontend docs) - Fix onvif consistent return (@balloob
- #33898 ) (onvif docs) - Modbus: isolate common test functions (@janiversen
- #33447 ) - Fix Modbus review comments (@janiversen
- #33755 ) (modbus docs) - Rename domain import in modbus (@janiversen
- #33906 ) (modbus docs) - Fix tplink HS220 dimmers (@bdraco
- #33909 ) (tplink docs) - Exclude access token from host info updates in Konnected config flow (@kit-klein
- #33912 ) (konnected docs) - Bump pyvizio version for vizio (@raman325
- #33924 ) (vizio docs) - Fix tplink HS220 dimmers (round 2) (@bdraco
- #33928 ) (tplink docs) - Guard IPP against negative ink levels (@ctalkington
- #33931 ) (ipp docs) - Remove print() from Bayesian Binary Sensor (@carlos-sarmiento
- #33916 ) (bayesian docs)
Release 0.108.3 - April 10
- Fix Onvif Camera that does not have SnapshotUri such as Sricam (@Minims
- #33902 ) (onvif docs) - Make homekit aware of DEVICE_CLASS_GATE (@bdraco
- #33936 ) (homekit docs) - Fix powerwall units (kW) (@bdraco
- #33954 ) (powerwall docs) - Fix turning off/on light groups in homekit (@Knapoc
- #33965 ) (homekit docs) - Update pyipp to 0.9.2 (@ctalkington
- #33967 ) (ipp docs) - Handle 304 http responses in nexia (@bdraco
- #33972 ) (nexia docs) - Fix shutdown timeout and make it upstream with Supervisor (@pvizeli
- #33973 ) - Cleanup ZHA group entity lifecycle (@dmulcahey
- #33977 ) (zha docs) - Exclude non thermostats from being detected by nexia (@bdraco
- #33979 ) (nexia docs) - Use zeroconf UUID if not available via IPP properties (@ctalkington
- #33991 ) (ipp docs)
Release 0.108.4 - April 13
- Fix #33995 Use “now” if departure is None (@eifinger
- #34017 ) (here_travel_time docs) - Fix nexia fan and hold modes for XL824 thermostats (@bdraco
- #34042 ) (nexia docs) - Handle all zero serial numbers in NUT (@bdraco
- #34045 ) (nut docs) - UniFi - Fix unit of measurement from B to MB (@Kane610
- #34091 ) (unifi docs) - Fix Daikin sensor temperature_unit & cleanup (@fredrike
- #34116 ) (daikin docs) - Bump pyIntesisHome to 1.7.3 (@jnimmo
- #34125 ) (intesishome docs) - Fix deprecated icon/username logic in Slack (@bachya
- #34156 ) (slack docs) - Improve rounding the light level conversion in Lutron Caseta (@swails
- #34167 ) (lutron_caseta docs) - Fix z-wave brightness off by one (@bdraco
- #34170 ) (zwave docs) - Increase timeout and log the url of the elkm1 system that time… (@bdraco
- #34172 ) (elkm1 docs) - Convert sense to use DataUpdateCoordinator for trends data (@bdraco
- #34160 ) (sense docs)
Release 0.108.5 - April 15
- Temporary transition Docker init (@frenck
- #34135 ) - Catch IPPVersionNotSupportedError in IPP (@ctalkington
- #34184 ) (ipp docs) - Fix websocket connection bug/errant logic in Ambient PWS (@bachya
- #34217 ) (ambient_station docs) - Fix Cloud UI bug preventing managing Google 2FA (@balloob
- #34241 ) (cloud docs) (google_assistant docs) - Add daikin update_before_add (@fredrike
- #34248 ) (daikin docs) - Fix various Daikin issues (@fredrike
- #34249 ) (daikin docs)
Release 0.108.6 - April 16
- Use config entry id for unique id if serial number is missing (@bdraco
- #34154 ) (nut docs) - Fix default elkm1 temp units (@bdraco
- #34274 ) (elkm1 docs) - Skip ignored hosts when checking existing config entries in config flow (@raman325
- #34280 ) (vizio docs) - Upgrade broadlink lib to 0.13.1 (@Danielhiversen
- #34290 ) (broadlink docs) - Pass an argument to kef.update_dsp for async_track_time_interval (@basnijholt
- #34310 ) (kef docs) - Fixes for Sonos media titles (@amelchio
- #34311 ) (sonos docs) - Abort vizio zeroconf config flow if unique ID is already configured (@raman325
- #34313 ) (vizio docs) - Update Coordinator: Only schedule a refresh if listenerrs (@balloob
- #34317 )
Release 0.108.7 - April 21
- Fix setting up multiple UPSes with NUT in 0.108.x (@bdraco
- #34427 ) (nut docs) - Cloud do checks during setup (@balloob
- #33507 ) (cloud docs) - Rollback modbus to version 0.107.7 keep new functionality (@janiversen
- #34287 ) (modbus docs) - Ensure nexia state file is in a writable location (@bdraco
- #34325 ) (nexia docs) - Modify requirements for CameraStreamController in Alexa (@ochlocracy
- #34470 ) (alexa docs) - Fix cloud binary_sensor & TTS/STT (@pvizeli
- #34505 )
Release 0.108.8 - April 22
- Bump hass-nabucasa 0.34.1 (@pvizeli
- #34480 ) (cloud docs)
Release 0.108.9 - April 24
All changes
Click to see all changes!
- Refactor Freebox : add config flow + temperature sensor + signal dispatch (@Quentame
- #30334 ) (freebox docs) (breaking change) - Upgrade slacker to 0.14.0 (@fabaff
- #32698 ) (slack docs) - Upgrade pylast to 3.2.1 (@fabaff
- #32700 ) (lastfm docs) - Add support for simultaneous runs of Script helper - Part 2 (@pnbruckner
- #32442 ) - Cleanup entity and device registry on MQTT discovery removal (@emontnemery
- #32693 ) (mqtt docs) - Upgrade mypy to 0.770, tighten config a bit (@scop
- #32715 ) - Upgrade psutil to 5.7.0 (@fabaff
- #32720 ) (systemmonitor docs) - Remove manual configuration support (@Kane610
- #32699 ) (unifi docs) (breaking change) - Upgrade sendgrid to 6.1.3 (@fabaff
- #32721 ) (sendgrid docs) - Bumped version to 0.108.0dev0 (@frenck
- #32697 ) - Fix delijn sensor stuck on last passage (@Emilv2
- #32710 ) (delijn docs) - Upgrade pre-commit to 2.2.0 (@frenck
- #32737 ) - Add update class method to DataUpdateCoordinator (@frenck
- #32724 ) - Upgrade sqlalchemy to 1.3.15 (@frenck
- #32747 ) (recorder docs) (sql docs) - Use platform tag to register components on hue SensorManager (@azogue
- #32732 ) (hue docs) - Add options flow for SimpliSafe (@bachya
- #32631 ) (simplisafe docs) - Add memo text service (@brefra
- #31222 ) (velbus docs) - Move apps configuration to options flow for vizio integration (@raman325
- #32543 ) (vizio docs) - Migrate WLED to use DataUpdateCoordinator (@frenck
- #32565 ) (wled docs) - Extend rtorrent sensor functionality (@smega
- #32353 ) (rtorrent docs) - Bump pypck to 0.6.4 (@alengwenus
- #32775 ) (lcn docs) - Do not fail when a user has a controller with shared access on… (@bdraco
- #32756 ) (rachio docs) - Optimize is_entity_exposed in emulated_hue by removing deprec… (@bdraco
- #32718 ) (emulated_hue docs) (breaking change) - Add config flow for rachio (@bdraco
- #32757 ) (rachio docs) - Type hint improvements (@scop
- #32793 ) - Add Insteon Dual Band SwitchLinc model 2477S to ISY994 (@UrbanDave
- #32813 ) (isy994 docs) - Add model to rachio device info (@bdraco
- #32814 ) (rachio docs) - Add Abode tests (@shred86
- #32562 ) (abode docs) - Add config flow to roku (@ctalkington
- #31988 ) (roku docs) (breaking change) - Add imperial units to met weather (@MatthewFlamm
- #32824 ) (met docs) - Add additional information to SynologySRM device tracker (@i00
- #32669 ) (synology_srm docs) - Bump brother to 0.1.9 (@bieniu
- #32861 ) (brother docs) - UniFi - Improve expected SSID filter behavior (@Kane610
- #32785 ) (unifi docs) - Enable AlarmDecoder arming without security code (@ajschmidt8
- #32390 ) (alarmdecoder docs) - Add ‘Yeelight LED Ceiling Light’ model (@sbilly
- #31615 ) (yeelight docs) - Add window class for Abode binary sensors (@shred86
- #32854 ) (abode docs) - Update deconz/cover.py to adapt rest-api changes (@Knapoc
- #32351 ) (deconz docs) - Fix abode test (@balloob
- #32871 ) - Add device condition for alarm_control_panel (@springstan
- #29063 ) (alarm_control_panel docs) - Add Here travel time arrival departure (@eifinger
- #29909 ) (here_travel_time docs) - Improve IQVIA data/API management based on enabled entities (@bachya
- #32291 ) (iqvia docs) - Deduplicate MQTT tests (@emontnemery
- #32874 ) - Remove unnecessary awaits in RainMachine (@bachya
- #32884 ) (rainmachine docs) - Add cleanup to Notion (@bachya
- #32887 ) (notion docs) - Add cleanup to Ambient PWS (@bachya
- #32888 ) (ambient_station docs) - Add cleanup to SimpliSafe (@bachya
- #32889 ) (simplisafe docs) - Add Huawei LTE WiFi status binary sensors (@scop
- #32553 ) (huawei_lte docs) - Bump wled 0.3.0, reduce calls stability improvements (@frenck
- #32903 ) (wled docs) - Run gen_requirements_all and hassfest in pre-commit (@scop
- #32792 ) - Apply recommendations from roku code review (@ctalkington
- #32883 ) - Fix device condition for alarm_control_panel (@springstan
- #32916 ) (alarm_control_panel docs) - Improve MQTT light test coverage (@emontnemery
- #32907 ) (mqtt docs) - Add attributes and availability to MQTT camera (@emontnemery
- #32908 ) (mqtt docs) - Remove mentioning YAML in Roku config flow (@balloob
- #32920 ) (roku docs) - Clean up Abode unused automation events (@shred86
- #32825 ) (abode docs) - Add cleanup to OpenUV (@bachya
- #32886 ) (openuv docs) - Migrate Brother to use DataUpdateCoordinator (@bieniu
- #32800 ) (brother docs) - Handle unique WLED device using zeroconf properties (@frenck
- #32897 ) (wled docs) - Upgrade shodan to 1.22.0 (@frenck
- #32928 ) (shodan docs) - Refactor and simplify homekit_controller entity setup (@Jc2k
- #32927 ) (homekit_controller docs) - Type hint improvements (@scop
- #32905 ) (directv docs) (directv docs) (gtfs docs) (here_travel_time docs) (remote docs) (switch docs) (switcher_kis docs) (vizio docs) (zone docs) - Small tweaks (@dshokouhi
- #32946 ) (obihai docs) - Resolve unexpected exception caused by sinch error_code being a string (@bendikrb
- #32929 ) (sinch docs) - Bump pyubee to 0.10 to support more Ubee routers (@mzdrale
- #32934 ) - Add support for homekit valve accessories to homekit_controller (@Jc2k
- #32937 ) (homekit_controller docs) - Remove deprecated features from MQTT platforms (@emontnemery
- #32909 ) (mqtt docs) (breaking change) - Add pending to template alarm (@MatthewFlamm
- #31614 ) (template docs) - Fix mypy in ci by removing unneeded ignore in zone init (@Adminiuga
- #32997 ) (zone docs) - Add Powerwalls integration (@bdraco
- #32851 ) (powerwall docs) (new-integration) - Config flow for harmony (@bdraco
- #32919 ) (harmony docs) (remote docs) (breaking change) - Bump version of zigpy-cc to 0.2.3 (@sanyatuning
- #32951 ) (zha docs) - Bump aiohomekit to fix Insignia NS-CH1XGO8 and Lennox S30 (@Jc2k
- #33014 ) (homekit_controller docs) - deCONZ - Add support for Senic and Gira Friends of Hue remote… (@Kane610
- #33022 ) (deconz docs) - Harmony config flow improvements (@bdraco
- #33018 ) (harmony docs) - Add Nexia thermostat support (Trane / American Standard) (@bdraco
- #32826 ) (nexia docs) (new-integration) - Poll Hue lights in ZHA (@Adminiuga
- #33017 ) (zha docs) - Make powerwall unique id stable (@bdraco
- #33021 ) (powerwall docs) - Convert amcrest binary sensors from poll to stream (@pnbruckner
- #32818 ) (amcrest docs) - Tests improvements to the Brother integration (@bieniu
- #32982 ) (brother docs) - Break dependency on lutron component (@swails
- #33031 ) (lutron_caseta docs) - Bump pyhaversion to 3.3.0 (@gadgetchnnel
- #33044 ) (version docs) - Enable incremental Pan/Tilt/Zoom capability to Amcrest/Dahua cameras (@GaryOkie
- #32839 ) (amcrest docs) - Add IntesisHome support for air to water heat pumps (@jnimmo
- #32250 ) (intesishome docs) - Modernize nuheat for new climate platform (@bdraco
- #32714 ) (nuheat docs) - Remove alarmdotcom integration (ADR-0004) (@frenck
- #33056 ) (breaking change) - Add config flow for myq (@bdraco
- #32890 ) (myq docs) - Add support for nexia automations (@bdraco
- #33049 ) (nexia docs) (new-platform) - Remove mopar integration (ADR-0004) (@frenck
- #33066 ) (breaking change) - Use PEP 526 syntax with NamedTuples (@scop
- #33081 ) (tplink docs) - Don’t exempt project for PR’s for stalebot (@frenck
- #33086 ) - Validate UUID for tankerkoenig (@guillempages
- #32805 ) (tankerkoenig docs) - bump version zigpy-cc (@sanyatuning
- #33097 ) (zha docs) - Add scan_interval support for NUT integration (@cepresso
- #31167 ) (nut docs) - Add DEVICE_CLASS_GATE (@bdraco
- #33074 ) (cover docs) - Upgrade spotipy to 2.10.0 (@frenck
- #33083 ) (spotify docs) - Clean up Sonos attributes for radio streams (@amelchio
- #33063 ) (sonos docs) (breaking change) - Handle query and anchors in Spotify URI’s (@frenck
- #33084 ) (spotify docs) - Bump simplisafe-python to 9.0.5 (@bachya
- #33116 ) (simplisafe docs) - Add Wi-Fi sensors to WLED integration (@frenck
- #33055 ) (wled docs) - Fix scheduled update time-drift in data update coordinator (@azogue
- #32974 ) - Refactor ZHA EventChannels (@Adminiuga
- #32709 ) (zha docs) - Revert “Validate UUID for tankerkoenig (#32805)” (@guillempages
- #33123 ) (tankerkoenig docs) - Config Flow and Entity registry support for Monoprice (@OnFreund
- #30337 ) (monoprice docs) (breaking change) - Bump pyecobee to 0.2.3 (@jjlawren
- #33130 ) (ecobee docs) - Monoprice PR followups (@OnFreund
- #33133 ) (monoprice docs) - Bump gios to 0.0.4 (@bieniu
- #33141 ) (gios docs) - Add Miflora go_unavailable_timeout (@ferbar
- #31156 ) (miflora docs) - Handle generic_thermostat state unavailable (@austinmroczek
- #32852 ) (generic_thermostat docs) - Filter out duplicate app names from vizio’s source list (@raman325
- #33051 ) (vizio docs) - General code cleanups for lutron_caseta component (@swails
- #33144 ) (lutron_caseta docs) (breaking change) - Add pvpc electricity prices integration (@azogue
- #32092 ) (pvpc_hourly_pricing docs) (new-integration) - Bump iCloud to 0.9.6.1 (@Quentame
- #33161 ) (icloud docs) - Fix QVR Pro connection error and add port option (@oblogic7
- #33070 ) - Add fahrenheit support in miflora sensor (@idyedov
- #33136 ) (miflora docs) - Add gate support to myq, fix bouncy updates (@bdraco
- #33124 ) (myq docs) - Integrate dockerbuild (@pvizeli
- #33168 ) - Add enable_wake_on_start option to Tesla (@alandtse
- #33035 ) (tesla docs) - Make harmony handle IP address changes (@bdraco
- #33173 ) (harmony docs) - Improve sense timeout exception handling (@bdraco
- #33127 ) (sense docs) - Add config flow for Nuheat (@bdraco
- #32885 ) (nuheat docs) (breaking change) - Add support for occupancy/vacancy groups in Lutron Caseta component (@swails
- #33032 ) (lutron_caseta docs) (new-platform) - Config flow for doorbird (@bdraco
- #33165 ) (doorbird docs) - Add Tesla sentry mode switch (@hobbe
- #32938 ) (tesla docs) - Support for COLOR_TEMP in Homematic dimmers (@angelnu
- #31207 ) (homematic docs) - Add support for Bosch BMP280 Sensor (@belidzs
- #30837 ) (bmp280 docs) (new-integration) - Add Tado set presence (@jasperro
- #32765 ) (tado docs) - Add aircleaner and humidify service to nexia climate (@bdraco
- #33078 ) (nexia docs) - Update sw_version in device registry for ZHA devices (@Adminiuga
- #33184 ) (zha docs) - Switch legacy calls to init_recorder_component using async_add… (@bdraco
- #33185 ) - Make sure entity platform services work for all platforms of d… (@balloob
- #33176 ) - Add effect service to WLED integration (@frenck
- #33026 ) (wled docs) - Add unique ID propery to braviatv entity (@bieniu
- #33037 ) (braviatv docs) - Minor changes for new pvpc_hourly_pricing integration (@azogue
- #33177 ) (pvpc_hourly_pricing docs) - Fix state_automation_listener when new state is None (@azogue
- #32985 ) (automation docs) - Add support for Minecraft SRV records (@elmurato
- #32372 ) (minecraft_server docs) - Fix Google Assistant temperature control for entity without mo… (@oxan
- #33107 ) (google_assistant docs) - Options flow for Monoprice sources (@OnFreund
- #33156 ) (monoprice docs) - Add Nextcloud Integration (@meichthys
- #30871 ) (nextcloud docs) (new-integration) - Bump to version 0.8.1 of denonavr (@scarface-4711
- #33169 ) (denonavr docs) - Upgrade youtube_dl to version 2020.03.24 (@BKPepe
- #33202 ) (media_extractor docs) - Add onvif snapshot uri (@roleoroleo
- #33149 ) - Add Context support for async_entity removal (@azogue
- #33209 ) (configurator docs) (microsoft_face docs) (persistent_notification docs) - Add Body Composition data to Garmin Connect (@cyberjunky
- #32841 ) (garmin_connect docs) - Allow more than one AirVisual config entry with the same API k… (@bachya
- #33072 ) (airvisual docs) - Add leak sensor support to Homekit integration (@C6H6
- #33171 ) (binary_sensor docs) (homekit_controller docs) - Fix minor bmp280 issues mentioned in late review (@belidzs
- #33211 ) (bmp280 docs) - Abort myq homekit config when one is already setup. (@bdraco
- #33218 ) (myq docs) - Fix pre-commit hooks env for gen_requirements_all & hassfest (@azogue
- #33187 ) - Enable Jemalloc for docker Core (@pvizeli
- #33237 ) - Add group entity support to ZHA (@dmulcahey
- #33196 ) (zha docs) - Fix ONVIF camera snapshot with auth (@frenck
- #33241 ) (onvif docs) - Bump aiohue version to 2.1.0 (@azogue
- #33234 ) (hue docs) - Fix issue with smhi-pkg (@pvizeli
- #33248 ) - Upgrade hole to 0.5.1 (@fabaff
- #33249 ) (pi_hole docs) - Update vizio app_id state attribute to show app config dict in… (@raman325
- #32727 ) (vizio docs) - Add group entities for ZHA switches (@dmulcahey
- #33207 ) (zha docs) - Dynamic update interval for Airly integration (@bieniu
- #31459 ) (airly docs) - Activate asyncio debug when HA run in debug mode (@balloob
- #33251 ) - Refactor API documentation (@fabaff
- #33217 ) - Revert “Fix issue with smhi-pkg” (@pvizeli
- #33259 ) - Bump gios library to version 0.0.5 (@bieniu
- #33266 ) (gios docs) - Upgrade discord.py to 1.3.2 (@fabaff
- #33280 ) (discord docs) - Upgrade jinja2 to >=2.11.1 (@fabaff
- #33244 ) - Upgrade pyyaml to 5.3.1 (@fabaff
- #33246 ) - Fix GDACS integration to remove stale entities from entity registry (@exxamalte
- #33283 ) (gdacs docs) - Add Android TV cover art (screen content) (@i00
- #33232 ) (androidtv docs) - Update PySwitchbot to 0.8.0 and add password configuration option (@jarylc
- #33252 ) (switchbot docs) - Handle empty Plex client username (@jjlawren
- #33271 ) (plex docs) - Upgrade tibber to 0.13.6 (@Danielhiversen
- #33293 ) (tibber docs) - Bump nexia to 0.7.2 (@bdraco
- #33292 ) (nexia docs) - Abort rachio homekit config when one is already setup (@bdraco
- #33285 ) (rachio docs) - Support homekit matches that have a dash after the model (@bdraco
- #33274 ) (zeroconf docs) - Add support for dashboards to lovelace cast service (@bramkragten
- #32913 ) (cast docs) - Remove state when entity is removed from registry (@emontnemery
- #32184 ) - Add entities for ZHA fan groups (@dmulcahey
- #33291 ) (zha docs) - Fix ZHA light crashing on color loop effect (@balloob
- #33298 ) (zha docs) - Fix dispatcher logging (@balloob
- #33299 ) - Add integration for Schluter (@prairieapps
- #31088 ) (schluter docs) (new-integration) - Config flow for elkm1 (@bdraco
- #33297 ) (elkm1 docs) (breaking change) - Bump nexia to 0.7.3 (@bdraco
- #33311 ) (nexia docs) - Fix setting HomeKit temperatures with imperial units (@bdraco
- #33315 ) (homekit docs) - Implement Alexa.CameraStreamController in Alexa (@ochlocracy
- #32772 ) (alexa docs) - Fail tests with uncaught exceptions (@ziv1234
- #33312 ) - Fix ZHA light group on state (@dmulcahey
- #33308 ) (zha docs) - Fix nuheat unexpectedly switching to a permanent hold (@bdraco
- #33316 ) (nuheat docs) - :vicare: Improve scan_interval (@oischinger
- #33294 ) (vicare docs) - Fix Lovelace resources health info (@bramkragten
- #33309 ) (lovelace docs) - Add inline comments to elkm1 about how config is updated from… (@bdraco
- #33361 ) (elkm1 docs) - Fix Abode tests uncaught exceptions (@shred86
- #33365 ) - Fix GDACS tests (@exxamalte
- #33357 ) (gdacs docs) - Fix broken supported_features in Plum Lightpad (@ColinHarrington
- #33319 ) (plum_lightpad docs) - Fix uncaught exceptions in dynalite (@ziv1234
- #33374 ) (dynalite docs) - Fixes for Sonos media position (@amelchio
- #33379 ) (sonos docs) - Update ZHA group entity when Zigbee group membership changes (@dmulcahey
- #33378 ) (zha docs) - Migrate GIOS to use DataUpdateCoordinator (@bieniu
- #33306 ) (gios docs) - Fix media_player supported features default value (@rigrig
- #33366 ) (bluesound docs) (emby docs) (mpd docs) - Fix openweathermap sensor.py so no KeyError if raining is miss… (@austinmroczek
- #33372 ) (openweathermap docs) - Calculate Plum Lightpad brightness and glowIntensity correctly (@ColinHarrington
- #33352 ) (plum_lightpad docs) - Fix homematicip_cloud tests that have uncaught exceptions (@SukramJ
- #33371 ) (homematicip_cloud docs) - Handle Plex certificate updates (@jjlawren
- #33230 ) (plex docs) - Fix wrong SI unit_prefix in Integration component (#33227) (@bangom
- #33228 ) (integration docs) - Upgrade broadlink to 0.13.0 (@tiagofreire-pt
- #33240 ) (broadlink docs) - plexwebsocket bump 0.0.7 to fix ignored tests (@jjlawren
- #33398 ) (plex docs) - Miscellaneous ZHA code cleanup (@dmulcahey
- #33395 ) (zha docs) - Modbus patch, to allow communication with “slow” equipment using tcp (@janiversen
- #32557 ) (modbus docs) - Bump opencv to 4.2.0.32 (@cgtobi
- #33391 ) (opencv docs) - Use new HMIP labels for HomematicIP Cloud multi devices (@SukramJ
- #32925 ) (homematicip_cloud docs) (breaking change) - Handle Ecobee service timeouts (@jjlawren
- #33381 ) (ecobee docs) - Bluesound volume stepper bugfix (@thrawnarn
- #33404 ) (bluesound docs) - Bump aiohomekit version to fix Ecobee Switch (@Jc2k
- #33396 ) (homekit_controller docs) - Fix GeoNet NZ Quakes tests (@exxamalte
- #33383 ) (geonetnz_quakes docs) - fix ZHA IASWD commands (@dmulcahey
- #33402 ) (zha docs) - Bump aioambient to 1.1.0 (@bachya
- #33414 ) (ambient_station docs) - Remove Modbus legacy code (@janiversen
- #33407 ) (modbus docs) - Prevent nut from doing I/O in the event loop (@bdraco
- #33420 ) (nut docs) - Add konnected multi output (@kit-klein
- #33412 ) (konnected docs) - Fix for nissan_leaf component getting stuck (@vwir
- #33425 ) (nissan_leaf docs) - Move Tado zone state handling into upstream python-tado library (@bdraco
- #33195 ) (tado docs) - Filter the history of device_tracker by location attributes (@Santobert
- #33356 ) (history docs) - Fix detection of zone master in soundtouch media_player (@da-anda
- #33157 ) (soundtouch docs) - RFC - Add a 3rd state to the HA shutdown sequence for writing… (@dmulcahey
- #33358 ) - Add KEF services for DSP (@basnijholt
- #31967 ) (kef docs) - Add ability to specify group when creating user (@bramkragten
- #33373 ) (config docs) - Updated frontend to 20200330.0 (@bramkragten
- #33449 ) (frontend docs) - Fix change of entity_id for discovered MQTT entities (@emontnemery
- #33444 ) (mqtt docs) - Add new mapped weather condition classes to Météo France (@evoblicec
- #33450 ) (meteo_france docs) - Add Internet Printing Protocol (IPP) integration (@ctalkington
- #32859 ) (ipp docs) (new-integration) - Correct FortiOS integration name in manifest (@frenck
- #33454 ) (fortios docs) - bump version zigpy-cc (@sanyatuning
- #33448 ) (zha docs) - Fix uncaught exceptions in ZHA tests (@dmulcahey
- #33442 ) (zha docs) - Add HomeKit support for slat tilting (@mst
- #33388 ) (homekit docs) - Overhaul the Slack integration (async and Block Kit support) (@bachya
- #33287 ) (slack docs) (breaking change) - Update issue templates (@frenck
- #33434 ) - Require admin to manage lovelace (@bramkragten
- #33435 ) (lovelace docs) - Fix hue tests that have uncaught exceptions (@azogue
- #33443 ) - Fix deconz tests that have uncaught exceptions (@azogue
- #33462 ) (deconz docs) - Best effort state initialization of bayesian binary sensor (@jlmcgehee21
- #30962 ) (bayesian docs) - Fire events for hue remote buttons pressed (@azogue
- #33277 ) (hue docs) (new-platform) - Add humidity support to homekit thermostats (@bdraco
- #33367 ) (homekit docs) - Improve handling of nuheat switching states (@bdraco
- #33410 ) (nuheat docs) - Add binary sensor for myq gateway connectivity (@bdraco
- #33423 ) (myq docs) (new-platform) - Retry sense setup later if listing devices times out. (@bdraco
- #33455 ) (sense docs) - Google Assistant: parallize as many requests as possible (@balloob
- #33472 ) (google_assistant docs) - Add version and device type to powerwall device_info (@bdraco
- #33453 ) (powerwall docs) - update VIZIO name to match brand guidelines (@raman325
- #33465 ) (vizio docs) - Bumped Apprise version to v0.8.5 (@caronc
- #33473 ) (apprise docs) - Ignore link local addresses during doorbird ssdp config flow (@bdraco
- #33401 ) (doorbird docs) - Prepare rachio for cloudhooks conversion (@bdraco
- #33422 ) (rachio docs) - Enable KNX tunnel auto_reconnect by default (@cyberjunky
- #33387 ) (knx docs) - Fix setting zone overlays for tados that support swing (@bdraco
- #33439 ) (tado docs) - Refactor DirecTV Integration to Async (@ctalkington
- #33114 ) (directv docs) (directv docs) - allow overriding host api url in config flow (@kit-klein
- #33481 ) (konnected docs) - Apply recommendations from IPP review (@ctalkington
- #33477 ) - Add config flow for nut (@bdraco
- #33457 ) (nut docs) (breaking change) - Bump up zha dependencies. (@Adminiuga
- #33488 ) (zha docs) - Correct issue on new device joins in ZHA (@dmulcahey
- #33470 ) (zha docs) - Replace asyncio.wait with asyncio.gather since wait ignores exceptions (@ziv1234
- #33380 ) - Clean up ZHA channel reporting configuration (@Adminiuga
- #33497 ) (zha docs) - Add MQTT debug info (@emontnemery
- #33461 ) (mqtt docs) - Fix invalid directory for dnsmasq files in asuswrt (@springstan
- #33503 ) (asuswrt docs) - Expand network util to check for link local addresses (@bdraco
- #33499 ) (axis docs) (doorbird docs) - Updated frontend to 20200401.0 (@bramkragten
- #33505 ) (frontend docs) - Add device triggers for Hue remotes (@azogue
- #33476 ) (hue docs) - Enable sisyphus to recover from bad DNS without restart (@jkeljo
- #32846 ) (sisyphus docs) (beta fix) - Fix netatmo device unavailable and services (@cgtobi
- #33509 ) (netatmo docs) (beta fix) - Remove extraneous parameter from AlarmDecoder services (@ajschmidt8
- #33516 ) (beta fix) - Update to roku==4.1.0 (@ctalkington
- #33520 ) (roku docs) (beta fix) - Bump brother to 0.1.11 (@bieniu
- #33526 ) (brother docs) (beta fix) - Clarify light reproduce state deprecation warning (@MartinHjelmare
- #33531 ) (light docs) (beta fix) - Fix MQTT cleanup regression from #32184. (@emontnemery
- #33532 ) (mqtt docs) (beta fix) - Ensure harmony hub is ready before importing (@bdraco
- #33537 ) (harmony docs) (beta fix) - Bump HAP-python to 2.8.0 (@bdraco
- #33539 ) (homekit docs) (beta fix) - Mark new gate device class as 2FA (@balloob
- #33541 ) (google_assistant docs) (beta fix) - Temporary Plex play_media workaround (@jjlawren
- #33542 ) (plex docs) (beta fix) - Bump pyipp to 0.8.2 (@ctalkington
- #33544 ) (ipp docs) (beta fix) - Update to pyipp==0.8.3 (@ctalkington
- #33554 ) (ipp docs) (beta fix) - Use homekit service callbacks for lights to resolve out of sync states (@bdraco
- #32348 ) (homekit docs) (beta fix) - Fix asuswrt network failure startup (@ollo69
- #33485 ) (asuswrt docs) (beta fix) - Convert TTS tests to async (@balloob
- #33517 ) (tts docs) (beta fix) - Add missing flow_title to doorbird (@bdraco
- #33557 ) (doorbird docs) (beta fix) - Plex followup to #33542 (@jjlawren
- #33558 ) (plex docs) (beta fix) - Identify cameras in error logs for generic and mjpeg cameras (@azogue
- #33561 ) (mjpeg docs) (beta fix) - Upgrade luftdaten to 0.6.4 (@fabaff
- #33564 ) (luftdaten docs) (beta fix) - Fix source name (@bieniu
- #33565 ) (braviatv docs) (beta fix) - Bump gios library to version 0.1.1 (@bieniu
- #33569 ) (gios docs) (beta fix) - Fix browsing regression (@Jc2k
- #33572 ) (zeroconf docs) (beta fix) - Bump adguardhome to 0.4.2 (@frenck
- #33575 ) (adguard docs) (beta fix) - Add default delay to Harmony config entries (@bramkragten
- #33576 ) (harmony docs) (beta fix) - Updated frontend to 20200403.0 (@bramkragten
- #33586 ) (frontend docs) (beta fix) - Debounce calls to Plex server (@jjlawren
- #33560 ) (plex docs) (beta fix) - Hass.io integration do not warn safe mode (@balloob
- #33600 ) (hassio docs) (beta fix) - Use IP addresses instead of mDNS names when wled discovered (@balloob
- #33608 ) (wled docs) (beta fix) - Identify more Sonos radio stations with poor titles (@amelchio
- #33609 ) (sonos docs) (beta fix) - Use IP addresses instead of mDNS names when IPP discovered (@ctalkington
- #33610 ) (ipp docs) (beta fix) - Handle race condition in harmony setup (@bdraco
- #33611 ) (harmony docs) (beta fix) - Bump twentemilieu to 0.3.0 (@frenck
- #33622 ) (twentemilieu docs) (beta fix) - Update zha dependencies (@Adminiuga
- #33639 ) (zha docs) (beta fix) - Plex logging additions & cleanup (@jjlawren
- #33681 ) (plex docs) (beta fix) - Handle float values for homekit lightning (@bdraco
- #33683 ) (homekit docs) (beta fix) - Skip parsing Plex session if incomplete (@jjlawren
- #33534 ) (plex docs) (beta fix) - Fix nuheat response error checking (@bdraco
- #33712 ) (nuheat docs) (beta fix) - Fix rachio import of run time from yaml (@bdraco
- #33723 ) (rachio docs) (beta fix) - Fix Plex debounce wrapper (@jjlawren
- #33730 ) (plex docs) (beta fix) - Fix MQTT debug info for subscriptions with wildcard. (@emontnemery
- #33744 ) (mqtt docs) (beta fix) - Abort rachio config flow if the api key is already configured… (@bdraco
- #33747 ) (rachio docs) (beta fix) - Bump frontend (@bramkragten
- #33751 ) (frontend docs) (beta fix) - Defer Plex sensor retry instead of aborting (@jjlawren
- #33753 ) (plex docs) (beta fix) - Bump HAP-python to 2.8.1 (@bdraco
- #33756 ) (homekit docs) (beta fix) - Bump aioambient to 1.1.1 (@bachya
- #33761 ) (ambient_station docs) (beta fix) - Bump simplisafe-python to 9.0.6 (@bachya
- #33762 ) (simplisafe docs) (beta fix) - Catch IPPParseError during config flow (@ctalkington
- #33769 ) (ipp docs) (beta fix) - Update nexia for thermostats without zoning (@bdraco
- #33770 ) (nexia docs) (beta fix) - Fix nuheat reverting to auto mode after setting temp hold (@bdraco
- #33772 ) (nuheat docs) (beta fix) - Fix minor async issues in Plex (@jjlawren
- #33785 ) (plex docs) (beta fix) - Fix unhandled exceptions for config, default_config, harmony (@ziv1234
- #33731 ) (config docs) (default_config docs) (harmony docs) (beta fix) - Updated frontend to 20200407.1 (@bramkragten
- #33799 ) (frontend docs) (beta fix) - Bump pyW215 to 0.7.0 (@springstan
- #33786 ) ([dlink docs]) (beta fix)