This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jan 28, 2019
-
-
Aaron Bach authored
* Moving existing sensor file * Initial functionality in place * Added test for config flow * Updated coverage and CODEOWNERS * Linting * Linting * Member comments * Hound * Moving socket disconnect on HASS stop * Member comments * Removed unnecessary dispatcher call * Config entry fix * Added support in config flow for good accounts with no devices * Hound * Updated comment * Member comments * Stale docstrings * Stale docstring
-
Jc2k authored
* Only fetch values of characteristics we are tracking. * Use callbacks on subclasses to update individual values * Update alarm_control_panel to use update callbacks * Update climate to use update callbacks * Update cover to use update callbacks * Update light to use update callbacks * Update lock to use update callbacks * Update switch to use update callbacks * Remove compatibility code as all entities migrated * pylint by name rather than code
-
Jc2k authored
* Define the characteristics to poll (or subscribe to) up front * Configure characteristics immediately instead of during first poll * Do as much cover configuration upfront as possible * Remove test workaround as no longer needed * Remove switch code that is already handled by HomeKitEntity * Remove lock code already handled by HomeKitEntity * Remove light code already handled by HomeKitEntity * Remove alarm code already handled by HomeKitEntity * Remove climate code already handled by HomeKitEntity
-
Jc2k authored
* homekit_controller tests: automatically find entity ids in tests Some entities use dynamic ids because of the nature of the test fakes it is hard to predict the name of the entity that will be created. This inspects the EntityComponent of the domain to find the freshly created entity. * homekit_controller: Tests can now define their own Service models. All existing tests use models as defined upstream. But upstream only defines a few service models. This adds a generic model helper for creating test service/characteristic models. * homekit_controller: Add cover tests * homekit_controller: Add lock tests * homekit_controller: Add alarm_control_panel tests * homekit_controller: Update light tests for color_temp. * Revert "homekit_controller tests: automatically find entity ids in tests" This reverts commit 506caa4c3e0814eec637145d7d6eaf2bd642e99e. * homekit_controller: Mock entity name so entity_id is consistent. Also remove spurious subclass overrides that are identical to parent class. * homekit_controler: Make tests less awkward as allowed top level imports
-
Christian Biamont authored
* Reset the incident types count every day * Remove functionality that was never implemented We don't need to keep track of previous incidents because it's not used anywhere. * Create empty dictionary with a pair of braces: {}
-
David Lie authored
* Change foscam python library to pyfoscam, which is more up to date and has several critical bug fixes. * Update requirements_all.txt to match. * Inserting automatically generated requirements.txt
-
- Jan 27, 2019
-
-
Rohan Kapoor authored
* Embed device_tracker in gpslogger * Load/unload gpslogger entities correctly between component and platform * Await the coroutine directly
-
Rohan Kapoor authored
* Embed device_tracker in locative * Load/unload locative entities correctly between component and platform * Await the coroutine directly * Await the correct coroutine
-
Rohan Kapoor authored
* Load/unload geofency entities correctly between component and platform * Lint * Await the coroutine directly
-
Eliseo Martelli authored
* working state * Attrs * > requirements generated * linting * fixes * coveragerc * ordered imports and fixed auth * Added Throttle * moved throttle to decorator * remove scan interval * lower throttle * moved to scan interval * Add attribution
-
Heine Furubotten authored
* Add nilu air_pollutants platform * Code Review - validation, DRYs, rm state override, new attr - Repeated code moved to own method. - Removed override of state property. - New attr for showing nilu pollution recommendations. - More validation of stations input. - Minor fixes and typos. * Removed unused prop * Check for none result from client before entity add * Moved platform to air_quality component * Updated outdated docstrings * Minor changes
-
Daniel Høyer Iversen authored
-
emontnemery authored
* Move CONF_UNIQUE_ID to init * Sort imports * Update ordering
-
emontnemery authored
-
emontnemery authored
-
Daniel Høyer Iversen authored
* Upgrade tibber library * Upgrade tibber library
-
Steven Looman authored
-
Jc2k authored
* Add a test for a homekit_controller switch * Add a test for a homekit_controller lightbulb * Add a test for homekit_controller thermostat * Changes from review * Patch utcnow to known time in HK tests * Neater fixture use per review
-
Rohan Kapoor authored
* Split out dovado to a component and sensor platform * Lint * Address code review comments (#20339) * Switch to using a notify platform for dovado SMS (#20339) * Optimizing imports * Remove return on `setup_platform`. * Clean up unneeded constants
-
Rohan Kapoor authored
-
Aaron Bach authored
-
Rohan Kapoor authored
-
- Jan 26, 2019
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
0.86.3
-
Paulus Schoutsen authored
-
Shantanu Tushar authored
* Include exception details in the error log I see this error quite often in my HA logs and this will be helpful for anyone who is attempting to debug this. * Minor change * Remove line break
-
Paulus Schoutsen authored
* Warn for old slugs/entity ids * add comments * Lint * LInt * Lint * Lint
-
starkillerOG authored
-
Paulus Schoutsen authored
* Warn for old slugs/entity ids * add comments * Lint * LInt * Lint * Lint
-
Fabian Affolter authored
-
Fabian Affolter authored
-
starkillerOG authored
-
emontnemery authored
* Update device registry of MQTT cover * Move config_entry to constructor
-
emontnemery authored
-
emontnemery authored
-
Paulus Schoutsen authored
Update device registry of MQTT binary_sensor
-
Paulus Schoutsen authored
-
emontnemery authored
-
David F. Mulcahey authored
-
Jef D authored
* Initial commit for the co2signal sensor * Clean code * Run script gen_requirements_all.py * remove unintended character * Remove redundancy * Remove unused imports * Code style * Code style fixes * Code style * Fix comments PR Comments by @fabaff * Remove redundant comments and variables * Follow the latest home-assistant guidelines * Bump CO2Signal version * Round API result * Improve default latitude/longitude handling * Improve friendly name * Improve config handling * Make lines shorter * Style * Convert default to variable None does not pass cv.string * Message if not inclusive * Shorten line * Update requirements * Update co2signal.py Group imports; remove empty lines; refactor use of location_type; remove logging messages; remove unused functions; add global variables * Update co2signal.py Import platform schema from sensor * Small fix * Update co2signal.py Remove last mentions of location_type * Review changes Add attribution Formatting * Missing whitespace * Update co2signal.py Fix pylint * Update co2signal.py Change blank lines * Update co2signal.py Initialise _data
-