This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jun 16, 2018
-
-
Marcelo Moreira de Mello authored
* Upgraded to ring_doorbell to 0.2.1 to fix oauth issues * Updated unittest to cover Ring oauth
-
- Jun 15, 2018
-
-
Johan Bloemberg authored
-
Ville Skyttä authored
-
c727 authored
* Return ISO formated datetime in forecast * Lint
-
John Mihalic authored
-
Paulus Schoutsen authored
* Show notification when user configures Nest client_id/secret * Lint
-
Robert Svensson authored
* Make groups configurable * Config flow and tests in place * Fix too long line
-
Albert Lee authored
-
Sriram Vaidyanathan authored
* Added support for Xiaofang Camera * Added entry for Xiaofang 1080p camera * Code fix * Minor comment fix * Updated coveragerc for Xiaomi cameras * Added Xiaomi Camera Added Xiaomi Camera to accommodate multiple models like Yi, Xiaofang, etc. * Minor code fix * Minor code fix * Added model property * Update xiaomi.py * Minor code fix * Update xiaomi.py * Update xiaomi.py * Minor code fix * Package requirement fix due to Version conflict * To fix conflicts * Update package_constraints.txt * Minor fix * Update xiaomi.py * Update xiaomi.py Changes made per comment * Update xiaomi.py * Don't update on add.
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Thibault Cohen authored
* Add Calendar API endpoint to get events * Set default event color * Fix PR comments * Fix PR comments * Fix PR comments * Remote local.py file * Use iso 8601 * Fix lint * Fix PR comments * Fix PR comments * Add Support for todoist and demo calendar * Todoist events are allday events * Add calendar demo api endpoint test * Register only one api endpoint for calendar * Rename demo calendar
-
Paulus Schoutsen authored
-
Aaron Bach authored
-
- Jun 14, 2018
-
-
Paulus Schoutsen authored
* Add config entry for Sonos * Lint * Use add_job * Add Cast config entry * Lint * Rename DOMAIN import * Mock pychromecast in test
-
Benedict Aas authored
By default simulated sensors are relative to when they're activated, instead we make this togglable with this new option 'relative_to_epoch', and instead they become relative to 1970-01-01 00:00:00.
-
Paulus Schoutsen authored
* Fix tests * Lint
-
ruohan.chen authored
* first blood for ZhongHong HVAC Controller * add requirements * requirements_all.txt updated * add zhong_hong.py to coveragerc * add comments * unique_id add platform name * zhong_hong_hvac version bump to 1.0.1 * improve some coding style to match the project standard * zhong_hong_hvac version bump to 1.0.4 * zhong_hong_hvac version require 1.0.7 * update requirements by script/gen_requirements_all.py * zhong_hong_hvac version bump to 1.0.8 * fix startup problem * remove unused import * zhong_hong_hvac version bump to 1.0.9 - operation_mode: cold -> cool * start hub listen event when all climate entities is ready * use dispatcher to setup hub * var name change SIGNAL_DEVICE_SETTED_UP -> SIGNAL_DEVICE_ADDED * async problem fix * bugfix: set_operation_mode forget to use upper case * stringify the exception instead of print full stack of traceback * avoid to call str(exception) explicity * remove unnecessary try...except clause * remove unused import
-
Aaron Bach authored
* Changes complete * Updated requirements * Add support for scan_interval * Small style update * Owner-requested changes
-
Nick Whyte authored
* Add sensor.nsw_fuel_station component * bump dependency * PR Changes * flake8 * Use MockPrice * Fix requirements * Fix tests * line length * wip * Handle errors and show persistent notification * update tests * Address @MartinHjelmare's comments * Fetch station name from API * Update tests * Update requirements * Address comments
-
- Jun 13, 2018
-
-
Robin authored
* Adds parse_faces * Update facebox.py
-
Paulus Schoutsen authored
* Move nest to dir based component * Add config flow for Nest * Load Nest platforms via config entry * Add tests for Nest config flow * Import existing access tokens as config entries * Lint * Update coverage * Update translation * Fix tests * Address strings * Use python-nest token resolution * Lint * Do not do I/O inside constructor * Lint * Update test requirements
-
Aaron Bach authored
* Conversion complete * Updated requirements * Got rid of 3.6-specific syntax * Removed more 3.6-specific syntax * Contributor-requested changes
-
Marius authored
* Added unique_id for mqtt binary sensor * Added missing mqtt message fire in test
-
Vignesh Venkat authored
* wink: Update to python-wink 1.8.0 This pulls in a patch to expose the GE Z-Wave in wall fan switch as a fan component instead of a light dimmer switch component. * Update requirements_all.txt
-
Ville Skyttä authored
-
ArrayLabs authored
* Update requirements_all.txt Update myq from 0.0.8 to 0.0.11 * Update myq.py Update myq from 0.0.8 to 0.0.11
-
Aaron Bach authored
-
Pawel authored
* Epson projector support. Version based on external library * Epson projector support. Version based on external library * modified epson according to MartinHjelmare review. Added description of cmode to services.yaml * renamed EPSON_SCHEMA to epson_schema * removed method of getting cmode property * removed unnecessary checks change name of cmode service * renamed SERVICE_ATTR_CMODE to SERVICE_SELECT_CMODE
-
Hate-Usernames authored
* Bump pytradfri version * Update light component * Add tests * lint * Docstring typos * Blank line * lint * 5.5.1 * Fix tests on py3.5
-
Paulus Schoutsen authored
-
- Jun 12, 2018
-
-
Ing. Jaroslav Šafka authored
Current uuid is ok when using only 1 snapserver New uuid is needed when using multiple snapserver Because the client can connect to more snapservers and then uuid based on client MAC is not enough
-
Christoph Gerneth authored
* initial commit for kiwi door locks bugfixes improved attribute display flake8 more style adjustments * added session handling flake8 * added requirements_all reordered imports and flake8 attempt to pelase a very picky linter also pleasing pylint now :) * re-try the build * added kiwi.py to .coveragerc * reorganized datetime handling and attribute naming * created pypi package for door lock library * updated requirements_all.txt * code review changes * added async lock state reset for locking state * refactored lat/lon attribute updates * initial locked state changed from undefined to locked * refactored is_locked property check * handling authentication exception in setup_platform * added more check in setup_platform * code review changes: return type in setup_platform * fixed logging issue * event handling in main thread * updated kiwiki-client to version 0.1.1 * renamed alias e to exc
-
Jason Hu authored
-
Marcelo Moreira de Mello authored
* start arlo refactoring * Refactored Arlo Hub to avoid uncessary and duplicated GETs to Arlo API * Refactored Arlo camera component to avoid duplicate queries * Added debug and error messages when video is not found * Transformed Arlo Control Panel to Sync * Makes linter happy * Uses total_seconds() for scan_interval * Added callback and fixed scan_interval issue * Disable multiple tries and supported custom modes set in Arlo * Bump PyArlo version to 0.1.4 * Makes lint happy * Removed ArloHub object and added some tweaks * Fixed hub_refresh method * Makes lint happy * Ajusted async syntax and added callbacks decorators * Bump PyArlo version to 0.1.6 to include some enhacements * Refined code
-
Ong Vairoj authored
More test cases to cover retry logic added in 58a1c3839
-
Jason Hu authored
-
- Jun 11, 2018
-
-
Erik Eriksson authored
* Update mqtt_eventstream.py Remove a line setting an internal state mqtt_eventstream.initialized to True since: 1. No other platform is doing this 2. This will create an annoying entity/item in the user interface which the user will have to explicitly hide * Update mqtt_eventstream.py
-
- Jun 10, 2018
-
-
Matt Snyder authored
-
Ben Lebherz authored
* added new platform for the Unitymedia Horizon HD Recorder * improve connection handling of the horizon platform * remove unneeded parameters and fix spelling in the horizon platform * abort or raise exception if connection to the device could not be established * remove channel/source list and SELECT_SOURCE feature * remove useless type check after cast and use a try block instead * abort or raise exception if reconnect to device fails * remove protocol specific code and restructure sending logic accordingly * fix indentation to be pep8 complaint * remove unused methods/properties * fix unnecessary pylint commands and use a return to abert outside of setup_platform * directly access config values
-