This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jun 16, 2020
-
-
Kevin Fronczak authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
etheralm authored
* fix unnecesary checks * change ClimateDevice to ClimateEntity * Clean up * Formatting * Fix tests * Clean tests * Clean up tests * Fix device mock * Use safer patch target path * Extract constant * Remove not needed property * Guard for missing target temperature * Use async_mock mocks Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Zac West authored
-
HomeAssistant Azure authored
-
- Jun 15, 2020
-
-
Paulus Schoutsen authored
* Fix cloudhooks coming in for non existing webhooks * Fix tests"
-
Franck Nijhof authored
Co-authored-by:
Paulus Schoutsen <balloob@gmail.com>
-
Erik Montnemery authored
-
Paulus Schoutsen authored
-
J. Nick Koston authored
Reduces size of api response, execution, and download time.
-
Franck Nijhof authored
-
J. Nick Koston authored
* Only process logbook timestamps for events we will keep Since we group by minute we were previously processing every timestamp. We can avoid this by making all the minute checks use the unprocessed datetime since the groupings will be the same regardless of timezone. This reduces the number of datetime object recreations by at least an order of magnitude.
-
J. Nick Koston authored
avg 4.43s -> 1.88s
-
J. Nick Koston authored
This builds on #35822 Minimize the amount of data selected from the database Testing: History API Response time for 1 day Average of 10 runs with minimal_response Before: 9.47s After: 4.43s
-
J. Nick Koston authored
-
N1c093 authored
-
kennedyshead authored
Co-authored-by:
magnusknutas <magnus@thefarm.se>
-
michaeldavie authored
-
Tom Harris authored
-
Franck Nijhof authored
-
Paulus Schoutsen authored
-
Ian Harcombe authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
AJ Schmidt authored
* add adext * rm new config parameter * update adext
-
HomeAssistant Azure authored
-
- Jun 14, 2020
-
-
Tom Schneider authored
Co-authored-by:
springstan <46536646+springstan@users.noreply.github.com> Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Ville Skyttä authored
-
David F. Mulcahey authored
-
Paulus Schoutsen authored
-
Benoit Louy authored
* make pjlink timeout configurable * fix format * remove timeout configuration and use a default value instead
-
Eugene Prystupa authored
-
Franck Nijhof authored
-
Alexei Chetroi authored
-
J. Nick Koston authored
-
HomeAssistant Azure authored
-
- Jun 13, 2020
-
-
Martin authored
* Add sensor platform for vicare (heatpump) * Formatting and fixes * Formatting and fixes 2 * Fixes and formatting 3 * Fixes and formatting 4 * Add binary_sensor and more sensors This moves some more climate attributes to sensors and adds binary_sensors * Move ActiveError back to climate component The data returned by ActiveError is more complex. It takes further investigation on how to interpret it a s a binary sensor. Therefore it is moved back as an attribute of the climate component * Update PyViCare library * PR changes * PR changes 2 Co-authored-by:
Hans Oischinger <hans.oischinger@gmail.com>
-
Bram Kragten authored
-
Robert Van Gorkom authored
* Vera now polls for all status data, no only incremental. Vera polling is not handled using hass event loops with proper backoffs. * Using long polling. * Addressing PR feedback. * Addressing PR feedback. Adding controller stop on config unload.
-
Bram Kragten authored
-
Robert Svensson authored
-
J. Nick Koston authored
-
Erik Montnemery authored
* Update test_user_has_confirmation * Rewrite test according to review comment
-