This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Oct 07, 2018
-
-
Glenn Waters authored
* Add support for ElkM1 alarm/automation panel. * fix lines too long * Address PR comments * Fix hound ci errors * Changes for PR comments * Use vol.Range for checking range value * Address PR comments * Fix lint errors * Added elkm1-lib requirement * Update coverage to exclude elk * Fix flake8 errors * Fix flake8 error * Cleanup config parsing * Add housecode converter * fix PR comments * fix syntax error * Fix PR comment
-
Daniel Høyer Iversen authored
test met met no 0.3.0 fix line length fix line length
-
Per Sandström authored
-
- Oct 06, 2018
-
-
Guy Khmelnitsky authored
-
Anders Melchiorsen authored
-
- Oct 05, 2018
-
-
Paulus Schoutsen authored
-
Rohan Kapoor authored
-
Lewis Juggins authored
* Tradfri shutdown fix * Bump version * Bump version * Fix * Derp * Remove unnecessary shutdown event
-
- Oct 04, 2018
-
-
Florian Klien authored
* YesssSMS handling more errors, upgrade to version 0.2.1 - handling missing internet connection nicely - disabling login with non-working credentials (website locked account for 1 hour) - upgrade to new upstream version of YesssSMS * notify.yessssms tests * test requirements * flake8 fix * fixing tests, new upstream version 0.2.3 fixing tests based on requested changes, coverage * removing unmotivated print * passing exception to ConnectionError and SMSSendingError logger
-
Daniel Høyer Iversen authored
-
Daniel Høyer Iversen authored
* Refactor tibber, and Tibber notify * update Tibber lib. * tibber * Tibber coveragerc * Tibber upgrade lib * style * comments * use async_get_service * event
-
Aaron Bach authored
* Bumps simplisafe-python to 3.0.4 * Updated requirements * Refresh token logic added * Member-requested changes * Removed unused import * Updated CODEOWNERS * Bump library to 3.1.2
-
- Oct 03, 2018
-
-
Dan Cinnamon authored
-
Kevin Fronczak authored
* Using new methods for blink camera - Refactored blink platform (breaking change) - Camera needs to be uniquely enabled in config from now on - Added motion detection enable/disable to camera platform * Fix motion detection - bumped blinkpy to 0.8.1 - Added wifi strength sensor * Added platform schema to sensor - Added global variables for brand and attribution to main platform * Removed blink binary sensor * Add alarm control panel * Fixed dependency, added alarm_home * Update requirements * Fix lint errors * Updated throttle times * Add trigger_camera service (replaced snap_picture) * Add refresh after camera trigger * Update blinkpy version * Wait for valid camera response before returning image - Motion detection now working! * Updated for new blinkpy 0.9.0 * Add refresh control and other fixes for new blinkpy release * Add save video service * Pushing to force bot to update * Changed based on first review - Pass blink as BLINK_DATA instead of DOMAIN - Remove alarm_arm_home from alarm_control_panel - Re-add discovery with schema for sensors/binar_sensors - Change motion_detected to a binary_sensor - Added camera_armed binary sensor - Update camera device_state_attributes rather than state_attributes * Moved blink.py to own folder. Added service hints. * Updated coveragerc to reflect previous change * Register services with DOMAIN - Change device add for loop order in binary_sensor * Fix lint error * services.async_register -> services.register
-
- Oct 02, 2018
-
-
Fabian Affolter authored
-
Paulus Schoutsen authored
-
Malte Franken authored
* refactored geo_rss_events sensor to make use of new georss-client library that handles the communication with the rss feed * fixed lint error
-
Mathieu Velten authored
-
Sean Wilson authored
* Add missing ups.status states. * Add missing DISCHRG state. * AquaLogic work-in-progress * - Fix dependencies - Switch updates * Add support for aqualogic 0.8 features. * Remove debugging. * Switch to async updates rather than using polling. * Rebase * Fix lint errors * Fix lint errors * Fix lint errors * Fix lint errors * Fix lint errors. * Bump aqualogic version to 0.11 * Update .coveragerc * Remove integration-specific I/O * Resolve code review issues. * Fixed init() call.
-
- Oct 01, 2018
-
-
Daniel Perna authored
-
David De Sloovere authored
-
Heiko Thiery authored
* Add new device attributes to fritzbox climate With Fitz!OS 7 new parameters are introduced. Signed-off-by:
Heiko Thiery <heiko.thiery@gmail.com> * update requirements Signed-off-by:
Heiko Thiery <heiko.thiery@gmail.com>
-
Fabian Affolter authored
* Upgrade locationsharinglib to 3.0.3 * Revert change from #16969
-
Ville Skyttä authored
-
- Sep 30, 2018
-
-
Patrik authored
* Initial commit * Sockets have been moved to separate component * Sockets have been moved to separate component * Fix const PLATFORM_SCHEMA * Fix unique id * Fix async_create_task * Fix PLATFORM_SCHEMA * Fix typo * Remove pylint disable
-
Totoo authored
* Google Maps supports battery level and charging. With 3.0.2 locationsharinglib now the battery level and the charging attributes are available. * Update google_maps.py fix too long line error * Update google_maps.py Fix multi line import, and line length limit * Update gen_requirements_all.py Add locationsharinglib to gen_requirements_all * update requirements_all * Last try to fix requirements_all...
-
Rohan Kapoor authored
-
Rohan Kapoor authored
-
- Sep 27, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
zxdavb authored
* Add support for Honeywell evohome CH/DHW systems More flake8 corrections Passes Flake8 tests Almost passed flake8.pylint! Passed all tox tests Now it needs serious testing! Almost ready to submit BUGFIX: DHW state now functional More improvements to available() Solved the DHW temp units problem! Last minute bug squash to improve dicts merge Trying to rebase fixing more rbase errors revert to creating HTTP_error_code internally for now ready to submit PR Added support for Honeywell evohome CH/DHW systems * Updated requirements_test_all.txt * Fix: D401 First line should be in imperative mood * Remove _LOGGER.info (replace with _LOGGER.debug) * raise PlatformNotReady when RequestException during setup() * Revert some LOGGER.debug to LOGGER.warning * Improved logging levels, and removed some unwanted comments * Improvments to logging - additional self._status info * BUGFIX: DHW wrongly showing available = False (and some other tweaks) * Fix trailing whitespace * Remove state_attributes override and API_VER code * Removed heating zones, DHW and heuristics to reduce # lines of code * Removed some more lines of code * Removed unused configuration parameters * Remove some more un-needed lines * Removed more (uneeded) lines of code & fixed two minor typos * Improvements to debug logging of available() = False * Improvements to code, and code clean-up * Corrected a minor typo * A small tidy up * reduces precision of emulated temps floats to 0.1 * Some code improvements as suggested by JeardM * Rewrite of exception handler * Removed another unwanted logging in properties * Remove async_ version of various methods * moved available heuristics to update() * Cleanup of code, and re-work linter hints * fixed a minor documentation typo * scan_interval is now no longer a configurable option * Change from Master/Slave to Parent/Child * Removed the last of the slaves * Removed the last of the masters * Move -PARALLEL_UPDATES to .\climate\evohome.py' * main code moved to climate/evohome.py * merge EvoEntity into EvoController class * remove should_poll (for now) * woops! left a hint in * removed icon * only log a WARNING the first time available = False * cleanup dodgy exception handling * Tidy up exception handling * Many changes as suggested by @MartinHjelmare, thanks * remove hass from init, part 1 * use async_added_to_hass instead of dispatcher_connect * remove hass from init, part 2 (done) * add 1-2 arrays, and tidied up some comments * from dispatcher to async_added_to_hass * cleaned up some logging, and removed others * Many changes as request by @MartinHjelmare * Homage to the lint * Changed to the HA of doing operating_mode * Now using update_before_add=True * reduced logging further still... * fixed minor lint * fix a small logic error * Add device_state_attributes to track actual operating mode * Clean up doc quotes caused by previous changes * Woops! removed some debug lines that shoudln't have stayed in * Add a complete set of device_state_attributes * Cleanup some constants * Remove more legacy code * domain_data to evo_data & this else should be a finally * minor change for readability * Minor change for readability #2 * removed unused code * small tidy up - no code changes * fix minor lint * Correct URLs & descriptions in docstring * whoops - fixed a typo in docstrings * remove an unused line of cide & a small tidy-up
-
- Sep 26, 2018
-
-
Anders Melchiorsen authored
This version has downgraded/removed some logging that we then no longer have to hide.
-
Anders Melchiorsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Gerard authored
-
Daniel Høyer Iversen authored
* tibber real time data * Tibber Pulse, realtime consumption * update lib
-
- Sep 25, 2018
-
-
Jedmeng authored
* Add support for Opple light * Update docstring * review fix * review fix * review fix
-
Rohan Kapoor authored
-
Daniel Winks authored
* Updates to GitLab Sensor * Updates to GitLab_CI sensor. * Added GitLab_CI sensor. * Updated interval to a more appropriate 300 seconds. * Added GitLab_CI.py to ommitted files. * Initial refactor to use python-gitlab PyPI module. * Fixes to dict parsing. * Updated required packages for GitLab_CI requirements. * Updates and refactoring to more closely align with Home-Assistant standards. * Moved import to init, removed unreachable requests exception. * Removed references to STATE_UNKNOWN and replaced with None * Removed extra whitespace * Changed PLATFORM_SCHEMA and renamed add_devices. Changed PLATFORM_SCHEMA to use SCAN_INTERVAL and add_devices to add_entities * Added configurable name, changed logger and removed cruft. * Removed _status to use _state instead, as both held same value. * Fixed ATTR_BUILD_BRANCH, removed more extraneous cruft. * Changed required config keys to dict[key] format. * Removed extraneous CONF_SCAN_INTERVAL as it's already defined.
-