Sync repo#13
Merged
gonzalezcalleja merged 1319 commits intogonzalezcalleja:devfrom May 24, 2021
Merged
Conversation
* Add targets and selectors for services (X-Z) * Adjustments
Co-authored-by: Franck Nijhof <git@frenck.dev>
* Bump hatasmota to 0.2.13 * Process review comment Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Tweak brightness compensation, improve tests Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
- Discovery is now instant when a ServiceBrowser is running Changelog: Jc2k/aiohomekit@0.2.61...0.2.62
* bump geojson_client library to version 0.6 * add myself as codeowner
* remove dict repacking * check binary_sensor device_class * check cover device_class * check sensor_type
* Remove pytz dependency and handle timezones with zoneinfo, and adapt to use input timezone as a time zone object or a string identifier * Fix prices being badly assigned in Canary Islands timezone * Fix sensor attributes in month changes
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
…troller (#50986) * Allow user to override invalid setup codes and pair with homekit_controller * adjust from manual testing * invalid -> insecure
* Add strict type annotations * Apply suggestions * Type code as optional string
Co-authored-by: J. Nick Koston <nick@koston.org>
This update adds support for: - PD-15OUT outdoor switch - RA2 Select fan controller
…Shelly integration (#51009) * Fix sensor state_class * Remove state class from total work time sensor * Add state_class restore mechanism * Remove commented code * Remove unnecessary code
* initial commit of SIA integration * translations * moved reactions to file, typed everything * fixed no-else-return 3 times * refactored config and fix coverage of test * fix requirements_test * elimated another platform * forgot some mentions of sensor * updated config flow steps, fixed restore and small edits * fixed pylint * updated config_flow with better schema, small fixes from review * final comment and small legibility enhancements * small fix for pylint * fixed init * fixes for botched rebase * fixed port string * updated common strings * rebuild component with eventbus * fixed pylint and tests * updates based on review by @bdraco * updates based on new version of package and reviews * small updates with latest package * added raise from * deleted async_setup from test * fixed tests * removed unused code from addititional account step * fixed typo in strings * clarification and update to update_data func * added iot_class to manifest * fixed entity and unique id setup * small fix in tests * improved unique_id semantics and load/unload functions * added typing in order to fix mypy * further fixes for typing * final fixes for mypy * adding None return types * fix hub DR identifier * rebased, added DeviceInfo * rewrite to clean up and make it easier to read * replaced functions with format for id and name * renamed tracker remover small fix in state.setter * improved readibility of state.setter * no more state.setter and small updates * mypy fix * fixed and improved config flow * added fixtures to test and other cleaner test code * removed timeband from config, will reintro in a options flow * removed timeband from tests * added options flow for zones and timestamps * removed type ignore * replaced mapping with collections.abc
* fix turn on color light with only brightness * fix comment * fix individual_color address assignment * python 3.8 compatibility
#50924) * Mark battery, humidity and pressure sensors as STATE_CLASS_MEASUREMENT * Fix deconz battery sensor
* Add color_mode support to MQTT light with basic schema * Update abbreviations * Silence pylint * Improve test coverage * Apply suggestions from code review
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: