This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jun 17, 2018
-
-
Andrey authored
-
Petro31 authored
Current version only supports latitude and longitude or an address for the origin and destination fields. This update allows those fields to use entity IDs of device_tracker, zone, and sensor.
-
Paulus Schoutsen authored
-
- Jun 16, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Add experimental UI * Add test * Lint
-
Sebastian Muszynski authored
* Remove load power attribute for channel USB * Fix format
-
Andrey authored
-
Teemu R authored
Fixes #13925
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Jason Hu authored
* Refactoring camera component to use async/await syntax Also updated camera demo platform to encourage use of async * Code review
-
Paulus Schoutsen authored
* Do not mount deps folder when inside virtual env * Add tests * Fix package test
-
Marcelo Moreira de Mello authored
-
Marcelo Moreira de Mello authored
-
Marcelo Moreira de Mello authored
-
cdce8p authored
* Fix package recurive merge bug * Fixed extended package support
-
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
-