Align from master#18
Merged
ollo69 merged 856 commits intoollo69:devfrom Oct 6, 2020
Merged
Conversation
* Added missing unit for signal strength * Added one more unit * Replaced string with variable * Fixed wrong import * Fix import * Replaced string with variable * Fixed wrong import * Apply suggestions from code review * Black * Again a fix :-( * iSort * iSort after merge Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
* cleanup goalzero code * more cleanup * mroe cleanup * log defined exception to error * return None if not configured * return False if not configured
* Prepare test code for complex devices. push entity_id to conftest, to make it common for all devices. Add device to base_setup. * Add test coverage for modbus switch (coil part). * Update .coveragerc * Update .coveragerc Co-authored-by: Chris Talkington <chris@talkingtontech.com>
* Use platform domain imports with the list of supported platforms * Remove legacy async_setup_platform from platforms
…change (#40982) Disable expire_on_commit for the event writer. Since we never expect the old_state_id to change in the database, it was never worth the expense of refetching the id after the commit.
* ✅ rewrite remember_the_milk tests to pytest tests * ✅ rewrite reddit tests to pytest tests * Revert "✅ rewrite reddit tests to pytest tests" This reverts commit 7eae35f. Forgot to switch to a new branch 🙈
…e self referencing (#41013)
* Add Tasmota integration * Refactor * Add tests, small improvements * isort * Attempt to fix tests failing with Python 3.8 * Revert "Attempt to fix tests failing with Python 3.8" This reverts commit 11454f8a00136f068ea27204183fa3e62f3cd263. * Fix tests failing with Python 3.8 * Cleanup tests * Address review comments * Address review comments * Address review comments * Use MAC address for device identification * Bump hatasmota * Bump hatasmota * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Fix indentation * Remove preparation for device remove WS API * Address review comments * Remove useless try-except * Tweak * Improve tests * Tweak * Address review comments * Correct test * Update manifest.json Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Update strings.json * Update config_flow.py * Update test_config_flow.py
* Update strings.json * Update strings.json * Update config_flow.py * Update test_config_flow.py
* Update axis to use common strings * Update common str device_unavailable to cannot_connect Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
* Update strings.json * Update strings.json * Update config_flow.py * replace service by device Co-authored-by: scheric <38077357+scheric@users.noreply.github.com> Co-authored-by: scheric <38077357+scheric@users.noreply.github.com>
* Update strings.json * Update config_flow.py * Update test_config_flow.py
* Update strings.json * Update config_flow.py * Update test_config_flow.py
Avoids a build up of the InstanceState.
* Add ZHA XBee Analog Input cluster * Fix manufacturer to Digi
* Bump hatasmota to 0.0.10, minor refactor of discovery * Update tests * Add missing docstrings
* Use hass.config_entries.async_unload * Return config_entry from setup_deconz_integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking change
Proposed change
Type of change
Example entry for
configuration.yaml:# Example configuration.yamlAdditional information
Checklist
black --fast homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all..coveragerc.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: