This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jul 03, 2020
-
-
mdegat01 authored
-
Martin Hjelmare authored
-
HomeAssistant Azure authored
-
- Jul 02, 2020
-
-
J. Nick Koston authored
* Improve unifi device tracker performance The unifi websocket sends an update every second which generates a significant amount of state changed updates. Avoid creating callback functions when they are not going to be used. * make _no_heartbeat/_make_disconnected instance methods * remove extra empty line * revert is_wired change * remove extra line
-
starkillerOG authored
-
Robert Van Gorkom authored
Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
Bram Kragten authored
-
Chris authored
-
Franck Nijhof authored
-
J. Nick Koston authored
-
Shulyaka authored
* Add humidifier support to homekit * spell * dependencies * lint * add linked humidity sensor for humidifiers * Apply suggestions from code review Co-authored-by:
J. Nick Koston <nick@koston.org> * apply suggestions from code review * pylint * Fix tests * Update homeassistant/components/homekit/type_humidifiers.py Co-authored-by:
J. Nick Koston <nick@koston.org> * Update tests/components/homekit/test_homekit.py Co-authored-by:
J. Nick Koston <nick@koston.org> * Apply suggestions from code review Co-authored-by:
J. Nick Koston <nick@koston.org> * apply suggestions from code review * lint * pylint * push * test for unavailable linker sensor * black * valid values key case * black * Update homeassistant/components/homekit/type_humidifiers.py Co-authored-by:
J. Nick Koston <nick@koston.org> * black * coverage * Set current humidity to 0 if linked sensor removed or unavailable * use last known humidity instead Co-authored-by:
J. Nick Koston <nick@koston.org>
-
J. Nick Koston authored
-
uvjustin authored
-
Robert Van Gorkom authored
-
J. Nick Koston authored
-
mdegat01 authored
-
Courtenay authored
-
Franck Nijhof authored
Co-authored-by:
Paulus Schoutsen <balloob@gmail.com>
-
John Hollowell authored
-
bsmappee authored
-
Markus Bong authored
-
Paulus Schoutsen authored
-
MatthewFlamm authored
-
Gage Benne authored
* Initial commit for Dexcom integration * Dexcom config flow testing * Clarify errors during setup * Resolve minor test issues * Update sensor availability, resolve linting issues * Add sensor tests * Remove title due to 0.109, add abort * >94.97% codecov/patch * Move .translations/ to translations/ * Add constants for servers and unit of measurements * Bump pydexcom version * Updated domain schema, Dexcom creation * Support for different units of measurement * Update tests * Remove empty items from manifest Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Raise UpdateFailed if fetching new session fails * Switch everything over to required * Simplify state information * Simplify async_on_remove * Pydexcom package now handles fetching new session * Only allow config flow * Remove ternary operator * Bump version, pydexcom handling session refresh * Using common strings * Import from test.async_mock * Shorten variable names * Resolve tests after removing yaml support * Return false if credentials are invalid * Available seems to handle if data is empty * Now using option flow, remove handling import * Add fixture for JSON returned from API * Overhaul testing * Revise update options * Bump pydexcom version * Combat listener repetition * Undo update listener using callback * Change sensor availability to use last_update_success * Update sensor availability and tests * Rename test Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
HomeAssistant Azure authored
-
- Jul 01, 2020
-
-
mdegat01 authored
-
jfearon authored
* Add service to support setting timer on water heater component * Update water_heater.py Remove info logging Return if unsupported option used * Added default temperature as it is optional * Update homeassistant/components/tado/services.yaml Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/tado/services.yaml Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/tado/services.yaml Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/tado/water_heater.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Fix to remove else statement, and fix lint error * Reinstate entity id on schema, allow setting with temperature on devices that dont support it * Remove entity id from schema as not required Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
Bram Kragten authored
-
Bram Kragten authored
This reverts commit 2f46a81e.
-
Jeff Irion authored
-
Andrey authored
-
Haemish Kyd authored
* Created integration for PoolSense - a device to maintain your pool * Updated poolsense integration with changes due to code review comments. * Update poolsense with lint fix (logging-not-lazy) * Update poolsense with lint fix (f string missing placeholders) * Update homeassistant/components/poolsense/config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Added test for poolsense component. Updated config_flow to better follow the guidelines. * Update tests/components/poolsense/test_config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/poolsense/test_config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/poolsense/test_config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/poolsense/test_config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/poolsense/test_config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/poolsense/test_config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/poolsense/test_config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/poolsense/test_config_flow.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Removed uneccessary functions. * Added local venv to gitignore * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update to strings to allow for translations. Also some coding convention updates. * Removed space in icon return Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Removed space in icon return Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Removed space in icon return Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/__init__.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/__init__.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/__init__.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update homeassistant/components/poolsense/strings.json Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Updated to include some error checks for pypi package * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Update tests/components/poolsense/test_config_flow.py * Update homeassistant/components/poolsense/sensor.py * Apply suggestions from code review * Update homeassistant/components/poolsense/__init__.py * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Update homeassistant/components/poolsense/sensor.py * Apply suggestions from code review * Update homeassistant/components/poolsense/__init__.py * Update homeassistant/components/poolsense/sensor.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com>
-
HomeAssistant Azure authored
-
- Jun 30, 2020
-
-
guillempages authored
-
Shulyaka authored
-
Quentame authored
-
J. Nick Koston authored
-
J. Nick Koston authored
Since we now base all of exposure checks on data that will not change, we can cache the result instead of calculating it every loop. This change complements the work done in #32718
-
mdegat01 authored
* refactoring to share logic and sensor startup error test * Added handling for V1 InfluxDBServerError to start-up and runtime and test for it * Added InfluxDBServerError test to sensor setup tests * Raising PlatformNotReady exception from sensor for setup failure * Proper testing of PlatformNotReady error
-
Phil Bruckner authored
-