This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Aug 29, 2019
-
-
Jeff Irion authored
* Add tests for androidtv * Test that the error and reconnection attempts are logged correctly. > "Handles device/service unavailable. Log a warning once when > unavailable, log once when reconnected." https://developers.home-assistant.io/docs/en/integration_quality_scale_index.html * Clarify comment * Add test for when the ADB shell command returns None * Bump androidtv to 0.0.25
-
Maikel Punie authored
-
- Aug 28, 2019
-
-
Paulus Schoutsen authored
-
SukramJ authored
* Homematic IP Cloud Fix: Don't update disabled entities * Added enabled to entity.py * Update test for enabled * Update entity.py
-
Paulus Schoutsen authored
-
Maikel Punie authored
* Enable cert_expiry config entries * add black * lint fixes * Rerun black * Black on json files is a bad idea * Work on comments * Forgot the lint * More comment work * Correctly set defaults * More comments * Add codeowner * Fix black * More comments implemented * Removed the catch * Add helper.py from cert_expiry to .coveragerc
-
Malte Franken authored
* added debug logging * fixed manager to keep track of managed external ids
-
Johann Kellerman authored
-
- Aug 27, 2019
-
-
Andrew Sayre authored
-
Matt Schmitt authored
-
Robert Svensson authored
-
michaeldavie authored
-
Andrew Sayre authored
-
Florian Klien authored
* luci device-tracker dependency fix fixes issue #25758 * luci device-tracker fix, requirements_all
-
presslab-us authored
* Support formatting and scaling with Metering cluster * fix lint * run black formatter
-
- Aug 26, 2019
-
-
newbee112 authored
Added more options for CPU temp.
-
Pascal Vizeli authored
-
Pascal Vizeli authored
-
Pascal Vizeli authored
-
David F. Mulcahey authored
* get single device web socket command * test get single device * add not found error * fix handling when device doesn't exist * add test for zha device not found
-
Pascal Vizeli authored
* Nightly docker builds / Hass.io dev HA * use same style * Finish nightly build * Update builder version * Fix style * fix style part 2 * Last one * Fix order
-
Ville Skyttä authored
* Constant and whitespace cleanups * Upgrade huawei_lte_api to 1.3.0 https://github.com/Salamek/huawei-lte-api/releases * Hush traceback if device does not support logout
-
David F. Mulcahey authored
-
Paulus Schoutsen authored
-
- Aug 25, 2019
-
-
Bram Kragten authored
* Speed up history `get_states` Adding a boundary of the start of the recorder run the point is in, significantly increases the time of the query. This speeds up the fetching of the history of 1 entity. * Make single entity query easier no need for joins with single entity * Lint
-
Andrew Sayre authored
-
Daniel Høyer Iversen authored
* Use defined constant in open garage * refactor open garage * style * style * refactor * refactor * refactor * remove vehicle state
-
Aaron Bach authored
-
- Aug 24, 2019
-
-
Daniel Høyer Iversen authored
-
- Aug 23, 2019
-
-
Paulus Schoutsen authored
-
Chao authored
I was getting the following error when i set the scan_interval ``` self.scan_interval = timedelta(seconds=config.get(CONF_SCAN_INTERVAL, 60)) TypeError: unsupported type for timedelta seconds component: datetime.timedelta ``` it turns out `config.get(CONF_SCAN_INTERVAL)` already returns `timedelta` ```('scan_interval', datetime.timedelta(seconds=180))```
-
Franck Nijhof authored
-
On Freund authored
-
Jeff Irion authored
* Bump androidtv to 0.0.24 * Add unique ID for Fire TV (not just Android TV)
-
MatthewFlamm authored
* Add nws weather. * Hassfest * Address multiple comments * Add NWS icon weather code link * Add metar fallback. Use metar code from nws observation if normal api is missing data. * only get 1 observation - we dont use more than 1 * add mocked metar for tests * lint * mock metar package for all tests * add check for metar attributes * catch errors in setup * add timeout error * handle request exceptions * check and test for missing observations * refactor to new pynws * change to simpler api * Make py3.5 compatible Remove f string * bump pynws version * gen_requirements * fix wind bearing observation * Revert "Make py3.5 compatible" This reverts commit 4946d91779a6e539ea43e667b2265557a49a0bb5. * Precommit black missed a file? * black test * add exceptional weather condition * bump pynws version * update requirements_all * address comments * move observation and forecast outside try-except-else * Revert "move observation and forecast outside try-except-else" This reverts commit 53b78b32837b55b8a0b61de6192e846f6a486754. * remove else from update forecast block * remove unneeded ConfigEntryNotReady import * add scan_interval, reduce min_time_between_updates * pytest tests * lint test docstring * use async await * lat and lon inclusive in config
-
Pascal Vizeli authored
-
Tyler Page authored
* define success for all branches * add operation_mode to error when unexpected value * fix black linting * black linting * fix weird black linting result
-
Paulus Schoutsen authored
* Reload config entry when disabled_by updated in entity registry * Add types * Remove entities that get disabled * Remove unnecessary domain checks. * Attach handler in async_setup * Remove unused var * Type * Fix test * Fix tests
-
- Aug 22, 2019
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Log warning if disabled entities receive updates. * Fix test * Always set entity ID on disabled entities
-