This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jun 01, 2018
-
-
Fabian Affolter authored
-
Fabian Affolter authored
-
michaeldavie authored
* Added battery attribute * Simplify current_battery
-
Matt Schmitt authored
-
Paulus Schoutsen authored
-
Jason Hu authored
* Change nest component to Cloud Push Change sensors.nest, binary_sensors.nest and climate.nest to push mode nest camera still need poll to update snapshot image Also change nest component to async * Flake8 lint * Fix async_notify_errors, it is not a coroutine * Fix pylint * Fix pylint, function name should shall shorter than 32 * Use dispatcher helper instead event bus * Use async_update_ha_state(True) * Refactoring load_platform Move service registration into async_setup_nest(), resolve an issue that before the first time configuration done, set_mode service should not be registered * Fix an issue that authorization failure may leave a blocked thread * Pylinting * async_nest_update_callback => async_update_state to avoid confusion * Move signal handler register to async_added_to_hass * Better handle nest api error * Remove unnecessary register for binary_sensor * Remove unused import * Upgrade to python-nest 4.0.1 Fix a thread race condition issue * Address my own comments * Address my own comment
-
Anders Melchiorsen authored
-
Paulus Schoutsen authored
* Add support for custom panels in JS * Allow specifying JS custom panels * Add trust external option * Fix tests * Do I/O outside event loop * Change config to avoid breaking change
-
roiff authored
* Support for obtaining temperature range * Fallback to Defaults * Fixed unit conversion * Added test
-
Pierre Ståhl authored
* Bump pyatv to 0.3.10 * Update requirements_all.txt
-
Fabian Affolter authored
-
- May 31, 2018
-
-
glenn20 authored
* Add device_descriptor and device_name to keyboard event This allows automations to identify which device has generated the keypress. This is especially useful for bluetooth remotes to control different devices. * Remove line breaks * Fix
-
Paulus Schoutsen authored
Revert "Remove simplepush.io (#14358)"
-
Paulus Schoutsen authored
This reverts commit 612a37b2.
-
Marius authored
* Fix Eco mode display on Nest * Fix Hound problems
-
Paulus Schoutsen authored
-
Diogo Gomes authored
Change climate default limits to constants
-
Fabian Affolter authored
* Add Flock notification platform * Use async syntax and move session and loop
-
Philip Rosenberg-Watt authored
-
Philip Rosenberg-Watt authored
-
Philip Rosenberg-Watt authored
Min and max temp and humidity are now defined in climate __init__.py and are available for import in subclasses.
-
Aaron Bach authored
* Fixes (and stabilizes) some incorrect zone codes * Fixed a misspelling
-
c727 authored
-
- May 30, 2018
-
-
Paulus Schoutsen authored
-
Michael Nosthoff authored
added device_class and removed icon for temperature and humidity.
-
cdce8p authored
* Fix async bug * Fix debounce bug
-
- May 29, 2018
-
-
Paulus Schoutsen authored
-
cdce8p authored
* Pass driver to accessory * Added 'hk_driver' fixture for tests
-
Aaron Bach authored
* Starting to add attributes * All attributes added to programs * Basic zone attributes in place * Added advanced properties for zones * We shouldn't calculate the MAC with every entity * Small fixes * Basic framework for push in play * I THINK IT'S WORKING * Some state cleanup * Restart * Restart part 2 * Added stub for service schema * Update * Added services * Small service description update * Lint * Updated CODEOWNERS * Moving to async methods * Fixed coverage test * Lint * Removed unnecessary hass reference * Lint * Lint * Round 1 of Owner-requested changes * Round 2 of Owner-requested changes * Round 3 of Owner-requested changes * Round 4 (final for now) of Owner-requested changes * Hound * Updated package requirements * Lint * Collaborator-requested changes * Collaborator-requested changes * More small tweaks * One more small tweak * Bumping Travis and Coveralls
-
Thibault Cohen authored
* Fix Ebox sensor * Fix #14183 comments * Update ebox.py * Update ebox.py * Continue fixing comments
-
Robert Svensson authored
* Option to load or not to load clip sensors on start * Full flow * Fix config flow and add tests * Fix attribute dark reporting properly * Imported and properly configured deCONZ shouldn't need extra input to create config entry
-
Fabian Affolter authored
* Allow user-defined sensors * Require element for resources * Don't use .get()
-
Alexei Chetroi authored
-
Otto Winter authored
-
Anders Melchiorsen authored
-
Paulus Schoutsen authored
* Allow hassio frontend development * Fix tests
-
Matthew Garrett authored
python-lakeside was broken with at least some versions of the Python protobuf code, so bump the requirement to a fixed version.
-
Bakkoda authored
Add ability to read door sensor states from the mPort.
-
Robert Accettura authored
* Add pin pad to alarm panel * Add pin pad to alarm panel * Update regex * Update regex * Update regex * Add pin pad to alarm panel * Add pin pad to alarm panel * Add pin pad to alarm panel * Add pin pad to alarm panel * Fix typos * Fix typos * Fix typos * Add pin pad to alarm panel * Fix errors
-
Andrey authored
* Give unknown zwave nodes a better name * Update util.py
-