This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Mar 16, 2018
-
-
Fabien Piuzzi authored
* Added Foobot device sensor * Added error handling tests * Corrections after PR review. * Migrated to async/await syntax * lint fixes * stop raising HomeAssistantError * debug log for number of requests * Moved shared data between sensors from a class attribute to a separate class * Made test more async-aware disabled setup error test for now as it's not working * Working failure scenarios tests
-
- Mar 14, 2018
-
-
Paulus Schoutsen authored
-
- Mar 13, 2018
-
-
Otto Winter authored
* Upgrade pytest to 3.4.2 * Upgrade pytest-sugar to 0.9.1
-
Otto Winter authored
-
- Mar 12, 2018
-
-
Fabian Affolter authored
-
- Mar 10, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
- Mar 09, 2018
-
-
Paulus Schoutsen authored
-
- Mar 05, 2018
-
-
Paulus Schoutsen authored
-
Per Osbäck authored
-
- Mar 04, 2018
-
-
Joe Lu authored
-
Paulus Schoutsen authored
* Add config flow for Hue * Upgrade to aiohue 0.2 * Fix tests * Add tests * Add aiohue to test requirements * Bump aiohue dependency * Lint * Lint * Fix aiohttp mock * Lint * Fix tests
-
- Feb 28, 2018
-
-
Paulus Schoutsen authored
* Bump frontend to 20180228.1 * Update reqs
-
Paulus Schoutsen authored
-
- Feb 27, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
- Feb 26, 2018
-
-
cdce8p authored
* Changed version of "HAP-python" to "v1.1.7" * Updated acc file to simplify init calls * Code refactored and '°F' temp Sensors added * Changed call to 'HomeAccessory' and 'HomeBridge' * Extended function of 'add_preload_service' to add additional characteristics * Added function to override characteristic property values * TemperatureSensor * Added unit * Added calc_temperature * Updated tests
-
- Feb 21, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
- Feb 20, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
- Feb 19, 2018
-
-
cdce8p authored
* Basic Homekit support * Added Temperatur Sensor * Added Window Cover * Code refactored * Added class HomeAccessory(Accessory) * Added class HomeBridge(Bridge) * Changed homekit imports to relative, to enable use in custom_components * Updated requirements * Added docs * Other smaller changes * Changed Homekit from entity to class * Changes based on feedback * Updated config schema * Add only covers that support set_cover_position * Addressed comments, updated to pyhap==1.1.5 * For lint: added files to gen_requirements_all * Added codeowner * Small change to Wrapper classes * Moved imports to import_types, small changes * Small changes, added tests * Homekit class: removed add_accessory since it's already covered by pyhap * Added test requirement: HAP-python * Added test suit for homekit setup and interaction between HA and pyhap * Added test suit for get_accessories function * Test bugfix * Added validate pincode, tests for cover and sensor types
-
- Feb 18, 2018
-
-
Anders Melchiorsen authored
* Rework Sonos media player platform for push * Ignore play_mode from events where it is missing * Remove unused preload helper * Freeze SoCo version * Updates for entity registry * Add codeowner * Use real soco release
-
- Feb 17, 2018
-
-
Adam Mills authored
-
- Feb 16, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Introduce Config Entries * Rebase fail * Address comments * Address more comments * RequestDataValidator moved
-
- Feb 11, 2018
-
-
Paulus Schoutsen authored
-
Tod Schmidt authored
* Moved TurnOn/Off Intents to component * Removed unused import * Lint fix which my local runs dont catch apparently... * Moved hass intent code into intent * Added test for toggle to conversation. * Fixed toggle tests * Update intent.py * Added homeassistant.helpers to gen_requirements script. * Update intent.py * Update intent.py * Changed return value for _match_entity * Moved consts and requirements * Removed unused import * Removed http view * Removed http import * Removed fuzzywuzzy dependency * woof * A few cleanups * Added domain filtering to entities * Clarified class doc string * Added doc string * Added test in test_init * woof * Cleanup entity matching * Update intent.py * removed uneeded setup from tests
-
Otto Winter authored
* Upgrade pylint to 1.8.1 * Fix no-else-return * Fix bad-whitespace * Fix too-many-nested-blocks * Fix raising-format-tuple See https://github.com/PyCQA/pylint/blob/master/doc/whatsnew/1.8.rst * Fix len-as-condition * Fix logging-not-lazy Not sure about that TEMP_CELSIUS though, but internally it's probably just like if you concatenated any other (variable) string * Fix stop-iteration-return * Fix useless-super-delegation * Fix trailing-comma-tuple Both of these seem to simply be bugs: * Nest: The value of self._humidity never seems to be used anywhere * Dovado: The called API method seems to expect a "normal" number * Fix redefined-argument-from-local * Fix consider-using-enumerate * Fix wrong-import-order * Fix arguments-differ * Fix missed no-else-return * Fix no-member and related * Fix signatures-differ * Revert "Upgrade pylint to 1.8.1" This reverts commit af78aa00f125a7d34add97b9d50c14db48412211. * Fix arguments-differ * except for device_tracker * Cleanup * Fix test using positional argument * Fix line too long I forgot to run flake8 - shame on me...
* Fix bad-option-value for 1.6.5 * Fix arguments-differ for device_tracker * Upgrade pylint to 1.8.2 * Fix missed no-member
-
- Feb 09, 2018
-
-
Paulus Schoutsen authored
-
- Feb 08, 2018
-
-
Diogo Gomes authored
* Initial Commit * Passed all checks * Make DB_URL required * addresses review comments from @fabaff * unused variable
-
- Feb 06, 2018
-
-
tadly authored
-
- Feb 05, 2018
-
-
Joe Lu authored
* Added support for Canary live stream view * Updated requirements * - Fixed lint error * Addressed PR comment * - Disabled polling for Canary camera as suggested in PR comment - Live session is now renewed every time camera is retrieved and min time between session renewal is 90 seconds
-
- Feb 04, 2018
-
-
Fabian Affolter authored
* Upgrade influxdb to 5.0.0 * UPdate sensor as well
-
- Feb 03, 2018
-
-
Ville Skyttä authored
-
- Jan 30, 2018
-
-
Paulus Schoutsen authored
-
- Jan 29, 2018
-
-
Paulus Schoutsen authored
-
Ville Skyttä authored
* Upgrade flake8 to 3.5 * Fix flake8 bare except errors * Make flake8 and pylint cooperate
-
- Jan 27, 2018
-
-
Fabian Affolter authored
-
Fabian Affolter authored
-