0.84: Cloud webhooks, Wunderlist and USGS Earth Quakes
Time for the last release of the year. We were hoping to end the year with an enormous bang and make Lovelace the default UI. However, in our final stretch we realized that to get to the experience that we wanted, we had to make more last minute changes than we felt comfortable making. If you are a Lovelace tester, please read the section for existing testers below.
We want to wish everybody happy holidays and want to thank all our contributors to the code, the documentation and all the ones in the chat for making up our amazing community. We had a great year with a lot of accomplishments and are looking forward to see all the great stuff you all come up with in 2019. Cheers! 🥂
Paulus
We will skip our next release in our bi-weekly release cycle and plan to be back on January 9. See you then!
Cloud webhooks
This release introduces a new Home Assistant Cloud feature available: cloud webhooks. With cloud webhooks you can enable any webhook-enabled integration or automation in Home Assistant to be accessible via a unique URL in the cloud without having to open up a port on your router.
This means that you can send any data back to your instance for OwnTracks, IFTTT or an automation with a webhook-trigger. Check the cloud page in the configuration panel to get started or read more about the new functionality at the Nabu Casa website
Improved state restoring
We have a new more reliable way of state restoration introduced by @armills
This comes with a downside: we will be unable to restore states the first time you start 0.84.
This means that on upgrade to 0.84 any automation that doesn’t have an initial_state
defined will be disabled.
Improved service calling
We have improved how we call services with better validation checks. This means that if you have an automation or a script that sends invalid data, we will now stop the execution and be better able to point out where your incorrect calls are coming from.
For existing Lovelace testers
If you are currently testing Lovelace, please read the notes thoroughly as a lot has changed. First, we now have now three different Lovelace modes: auto-generated, storage, and yaml (the old way of doing Lovelace). The UI editor will be limited to the storage mode, in which we control how the config is stored.
So if you were using Lovelace before 0.84, you now have two options. Option one is to use the new storage mode and import your existing file. You can do this by opening the Lovelace UI and click on Configure UI, this will prompt you to change to storage mode. This will unlock a new option in the menu called “raw config editor”. Open this and paste the content of your ui-lovelace.yaml
file into it and click save. Note that YAML comments are not persisted and !include
/!secret
are not supported if in storage mode.
If you want to continue managing a YAML file, check here how to enable the YAML mode. The file ui-lovelace.yaml
will now follow the same options as configuration.yaml
. This means that the Lovelace YAML config is now parsed with YAML 1.1 instead of YAML 1.2. Major change is that you need to make sure that you wrap on
and off
with quotes in your configs!
We have also aligned the configuration of all the cards, causing backward-incompatible changes. Changes are especially focused around how we define actions for short and long presses. See the docs for more info.
Editor UI is now further processed. You can manage your Lovelace UI without leaving your browser! It is possible to add, edit and delete views. It is possible to add, edit, move and delete cards, including custom cards!
New Platforms
- Refactor ZHA (@dmulcahey
- #18629 ) (zha docs) (binary_sensor.zha docs) (fan.zha docs) (light.zha docs) (sensor.zha docs) (switch.zha docs) (new-platform) - Add Awair sensor platform (@ahayworth
- #18570 ) (sensor.awair docs) (new-platform) - Allow managing cloud webhook (@balloob
- #18672 ) (cloud docs) (new-platform) - U.S. Geological Survey Earthquake Hazards Program Feed platform (@exxamalte
- #18207 ) (geo_location docs) (new-platform) - Mqtt light refactor (@emontnemery
- #18227 ) (mqtt docs) (light.mqtt docs) (breaking change) (new-platform) - Added qbittorrent sensor platform (@eliseomartelli
- #18618 ) (sensor.qbittorrent docs) (new-platform) - Add Entur departure information sensor (@hfurubotten
- #17286 ) (sensor.entur_public_transport docs) (new-platform) - Add lightwave components for switches and lights (@GeoffAtHome
- #18026 ) (lightwave docs) (light.lightwave docs) (switch.lightwave docs) (new-platform) - Initial hlk-sw16 relay switch support (@jameshilliard
- #17855 ) (hlk_sw16 docs) (switch.hlk_sw16 docs) (new-platform) - Initial scene support for Fibaro hubs (@pbalogh77
- #18779 ) (fibaro docs) (scene.fibaro docs) (new-platform)
Release 0.84.1 - December 12
- Add automation and script events to logbook event types (@hunterjm
- #19219 ) (logbook docs) - Fix owntracks topic in encrypted ios (@balloob
- #19220 ) (device_tracker docs) (owntracks docs)
Release 0.84.2 - December 14
- Don’t avoid async_schedule_update_ha_state by returning false (@syssi
- #19102 ) (binary_sensor.xiaomi_aqara docs) - Always add friendly name attribute to ZHA entities (@damarco
- #19141 ) (zha docs) - Bump aioasuswrt (@kennedyshead
- #19229 ) (asuswrt docs) - Add automation and script events to logbook filter events (@luca-angemi
- #19253 ) (logbook docs) - Fix list (fixes #19235) (@fabaff
- #19258 ) (tts docs) - Fix OwnTracks deadlocking (@balloob
- #19260 ) (owntracks docs) - Fix call to super() (@marchingphoenix
- #19279 ) (light.lutron docs) - Improve check for duplicated entity_id (@emontnemery
- #19194 ) - Fix race in entity_platform.async_add_entities (@emontnemery
- #19222 )
Release 0.84.3 - December 17
- Set lock status correctly for Schlage BE469 Z-Wave locks (@ahayworth
- #18737 ) (lock.zwave docs) - Fix restore state for manual alarm control panel (@liaanvdm
- #19284 ) (alarm_control_panel.manual docs) - Fix not being able to update entities (@glentakahashi
- #19344 ) (config docs)
Release 0.84.4 - December 19
- Fix parts of the frontend not picking up translations (@balloob
) - Fix IHC config schema (@mopolus
- #19415 ) (ihc docs) - Use web sockets for Harmony HUB (@ehendrix23
- #19440 ) (remote.harmony docs)
Release 0.84.5 - December 19
- Fix Harmony for people not running Home Assistant in Docker (@ehendrix23
)
Release 0.84.6 - December 21
- Fix incorrect local check when creating webhooks via a config flow (impacted all but Owntracks) (@balloob
- #19494 )
Frontend
- Fix setting aspect ratio in percentage (#2289
) @balloob - Fix opening edit dialog twice when closed by clicking on overlay (#2290
) @balloob - Fix translations not loading on first load (#2293
) @balloob - remove Animation for thermostat and light (#2303
) @zsarnett - Fix for picture element positioning (#2335
) @iantrich - Fix undefined on plant/weather card (#2339
) @balloob - Fix service button element (#2343
) @balloob
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
- State restoration will not work the first time you start 0.84. (@armills
- #17270 ) (history docs) - Support for multiple IHC controllers added. Manual IHC device configuration must be moved from platform sections to controller configuration section under the ihc component section. (@mopolus
- #18058 ) (ihc docs) (binary_sensor.ihc docs) (light.ihc docs) (switch.ihc docs) (breaking change) - Lutron: Change device_state_attributes() to use lowercase snakecase (Rename ‘Lutron Integration ID’ to ‘lutron_integration_id’) (@cdheiser
- #18650 ) (light.lutron docs) (breaking change) - Remove “since last boot” from systemmonitor sensor, use
last_boot
instead. (@balloob- #18644 ) (sensor.systemmonitor docs) (breaking change) - All MQTT lights are merged into a single platform:
light.mqtt
(@emontnemery- #18227 ) (mqtt docs) (light.mqtt docs) (breaking change) (new-platform) - Use a webhook to send data to push camera (@dgomes
- #18380 ) (camera.push docs) (breaking change) - Call services directly. Automations and scripts will now stop executing when a service call fails. The
service_executed
event is no longer being fired when a service is done. (@balloob- #18720 ) (breaking change) - Fix issues with 17track.net sensor names. See PR for details. (@bachya
- #18860 ) (sensor.seventeentrack docs) (breaking change) - rtorrent: Changed the returned states of sensor.rtorrent from
Up
/Down
,Downloading
andSeeding
toup_down
,downloading
andseeding
to reflect the guidelines. Hence by automations relying on the state of this sensor should be updated. (@eliseomartelli- #18778 ) (sensor.rtorrent docs) (breaking change) - Blink alarm control panel now inherits the name of the actual sync module rather than defaulting to blink_sync (@fronzbot
- #18663 ) (blink docs) (alarm_control_panel.blink docs) (binary_sensor.blink docs) (camera.blink docs) (sensor.blink docs) (breaking change) - Fix toon operation mode to follow our climate standard so it will work with Google Assistant / Alexa. (@balloob
- #18966 ) (climate.toon docs) (breaking change) - Waterfurnace: the unit parameter is removed from config. (@sdague
- #19040 ) (waterfurnace docs) (breaking change) - RainMachine:
configuration.yaml
format has changed to add support for multiple RainMachine controllers (@bachya- #18989 ) (rainmachine docs) (breaking change) - Fibaro: the
id
attribute has been renamed tofibaro_id
(@pbalogh77- #19055 ) (fibaro docs) (breaking change) - Remove Instapush notify platform (@fabaff
- #19051 ) (notify docs) (breaking change)
Beta Fixes
- Revert #17745 (@balloob
- #19064 ) (google_assistant docs) (beta fix) - Fix missing colorTemperatureInKelvin from Alexa responses (@mikeage
- #19069 ) (alexa docs) (beta fix) - Force refresh Lovelace (@bramkragten
- #19073 ) (lovelace docs) (beta fix) - Upgrade aiolifx to 0.6.7 (@amelchio
- #19077 ) (lifx docs) (beta fix) - Upgrade pyatv to 0.3.12 (@postlund
- #19085 ) (apple_tv docs) (beta fix) - Upgrade Tibber lib (@Danielhiversen
- #19098 ) (tibber docs) (beta fix) - Bump skybellpy version to fix api issue (@nhorvath
- #19100 ) (skybell docs) (beta fix) - Lovelace using storage (@balloob
- #19101 ) (frontend docs) (lovelace docs) (beta fix) - Remove marking device tracker stale if state is stale (@arigilder
- #19133 ) (device_tracker docs) (beta fix) - Google assistant fix target temp for *F values. (@marchingphoenix
- #19083 ) (google_assistant docs) (beta fix) - Drop OwnTracks bad packets (@balloob
- #19161 ) (owntracks docs) (beta fix) - Fix lovelace save (@balloob
- #19162 ) (lovelace docs) (beta fix) - Add raw service data to event (@balloob
- #19163 ) (beta fix) - Fix cloud defaults (@balloob
- #19172 ) (cloud docs) (beta fix) - Revert PR #18602 (@balloob
- #19188 ) (camera.mjpeg docs) (beta fix)
All changes
- Add /sbin to launchd PATH (@andersonshatch
- #18601 ) - Minor change to still image on mjpeg (@nragon
- #18602 ) (camera.mjpeg docs) - Cleanup BOM dependencies + add basic test + IDEA autoformat (@nickw444
- #18462 ) - Add support for multiple IHC controllers (@mopolus
- #18058 ) (ihc docs) (binary_sensor.ihc docs) (light.ihc docs) (switch.ihc docs) (breaking change) - Add support for cropping pictures in proxy camera (@glpatcern
- #18431 ) (camera.proxy docs) - Refactor ZHA (@dmulcahey
- #18629 ) (zha docs) (binary_sensor.zha docs) (fan.zha docs) (light.zha docs) (sensor.zha docs) (switch.zha docs) (new-platform) - IPMA Weather Service - version bump (@dgomes
- #18626 ) (weather.ipma docs) - [Breaking Change] Cleanup Lutron light component (@cdheiser
- #18650 ) (light.lutron docs) (breaking change) - Convert device tracker init tests to async (@armills
- #18640 ) - Remove since last boot from systemmonitor sensor (@balloob
- #18644 ) (sensor.systemmonitor docs) (breaking change) - Added deviceclass timestamp constant (@eliseomartelli
- #18652 ) - Add save command to lovelace (@bramkragten
- #18655 ) (lovelace docs) - converted majority of effects from ifs to dict map, which makes it easier to extend in the future. Also, added LSD effect! (@pagenoare
- #18656 ) (light.yeelight docs) - Dict -> dict (@bramkragten
- #18665 ) (lovelace docs) - Reconfigure MQTT climate component if discovery info is changed (@emontnemery
- #18174 ) (mqtt docs) (binary_sensor.mqtt docs) (climate.mqtt docs) - Reconfigure MQTT alarm component if discovery info is changed (@emontnemery
- #18173 ) (mqtt docs) (alarm_control_panel.mqtt docs) (binary_sensor.mqtt docs) - Async tests for device tracker mqtt (@armills
- #18680 ) - Async tests for remaining device trackers (@armills
- #18682 ) - Async timer tests (@armills
- #18683 ) - Async tests for counter (@armills
- #18684 ) - Async tests for mqtt switch (@armills
- #18685 ) - Add Awair sensor platform (@ahayworth
- #18570 ) (sensor.awair docs) (new-platform) - update mill lib, handle bad data from mill server (@Danielhiversen
- #18693 ) (climate.mill docs) - Upgrade youtube_dl to 2018.11.23 (@fabaff
- #18694 ) (media_extractor docs) - Fix false log message on CAPsMAN only devices (@soosp
- #18687 ) (device_tracker docs) - Adds SomfyContactIOSystemSensor to TaHoma (@jensihnow
- #18560 ) - Async device sun light trigger tests (@armills
- #18689 ) - Async cover template tests (@armills
- #18690 ) - Upgrade pysnmp to 4.4.6 (@fabaff
- #18695 ) (device_tracker docs) (sensor.snmp docs) (switch.snmp docs) - :arrow_up: Upgrades InfluxDB dependency to 5.2.0 (@frenck
- #18668 ) (influxdb docs) (sensor.influxdb docs) - Small refactoring of MQTT binary_sensor (@emontnemery
- #18674 ) (binary_sensor.mqtt docs) - Allow managing cloud webhook (@balloob
- #18672 ) (cloud docs) (new-platform) - Upgrade pytest and -timeout (@scop
- #18722 ) - Remove some unused imports (@scop
- #18732 ) - Enforce permissions for Websocket API (@balloob
- #18719 ) (websocket_api docs) - remove pbkdf2 upgrade path (@Eriner
- #18736 ) - Reconfigure MQTT cover component if discovery info is changed (@emontnemery
- #18175 ) (mqtt docs) (binary_sensor.mqtt docs) (cover.mqtt docs) - Reconfigure MQTT fan component if discovery info is changed (@emontnemery
- #18177 ) (mqtt docs) (binary_sensor.mqtt docs) (fan.mqtt docs) - Reconfigure MQTT sensor component if discovery info is changed (@emontnemery
- #18178 ) (mqtt docs) (binary_sensor.mqtt docs) (sensor.mqtt docs) - Add zones to evohome component (@zxdavb
- #18428 ) (evohome docs) (climate.evohome docs) - U.S. Geological Survey Earthquake Hazards Program Feed platform (@exxamalte
- #18207 ) (geo_location docs) (new-platform) - Geo Location platform code clean up (@exxamalte
- #18717 ) (geo_location docs) - Fix remaining issues (@fabaff
- #18416 ) (light.niko_home_control docs) - Update librouteros and re-connect to api if connection is lost (@slackr31337
- #18421 ) (device_tracker docs) - Mqtt light refactor (@emontnemery
- #18227 ) (mqtt docs) (light.mqtt docs) (breaking change) (new-platform) - Supports the new Netatmo Home Coach (@lasote
- #18308 ) (netatmo docs) (sensor.netatmo docs) - Fix google assistant request sync service call (@awarecan
- #17415 ) (google_assistant docs) - Updated codeowners (@fredrike
- #18746 ) - Add unique_id for tellduslive (@fredrike
- #18744 ) (tellduslive docs) (sensor.tellduslive docs) - Add unique_id for Daikin entities (@fredrike
- #18747 ) (daikin docs) (climate.daikin docs) (sensor.daikin docs) - Wunderlist component (@lasote
- #18339 ) - Fix decora_wifi residences (@trainman419
- #17228 ) (light.decora_wifi docs) - Enable Google Assistant OnOffTrait for climate devices that support them (@bryanyork
- #18544 ) (google_assistant docs) - Fix typo in log (@anton-johansson
- #18751 ) - Bumped simplisafe-python to 3.1.14 (@bachya
- #18752 ) (simplisafe docs) - Moved stop method and registering STOP_EVENT outside of init (@ehendrix23
- #18582 ) (august docs) - Add config entry for ZHA (@damarco
- #18352 ) (zha docs) (binary_sensor.zha docs) (fan.zha docs) (light.zha docs) (sensor.zha docs) (switch.zha docs) - Update lupupy version to 0.0.13 (@majuss
- #18754 ) (lupusec docs) - Replace token in camera.push with webhook (@dgomes
- #18380 ) (camera.push docs) (breaking change) - Restore states through a JSON store instead of recorder (@armills
- #17270 ) (history docs) - Forbid float NaN in JSON (@balloob
- #18757 ) (http docs) (websocket_api docs) - Upgrade Adafruit-DHT to 1.4.0 (fixes #15847) (@fabaff
- #18614 ) (sensor.dht docs) - Add block after setting up component (@ehendrix23
- #18756 ) - Fix statistics for binary sensor (@ehendrix23
- #18764 ) (sensor.statistics docs) - Convert shopping-list clear to WebSockets (@iantrich
- #18769 ) (shopping_list docs) - Add more waterfurnace sensors (@mdallaire
- #18451 ) (sensor.waterfurnace docs) - Round average price for Tibber (@Danielhiversen
- #18784 ) (sensor.tibber docs) - Raise NotImplementedError (@balloob
- #18777 ) (owntracks docs) - Update switchmate lib (@Danielhiversen
- #18785 ) (switch.switchmate docs) - Update lang list (fixes #18768) (@fabaff
- #18773 ) (tts docs) - Added qbittorrent sensor platform (@eliseomartelli
- #18618 ) (sensor.qbittorrent docs) (new-platform) - Add support for Mode trait in Google Assistant. (@marchingphoenix
- #18772 ) (google_assistant docs) - Service already discovered log entry (@ehendrix23
- #18800 ) - Increase pyatv to 0.3.11 (@ehendrix23
- #18801 ) (apple_tv docs) - Store state last seen time separately (@armills
- #18806 ) - Bump python_awair to 0.0.3 (@ahayworth
- #18819 ) (sensor.awair docs) - Add Entur departure information sensor (@hfurubotten
- #17286 ) (sensor.entur_public_transport docs) (new-platform) - update netatmo library (@Danielhiversen
- #18823 ) (netatmo docs) - Add services description (@schmittx
- #18839 ) - Update of volvooncall component (@molobrakos
- #18702 ) (device_tracker docs) (volvooncall docs) (binary_sensor.volvooncall docs) (lock.volvooncall docs) (sensor.volvooncall docs) (switch.volvooncall docs) - Fix flaky geofency test (@balloob
- #18855 ) - RFC: Call services directly (@balloob
- #18720 ) (breaking change) - Bump py17track to 2.1.1 (@bachya
- #18861 ) (sensor.seventeentrack docs) - Fix issues with 17track.net sensor names (@bachya
- #18860 ) (sensor.seventeentrack docs) (breaking change) - Add tests for directv platform (@ehendrix23
- #18590 ) - Add support for zha device registry (@damarco
- #18755 ) (zha docs) - Added new filters for templates (@skalavala
- #18125 ) - Updated UVC camera component to support SSL connections (@carlos-sarmiento
- #18829 ) (camera.uvc docs) - fixed state case for rtorrent (@eliseomartelli
- #18778 ) (sensor.rtorrent docs) (breaking change) - Fix ordinal filter in template (@ludeeus
- #18878 ) - Reintroduce unique_id for Netatmo sensor (@heinemml
- #18774 ) (sensor.netatmo docs) - Upgrade keyring to 17.0.0 (@fabaff
- #18901 ) - Upgrade sphinx-autodoc-typehints to 1.5.1 (@fabaff
- #18893 ) - Small refactoring of MQTT cover (@emontnemery
- #18850 ) (cover.mqtt docs) - Small refactoring of MQTT alarm (@emontnemery
- #18813 ) (alarm_control_panel.mqtt docs) - Small refactoring of MQTT climate (@emontnemery
- #18814 ) (climate.mqtt docs) - Optionally do not log template rendering errors (@emontnemery
- #18724 ) - Restore states when removing/adding entities (@armills
- #18890 ) - Fibaro ubs (@pbalogh77
- #18889 ) (fibaro docs) (binary_sensor.fibaro docs) - Use string formatting (@fabaff
- #18886 ) (sense docs) (binary_sensor.sense docs) (sensor.sense docs) - Show ANSI color codes in logs in Hass.io (@OttoWinter
- #18834 ) (hassio docs) - Fix hdmi_cec entity race (@yottatsa
- #18753 ) (hdmi_cec docs) (media_player.hdmi_cec docs) (switch.hdmi_cec docs) - Set sensor to unavailable if battery is dead. (@fucm
- #18802 ) (binary_sensor.tahoma docs) - Reconfigure MQTT light component if discovery info is changed (@emontnemery
- #18176 ) (mqtt docs) (binary_sensor.mqtt docs) (light.mqtt docs) - Reconfigure MQTT switch component if discovery info is changed (@emontnemery
- #18179 ) (mqtt docs) (binary_sensor.mqtt docs) (switch.mqtt docs) - No more opt-out auth (@balloob
- #18854 ) (config docs) (frontend docs) (hassio docs) (http docs) (notify docs) (websocket_api docs) - Remove commented out code (@emontnemery
- #18925 ) (climate.mqtt docs) - Add lightwave components for switches and lights (@GeoffAtHome
- #18026 ) (lightwave docs) (light.lightwave docs) (switch.lightwave docs) (new-platform) - Allow verisure locks to be configured with a default code (@ahayworth
- #18873 ) (verisure docs) (lock.verisure docs) - Initial hlk-sw16 relay switch support (@jameshilliard
- #17855 ) (hlk_sw16 docs) (switch.hlk_sw16 docs) (new-platform) - Push to version 0.7.7 of denonavr (@scarface-4711
- #18917 ) (media_player.denonavr docs) - Extend partial reload to include packages (@cdce8p
- #18884 ) - Initial scene support for Fibaro hubs (@pbalogh77
- #18779 ) (fibaro docs) (scene.fibaro docs) (new-platform) - Add id when not exist and fix dup id check (@bramkragten
- #18960 ) (lovelace docs) - Refactor script helper actions into their own methods (@balloob
- #18962 ) - Point fix for multiple devices (@fredrike
- #18959 ) (point docs) (binary_sensor.point docs) (sensor.point docs) - VOC: Update library version. Moved method one step out. Instruments can be a set as well (@molobrakos
- #18967 ) - Support for mulitple Blink sync modules (@fronzbot
- #18663 ) (blink docs) (alarm_control_panel.blink docs) (binary_sensor.blink docs) (camera.blink docs) (sensor.blink docs) (breaking change) - no ordered dict (@bramkragten
- #18982 ) (lovelace docs) - Update CODEOWNERS (@ludeeus
- #18976 ) - Add @danielhiversen as codeowner (@Danielhiversen
- #18979 ) - Upgrade switchbot lib (@Danielhiversen
- #18980 ) (switch.switchbot docs) - New Events and Context Fixes (@hunterjm
- #18765 ) (automation docs) (image_processing docs) (logbook docs) (script docs) - Updated Yale Smart Alarm platform to new Yale API (@domwillcode
- #18990 ) (alarm_control_panel.yale_smart_alarm docs) - Lovelace fix: badges are removed from view after update (@bramkragten
- #18983 ) (lovelace docs) - remove the need to have query feature support (@ticapix
- #18942 ) (influxdb docs) - Tellduslive refactoring (@fredrike
- #18780 ) (tellduslive docs) (binary_sensor.tellduslive docs) (cover.tellduslive docs) (light.tellduslive docs) (sensor.tellduslive docs) (switch.tellduslive docs) (new-platform) - Add unnecessary-pass for pylint-update (@cdce8p
- #18985 ) - Mock out device tracker configuration loading funcs in Geofency + OwnTracks (@balloob
- #18968 ) - Fibaro Light fixes (@pbalogh77
- #18972 ) (fibaro docs) (light.fibaro docs) - Sort import order of zha component. (@Adminiuga
- #18993 ) (zha docs) (binary_sensor.zha docs) (fan.zha docs) (light.zha docs) (sensor.zha docs) (switch.zha docs) - Fix VOC configuration resource list (@bratanon
- #18992 ) (volvooncall docs) - Fix toon operation mode (@balloob
- #18966 ) (climate.toon docs) (breaking change) - Remove stale user salts code (@Eriner
- #19004 ) - Lupupy version push to 0.0.17 - will now transmitted state_alarm_triggered (@majuss
- #19008 ) (lupusec docs) (alarm_control_panel.lupusec docs) - Update requirement btsmarthub_devicelist==0.1.3 (@jxwolstenholme
- #18961 ) (device_tracker docs) - Allow checking entity permissions based on devices (@balloob
- #19007 ) - Add states to panels (@bramkragten
- #19026 ) (frontend docs) - Fix CI by pinning IDNA (@balloob
- #19038 ) - Bump waterfurnace to 1.0 (@sdague
- #19040 ) (waterfurnace docs) (breaking change) - Don’t wait for answer for webhook register (@balloob
- #19025 ) (cloud docs) - Small refactoring of MQTT light (@emontnemery
- #19009 ) (light.mqtt docs) - Small refactoring of MQTT switch (@emontnemery
- #19010 ) (switch.mqtt docs) - Bump version of elkm1_lib (@gwww
- #19030 ) (elkm1 docs) - Change error to warning (@doudz
- #19035 ) (media_player.plex docs) - Catch ‘BrokenPipeError’ exceptions for ADB commands (@JeffLIrion
- #19011 ) (media_player.firetv docs) - Bump python-miio to 0.4.4 (@rytilahti
- #19042 ) (device_tracker docs) (fan.xiaomi_miio docs) (light.xiaomi_miio docs) (remote.xiaomi_miio docs) (sensor.xiaomi_miio docs) (switch.xiaomi_miio docs) (vacuum.xiaomi_miio docs) - Add last clean times to xiaomi vacuum (@rytilahti
- #19043 ) (vacuum.xiaomi_miio docs) - Add support for multiple RainMachine controllers (@bachya
- #18989 ) (rainmachine docs) (breaking change) - Remove unsupported strong mode of the Xiaomi Air Humidifier CA1 (@syssi
- #18926 ) (fan.xiaomi_miio docs) - Bump pyvizio version (@photinus
- #19048 ) (media_player.vizio docs) - Fix cloud const (@balloob
- #19052 ) (cloud docs) - VOC: Update external dependency to fix engine start issue (@molobrakos
- #19062 ) (volvooncall docs) - Fix saving YAML as JSON with empty array (@bramkragten
- #19057 ) (lovelace docs) - Update pyhomematic to 0.1.53 (@danielperna84
- #19056 ) (homematic docs) - Implemented unique ID support for Fibaro hub integration (@pbalogh77
- #19055 ) (fibaro docs) (breaking change) - Remove Instapush notify platform (@fabaff
- #19051 ) (notify docs) (breaking change) - Update locationsharinglib to 3.0.9 (@pc-coholic
- #19045 ) (device_tracker docs) - Add support for more Tibber Pulse data (@Danielhiversen
- #19033 ) (tibber docs) (sensor.tibber docs) - Revert #17745 (@balloob
- #19064 ) (google_assistant docs) (beta fix) - Fix missing colorTemperatureInKelvin from Alexa responses (@mikeage
- #19069 ) (alexa docs) (beta fix) - Force refresh Lovelace (@bramkragten
- #19073 ) (lovelace docs) (beta fix) - Upgrade aiolifx to 0.6.7 (@amelchio
- #19077 ) (lifx docs) (beta fix) - Upgrade pyatv to 0.3.12 (@postlund
- #19085 ) (apple_tv docs) (beta fix) - Upgrade Tibber lib (@Danielhiversen
- #19098 ) (tibber docs) (beta fix) - Bump skybellpy version to fix api issue (@nhorvath
- #19100 ) (skybell docs) (beta fix) - Lovelace using storage (@balloob
- #19101 ) (frontend docs) (lovelace docs) (beta fix) - Remove marking device tracker stale if state is stale (@arigilder
- #19133 ) (device_tracker docs) (beta fix) - Google assistant fix target temp for *F values. (@marchingphoenix
- #19083 ) (google_assistant docs) (beta fix) - Drop OwnTracks bad packets (@balloob
- #19161 ) (owntracks docs) (beta fix) - Fix lovelace save (@balloob
- #19162 ) (lovelace docs) (beta fix) - Add raw service data to event (@balloob
- #19163 ) (beta fix) - Fix cloud defaults (@balloob
- #19172 ) (cloud docs) (beta fix) - Revert PR #18602 (@balloob
- #19188 ) (camera.mjpeg docs) (beta fix)