This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Oct 14, 2020
-
-
Clifford Roche authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Sharif Nassar authored
-
J. Nick Koston authored
-
epenet authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
J. Nick Koston authored
-
J. Nick Koston authored
These calls were already using async_add_executor_job in some of the other platforms
-
J. Nick Koston authored
self.calendar.date_search was already being run in the executor in other places so this should be safe
-
Chris Talkington authored
-
Jason Hunter authored
-
HomeAssistant Azure authored
-
- Oct 13, 2020
-
-
J. Nick Koston authored
-
J. Nick Koston authored
-
J. Nick Koston authored
dyson was running the add_message_listener code in the executor even though all it did was append to an array https://github.com/etheralm/libpurecool/blob/master/libpurecool/dyson_device.py#L213
-
J. Nick Koston authored
-
J. Nick Koston authored
-
Sharif Nassar authored
* Update uptime tests to pytest style First attempt * Test that the sensor is actually configured * Swap the rest of the tests to pytest * fixup! Swap the rest of the tests to pytest
-
Robert Svensson authored
* Improve deCONZ climate platform * Raise valueerror if missing input * Fix linting
-
Aaron Bach authored
-
J. Nick Koston authored
-
J. Nick Koston authored
-
J. Nick Koston authored
-
dvermd authored
-
J. Nick Koston authored
Avoids checking the callable type every time sun events trigger
-
djtimca authored
Fix issues with metric conversion and single pump type for filter pumps in Omnilogic integration (#41777)
-
J. Nick Koston authored
-
Bas Nijholt authored
* Do not use asyncio.gather because the speaker only allows one concurrent connection * bump to aiokef=0.2.16
-
Guido Schmitz authored
-
Daniel Hjelseth Høyer authored
-
thaohtp authored
Issue: https://github.com/home-assistant/core/issues/40856
-
Robert Svensson authored
* Improve handling unsupported commands * Raise valueerror on unsupported speed * Fix linting
-
Erik Montnemery authored
-
Jason Hunter authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Franck Nijhof authored
-
Franck Nijhof authored
-
Jason Hunter authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Erik Montnemery authored
Co-authored-by:
J. Nick Koston <nick@koston.org> Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
J. Nick Koston authored
We can avoid processing the relationship when the old state was already written to the database which will common case with a commit interval of 1s. Since we already know the value for old_state_id we can use it instead of asking sqlalchemy to process the relationship at flush/commit time which can significantly speed up sqlalchemy's _emit_insert_statements implementation.
-
Aidan Timson authored
-
Rob Bierbooms authored
* Prompt only configure devices when device is in config entry * Fix copy
-
tkacikdominik authored
* refactoring - Rewrite Facebook unit test to pytest style test function * Modifying email author * modified code formating * Run CI
-