This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Nov 19, 2019
-
-
Malte Franken authored
* first version of new integration * moved icon to shared consts * added unit tests * transformed from geolocation to sensor integration * alert level is now the state of the sensor * adopted unit tests * fixed comment * keep all sensors registered even if the feed update fails intermittently * bumped version of upstream library * bumped version of integration library * regenerated requirements * bumped version of integration library * bumped version of integration library * fixed generated file * removed commented out code * regenerated config flow file * update to latest integration library version * simplified code * removed debug log statement * simplified code structure * defined constant * use core interfaces * moved test and fixture * sorted imports * simplified patching * moved fixture to central config file
-
HomeAssistant Azure authored
-
- Nov 18, 2019
-
-
Andi authored
* Fix Synology camera whitelist If whitelist config is set, not camera is added to HA at all. * Fix Synology Camera whitelist Fix typo in config key. * Update camera.py Access config dict the voluptuous way
-
Evgeny authored
* Updated iRobot integration * added custom delay for periodic mode * new version of roombapy
-
Quentame authored
* Move imports in owntracks component * Fix nacl import * Fix nacl import 2 * Fix nacl import 3 * Add helper.supports_encryption tests * Fix tests helper 1 * Fix tests 2 * Add not_supports_encryption + get_cipher_error tests * Code cov * Fix nacl_not_imported test
-
Bram Kragten authored
-
Kevin McCormack authored
- Add optional security_level config - Bump libpyvivotek to 0.3.1
-
Paul Romkes authored
* intents should also end session without speech * Move endSession message to try block * Minor improvement on endSession response
-
cgtobi authored
-
Ville Skyttä authored
* Add bandit to pre-commit and CI, use to catch known vulnerable XML parsing * Use defusedxml instead of direct xml.etree to parse XML * Move config to tests/bandit.yaml
-
HomeAssistant Azure authored
-
- Nov 17, 2019
-
-
Michaël Arnauts authored
* Rework Comfoconnect sensor platform * Sort ATTRS and fix icon * Add unique_id to fan * Use a different signal per sensor type * Add more logging * Swap to be sure. * Remove -fan suffix from unique_id
-
Guillermo Ruffino authored
* add esphome climate fan * adds back compatibility support * fixes, add swing mode * revert client config * sort import * rebase
-
Fabian Affolter authored
* Align naming * Update tests
-
Jay Newstrom authored
* Add broadcast address for WOL and samsungtv * Fix style * Fix tests, and add new test for new functionality * Fix code style
-
Jordan Speicher authored
-
Jeff Irion authored
* Bump androidtv to 0.0.33; add pure-python-adb requirement * python -m script.gen_requirements_all * Avoid redundant 'available' check * Bump androidtv to 0.0.34 * Update docstrings for the decorator functions
-
HomeAssistant Azure authored
-
- Nov 16, 2019
-
-
Michaël Arnauts authored
* Add callback registrations to async_added_to_hass * Fix CODEOWNERS * Fix code formatting * Requested changes. * Don't pass unused hass and fix string formatting * Fix import order.
-
Santobert authored
* Improve coverage of input_datetime/reproduce_state * Improve tests
-
Fabian Affolter authored
-
Fabian Affolter authored
-
michaeldavie authored
-
Peter Nijssen authored
* fix broken postnl sensor * make sure shipment list is not growing indefinitely
-
bouni authored
* Move imports in braviatv component * import braviarc directly * fixed import * directly import BraviaRC
-
Tommy Larsson authored
* Add password authentication option * Add vol.Exclusive for auth config params
-
Ville Skyttä authored
* Remove malformed pylint disable markers * Remove some unused imports * Remove some unneeded lint exclusions * Remove more unneeded lint exclusions * Add specific codes to all noqa's
-
Ville Skyttä authored
* Upgrade pylint to 2.4.4 and astroid to 2.3.3 https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-4 https://github.com/PyCQA/astroid/blob/astroid-2.3.3/ChangeLog * Disable pylint score and persistence We don't use scoring, and it can be supposedly incorrect (so worse than ignorable) when using more than one parallel job.
-
John Mihalic authored
-
Fabian Affolter authored
-
Morten Trab authored
* Fixed multi extruder/beds/chambers index issue, #28130 * Switched from .format to f style name formatting * Fixed incorrect indexing * Removed VS files * Removed not need temp_id subtraction * Removed VS files * Fixed access mode * Fixed access mode * Fixing access mode - again
-
Bram Kragten authored
-
HomeAssistant Azure authored
-
- Nov 15, 2019
-
-
Davide Varricchio authored
* First commit * First working release, but there's a lot to do * Added support for preset_modes * Refined logic * Added translations for config_flow * Updated translations * modified: homeassistant/components/hisense_aehw4a1/climate.py * modified: climate.py * Updated library to latest version * Small changes * Null states when AC off * Minor fixes * Latest updates for TOX * First commit * First working release, but there's a lot to do * new file: requirements_test_all.txt * Added support for preset_modes * Refined logic * Added translations for config_flow * Updated translations * modified: homeassistant/components/hisense_aehw4a1/climate.py * modified: climate.py * Updated library to latest version * Small changes * Null states when AC off * Minor fixes * Latest updates for TOX * new file: requirements_test_all.txt * Fighting with tox * vs Tox round 2 * Isort and updated requirements_test_all.txt * Fighting with lint * Implemented available state * Changed exception type after Travis-ci pylint fails * Support entry in configuration.yaml * Removed commented code * Switched to async * Minor changes * Updated library and fixed pylint errors * Code optimization * Implemented static ip addresses in configuration.yaml * Reverted to existing constant * Corrected pylint wrong-import-order * Recovery from nuke event (messing all while rebase) * Resolved Ci error * Changes for PR * Corrected temp scale for frontend * Added test for config entry from configuration.yaml * Updated dependency * Check on manual config * Imported custom exceptions and modified import config * Optimized * Change based on PR revision * Added logging for failure event on manual config * Tests added but to be corrected * Edited tests * Tests updated to ensure no I/O * Working on tests * Cheanges based on revision for PR * Setting librey exception as direct side_effect in test * Final changes for PR * Redundand on command solved * Improved AC logic
-
Tyler Page authored
-
LeoCal authored
-
SukramJ authored
-
Paolo Tuninetto authored
-
fredericvl authored
* Change unique id for SAJ sensor based on device SN * Add SAJ device name + sn to state attributes * Revert device state attributes (after review)
-