This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Apr 02, 2018
-
-
Fabian Affolter authored
-
Wolfgang Malgadey authored
-
Niklas Wagner authored
-
- Apr 01, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
0.66.1
-
Paulus Schoutsen authored
-
Martin Hjelmare authored
* Always return a safe default.
-
cdce8p authored
* Add pincode log statement * Moved msg to show_setup_msg
-
Adam Mills authored
-
Adam Mills authored
-
Lewis Juggins authored
-
Paulus Schoutsen authored
-
cdce8p authored
* Add pincode log statement * Moved msg to show_setup_msg
-
Chris Jones authored
* Use 0/1 for GPIO writes rather than true/false GPIO pins don't appear to respond to true/false writes, and this is reflected in code elsewhere. For example, in `\components\switch\rpio_gpio.py` the following code is used: ``` def turn_on(self, **kwargs): """Turn the device on.""" rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1) self._state = True self.schedule_update_ha_state() ``` This code works. Hence this PR uses 0/1 in the raspberry pi GPIO cover, instead of true/false. * Update rpi_gpio.py
-
Martin Hjelmare authored
* Use async updates but keep methods that interact with mysensors gateway thread, eg turn_on and turn_off, non async. * Use Python 3.5 async syntax.
-
Paulus Schoutsen authored
* Unflake folder watcher test * Fix tests * Lint
-
Lewis Juggins authored
-
Zhao authored
-
Daniel Høyer Iversen authored
* Update broadlink lib * Update broadlink lib * requirements
-
Paulus Schoutsen authored
-
Martin Hjelmare authored
* Add callback annotation to mysensors dispatch callback.
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
- Mar 31, 2018
-
-
Frederik Bolding authored
* Added support for requesting RSSI values from Bluetooth devices * Moved Bluetooth RSSI code to separate library and imported it * Cleaned up tuple issues * Changed concatination of mac addresses * Changed string formatting to use new style * Ran gen_requirements_all.py
-
Fabian Affolter authored
* Add mastodon * Move login * Revert "Move login" This reverts commit 2c8446f62950f91c0ebfc0b4825e87421ac653fc.
-
Thibault Cohen authored
-
Andrew authored
* Added switch component to Amcrest IP Camera. * Fixes to new switch component after review * Removed redundant branching, as well as requirement declaration. * Changes to requirements after rerunning generation script * Minor changes
-
Myrddyn authored
* Added Waze travel time sensor * Update according PR comments and simplification
-
Rene Nulsch authored
-
Daniel Høyer Iversen authored
-
Daniel Høyer Iversen authored
-
Martin Hjelmare authored
* Always return a safe default.
-
Tod Schmidt authored
* Added intents to cover * Added test for cover intents * Style fixes * Reverted reversions * Async fixes * Woof * Added conditional loading * Added conditional loading * Added conditional loading * Moved tests, fixed logic * Moved tests, fixed logic * Pylint * Pylint * Refactored componenet registration * Refactored componenet registration * Lint
-
- Mar 30, 2018
-
-
PhracturedBlue authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
0.66.0
-
Joe Lu authored
Add support for Canary Flex
-
Paulus Schoutsen authored
-
dramamoose authored
* Handle turn_on situation when no color is set As is, an error gets thrown when turn_on is called without an HS value. By adding an if statement, we only try to set RGB if an HS value is applied. * Fix Whitespace Issues * Made Requested Changes
-