This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Sep 14, 2016
-
-
Open Home Automation authored
* First version of the MiFlora sensor (not yet finished) * First workign version * Added some documentation Get name from sensor, if not defined * Ignore IOError * Added force_update option * Updated comments * Renamed fertility to conductivity (what it really is) * MiFlora library update * Updated helper files * Formatting * Fixed pylint errors * Removed default from monitored conditions * Removed KeyError handling as a KeyError should never be raised * Added a return when no data is received * emoved unnecessary return statement * Changed default name * Changes quotes and string operation ( @Teagan42 ) * - number of samples for median calculation is now configurable - set state to None if no data could be polled from sensor * Bugfix in library more logging * Fixed miflora version number
-
Nolan Gilley authored
-
Fabian Affolter authored
* Migrate to voluptuous * Add missing configuration variables
-
Rob Johnson authored
* vera thermostat & climate support * disable abstract * code review changes * fix * fix build * remove old method
-
Heiko Rothe authored
-
Fabian Affolter authored
* Migrate to voluptuous * Update tests
-
David Baumann authored
* Added Sensor Support for KNX Devices Added Sensor for KNX Group Addresses - Temperature - Wind Speed - Illuminance(LUX) Mostly to fetch from a KNX Wetterstation * Some pylint,flake8 fixes * Pydoc Fixes * Fix Coverage Ordering * Refactor KNX Sensor Refactor to Idea from @usul27 and added Minimum Maximum * Removed Measurement Untis from const.py Removed needed Measurement Units from const.py and add it to sensor\knx.py * Change .coveragerc * Add as Requested from @Teagan42 the new Type Names Additional add CONF_MINIMUM and CONF_MAXIMUM * Added Changes as Requested from @Teagan42 * Fixed the Merge Conflict, Hopefully i done it rigth :-) * Fixed Styling
-
Johann Kellerman authored
-
wokar authored
-
- Sep 13, 2016
-
-
Pascal Vizeli authored
Original from #2949
-
Eric Clymer authored
-
Per Sandström authored
-
Pascal Vizeli authored
-
Pascal Vizeli authored
-
John Arild Berentsen authored
-
Fabian Affolter authored
-
John Arild Berentsen authored
* Fix temp conversion for nest setpoint * DEbug
-
Fabian Affolter authored
* Migrate to voluptuous * Extend platforms
-
Teagan Glenn authored
* Test updating automatic * Scan interval * Schedule scan every time delta * Pass around has * Recursive issue * Method invocation * Oops * Set up poll * Default argument value * Unused import * Semicolon * Fix tests * Linting * Unneeded throttle as it's handled by time event * Use track time change event listener * Disable lint rule * Attribute removed - removing test * Debug instead of info * Unused import
-
beepmill authored
-
Paulus Schoutsen authored
* Add event loop to the core * Add block_till_done to HA core object * Fix some tests * Linting core * Fix statemachine tests * Core test fixes * fix block_till_done to wait for loop and queue to empty * fix test_core for passing, and correct start/stop/block_till_done * Fix remote tests * Fix tests: block_till_done * Fix linting * Fix more tests * Fix final linting * Fix remote test * remove unnecessary import * reduce sleep to avoid slowing down the tests excessively * fix remaining tests to wait for non-threadsafe operations * Add async_ doc strings for event loop / coroutine info * Fix command line test to block for the right timeout * Fix py3.4.2 loop var access * Fix SERVICE_CALL_LIMIT being in effect for other tests * Fix lint errors * Fix lint error with proper placement * Fix slave start to not start a timer * Add asyncio compatible listeners. * Increase min Python version to 3.4.2 * Move async backports to util * Add backported async tests * Fix linting * Simplify Python version check * Fix lint * Remove unneeded try/except and queue listener appproriately. * Fix tuple vs. list unorderable error on version compare. * Fix version tests
-
Nick Vella authored
* Add open/closed state mapping for open_cover and close_cover * Add 'open', 'closed' for open/close_cover_tilt * Revert "Add 'open', 'closed' for open/close_cover_tilt" This reverts commit e45582d4394a33feedfce190a1dba96473d24825.
-
David-Leon Pohl authored
* BUG Message data cannot be changed thus use voluptuous to ensure format * Pilight daemon expects JSON serializable data Thus dict is needed and not a mapping proxy. * Add explanation why dict as message data is needed * Use more obvious voluptuous validation scheme * Pylint: Trailing whitespace
-
John Arild Berentsen authored
-
Pascal Vizeli authored
-
- Sep 12, 2016
-
-
Pascal Vizeli authored
* update ha-ffmpeg version 0.12 and add tests * change error logging
-
John Arild Berentsen authored
* inverted high and low temps * Looks like somethings are mixed up * Added debugentires * Added debugentires 2 * Enforce int on temperatures
-
Heiko Rothe authored
-
Fabian Affolter authored
-
Fabian Affolter authored
* Extend schema * Update ordering * Add line breaks * Align callback name with other platforms * ALign callbackname with other platforms * Update callback name to match other platforms * Update callback name * Update callback name
-
Richard Cox authored
* Slack notification optional username / icon * Small bugfix to handle defaults better * Dedup'ing code
-
clach04 authored
-
Paulus Schoutsen authored
* Add ordered dict config validator * Have group component use ordered dict config validator * Improve config_validation testing * update doc string config_validation.ordered_dict * validate full dict entries * Further simplify ordered_dict validator. * Lint fix
-
Paulus Schoutsen authored
* Comment out pyuserinput in requirements_all * Ignore import error for keyboard component
-
Teagan Glenn authored
* Iterate over items * Pass display name as host name
-
John Arild Berentsen authored
-
- Sep 11, 2016
-
-
Johann Kellerman authored
-
Fabian Affolter authored
* Migrate to voluptuous * Switch back to archive (reverting #3285)
-
Teagan Glenn authored
* ISY Lock, Binary Sensor, Cover devices, Sensors and Fan support * Support for ISY Programs
-
William Scanlon authored
Add full color support for Osram Lightify bulbs with Wink
-