0.100: Better Plex, Bye JSON, HERE Travel time.
Welcome to the release notes of yet another wonderful release! No, we’re not going for 1.0, we’re doing 0.100! We feel like we’re not ready yet with our goals for 1.0, but we’re making progress every day. For a sneak peak of what we’re thinking about, check our blog Simple mode in Home Assistant 1.0.
Hacktoberfest
It is Hacktoberfest. This means that we’re spending the month celebrating contributing to open source. If you make 4 pull requests this month, you get a free Hacktoberfest t-shirt! More info and what to work on, check our Hacktoberfest blog post.
Average contributions per day have doubled for the month of October. There are now on average 40 contributions coming in each day. Breakdown is ~50% Home Assistant backend, ~37% documentation and ~13% the frontend. Most of these contributions you’ll see in the next release!
Last 14 days of pull pequest throughput in the Home Assistant organization. (source
State of the Union 2019
We’re going to have another State of the Union! It will be held at November 13, in Amsterdam. Like last year, it will be hosted by our friends at ING. I’m looking forward to talk about all the great things that are happening in Home Assistant land. We had 150 tickets available when we announced it on social media, and they were all gone in less than 24 hours!
We’re going to make sure that there will be a live stream available. We’ll announce that in time via the blog and social media. Some people are talking about hosting viewing parties across the globe. Keep an eye out on the social category on the forums for announcements. This would also be the place to announce if you are planning on hosting one.
Plex
@jjlawren
Screenshot of the Plex user interface asking the user if they want to link with Home Assistant.
Lovelace
@iantrich
- There are a lot more option for state filtering
- We have a bunch of new UI editors
- A new action
url
to link to external sites - Config panel: Disabled entities are now hidden by default.
Device automations
@emontnemery
Screenshot of a device trigger for a temperature sensor.
Automation editor
@emontnemeryand
and or
conditions, and give your automation a description so you know why you did what you did.
Screenshot of an and-condition in the automation editor.
Devices
Device automations are now available on the experimental device page that we introduced in the last release. You can now see all the triggers, conditions and actions the device supports. Clicking on it will open the automation editor with the automation filled in, ready to edit.
We also added the entity registry, so you can change all the settings of the devices entities in one place.
And, bonus, when you rename a device on the device page, it will now also rename the entities of that device if they contain the device name. When you are in advanced mode, it can also rename the entity id’s for you.
Goodbye JSON 👋
On the backend we have been using YAML for a long time, but on the frontend, we still used JSON for a lot of things. JSON is harder to write than YAML so we have aligned that. All data inputs on the frontend now accept YAML. You can still use JSON, as JSON is valid YAML.
This includes:
- The automation editor
- The script editor
- Services data in dev tools
- States in dev tools
- Events in dev tools
Screenshot of a service action in the automation editor using YAML.
Thank You, @Amelchio
Core developer @amelchio
Thanks Anders, we’re going to miss you! ❤️
In other news
Hans Oischinger showcased how he can steer his vacuum cleaner to specific rooms in his house via his floorplan. Besides this tweet, he also wrote a great blog about it
Freed my vacuum robot from the cloud with https://t.co/tirC2vcsqK
— Hans Oischinger (@oischinger) September 29, 2019
This unlocked some new functionality for my vacuum:
Configure and start zoned cleanup in @home_assistantwith live map overlayed on the floorplan pic.twitter.com/jtPZHk2xeT
To improve discovery, we’re collecting discovery info of devices and services. Please help us gather zeroconf discovery info
As always, this release of Home Assistant is accompanied with a new release of the Home Assistant Podcast
Time for another #smarthome
— Phil Hawthorne (@philhawthorne) October 9, 2019#Podcast
This week we're talking @home_assistantversion 1...hundred, @hacktoberfest and catch up with 🇦🇺 Tony about his #homeautomation journey with Home Assistant, or maybe it should just be @NodeRED 🤷♂️https://t.co/DUtNZTHOAA
New Integrations
- Add support for DOODS Image Processing (@snowzach
- #26208 ) (doods docs) (new-integration) - Izone component (@Swamp-Ig
- #24550 ) (izone docs) (new-integration) - Add transport data from maps.yandex.ru api (@rishatik92
- #26252 ) (yandex_transport docs) (new-integration) - Add Kaiterra integration (@Michsior14
- #26661 ) (kaiterra docs) (new-integration) - Add Ombi integration (@larssont
- #26755 ) (ombi docs) (new-integration) - Add here_travel_time (@eifinger
- #24603 ) (here_travel_time docs) (new-integration) - Add support for SOMA Smartshades devices (@ratsept
- #26226 ) (soma docs) (new-integration) - Add saj component (@fredericvl
- #26902 ) (saj docs) (new-integration)
New Platforms
- Add iaqualink binary sensor and unique_id (@flz
- #26616 ) (iaqualink docs) (new-platform) - Add basic support for IKEA Fyrtur blinds (@ggravlingen
- #26659 ) (tradfri docs) (new-platform) - Centralize rainbird config and add binary sensor platform (@konikvranik
- #26393 ) (rainbird docs) (breaking change) (new-platform)
Release 0.100.1 - October 10
- Fix build not succeeding @bramkragten
Release 0.100.2 - October 12
- Vangorra withings fix (@vangorra
- #27404 ) (withings docs) - Bump python-songpal (@rytilahti
- #27398 ) (songpal docs) - bump songpal to fix attrs usage when using its most recent version (@rytilahti
- #27410 ) (songpal docs) - iaqualink: set 5s timeout, use cookiejar defaults (@flz
- #27426 ) (iaqualink docs) - Add mobile_app dependency on cloud (@uSpike
- #27470 ) (mobile_app docs) - Fix for unknown sensor state (@marthoc
- #27542 ) (ecobee docs) - Google: catch query not supported (@balloob
- #27559 ) (google_assistant docs) - Fixing nzbget units display (@chriscla
- #27521 ) (nzbget docs)
Release 0.100.3 - October 21
- Use URI provided by Plex for local connections (@jjlawren
- #27515 ) (plex docs) - Update pymyq to 2.0.0 (@bachya
- #28069 ) (myq 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
-
Removed - The following integrations which were marked in .98 for pending removal have now been removed (ADR-0004):
-
NZBGet - The integration has been changed to support multiple platforms and future events, and common code has been centralized to the component. The configuration has moved from the sensor platform to the
nzbget
key in configuration.yaml, and themonitored_variables
option has been removed. Users need to update their configuration. - (@chriscla- #26462 ) (nzbget docs) New example configuration entry:
nzbget: host: 192.168.1.1 ssl: false
-
SpaceAPI - Values that were not compliant with the SpaceAPI specification were changed.
-
contact / mailing_list
has changed tocontact / ml
, to migrate change themailing_list
key toml
-
location / address
is no longer required but is optional as the latitude and longitude properties of the location are added automatically from the HA config). There is no need to change anything. - (@Bouni- #26453 ) (spaceapi docs)
-
-
Linky - Linky sensors have been grouped to one Linky device. Users will need to remove and re-add the Linky integration to clear the device registry. - (@piitaya
- #26738 ) -
Elv - ELV/PCA is now its own integration. Existing configuration should be removed and replaced. Optionally the port for the serial interface can be specified (default is: /dev/ttyUSB0). - (@majuss
- #26552 ) (elv docs) Example configuration entry:
elv: device: "/dev/ttyUSB0"
-
Automation - Custom component developers who started playing with device automations only: we have restructured how integrations can expose their device triggers/conditions/actions. Instead of 1 platform
device_automation.py
it’s nowdevice_action.py
,device_trigger.py
,device_condition.py
. The method to attach a device trigger has been updated fromasync_trigger
toasync_attach_trigger
to better reflect what is going on. - (@balloob- #26880 ) (automation docs) (binary_sensor docs) (deconz docs) (device_automation docs) (light docs) (switch docs) (zha docs) -
Ecobee - Ecobee will now be set up via config flow. Existing users will have their config imported from ecobee.conf via an import flow so it shouldn’t break their experience. Users configuring via configuration.yaml will have their api key and options imported into the flow but will still need to finish authorization via the flow (instead of the configurator component as previously). The configuration parameter
hold_temp
has been removed, as it was not being used in the climate platform and had no effect on whether the temperature was held indefinitely or not. Users will need to remove the parameterhold_temp
from configuration.yaml. Ecobee-specific services will now be registered under the ecobee domain rather than the climate domain, and service names will not include the prefix “ecobee_” (e.g., the service “climate.ecobee_resume_program” will become “ecobee.resume_program”). - (@marthoc- #26634 ) (ecobee docs) -
Transmission - The Transmission integration can now be configured through a config flow via Integrations in the GUI. Once configured all sensors and switches will be created and available for the user.
monitored_conditions
has been removed so existing users need to update their configuration in configuration.yaml and remove monitored conditions. The existing configuration will be imported as an entry under Integrations. - (@engrbm87- #26434 ) (transmission docs) Example configuration entry:
transmission: host: 192.168.1.1
-
Rainbird - Rainbird is now its own platform. The configuration of rainbird switches has been moved under
zones:
as part of therainbird:
integration. - (@konikvranik- #26393 ) (rainbird docs) Example configuration entry:
rainbird: host: IP_ADDRESS_OF_MODULE password: YOUR_PASSWORD trigger_time: 6 zones: 1: trigger_time: 6
-
Incomfort - Device state attributes that were causing pointless state changes have been removed:
-
"rf_message_rssi
signal strength (between gateway & boiler), changes almost every scan_interval -
nodenr
unknown, is static -
rfstatus_cntr
unknown, changes
This is not likely to be considered a breaking change by users. - (@zxdavb
- #26802 ) (incomfort docs) -
-
Evohome - Device state attributes keys have been changed to snake_case and, since this a breaking change, the opportunity was taken to revise/simplify the entire device state attributes schema. Evohome is a complicated integration, has had major changes in recent times, and is not yet mature - these changes address some bugs and related architectural issues:
- Modify behavior of set_temperature to mirror that of the vendor’s UI (e.g., any target temp changes until next setpoint, unless explicitly set otherwise)
- Setpoint datetimes are now correctly converted to local/aware isoformat (internally, and for logging/state attributes)
- Use snake_case for device state attributes
- Add a unique_id for each entity (systemId, zoneID, dhwId)
- Refactoring - remove API wrappers (no longer using private methods)
- Add away mode for DHW (set to permanent off or Auto, depending)(@zxdavb
- #26810 ) (evohome docs)
-
OpenTherm - Move climate entity state to hvac_action attribute to comply with climate 1.0. May break e.g., automations. - (@mvn23
- #25931 ) (opentherm_gw docs) -
Genius Hub - Users connecting to a Hub via the v1 API will need to specify a valid MAC address for the hub (see example YAML, below). Those using the v3 API will be unaffected. This change is in preparation for for further changes, so the geniushub entities can be given more appropriate
entity_ids
.Some Sensor entities fro GeniusHub Issues have been renamed, and so will get a new entity ID:
- sensor.errors to sensor.geniushub_errors
- sensor.warnings to sensor.geniushub_warnings
- sensor.information to sensor.geniushub_informationeniushub and bump client to v0.6.26 - (@zxdavb
- #26640 ) (geniushub docs)
Example configuration entry:
geniushub: token: JqVFd0UUEi... mac: 18:CC:23:12:34:56
Beta Fixes
- Only generate device trigger for sensor with unit (@emontnemery
- #27152 ) (sensor docs) (beta fix) - Add above and below to sensor trigger extra_fields (@emontnemery
- #27160 ) (sensor docs) (beta fix) - Update connect-box to fix issue with attrs (@pvizeli
- #27194 ) (upc_connect docs) (beta fix) - Fix validation when automation is saved from frontend (@emontnemery
- #27195 ) (automation docs) (beta fix) - Fix ecobee binary sensor and sensor unique ids (@marthoc
- #27208 ) (ecobee docs) (beta fix) - Bump adb-shell to 0.0.4; bump androidtv to 0.0.30 (@JeffLIrion
- #27224 ) (androidtv docs) (beta fix) - Fix closed status for non horizontal awnings. (@psicot
- #26840 ) (tahoma docs) (beta fix) - Fix update on cert_expiry startup (@jjlawren
- #27137 ) (cert_expiry docs) (beta fix) - Fix onvif PTZ service freeze (@skgsergio
- #27250 ) (onvif docs) (beta fix) - Fix the todoist integration (@boralyl
- #27273 ) (todoist docs) (beta fix) - Fix Plex media_player.play_media service (@jjlawren
- #27278 ) (plex docs) (beta fix) - Remove manual config flow step (@jjlawren
- #27291 ) (plex docs) (beta fix) - Improve speed websocket sends messages (@balloob
- #27295 ) (websocket_api docs) (beta fix) - Google: Report all states on activating report state (@balloob
- #27312 ) (google_assistant docs) (beta fix) - Fix single Plex server case (@jjlawren
- #27326 ) (plex docs) (beta fix) - Updated frontend to 20191002.1 (@bramkragten
- #27329 ) (frontend docs) (beta fix) - Fix translations for binary_sensor triggers (@emontnemery
- #27330 ) (binary_sensor docs) (beta fix) - Fix connection issues with withings API by switching to a maintained codebase (@vangorra
- #27310 ) (withings docs) (beta fix) - Update zigpy-zigate to 0.4.1 (@doudz
- #27345 ) (zha docs) (beta fix) - Updated frontend to 20191002.2 (@bramkragten
- #27370 ) (frontend docs) (beta fix)
All changes
- Add support for DOODS Image Processing (@snowzach
- #26208 ) (doods docs) (new-integration) - Bump zigate to 0.3.0 (@doudz
- #26586 ) (zha docs) - Upgrade youtube_dl to 2019.09.12.1 (@BKPepe
- #26593 ) (media_extractor docs) - Improve bluetooth tracker device code (@pgilad
- #26067 ) (bluetooth_tracker docs) - Disable Watson TTS Telemetry (@poofyteddy
- #26253 ) (watson_tts docs) - Fix Typo (@SNoof85
- #26612 ) (cert_expiry docs) - Refactor Bluetooth Tracker to async (@pgilad
- #26614 ) (bluetooth_tracker docs) - deCONZ - create deconz_events through sensor platform (@Kane610
- #26592 ) (deconz docs) - zha ZCL color loop effect (@amigan
- #26549 ) (zha docs) - Add iaqualink binary sensor and unique_id (@flz
- #26616 ) (iaqualink docs) (new-platform) - Add group attribute to Homematic IP Cloud (@SukramJ
- #26618 ) (homematicip_cloud docs) - Move deCONZ services to their own file (@Kane610
- #26645 ) (deconz docs) - Add built in weather to Homematic IP Cloud (@SukramJ
- #26642 ) (homematicip_cloud docs) - deCONZ - battery sensor instead of battery attribute (@Kane610
- #26591 ) (deconz docs) - deCONZ - Remove mechanisms to import a configuration from configuration.yaml (@Kane610
- #26648 ) (deconz docs) - Refactor nzbget to support future platform changes (@chriscla
- #26462 ) (nzbget docs) (breaking change) - Fix Environment Canada weather forecast, retain icon_code sensor (@michaeldavie
- #26646 ) (environment_canada docs) - Emulate color temperature for non-ct lights in light groups (@bryanyork
- #23495 ) (google_assistant docs) (group docs) - Use pynzbgetapi exceptions consistently (@chriscla
- #26667 ) (nzbget docs) - deCONZ - Improve service tests (@Kane610
- #26663 ) (deconz docs) - zha: fix 0 second transitions being ignored. (@abmantis
- #26654 ) (zha docs) - pytfiac version bump to 0.4 (@fredrike
- #26669 ) (tfiac docs) - Switch py_nextbus to py_nextbusnext (@ViViDboarder
- #26681 ) (nextbus docs) - Disconnect velux on hass stop (@gibman
- #26266 ) (velux docs) - Improve Envoy detection and support multiple Envoys (@jesserizzo
- #26665 ) (enphase_envoy docs) - Fix volumio set shuffle (@zewelor
- #26660 ) (volumio docs) - Fix mysensors validation for composite entities (@MartinHjelmare
- #26666 ) (mysensors docs) - Add support for automation description (@emontnemery
- #26662 ) (automation docs) (config docs) - Add alternative name for Tibber sensors (@Danielhiversen
- #26685 ) (tibber docs) - deCONZ improve light tests (@Kane610
- #26697 ) (deconz docs) - Hide “PTZ is not available on this camera” warning (@definitio
- #26649 ) (onvif docs) - deCONZ rewrite sensor tests (@Kane610
- #26679 ) (deconz docs) - Fix torque degree char (@roblandry
- #26183 ) (torque docs) - Change datetime.now() to dt_util.now() (@tsvi
- #26582 ) - Add additional needles to glances cpu_temp attribute (@shutupflanders
- #22311 ) (glances docs) - Move alexa integration to use dt_util (@tsvi
- #26723 ) (alexa docs) - Bumps pytest to 5.1.2 (@frenck
- #26718 ) - Bumps aiohttp to 3.6.0 (@frenck
- #26728 ) - Bumps pre-commit to 1.18.3 (@frenck
- #26717 ) - Update Solax Library to 0.2.2 (@squishykid
- #26705 ) (solax docs) - Bump aiohttp to 3.6.1 (@frenck
- #26739 ) - Add Plex config flow support (@jjlawren
- #26548 ) (plex docs) - Bump restrictedpython to 5.0 (@frenck
- #26741 ) - Izone component (@Swamp-Ig
- #24550 ) (izone docs) (new-integration) - Bump influxdb to 5.2.3 (@frenck
- #26743 ) (influxdb docs) - Update codeowners (@amelchio
- #26733 ) (lifx docs) (lifx_cloud docs) (netgear_lte docs) (sonos docs) - Add transport data from maps.yandex.ru api (@rishatik92
- #26252 ) (yandex_transport docs) (new-integration) - deCONZ improve gateway tests (@Kane610
- #26709 ) (deconz docs) - Revert “Add transport data from maps.yandex.ru api (#26252)” (@pvizeli
- #26762 ) (yandex_transport docs) - Bump openwrt-luci-rpc to version 1.1.1 (@flowolf
- #26759 ) (luci docs) - Type hint additions (@scop
- #26765 ) (automation docs) (cover docs) (frontend docs) (http docs) (media_player docs) (switch docs) - Add transport data from maps.yandex.ru api (@rishatik92
- #26766 ) (yandex_transport docs) - ZHA siren and warning device support (@dmulcahey
- #26046 ) (zha docs) - Bump aiowwlln to 2.0.2 (@bachya
- #26769 ) - Bump simplisafe-python to 5.0.1 (@bachya
- #26775 ) (simplisafe docs) - Add integration scaffolding script (@balloob
- #26777 ) - Bump HAP-python to 2.6.0 for homekit (@Jc2k
- #26783 ) (homekit docs) - Bump pynws version to 0.8.1 (@MatthewFlamm
- #26770 ) (nws docs) - Add optimizer data to solaredge_local (@scheric
- #26708 ) (solaredge_local docs) - Mqtt binary sensor expire after (@KiLLeRRaT
- #26058 ) (mqtt docs) - Upgrade importlib-metadata to 0.23 (@fabaff
- #26787 ) - Upgrade python-whois to 0.7.2 (@fabaff
- #26788 ) (whois docs) - Fix doods missing detector name kwarg (@snowzach
- #26784 ) (doods docs) - Add myself as a pi_hole codeowner (@johnluetke
- #26796 ) (pi_hole docs) - Fix spaceapi (@Bouni
- #26453 ) (spaceapi docs) (breaking change) - Update light.py (@CQoute
- #26703 ) (esphome docs) - Bump hbmqtt to 0.9.5 (@frenck
- #26804 ) (mqtt docs) - Bump python-slugify to 3.0.4 (@frenck
- #26801 ) - Bump pytest to 5.1.3 (@frenck
- #26794 ) - Bump iperf3 to 0.1.11 (@frenck
- #26795 ) (iperf3 docs) - Bump shodan to 1.17.0 (@frenck
- #26797 ) (shodan docs) - Bump request_mock to 1.7.0 (@frenck
- #26799 ) - Bump pylutron to 0.2.5 (@thecynic
- #26815 ) - Upgrade sendgrid to 6.1.0 (@fabaff
- #26809 ) (sendgrid docs) - Exempt ‘Help wanted’ issue from stale bot (@frenck
- #26829 ) - Add device automation support to binary_sensor entities (@emontnemery
- #26643 ) (binary_sensor docs) - Update Vivotek camera component (@HarlemSquirrel
- #26754 ) (vivotek docs) - Add basic support for IKEA Fyrtur blinds (@ggravlingen
- #26659 ) (tradfri docs) (new-platform) - Unload Plex config entries (@jjlawren
- #26771 ) (plex docs) - Add Kaiterra integration (@Michsior14
- #26661 ) (kaiterra docs) (new-integration) - Add manual step to Plex config flow (@jjlawren
- #26773 ) (plex docs) - Add Ombi integration (@larssont
- #26755 ) (ombi docs) (new-integration) - Prevent Wemo doing I/O in event loop (@balloob
- #26835 ) (wemo docs) - Split scaffolding script (@balloob
- #26832 ) - Remove deprecated ups integration (ADR-0004) (@frenck
- #26824 ) (breaking change) - Remove deprecated usps integration (ADR-0004) (@frenck
- #26823 ) (breaking change) - Remove deprecated sytadin integration (ADR-0004) (@frenck
- #26819 ) (breaking change) - Add here_travel_time (@eifinger
- #24603 ) (here_travel_time docs) (new-integration) - Remove deprecated srp_energy integration (ADR-0004) (@frenck
- #26826 ) (breaking change) - Remove deprecated fedex integration (ADR-0004) (@frenck
- #26822 ) (breaking change) - Store ZHA light brightness when fading off to turn on at the correct brightness (@abmantis
- #26680 ) (zha docs) - Bump pyotp to 2.3.0 (@frenck
- #26849 ) (otp docs) - Remove deprecated linksys_ap integration (ADR-0004) (@frenck
- #26847 ) (breaking change) - Bump up ZHA dependencies (@Adminiuga
- #26746 ) - fix onvif/camera setting up error (@sanyatuning
- #26825 ) (onvif docs) - Bump homematicip_cloud to 0.10.11 (@SukramJ
- #26852 ) (homematicip_cloud docs) - Group Linky sensors to Linky meter device (@piitaya
- #26738 ) (breaking change) - Add unit to ‘charging_level_hv’ bwm_connected_drive sensor (@timmccor
- #26861 ) (bmw_connected_drive docs) - Add reproduce state template (@balloob
- #26866 ) - Put draw_box in image_processing (@robmarkcole
- #26712 ) (doods docs) (image_processing docs) (tensorflow docs) - Move elv integration to component and bump pypca (@majuss
- #26552 ) (elv docs) (breaking change) - Add availability_template to Template Sensor platform (@grillp
- #26516 ) (template docs) - Add device automation support to ZHA (@dmulcahey
- #26821 ) (zha docs) - Removes unnecessary else/elif blocks (@frenck
- #26884 ) - Add and corrects typehints in Entity helper & core class (@frenck
- #26805 ) - Add comment for clarity to helper.entity.enabled() (@frenck
- #26793 ) - Reorg device automation (@balloob
- #26880 ) (automation docs) (binary_sensor docs) (deconz docs) (device_automation docs) (light docs) (switch docs) (zha docs) (breaking change) - Use Python3 new super syntax sugar (@frenck
- #26890 ) - bump quirks (@dmulcahey
- #26885 ) (zha docs) - Update zigpy_zigate to 0.4.0 (@doudz
- #26883 ) (zha docs) - Inverting states for opening/closing Homekit covers (@tleegaard
- #26872 ) (homekit_controller docs) - Removes unnecessary utf8 source encoding declarations (@frenck
- #26887 ) (lcn docs) (yandex_transport docs) - Removes unnecessary print_function future import (@frenck
- #26888 ) - Add availability_template to Template Switch platform (@grillp
- #26513 ) (template docs) - Bump ndms2-client to 0.0.9 (@foxel
- #26899 ) (keenetic_ndms2 docs) - Add voltage attribute to Xiaomi Aqara devices (@zhumuht
- #26876 ) (xiaomi_aqara docs) - Fix bed_activity history chart of the Xiaomi Aqara vibration sensor (@zhumuht
- #26875 ) (xiaomi_aqara docs) - Fix missing whitespace around arithmetic operator (@JeffLIrion
- #26908 ) (xiaomi_aqara docs) - deCONZ - Improve ssdp discovery by storing uuid in config entry (@Kane610
- #26882 ) (deconz docs) - Add google_assistant alarm_control_panel (@engrbm87
- #26249 ) (google_assistant docs) - Add call direction sensor for Obihai (@dshokouhi
- #26867 ) (obihai docs) - deCONZ - Increase bridge discovery robustness in config flow (@Kane610
- #26911 ) (deconz docs) - Add config flow to ecobee (@marthoc
- #26634 ) (ecobee docs) (breaking change) - Remove lamps and groups from ha when removed from Hue (@bramkragten
- #26881 ) (hue docs) - Add MySensors ACK (@petewill
- #26894 ) (mysensors docs) - Add mysensors codeowner (@MartinHjelmare
- #26917 ) (mysensors docs) - Bump pyobihai, add unique ID and availability (@dshokouhi
- #26922 ) (obihai docs) - Add Plex config options support (@jjlawren
- #26870 ) (plex docs) - Add config flow to transmission (@engrbm87
- #26434 ) (transmission docs) (breaking change) - Centralize rainbird config and add binary sensor platform (@konikvranik
- #26393 ) (rainbird docs) (breaking change) (new-platform) - Add ecobee services to create and delete vacations (@marthoc
- #26923 ) (ecobee docs) - Bump androidtv to 0.0.28 (@JeffLIrion
- #26906 ) (androidtv docs) - Add more ebusd Vaillant “bai” sensors (@sashao
- #26750 ) (ebusd docs) - Add xbox live custom update interval (@MartinHjelmare
- #26939 ) (xbox_live docs) - Guard against non supported entities (@balloob
- #26941 ) (alexa docs) - Bump pyowlet to 1.0.3 (@jaburges
- #26892 ) - Revert Nest HVAC mode when disabling Eco mode (@joe248
- #26934 ) (nest docs) - Fix ecobee integration (@marthoc
- #26951 ) (ecobee docs) - Add CO2 level reading for Kaiterra integration (@Michsior14
- #26935 ) (kaiterra docs) - Improve validation of device trigger config (@emontnemery
- #26910 ) (automation docs) (config docs) (device_automation docs) - Add device action support for ZHA (@dmulcahey
- #26903 ) (zha docs) - Add support for Z-Wave battery level (@oandrew
- #26943 ) (zwave docs) - Update Alexa discovery description (@bramkragten
- #26933 ) (alexa docs) - Add templates to scaffold device_trigger, device_condition, (@balloob
- #26871 ) - Upgrade mypy to 0.730, address raised issues (@scop
- #26959 ) (http docs) - Add hive boost to climate and water_heater (@KJonline
- #26789 ) (hive docs) - Bump Travis timeout to 50 minutes (@scop
- #26978 ) - Remove no longer needed Python < 3.6 compatibility code (@scop
- #27024 ) - Fix possible OpenUV exception due to missing data (@bachya
- #26958 ) (openuv docs) - Update pythonegardia to 1.0.40 (@SneakSnackSnake
- #27009 ) (egardia docs) - Improve ecobee service schemas (@marthoc
- #26955 ) (ecobee docs) - Add more providers, bump yessssms version to 0.4.1 (@flowolf
- #26874 ) - Upgrade youtube_dl to 2019.09.28 (@BKPepe
- #27031 ) (media_extractor docs) - Add availability_template to Template Cover platform (@grillp
- #26509 ) (template docs) - Add availability_template to Template Binary Sensor platform (@grillp
- #26510 ) (template docs) - Add availability_template to Template Fan platform (@grillp
- #26511 ) (template docs) - Add availability_template to Template Light platform (@grillp
- #26512 ) (template docs) - Add availability_template to Template Vacuum platform (@grillp
- #26514 ) (template docs) - Add create, remove of devices for HomematicIP_Cloud (@SukramJ
- #27030 ) (homematicip_cloud docs) - Add venstar support for hvac action (@david81
- #26956 ) (venstar docs) - Change hive hotwater to hot_water + bug fix (@KJonline
- #27038 ) (hive docs) - Return esphome cover position as Integer (@neffs
- #27039 ) (esphome docs) - Type hint additions (@scop
- #26831 ) (device_automation docs) (frontend docs) (group docs) (media_player docs) (persistent_notification docs) (sun docs) (websocket_api docs) (zone docs) - Upgrade pytest to 5.2.0 (@scop
- #27058 ) - Bump zha quirks to 0.0.26 (@dmulcahey
- #27051 ) (zha docs) - Add Pi-hole enable and disable services (@johnluetke
- #27055 ) (pi_hole docs) - add utc tz to forecast (@MatthewFlamm
- #27049 ) (darksky docs) - Fix rest_command when server is unreachable (@sebasje
- #26948 ) (rest_command docs) - Fix incomfort and Bump client to 0.3.5 (@zxdavb
- #26802 ) (incomfort docs) (breaking change) - Add support for SOMA Smartshades devices (@ratsept
- #26226 ) (soma docs) (new-integration) - Bump pyecobee to 0.1.4 (@marthoc
- #27074 ) (ecobee docs) - Fix SSL connections to Pi-hole (@johnluetke
- #27073 ) (pi_hole docs) - Bump shodan to 1.19.0 (@frenck
- #27079 ) (shodan docs) - Add some icons for Obihai (@dshokouhi
- #27075 ) (obihai docs) - bumped version of upstream library (@exxamalte
- #27083 ) (geonetnz_quakes docs) - Remove last of device tracker scanner (@Kane610
- #27082 ) (unifi docs) - Bugfix evohome (@zxdavb
- #26810 ) (evohome docs) (breaking change) - Add saj component (@fredericvl
- #26902 ) (saj docs) (new-integration) - Add availability_template to Template Lock platform (@grillp
- #26517 ) (template docs) - Cleanup coroutine threadsafe (@pvizeli
- #27080 ) (bluetooth_le_tracker docs) (group docs) (mqtt docs) (proxy docs) - Plex external config flow (@jjlawren
- #26936 ) (plex docs) - Bump attrs to 19.2.0 (@frenck
- #27102 ) - Update meteoalertapi to version 0.1.6 (@rolfberkenbosch
- #27099 ) (meteoalarm docs) - Nzbget services (@chriscla
- #26900 ) (nzbget docs) - Delete here_travel_time dead code COORDINATE_SCHEMA (@eifinger
- #27090 ) (here_travel_time docs) - Add missing http dependency (@jjlawren
- #27097 ) (plex docs) - Add entity registry support to ecobee integration (@marthoc
- #27088 ) (ecobee docs) - Update opentherm_gw.climate to match Climate 1.0 (@mvn23
- #25931 ) (opentherm_gw docs) (breaking change) - Improve validation of device action config (@emontnemery
- #27029 ) (automation docs) - Bump adb-shell to 0.0.3 (@JeffLIrion
- #27108 ) (androidtv docs) - Add Vera last user and low battery attributes (@colohan
- #27043 ) (vera docs) - Add neural support to amazon polly (@bbrendon
- #27101 ) (amazon_polly docs) - Bump androidtv to 0.0.29 (@JeffLIrion
- #27120 ) (androidtv docs) - Update documentation link URL for integrations in all manifests (@frenck
- #27114 ) - Tweak geniushub and bump client to v0.6.26 (@zxdavb
- #26640 ) (geniushub docs) (breaking change) - move ATTR_MODE to homeassistant.const (@eifinger
- #27118 ) - Update documentation link URL for integrations (part2) (@frenck
- #27117 ) - Fix generated comment in CODEOWNERS (@tribut
- #27115 ) - Disable flaky/slow test (@emontnemery
- #27125 ) - UniFi - Try to handle when UniFi erroneously marks offline client as wired (@Kane610
- #26960 ) (unifi docs) - deCONZ - Support Symfonisk sound controller with device triggers (@Kane610
- #26913 ) (deconz docs) - Add support for
for
to binary_sensor, light and switch device triggers (@emontnemery- #26658 ) (device_automation docs) - Updated frontend to 20191002.0 (@bramkragten
- #27134 ) (frontend docs) - Fix error on failed Plex setup (@jjlawren
- #27132 ) (plex docs) - Bump up ZHA dependencies. (@Adminiuga
- #27127 ) (zha docs) - Fix unavailable climate entities in Alexa StateReport (@ochlocracy
- #27128 ) (alexa docs) - gpiozero requirement ver (@bbrendon
- #27129 ) (remote_rpi_gpio docs) - Update KNX integration to xknx 0.11.2 (@farmio
- #27130 ) (knx docs) - Display Fan entity as Fan category in Alexa (@ochlocracy
- #27135 ) (alexa docs) - Improve validation of device condition config (@emontnemery
- #27131 ) (automation docs) (binary_sensor docs) (light docs) (switch docs) - Fix colorTemperatureInKelvin in Alexa report when light is off (@ochlocracy
- #27107 ) (alexa docs) - Add device trigger support to sensor entities (@emontnemery
- #27133 ) (automation docs) (binary_sensor docs) (device_automation docs) (sensor docs) - Add Google Report State (@balloob
- #27112 ) (alexa docs) (cloud docs) (google_assistant docs) - Handle all single zone thermostats (@zxdavb
- #27168 ) (evohome docs) - Only generate device trigger for sensor with unit (@emontnemery
- #27152 ) (sensor docs) (beta fix) - Add above and below to sensor trigger extra_fields (@emontnemery
- #27160 ) (sensor docs) (beta fix) - Update connect-box to fix issue with attrs (@pvizeli
- #27194 ) (upc_connect docs) (beta fix) - Fix validation when automation is saved from frontend (@emontnemery
- #27195 ) (automation docs) (beta fix) - Fix ecobee binary sensor and sensor unique ids (@marthoc
- #27208 ) (ecobee docs) (beta fix) - Bump adb-shell to 0.0.4; bump androidtv to 0.0.30 (@JeffLIrion
- #27224 ) (androidtv docs) (beta fix) - Fix closed status for non horizontal awnings. (@psicot
- #26840 ) (tahoma docs) (beta fix) - Fix update on cert_expiry startup (@jjlawren
- #27137 ) (cert_expiry docs) (beta fix) - Fix onvif PTZ service freeze (@skgsergio
- #27250 ) (onvif docs) (beta fix) - Fix the todoist integration (@boralyl
- #27273 ) (todoist docs) (beta fix) - Fix Plex media_player.play_media service (@jjlawren
- #27278 ) (plex docs) (beta fix) - Remove manual config flow step (@jjlawren
- #27291 ) (plex docs) (beta fix) - Improve speed websocket sends messages (@balloob
- #27295 ) (websocket_api docs) (beta fix) - Google: Report all states on activating report state (@balloob
- #27312 ) (google_assistant docs) (beta fix) - Fix single Plex server case (@jjlawren
- #27326 ) (plex docs) (beta fix) - Updated frontend to 20191002.1 (@bramkragten
- #27329 ) (frontend docs) (beta fix) - Fix translations for binary_sensor triggers (@emontnemery
- #27330 ) (binary_sensor docs) (beta fix) - Fix connection issues with withings API by switching to a maintained codebase (@vangorra
- #27310 ) (withings docs) (beta fix) - Update zigpy-zigate to 0.4.1 (@doudz
- #27345 ) (zha docs) (beta fix) - Updated frontend to 20191002.2 (@bramkragten
- #27370 ) (frontend docs) (beta fix)