This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Dec 22, 2019
-
-
cgtobi authored
-
- Dec 21, 2019
-
-
Paulus Schoutsen authored
-
- Dec 19, 2019
-
-
Paulus Schoutsen authored
* Make Hassfest stricter * Fix if-condition * Small cleanup
-
Paulus Schoutsen authored
-
- Dec 18, 2019
-
-
Paulus Schoutsen authored
* Install requirements of after_dependencies when loading integrations * Fix smartthings test
-
- Dec 16, 2019
-
-
Franck Nijhof authored
* Add check-json to CI and Pre-commit * Add ignore pre-commit hooks to gen_requirements_all
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Make hassfest import detection better * Fix tests
-
Ville Skyttä authored
-
- Dec 10, 2019
-
-
Paulus Schoutsen authored
* Install discovery requirements if used * Update loader.py * Fix types
-
- Dec 09, 2019
-
-
Franck Nijhof authored
-
Bas Nijholt authored
-
- Dec 05, 2019
-
-
Paulus Schoutsen authored
* Make hassfest stricter * Update manifest.json
-
Paulus Schoutsen authored
* Install requirements of after_dependencies when loading integrations * Fix smartthings test
-
- Nov 27, 2019
-
-
Paulus Schoutsen authored
* Add intent integration to expose intent handle API. * Run hassfest + fix scaffolding * Update __init__.py
-
- Nov 25, 2019
-
-
cgtobi authored
-
- Nov 19, 2019
-
-
Pascal Vizeli authored
-
- Nov 06, 2019
-
-
Ville Skyttä authored
* Enable flake8 doctests everywhere * Always run flake8 through pre-commit
-
- Nov 05, 2019
-
-
Ville Skyttä authored
* Generate pre-commit test dependencies instead of duplicating * Upgrade/sync to flake8 3.7.9, flake8-docstrings 1.5.0, and pydocstyle 4.0.1 https://flake8.readthedocs.io/en/latest/release-notes/3.7.9.html https://gitlab.com/pycqa/flake8-docstrings/blob/1.4.0/HISTORY.rst https://gitlab.com/pycqa/flake8-docstrings/blob/1.5.0/HISTORY.rst http://www.pydocstyle.org/en/4.0.1/release_notes.html * Include requirements_test.txt from *_all.txt instead of copying
-
- Nov 04, 2019
-
-
Paulus Schoutsen authored
-
- Nov 03, 2019
-
-
Fabian Affolter authored
-
- Nov 02, 2019
-
-
Ville Skyttä authored
* SSDP matching improvements - support multiple match groups per domain - require matches on all, not any item in a group - support matching on all UPnP device description data * Manifest structure fixes
-
- Oct 30, 2019
-
-
Paulus Schoutsen authored
* Add OAuth2 scaffold * Generate integration if non-existing domain specified * Update URL
-
- Oct 23, 2019
-
- Oct 21, 2019
-
-
Otto Winter authored
* Fix mypy missing * Update bootstrap * Update script/bootstrap Co-Authored-By:
cgtobi <cgtobi@users.noreply.github.com>
-
- Oct 14, 2019
-
-
Ville Skyttä authored
* Make async_get_conditions return type hint more specific * Exclude script/scaffold/templates/ from pre-commit mypy
-
- Oct 13, 2019
-
-
Paulus Schoutsen authored
-
- Oct 12, 2019
-
-
Paulus Schoutsen authored
-
Erik Montnemery authored
-
- Oct 10, 2019
-
-
Bram Kragten authored
-
- Oct 09, 2019
-
-
Paulus Schoutsen authored
* Install requirements for all deps with tests * Remove unused REQUIREMENTS var * Print diff if not the same * Simplify * Update command line * Fix detecting empty dirs * Install non-integration * Fix upnp tests * Lint * Fix ZHA test
-
Robert Van Gorkom authored
* Fixing connection issues with withings API by switching to a maintained client codebase. * Updating requirements files. * Adding withings api to requirements script.
-
- Oct 08, 2019
-
-
Robert Van Gorkom authored
* Fixing connection issues with withings API by switching to a maintained client codebase. * Updating requirements files. * Adding withings api to requirements script.
-
Erik Montnemery authored
* Validate generated actions * Use hass.services.async_call instead of service.async_call_from_config
-
Erik Montnemery authored
-
- Oct 07, 2019
-
-
Erik Montnemery authored
* Validate generated trigger * Update scaffold
-
- Oct 06, 2019
-
-
ktnrg45 authored
* Change to renamed dependency pyps4-2ndscreen 0.9.0 * Rename / bump to ps4 dependency to 1.0.0 * update requirements * Rename test req * Fix import * Bump 1.0.1 * Fix flaky test leaving files behind
-
Santobert authored
* initial commit * Minor changes * add async setup entry * Add translations and some other stuff * add and remove entry * use async_setup_entry * Update config_flows.py * dshokouhi's changes * Improve workflow * Add valid_vendors * Add entity registry * Add device registry * Update entry from configuration.yaml * Revert unneccesary changes * Update .coveragerc * Prepared tests * Add dshokouhi and Santobert as codeowners * Fix unload entry and abort when already_configured * First tests * Add test for abort cases * Add test for invalid credentials on import * Add one last test * Add test_init.py with some tests * Address reviews, part 1 * Update outdated entry * await instead of add_job * run IO inside an executor * remove faulty test * Fix pylint issues * Move IO out of constructur * Edit error translations * Edit imports * Minor changes * Remove test for invalid vendor * Async setup platform * Edit login function * Moved IO out if init * Update switches after added to hass * Revert update outdated entry * try and update new entrys from config.yaml * Add test invalid vendor * Default to neato
-
- Oct 05, 2019
-
-
mvn23 authored
* Add config flow support to opentherm_gw. Bump pyotgw to 0.5b0 (required for connection testing) Existing entries in configuration.yaml will be converted to config entries and ignored in future runs. * Fix not connecting to Gateway on startup. Pylint fixes. * Add tests for config flow. Remove non-essential options from config flow. Restructure config entry data. * Make sure gw_id is slugified
-
- Oct 04, 2019
-
-
Maciej Bieniek authored
* Add Airly integration * Update .coveragerc file * Remove AVAILABLE_CONDITIONS and fix device_class * Don't create client on every update * Rename client to session * Rename state_attributes to device_state_attributes * Remove log latitude and longitude * Fix try...except * Change latitude and longitude to HA defaults * _show_config_form doesn't need coroutine * Simplify config_flow errors handlig * Preetier * Remove unnecessary condition * Change sensor platform to air_quality * Remove PM1 * Make unique_id more unique * Remove , * Add tests for config_flow * Move conf to CONFIG * Remove domain from unique_id * Change the way update of attrs * Language and attrs * Fix attrs * Add aiohttp error handling * Throttle as decorator * Suggested change * Suggested change * Invert condition * Cleaning * Add tests * Polish no sesnor error handling * Better strings * Fix test_invalid_api_key * Fix documentation url * Remove unnecessary test * Remove language option * Fix test_invalid_api_key once again * Sort imports * Remove splits in strings
-