This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Apr 06, 2017
-
-
Adam Mills authored
-
Fabian Affolter authored
-
Diogo Soares authored
* Added average temperature for the day before and the current period * Fixed "line too long" warnings * Fixed "indentation contains tabs" and "indentation contains mixed spaces and tabs" warnings * Fixed "trailing whitespace" warnings * upgrade pyhydroquebec requirements to version 1.1.0
-
Martin Hjelmare authored
-
Pascal Vizeli authored
* Fix startup of sonos / snapshot handling / error handling * Use decorator for coordinator relay * fix lint * Fix unittest * Move subscribe into executor
-
Paulus Schoutsen authored
* Fire EVENT_HOMEASSISTANT_START automations off right away while starting * Actually have core state be set to 'starting' during boot * Fix correct start implementation * Test and deprecate event automation platform on start * Fix doc strings * Remove shutting down exception * More strict when to mark an instance as finished * Add automation platform to listen for start/shutdown * When we stop we should wait till it's all done * Fix testing * Fix async bugs in tests * Only set UVLOOP when hass starts from CLI * This hangs normal asyncio event loop * Clean up Z-Wave node entity test
-
- Apr 05, 2017
-
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Thibault Cohen authored
* Add multi phone numbers support * Update fido.py
-
Jeff Wilson authored
* Add tests for supported features in mqtt_json (it fails) * Fix supported features in mqtt_json
-
Adam Mills authored
-
Marcelo Moreira de Mello authored
* Clean artifacts after running Ring tests. * Clean artifacts from top level test_ring.py
-
Greg Dowling authored
Add an optional extended description…
-
Pascal Vizeli authored
-
- Apr 04, 2017
-
-
citruz authored
* Added eddystone_temperature platform. * Fixed style issues. * Fixed style issues #2. * Fixed style issues #3. * Added new platform to .coveragerc * Refactored platform to use the beacontools package. * Fixed style issues and added beacontools to excluded requirements. * Removed obsolete constants and added pylint exception. * Added blank line * Updated beacontools to version 1.0.0 * Updated beacontools to version 1.0.1 * Forgot to regenerate requirements_all * Minor changes
-
Paulus Schoutsen authored
* Input Boolean: initial state > restore state * Input select: initial state overrules restored state * Input slider: initial state overrule restore state * Lint * Lint
-
Craig J. Ward authored
* total connect alarm support * linting fixes * linting fixes * docstring * docstring * use sync and update coveragerc * remove unused import * changes as per notes * Update HA code style
-
Greg Dowling authored
* Fix bug in state handling. * Tidy.
-
Klaas Hoekema authored
The Hook switch component currently uses username/password to get a token from the Hook web app to use for subsequent requests. This adds an option to specify the token directly in config. Makes the 'password' and 'token' options mutually exclusive since otherwise one would have to take precedence, and it seems worth preventing people from filling their config with passwords that don't even need to be there.
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Daniel Høyer Iversen authored
* Update flux_led lib
-
Paulus Schoutsen authored
* Automation: initial state > restore state * Clean up code * Ensure MQTT defaults are used. * Ensure failed platforms always return None * Automation: write state to state machine after start
-
Paulus Schoutsen authored
-
Greg Dowling authored
* Update cover update logic to fix compatibility bug. Bump vera library. * Tidy. * Add missed file.
-
John Mihalic authored
-
- Apr 03, 2017
-
-
Adam Mills authored
* Support for zwave light transitions * Dimming duration is optional * Updated supported_features to show transition
-
Mitesh Patel authored
-
John Arild Berentsen authored
* Responsiveness * Delay was not needed as commands does not return until done. * Offline error catch * Remove unneeded code
-
Dan authored
* Update onkyo req, change volume to int * Update Onkyo Updates onkyo component. Pulls added sources (Bluetooth, built-in streaming, etc.) * Regenerated requirements_all.txt via script * Update onkyo.py * Update requirements_all.txt
-
David McNett authored
-
Marcelo Moreira de Mello authored
* Make sensor.ring to handle scan_interval option as expected. * Fix lint * Fixed lint timedelta
-
Marcelo Moreira de Mello authored
* Makes amcrest.sensor to handle scan_interval option as expected. * Added _LOGGER.debug statement for troubleshooting. * Fixed lint
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Remove examples from main repo * Simplify README * Point screenshot for components at dev branch for now
-
- Apr 02, 2017
-
-
Dan authored
async needs consistant paramater namming accross platforms. This fixes UMP's volume set method by renaming the paramater.
-
Wolfgang Malgadey authored
-
Daniel Høyer Iversen authored
* Update flux_led lib
-
ChristianKuehnel authored
-