This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Aug 05, 2018
-
-
Fabian Affolter authored
-
- Aug 04, 2018
-
-
Martin Hjelmare authored
-
Pascal Vizeli authored
-
Pascal Vizeli authored
-
Daniel Høyer Iversen authored
* Issue #15773 Fix PT2262 devices are incorrectly matched in rfxtrx component * style
-
Ville Skyttä authored
-
Ville Skyttä authored
* Upgrade pylint to 2.1.0 * Remove no longer needed pylint disables
-
Paulus Schoutsen authored
-
- Aug 03, 2018
-
-
Jason Hu authored
* Upgrade voluptuous-serialize to 2.0.0 * Change to 2.0.0
-
Robert Svensson authored
-
Jason Hu authored
* Make sure use_x_forward_for and trusted_proxies must config together * Fix unit test
-
Paulus Schoutsen authored
-
Conrad Juhl Andersen authored
* Add start and pause to StateVacuumDevice, move start_pause to VacuumDevice * Updated demo vacuum and tests * Add a few more tests
-
- Aug 02, 2018
-
-
Paulus Schoutsen authored
-
Jesse Rizzo authored
* add enphase envoy component * Add Enphase Envoy component for energy monitoring * Fix formatting problems * Fix formatting errors * Fix formatting errors * Fix formatting errors * Change unit of measurement to W or Wh. Return sensor states as integers * Fix formatting errors * Fix formatting errors * Fix formatting errors * Move import json to update function * Fix formatting. Add file to .coveragerc * Add new component to requirements_all.txt * Move API call to third party library on PyPi * Refactor * Run gen_requirements_all.py * Minor refactor * Fix indentation * Fix indentation
-
Bryan York authored
* Fix Min/Max Kelvin color temp attribute for Google Max Kelvin is actually Min Mireds and vice-versa. K = 1000000 / mireds * Update test_smart_home.py * Update test_trait.py
-
Diogo Gomes authored
* Dependency version bump * bump version
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Aaron Bach authored
* Initial commit * Adjusted ownership and coverage * Member-requested changes * Updated Ozone to a value, not an index * Verbiage update
-
Wim Haanstra authored
* RitAssist / FleetGO support * Fix lint issue Add to .coveragerc
-
- Aug 01, 2018
-
-
Niklas authored
Add support for STATE_AUTO of generic_thermostat
-
Conrad Juhl Andersen authored
* Vacuum: Added support for STATES * Added debug logging and corrected state order * typo * Fix travis error, STATE = STATE for readability * status -> state * Changed to Entity instead of ToogleEntity * Updated some vacuums * Revert changes * Revert Changes * added SUPPORT_STATE * Woof? * Implement on/off if STATE not supported * Moved new state vaccum to Class StateVacuumDevice * Error: I should go to bed * Moved around methods for easier reading * Added StateVacuumDevice demo vacuum * Added tests for StateVacuumDevice demo vacuum * Fix styling errors * Refactored to BaseVaccum * Vacuum will now go back to dock * Class BaseVacuum is for internal use only * return -> await * return -> await
-
Robert Svensson authored
* Initial commit for deCONZ switch support * Fix hound comment * Fix martins comment; platforms shouldn't depend on another platform * Fix existing tests * New tests * Clean up unnecessary methods * Bump requirement to v43 * Added device state attributes to light
-
Oscar Tin Yiu Lai authored
* exposing internal state and fixed onoff state * fixed styling * revert file mode changes * removed self type hints * better unit test and changed the way to return attributes * made wolfie happy
- Jul 31, 2018
-
-
Ioan Loosley authored
* Added Altitude to opensky * decided to take all metadata * Final Tidy * More formatting * moving CONF_ALTITUDE to platform * Moved CONF_ALTITUDE to platform
-
Mathieu Velten authored
-
Fabian Affolter authored
-
Diogo Gomes authored
See #15668
-
Fabian Affolter authored
-
Scott Albertson authored
-
priiduonu authored
The OWM returns precipitation forecast values as they are submitted to their network. It can lead to values like `0.0025000000000004 mm` which does not make sense and messes up the display card. This PR rounds the value to 1 decimal place.
-
Fabian Affolter authored
* Convert wind speed to km/h (fixes #15710) * Round speed
-
John Arild Berentsen authored
* update pyozw to 0.4.8 * add requirements_all.txt * use 0.4.9
-
Andrey authored
* Add disallow_untyped_calls to mypy check. * Fix generator
-
Andrey Kupreychik authored
* Fixed NDMS for latest firmware. Now using telnet instead of Web Interface * Using external library for NDMS interactions * updated requirements_all * renamed `mac` to `device` back * Using generators for name and attributes fetching
-
Jason Hu authored
-
Aaron Bach authored
* Better handling of Yi camera being disconnected * Handling video processing as well * Cleanup * Member-requested changes * Member-requested changes
-
- Jul 30, 2018
-
-
Teemu R authored
* kodi add unique id based on discovery * initialize unique_id to None * use netdisco-extracted mac_address * use an uuid instead of mac for real uniqueness * add missing docstring * verify that there is no entity already for the given unique id * whitespace fix
-