-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.94.0 #24305
Conversation
This file contains 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
* Add presence detector indoor use device classes constants * Add illuminance * isort
* Start moving parts of yaml utils to own module Move parts of yaml loader out of the single large file and start to create the structure of the yaml loaders in Ansible [0]. [0]: https://github.com/ansible/ansible/tree/devel/lib/ansible/parsing/yaml * Finish yaml migration, update tests and mocks * Move code around to finish the migration * Update the mocks so that `open` is patched in `homeassistant.util.yaml.loader` instead of `homeassistant.util.yaml`. * Updated mypy ignores * Updated external API of `homeasistant.util.yaml`, see below: Checked what part of the api of `homeassistant.util.yaml` was actually called from outside the tests and added an `__ALL__` that contains only these elements. Updated the tests so that references to internal parts of the API (e.g. the yaml module imported into `homeassistant.util.yaml.loader`) are referenced directly from `homeassistant.util.yaml.loader`. In `tests/test_yaml.py` the import `yaml` refers to `homeassistant.util.yaml` and `yaml_loader` refers to `~.loader`. Future work that remains for the next iteration is to create a custom SafeConstructor and refers to that instead of monkey patching `yaml` with custom loaders. * Update mocks in yaml dumper, check_config
* Add config entry for IQVIA * Updated tests and requirements * Removed unnecessary dependency * Fixed tests * Reverted unintended change
* Add stepped volume to demo * Simplify somewhat to avoid extra check
* first proposal * parameter rename * retrigger CI * remove separate binary sensor * remove batter_sensor * battery device distinction at binary sensor discovery
* bump package to include wsdl * update requirements all
that entities will always get mapped to the same property ZPID code.
* Add support for an external step in config flow * Types * Lint
* add hub/parent/manager * add hub/parent/manager 2 * working now * delint * add back water heater * make water_heater a child * make water_heater a child - delint * make water_heater a child - delint 2 * improve turn_on logic, and small tidy-up * improve turn_on logic 2 * improve turn_on logic 3 - better docstring * improve turn_on logic 3 - better docstring * remove unnecessary DICT.get()s * remove unnecessary DICT.get()s 2 * code tidy-up * de-lint * refactor for GeniusData * refactor for GeniusData 2 * code tidy-up * add missing should_poll = False
* Move tests to right folder * Fix test leaving files behind
* Add LCN climate component * Updates of ha_state are done async * Changes due to manifest.json
* Initial commit * bump client for bugfix * bump client for bugfix 2 * de-lint
* Make broadlink switch restore its state Method copied from pilight switch * style
balloob
requested review from
Adminiuga,
amelchio,
andrewsayre,
andrey-git,
emlove,
awarecan,
bachya,
Danielhiversen,
danielperna84,
dgomes,
dmulcahey,
fabaff,
frenck,
Jc2k,
Kane610,
kellerza,
ludeeus,
OttoWinter,
pvizeli,
robbiet480,
rytilahti,
scop,
syssi and
a team
as code owners
June 4, 2019 21:34
Codecov Report
@@ Coverage Diff @@
## master #24305 +/- ##
==========================================
+ Coverage 93.95% 94.17% +0.22%
==========================================
Files 465 505 +40
Lines 38158 39720 +1562
==========================================
+ Hits 35850 37407 +1557
- Misses 2308 2313 +5
Continue to review full report at Codecov.
|
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.
New Integrations
New Platforms
Breaking Changes
Beta Fixes
All changes