0.91: More streaming, better Zigbee, cameras with ESPHome
It’s time for release 0.91 and this release is all about streaming cameras. Home Assistant 0.90 allowed users to stream cameras in the frontend and play camera streams on Chromecasts. This release adds support to:
- Record camera streams to disk with the new recording service for the camera integration
- Support to ask Google Assistant to show your camera on its display or on a Chromecast
- Preload streams so that bringing up a stream on a device is super fast. This can be configured on a per camera basis via the camera more info dialog.
Thanks to @hunterjm
Love the new streaming service in @home_assistant
— Torbjörn Söderberg (@tubstr) April 4, 20190.91!
Five vastly different techs in collab! <3 pic.twitter.com/Qk9rC3Uooi
We’re still in the process of updating more cameras to support the stream component. If you want to try it today, the easiest approach is to configure a generic camera with a stream_source
or buy a camera that supports the standard ONVIF protocol.
A BIG shout to @awarecan
And in case you missed the announcement, we will soon start working on an official Android app. And in case it wasn’t clear, our other announcement, that we would occasionally show ads in the UI
Notable breaking change
We finished the great migration. All built-in platforms are now in their own folder. This means that if you had a custom component or platform that had the same name as a built-in one, you have to rename it. If you still have platforms in your custom_components/
directory in the old file format, sensor/my_platform.py
, rename it to my_platform/sensor.py
. It still works but it will not be supported in a future release.
Thanks to @Swamp-Ig
Trusted networks now support trusted users
Trusted networks has been updated by @awarecan
ESPHome Cameras
This release adds camera support to the ESPHome integration. If you haven’t heard about ESPHome
Check this cool demo, part of this blog post
Zigbee ZHA pairing experience
Every release our Zigbee integration is getting better thanks to the hard work by @dmulcahey
VSCode hass.io add-on
If you run hass.io on an Intel NUC and haven’t seen it yet, check out the VS Code add-on by Frenck.
I'm so excited to release this add-on 😃
— Franck Nijhof (@Frenck) March 26, 2019
Today I give you the Visual Studio Code!! add-on for @home_assistant! 🎉
The full VSCode experience in your HA frontend including the HA VSCode extension preconfigured out of the box!https://t.co/7bQ6JIF8yQ#InternetOfThings #hassio pic.twitter.com/8CwTfKVJvV
New Platforms
- Add LCN sensor platform (@alengwenus
- #21440 ) (lcn docs) (new-platform) - Add ESPHome Camera (@OttoWinter
- #22107 ) (esphome docs) (new-platform) - Add Freebox switch platform (@SNoof85
- #21710 ) (freebox docs) (new-platform) - Add support for Tfiac Climate component (@fredrike
- #21823 ) (tfiac docs) (new-platform) - Add switches to control Daikin Airbase zones (@fredrike
- #22417 ) (daikin docs) (new-platform)
Release 0.91.1 - April 4
- Change URL handling (@pvizeli
- #22713 ) (hassio docs) - fix device class lookup for binary sensors (@dmulcahey
- #22724 ) (zha docs) - Fix ingress routing with / (@pvizeli
- #22728 ) (hassio docs) - Fix chunk streaming (@pvizeli
- #22730 ) (hassio docs) - Fix incorrect “Unavailable” Ambient sensors (@bachya
- #22734 ) (ambient_station docs) - Bump aioambient to 0.2.0 (@bachya
- #22736 ) (ambient_station docs) - Update Foscam stream for newer models (@cwhits
- #22744 ) (foscam docs) - use the input stream codec as the template for the output streams (@hunterjm
- #22747 ) (stream docs) - fixes configuration flow #22706 (@fredrike
- #22754 ) (daikin docs)
Release 0.91.2 - April 8
- Correctly load Mopar’s config (@rohankapoorcom
- #22771 ) - Fix konnected unique_id computation for switches (@heythisisnate
- #22777 ) (konnected docs) (breaking change) - make the custom polling actually request state (@dmulcahey
- #22778 ) (zha docs) - ZHA Light debug logging. (@Adminiuga
- #22776 ) (zha docs) - Fix tado turn on off (@wmalgadey
- #22291 ) (tado docs) - Add new mobile_app webhook command: get_zones (@robbiet480
- #22604 ) (mobile_app docs) - Add optional rtsp_port for Foscam (@cwhits
- #22786 ) (foscam docs) - Improve yeelight imports (@zewelor
- #22804 ) (yeelight docs) - Add a new mobile_app webhook command to get config (@robbiet480
- #22813 ) (mobile_app docs) - Fix for optional values in the update_location webhook call (@robbiet480
- #22817 ) (mobile_app docs) - coerce duration and lookback to int so they can be used in template automation (@hunterjm
- #22819 ) (camera docs) - Fix for rate limits should be optional (@robbiet480
- #22823 ) (mobile_app docs) - Use relative imports in yeelight (@zewelor
- #22839 ) (yeelight docs) - Fix yeelight possible array change during iteration (@zewelor
- #22849 ) (yeelight docs) - Fix content_type handling ingress (@pvizeli
- #22864 ) (hassio docs) - Improve mobile_app sensor responses and expected values (@robbiet480
- #22884 ) (mobile_app docs)
Release 0.91.3 - April 10
- Fix position of add_entities of binary sensor (@AZDane
- #22866 ) (concord232 docs) - More Mobile app sensor fixes (@robbiet480
- #22914 ) (mobile_app docs) - Add cloudhook and remote UI vals to get_config (@robbiet480
- #22921 ) (mobile_app docs) - Bugfix: pass protocol out of header to application layer (@pvizeli
- #22955 ) (hassio docs)
Release 0.91.4 - April 16
- Fix ingress bug with Firefox (@pvizeli
- #23121 ) (hassio docs) (http docs)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker
Backward-incompatible changes
-
Z-Wave - The usb_path in configuration.yaml now overrides config entry usb_path. This is potentially a breaking change if people have a stale usb_path setting in configuration.yaml that’s no longer accurate. This should help reduce the number of people that need to manually edit the storage/core.config_entries file if their usb_path changes. (@cgarwood
- #22038 ) (zwave docs) -
iOS - Improves the text description of ATTR_BATTERY_STATE_UNPLUGGED from Unplugged to Not Charging as many new iOS devices now use Wireless charging and there is no concept of “Plugging In”. This is potentially a breaking change if you have automations making use of “unplugged”. (@FattusMannus
- #22152 ) (ios docs) -
Iliad Italy - Removed - This was removed because it uses webscraping. (@eliseomartelli
- #22175 ) -
Netgear lte - The previous three components (network, notify, and sensor) now fall under one netgear_lte component. Check the updated documentation for more information. (@amelchio
- #22105 ) (netgear_lte docs) -
API streams sensor - Removed - This sensor component was designed to count connected front-end clients. However, it depended on the implementation details of other components, and has therefore been broken since 0.80, so it has been removed. The replacement sensor is now the websocket_api sensor, which does basically the same thing apart from the rename. (@Swamp-Ig
- #22200 ) (websocket_api docs) -
Public Transit (GTFS)
- The state for this sensor component was a countdown in minutes. If the next departure was in a few hours, this number became quite large and a tad harder to rapidly calculate mentally (463 minutes anyone?). The sensor’s state output has been changed from minutes to an ISO 8601 UTC timestamp, which allows the UI to interpret the state as needed. (@renemarc
- #21053 ) (gtfs docs) - Sensor updates were running many database queries to populate attributes, on top of the bus schedule queries themselves. This is doubled with two sensors. That led to a lot of slowdowns for everything else when using an SD card! Considering that some data never changes (agency, routes…) and that others like departure times are good until invalidated, now we fetch such metadata at first and then only when relevant changes do occur. GTFS sensor attributes are now named using the standard snake_case format. (@renemarc
- #20966 ) (gtfs docs)
- The state for this sensor component was a countdown in minutes. If the next departure was in a few hours, this number became quite large and a tad harder to rapidly calculate mentally (463 minutes anyone?). The sensor’s state output has been changed from minutes to an ISO 8601 UTC timestamp, which allows the UI to interpret the state as needed. (@renemarc
-
Yeelight - This is now its own component and has been broken out from the light platform. More Yeelights are being released with more features and this will make if possible to support them. Examples would be adding sensors for a ceiling light, getting the current power mode (daylight/nightlight), or supporting switches to turn moonlight on or off without having to use a service call. Make sure to visit the updated documentation. (@zewelor
- #21593 ) (yeelight docs) -
Axis - Events supplied from component might differ. Events will not be configurable in the beginning but will instead provide a subset set of events supported per device. This will be configurable in a later stage when config entry options are available. Configuration.yaml support for Axis component will be removed in the future so make sure to remove references to Axis component after upgrade. (@Kane610
- #18543 ) (axis docs) -
HTTP - Lower severity level of log messages from http.view (@thomasloven
- #21091 ) (http docs) -
Dark Sky - Dark Sky provides hourly forecasts for various monitored conditions. This change creates new sensors for each hourly forecasted condition with suffix
_<hour>h
while adding the suffix_<day>d
to the daily forecasted conditions. For example, now asensor.dark_sky_summary_<day>d
andsensor.dark_sky_summary_<hour>h
will be created if the forecast and hourly_forecast parameters are populated. (@rtclauss- #21820 ) (darksky docs) -
Konnected - This will change the internal unique_id for Konnected switches (i.e., siren, buzzer, generic switch). Users will need to manually remove the orphaned switch entities from the entity registry after updating and re-configure any changes stored in the entity registry (i.e., name and entity_id), as their unique IDs will change. (@heythisisnate
- #22389 ) (konnected docs) -
Mopar - The mopar sensor platform has been broken up into a base component with sensor, switch, and lock platforms. The sensor.mopar_remote_command service has been removed since the functionality has been folded into the new platforms and the new mopar.sound_horn service. Please view the documentation to see the new setup instructions. (@rohankapoorcom
- #21526 )
Beta Fixes
- Fix regression of the xiaomi_aqara config validation (@syssi
- #22435 ) (xiaomi_aqara docs) (breaking change) (beta fix) - Fix dev branch (@awarecan
- #22493 ) (homekit_controller docs) (beta fix) - Update pyotgw to 0.4b3 (@mvn23
- #22496 ) (opentherm_gw docs) (beta fix) - Fixes for yeelight availbility state (@zewelor
- #22502 ) (yeelight docs) (beta fix) - Remove botocore dependency from credstash script (@awarecan
- #22511 ) (beta fix) - Fix lint on dev (@awarecan
- #22512 ) (beta fix) - Do not use zha default light polling (@dmulcahey
- #22513 ) (zha docs) (beta fix) - PS4 bump to 0.5.2 (@ktnrg45
- #22523 ) (ps4 docs) (beta fix) - clean up channel configuration (@dmulcahey
- #22534 ) (zha docs) (beta fix) - Fix tts Great Migration issue (@awarecan
- #22539 ) (amazon_polly docs) (baidu docs) (marytts docs) (microsoft docs) (picotts docs) (voicerss docs) (yandextts docs) (beta fix) - Upgrade to async_upnp_client==0.14.7 (@StevenLooman
- #22543 ) (dlna_dmr docs) (upnp docs) (beta fix) - Bump zigpy (@damarco
- #22545 ) (zha docs) (beta fix) - Add support for streaming to ffmpeg (@balloob
- #22549 ) (ffmpeg docs) (beta fix) - Fix platform warnings (@balloob
- #22551 ) (beta fix) - Google assistant: add blinds trait for covers (@giefca
- #22336 ) (google_assistant docs) (breaking change) (beta fix) - Update Amcrest component to SUPPORT_STREAM (@drjared88
- #22553 ) (amcrest docs) (beta fix) - Fix name conflict in tests (@awarecan
- #22556 ) (beta fix) - Update ONVIF component to SUPPORT_STREAM (@drjared88
- #22569 ) (onvif docs) (beta fix) - Add stream to the default config (@balloob
- #22602 ) (default_config docs) (beta fix) - Add trusted networks deprecating warning (@awarecan
- #22487 ) (http docs) (beta fix) - Hass.io ingress (@pvizeli
- #22505 ) (hassio docs) (beta fix) - Update Foscam component to support stream source (@cwhits
- #22568 ) (foscam docs) (beta fix) - Update face_recognition to 1.2.3 (@pvizeli
- #22622 ) (dlib_face_detect docs) (dlib_face_identify docs) (beta fix) - Disable Z-Wave autoheal (@balloob
- #22628 ) (zwave docs) (beta fix) - Handle disonnect bug in Tibber library (@Danielhiversen
- #22629 ) (tibber docs) (beta fix) - Support GET params for websocket ingress path (@pvizeli
- #22638 ) (hassio docs) (beta fix) - Return 0 for failed Foscam streams (@cwhits
- #22651 ) (foscam docs) (beta fix) - Fix racy homekit_controller platform setup caused by #22368 (@Jc2k
- #22655 ) (homekit_controller docs) (beta fix)
All changes
- Add sense guard clause (@kbickar
- #22014 ) (sense docs) - Upgrade prefetched tox env to py37 (@awarecan
- #22029 ) - change logging to debug for nmap (@Danielhiversen
- #22036 ) - Refactor ZHA gateway into modules and add admin protections to API (@dmulcahey
- #22023 ) (zha docs) (new-platform) - Ps4 remove throttling (@ktnrg45
- #21961 ) (ps4 docs) - Upgrade youtube_dl to 2019.03.09 (@fabaff
- #22041 ) (media_extractor docs) - Async support for Daikin (@fredrike
- #21638 ) (daikin docs) - Bump amcrest to 1.2.6 & use new exceptions (@pnbruckner
- #22040 ) (amcrest docs) - Z-Wave usb_path in configuration.yaml overrides config entry usb_path (@cgarwood
- #22038 ) (zwave docs) (breaking change) - Minor ZHA consts fixes (@Adminiuga
- #22049 ) (zha docs) - Cleanup remaining constants stuff in ZHA (@dmulcahey
- #22050 ) (zha docs) - Add HTTP auth and SSL verification to REST notify (@escoand
- #22016 ) (rest docs) - Upgrade ruamel.yaml to 0.15.89 (@fabaff
- #22064 ) - Update rest.py (@isabellaalstrom
- #22077 ) (notify docs) - Telegram_bot: Allow fetching data from unverified SSL endpoints (#22067) (@nbarrientos
- #22069 ) (telegram_bot docs) - Add LCN sensor platform (@alengwenus
- #21440 ) (lcn docs) (new-platform) - Upgrade pytest to 4.3.1 (@scop
- #22088 ) - Bump amcrest to 1.2.7 for correct RTSP port (@pnbruckner
- #22099 ) (amcrest docs) - Add available property to Ambient PWS (@bachya
- #22092 ) (ambient_station docs) - Restricted temperature units for Celsius and Fahrenheit to the standardized units (@alengwenus
- #22108 ) (lcn docs) - Consolidate all platforms that have no tests (@balloob
- #22096 ) - Add ESPHome Camera (@OttoWinter
- #22107 ) (esphome docs) (new-platform) - Tibber, Add price level (@Danielhiversen
- #22085 ) (tibber docs) - Fix AttributeError traceback with darksky (@iamtpage
- #22101 ) (darksky docs) - Add service description for services. (@cgtobi
- #21897 ) - Handle occasional 502 Bad Gateway from SimpliSafe (@bachya
- #22131 ) (simplisafe docs) - Loosen field retrieval from Pollen.com (@bachya
- #22132 ) (pollen docs) - Handle possible exception during Ambient PWS reconnect (@bachya
- #22134 ) (ambient_station docs) - Additional sensors and fixed icons, attributes and device classes. (@endor-force
- #22139 ) (trafikverket_weatherstation docs) - Fix hlk-sw16 inverted switch state (@jameshilliard
- #22059 ) (hlk_sw16 docs) - replace einder lib with horimote (@benleb
- #22135 ) (horizon docs) - Fixx yeelight flow action param for declared effects (@zewelor
- #22159 ) (yeelight docs) - Add dynamic subscription for ZHA add device page (@dmulcahey
- #22164 ) (zha docs) - Consolidate all platforms that have tests (@Swamp-Ig
- #22109 ) - Change ATTR_BATTERY_STATE_UNPLUGGED for ios component (@FattusMannus
- #22152 ) (ios docs) (breaking change) - Add some tests for Koogeek LS1 (@Jc2k
- #22141 ) (homekit_controller docs) - Move platforms patch (@Swamp-Ig
- #22168 ) (mold_indicator docs) (moon docs) - restore entity for switchbot (@Danielhiversen
- #22087 ) (switchbot docs) - removed iliad (@eliseomartelli
- #22175 ) (breaking change) - Upgrade youtube_dl to 2019.03.18 (@fabaff
- #22181 ) (media_extractor docs) - Upgrade Sphinx to 1.8.5 (@fabaff
- #22180 ) - Better handling of HomeKit accessory-information service (@Jc2k
- #22171 ) (homekit_controller docs) - Fix breaking on HTML email without images (@dagobert
- #22143 ) (notify docs) - Update codeowners (@oblogic7
- #22198 ) - Upgrade psutil to 5.6.1 (@fabaff
- #22183 ) (systemmonitor docs) - Upgrade holidays to 0.9.10 (@fabaff
- #22182 ) - Removed overly broad exception handling for nanoleaf light (@Oro
- #22189 ) (nanoleaf docs) - Use relative imports inside integrations (@balloob
- #22235 ) - Make !include_dir_list use alphanumeric order (@quentinsf
- #21902 ) - add date_time_iso to time_date sensor (@uchagani
- #22199 ) (time_date docs) - Bump python-miio version (@syssi
- #22202 ) (xiaomi_miio docs) - Upgrade to async_upnp_client==0.14.6 (@StevenLooman
- #22223 ) (dlna_dmr docs) (upnp docs) - Fix build issue (@awarecan
- #22251 ) (buienradar docs) - add ZHA channel name property (@Adminiuga
- #22218 ) (zha docs) - Handle on/off through TemperatrureSetting trait. (@Swamp-Ig
- #21842 ) (google_assistant docs) - Change .now() to .utcnow() (@rdbahm
- #22233 ) (season docs) - Upgrade tibber library, support solar production (@Danielhiversen
- #22261 ) (tibber docs) - Upgrade sqlalchemy to 1.3.0 (@fabaff
- #22269 ) (recorder docs) (sql docs) - Plex: Avoid refreshing by both device and session methods (@jjlawren
- #22266 ) (plex docs) - Bump androidtv to 0.0.13 (@JeffLIrion
- #22279 ) (androidtv docs) - Improved exception handling and logging (@JeffLIrion
- #22268 ) (androidtv docs) - Consolidate the netgear_lte configuration (@amelchio
- #22105 ) (netgear_lte docs) (breaking change) - Fixing the api_streams sensor (@Swamp-Ig
- #22200 ) (websocket_api docs) (breaking change) - Fix progress for Plex media_players (@jjlawren
- #22224 ) (plex docs) - Add sort by config and tests for Reddit integration (@ljmerza
- #22081 ) (reddit docs) - Fix Prometheus casting issues (@robbiet480
- #22282 ) (prometheus docs) - Update trait to support auto without ranges. (@Swamp-Ig
- #21847 ) (google_assistant docs) - Sort code owners alphabetically (@cgtobi
- #22304 ) - Update srpenergy library (@robbiet480
- #22307 ) - Switch from using Google Maps API for elevation to Open Elevation API (@robbiet480
- #22306 ) - Fix for embedded MQTT server configuration (@robbiet480
- #22305 ) (mqtt docs) - Upgrade pylast to 3.1.0 (@fabaff
- #22302 ) (lastfm docs) - Upgrade py-cpuinfo to 5.0.0 (@fabaff
- #22287 ) - Update abbreviation (@fabaff
- #22317 ) (hp_ilo docs) - Add homematicip cloud connection quality related attributes (@SukramJ
- #21990 ) (homematicip_cloud docs) - Add Freebox switch platform (@SNoof85
- #21710 ) (freebox docs) (new-platform) - Google Assistant: Add camera stream trait (@balloob
- #22278 ) (camera docs) (generic docs) (google_assistant docs) - Remove occupancy as it is not available in API (@thibmaek
- #22320 ) (nmbs docs) - Update file header (@fabaff
- #22318 ) (hyperion docs) - Consolidate more platforms (@balloob
- #22308 ) (demo docs) (generic_thermostat docs) (group docs) (manual docs) (manual_mqtt docs) (switch docs) - fix where PLATFORM_SCHEMA gets pulled from (@hunterjm
- #22334 ) (familyhub docs) - show which component is causing translation errors (@uchagani
- #22340 ) - Define GTFS sensor as a timestamp device class (@renemarc
- #21053 ) (gtfs docs) (breaking change) - Move yeelight into component (@zewelor
- #21593 ) (discovery docs) (yeelight docs) (breaking change) - Axis config flow (@Kane610
- #18543 ) (axis docs) (discovery docs) (breaking change) - Fix pressure in dark sky and openweathermap and add pressure utility (@MatthewFlamm
- #21210 ) (darksky docs) (openweathermap docs) - Fix xiaomi aqara cube with lumi.acpartner.v3 gateway (@GuryYu
- #22130 ) (xiaomi_aqara docs) - Support deCONZ library with exception handling (@Kane610
- #21952 ) (deconz docs) - Do not warn when creating an empty database (@amelchio
- #22343 ) (recorder docs) - Add color support to Philips Moonlight (@syssi
- #22204 ) (xiaomi_miio docs) - Add support for the power socket of the Xiaomi AC Partner V3 (@syssi
- #22205 ) - Set Onkyo reset log to debug instead of info (@robbiet480
- #22369 ) (onkyo docs) - Upgrade netatmo smart_home module (@cgtobi
- #22365 ) (netatmo docs) - Fix the crash due to absence of the “default_home” in HomeData from pyatmo (netatmo/climate) (@shanbs
- #22363 ) (netatmo docs) - Add support for ‘image’ media type (@StevenLooman
- #22353 ) (dlna_dmr docs) (media_player docs) - Warn user about HTML5 GCM deprecation (@hmmbob
- #22351 ) (notify docs) - Turn Panasonic Viera TV on without WOL (@dilruacs
- #22084 ) (panasonic_viera docs) - Properly connect sensors to hub (@StevenLooman
- #21414 ) (upnp docs) - Add support for Tfiac Climate component (@fredrike
- #21823 ) (tfiac docs) (new-platform) - Add aws component and consolidate aws notify platform (@awarecan
- #22240 ) (aws docs) - Check if mac is set when more than 2 gateways (@karlkar
- #21834 ) - Add ‘method’ parameter to forgiving_round method (@Mofeywalker
- #21708 ) - Expose detailed Ecobee equipment status (@nhorvath
- #20767 ) (ecobee docs) - Add ClickSend “caller” option (@fabtesta
- #20780 ) (notify docs) - Give HomeKit locks better names by default (@Jc2k
- #22333 ) (homekit_controller docs) - Improve yeelight component (@zewelor
- #22347 ) (yeelight docs) - Improve PS4 media art fetching and config flow (@ktnrg45
- #22167 ) (ps4 docs) - Allow for custom turn on/off commands (@JeffLIrion
- #22354 ) (androidtv docs) - Remove unused const (@Jc2k
- #22383 ) (homekit_controller docs) - Frontend indicate require admin (@balloob
- #22272 ) (config docs) (frontend docs) (hassio docs) (panel_custom docs) (panel_iframe docs) - Fix TpLink Device Tracker initialize error (@a005
- #22349 ) (tplink docs) - Add traccar events (@lapy
- #22348 ) (traccar docs) - Update python yeelight and add nightlight mode sensor (@zewelor
- #22345 ) (discovery docs) (yeelight docs) - updated pydaikin (@fredrike
- #22382 ) (daikin docs) - Support for Plex sensor with enforced SSL (@nmaggioni
- #21432 ) (plex docs) - Search GTFS departures across midnight (@renemarc
- #20992 ) (gtfs docs) - remove config sections from hass.config.components (@uchagani
- #22370 ) (config docs) - Update ring_doorbell to 0.2.3 (@dshokouhi
- #22395 ) (ring docs) - Fix unavailable state for homekit locks and covers (@Jc2k
- #22390 ) (homekit_controller docs) - Add infer_arming_state option to ness alarm (@nickw444
- #22379 ) (ness_alarm docs) - deCONZ support Xiaomi vibration sensor (@Kane610
- #22366 ) (deconz docs) - Fix data_key of the xiaomi_aqara cover for LAN protocol v2 (@syssi
- #22358 ) (xiaomi_aqara docs) - Remove get_serial helper that is no longer needed. (@Jc2k
- #22368 ) (homekit_controller docs) - Set default parallel_update value should base on async_update (@awarecan
- #22149 ) - Camera Preferences + Preload Stream (@hunterjm
- #22339 ) (camera docs) (local_file docs) (logi_circle docs) (onvif docs) (push docs) - Move core stuff into Home Assistant integration (@balloob
- #22407 ) (config docs) (hassio docs) (homeassistant docs) - Tibber add support for Watty (@Danielhiversen
- #22397 ) (tibber docs) - zha fixes (@dmulcahey
- #22381 ) (zha docs) - Fix yeelight state update (@zewelor
- #22373 ) (yeelight docs) - Changed busy error to warning (@fronzbot
- #22398 ) - Migrate tts (@cgtobi
- #22403 ) - Add missing append (@Jc2k
- #22414 ) (homekit_controller docs) - Update translate, fix dev build error (@awarecan
- #22419 ) (axis docs) (ps4 docs) (tellduslive docs) (upnp docs) (zha docs) - Use dispatcher for netgear_lte state updates (@amelchio
- #22328 ) (netgear_lte docs) - ciscomobilityexpress pypi version update (@fbradyirl
- #22431 ) (cisco_mobility_express docs) - Update homeassistant-pyozw to 0.1.3 (@pvizeli
- #22433 ) (zwave docs) - Adding conf for deep standby, wake and specific source bouquet of Enigma2 (@fbradyirl
- #22393 ) (enigma2 docs) - Fix test name (@balloob
- #22421 ) - Lower severity level of log messages from http.view (@thomasloven
- #21091 ) (http docs) (breaking change) - Update ha-ffmpeg 2.0 (@pvizeli
- #22427 ) - Add myself as codeowner for yeelight component (@zewelor
- #22438 ) - Update ZHA component CODEOWNERS (@Adminiuga
- #22452 ) - Add support for yeelight ceiling ambilight (@zewelor
- #22346 ) (discovery docs) (yeelight docs) - Bootstrap to start registry loading early (@Swamp-Ig
- #22321 ) - Axis devices support device registry (@Kane610
- #22367 ) (axis docs) - Use voluptuous error string for websocket validation error (@ljmerza
- #21883 ) (websocket_api docs) - Add hourly forecasts to Dark Sky (@rtclauss
- #21820 ) (darksky docs) (breaking change) - Add switches to control Daikin Airbase zones (@fredrike
- #22417 ) (daikin docs) (new-platform) - better algorithm for computing unique_id (@heythisisnate
- #22389 ) (konnected docs) (breaking change) - Solaredge new sensors (@GidoHakvoort
- #21047 ) (solaredge docs) - Fix aws.notify platform schema (@awarecan
- #22374 ) (aws docs) - Do data extraction in sensors (@amelchio
- #22444 ) (netgear_lte docs) - Remove homekit_controller duplicate legacy pairing loader code (@Jc2k
- #22442 ) (homekit_controller docs) - Cache GTFS metadata and expose utility attributes (breaking change) (@renemarc
- #20966 ) (gtfs docs) (breaking change) - Modify check for ADB public key (@dilruacs
- #22378 ) (androidtv docs) - Centralize all usages of
host
as a configuration param to the constant CONF_HOST (@rohankapoorcom- #22458 ) - Don’t return cover position when not supported (@andrewsayre
- #22484 ) (smartthings docs) - Targeted ZHA permit joins. (@Adminiuga
- #22482 ) - Fix auto discovery of yeelights (@syssi
- #22481 ) (yeelight docs) - fix inverse state changes for binary sensors (@heythisisnate
- #22479 ) (konnected docs) - Fix events so they work with multiple devices (@Kane610
- #22477 ) (axis docs) - Improve Sensibo error handling (@Danielhiversen
- #22475 ) (sensibo docs) - Add new data fields and bump python-join-api (@bieniu
- #22472 ) (joaoapps_join docs) - Bump pypi again for Cisco Mobility Express (@fbradyirl
- #22467 ) (cisco_mobility_express docs) - Return percentage information in Alexa Smart Home response (@jackwilsdon
- #22440 ) (alexa docs) - Move HKDevice into connection (@Jc2k
- #22430 ) (homekit_controller docs) - Incoming SMS handling for netgear_lte (@amelchio
- #22402 ) (netgear_lte docs) - Entur upgrade to v0.2.0: async polling, number of departures, omit non boarding departures (@hfurubotten
- #22001 ) (entur_public_transport docs) - Mopar split (@rohankapoorcom
- #21526 ) (breaking change) - Fix too-abrubt SimpliSafe data refresh termination on error (@bachya
- #22466 ) (simplisafe docs) - Great migration notify (@robbiet480
- #22406 ) - Print error instead of warning for custom platforms in legacy format (@balloob
- #22486 ) - Add game and app media types (@cliffordwhansen
- #22459 ) (media_player docs) (ps4 docs) - Stream Record Service (@hunterjm
- #22456 ) (camera docs) (stream docs) - Add trusted_users in trusted networks auth provider (@awarecan
- #22478 ) (auth docs) - Fix regression of the xiaomi_aqara config validation (@syssi
- #22435 ) (xiaomi_aqara docs) (breaking change) (beta fix) - Fix dev branch (@awarecan
- #22493 ) (homekit_controller docs) (beta fix) - Update pyotgw to 0.4b3 (@mvn23
- #22496 ) (opentherm_gw docs) (beta fix) - Fixes for yeelight availbility state (@zewelor
- #22502 ) (yeelight docs) (beta fix) - Remove botocore dependency from credstash script (@awarecan
- #22511 ) (beta fix) - Fix lint on dev (@awarecan
- #22512 ) (beta fix) - Do not use zha default light polling (@dmulcahey
- #22513 ) (zha docs) (beta fix) - PS4 bump to 0.5.2 (@ktnrg45
- #22523 ) (ps4 docs) (beta fix) - clean up channel configuration (@dmulcahey
- #22534 ) (zha docs) (beta fix) - Fix tts Great Migration issue (@awarecan
- #22539 ) (amazon_polly docs) (baidu docs) (marytts docs) (microsoft docs) (picotts docs) (voicerss docs) (yandextts docs) (beta fix) - Upgrade to async_upnp_client==0.14.7 (@StevenLooman
- #22543 ) (dlna_dmr docs) (upnp docs) (beta fix) - Bump zigpy (@damarco
- #22545 ) (zha docs) (beta fix) - Add support for streaming to ffmpeg (@balloob
- #22549 ) (ffmpeg docs) (beta fix) - Fix platform warnings (@balloob
- #22551 ) (beta fix) - Google assistant: add blinds trait for covers (@giefca
- #22336 ) (google_assistant docs) (breaking change) (beta fix) - Update Amcrest component to SUPPORT_STREAM (@drjared88
- #22553 ) (amcrest docs) (beta fix) - Fix name conflict in tests (@awarecan
- #22556 ) (beta fix) - Update ONVIF component to SUPPORT_STREAM (@drjared88
- #22569 ) (onvif docs) (beta fix) - Add stream to the default config (@balloob
- #22602 ) (default_config docs) (beta fix) - Add trusted networks deprecating warning (@awarecan
- #22487 ) (http docs) (beta fix) - Hass.io ingress (@pvizeli
- #22505 ) (hassio docs) (beta fix) - Update Foscam component to support stream source (@cwhits
- #22568 ) (foscam docs) (beta fix) - Update face_recognition to 1.2.3 (@pvizeli
- #22622 ) (dlib_face_detect docs) (dlib_face_identify docs) (beta fix) - Disable Z-Wave autoheal (@balloob
- #22628 ) (zwave docs) (beta fix) - Handle disonnect bug in Tibber library (@Danielhiversen
- #22629 ) (tibber docs) (beta fix) - Support GET params for websocket ingress path (@pvizeli
- #22638 ) (hassio docs) (beta fix) - Return 0 for failed Foscam streams (@cwhits
- #22651 ) (foscam docs) (beta fix) - Fix racy homekit_controller platform setup caused by #22368 (@Jc2k
- #22655 ) (homekit_controller docs) (beta fix)