-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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.42 #6956
Merged
Merged
0.42 #6956
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
* Update flux_led lib
* Adding expire_after to mqtt sensor to expire outdated values * Extending test case * mqtt: refactoring expire_after to use timed events instead of polling; lint * refactor to reset unused trigger * Fix: handler must be set to None after execution or removal to avoid warning * Commenting out non-working test * Fix lint * Commit to trigger new build * Commit to trigger new build * Make testcase work * Undo unnecessary change * Remove default value, add extra check
* New indexes for states table * Added recorder_runs indexes * Created a new function for compound indexes. A new function was created because it makes it a little cleaner when creating a single-field index since one doesn't have to create a list. This is mostly when creating the name of the index so with a bit more logic it's possible to combine it into one function. Given how often migration changes are run, I thought that code bloat was probably a worthy trade-off for now. * Adjusted indexes, POC for ref indexes by name. * Corrected lint errors * Fixed pydocstyle error * Moved create_index function outside apply_update * Moved to single line (just barely)
Wink Aros only supports 3 Fan Modes: Low Medium High Fan Mode had a Typo and wasn't represented in the UI
* Tests for zwave workaround detection * Remove unused code * Revert "Remove unused code" This reverts commit e06cce0. * Tests for empty manufacturer ID
* Bugfix automation fire on bootstrap * Add test & fix bug * fix lint
* Added missing operational modes for thermostats * Added attributes * Updated requirements * Bumped dependency
* Fix siren/switch attributes and update python-wink * Updated requirements_all.txt
Addressing #6382 . Feedback from github & forums is the bridge_led feature never worked and defining the bridge LED as another group+bulb type is the right way to do this in the limitlessled component.
…ort for plugs using the newer communication protocol (#6790)
* Add link to docs and remove comments which are obvious * Update docstrings * Repleace conf details with link to docs * Add link to docs * Update docstrings * Update import * Update ordering * Update ordering * Update docstring * Update ordering * Update ordering
* Add MVGLive (Munich public transport real-time departure) sensor platform * Move update on startup to add_devices; rewrite dictionary filtering * Fix lint error * Updated requirement to PyMVGLive 1.1.3 (PyPI version) * Refactor and clean up MVGLiveData.update method * Shorten line
* Add tests for supported features in mqtt_json (it fails) * Fix supported features in mqtt_json
* Add multi phone numbers support * Update fido.py
* Fire EVENT_HOMEASSISTANT_START automations off right away while starting * Actually have core state be set to 'starting' during boot * Fix correct start implementation * Test and deprecate event automation platform on start * Fix doc strings * Remove shutting down exception * More strict when to mark an instance as finished * Add automation platform to listen for start/shutdown * When we stop we should wait till it's all done * Fix testing * Fix async bugs in tests * Only set UVLOOP when hass starts from CLI * This hangs normal asyncio event loop * Clean up Z-Wave node entity test
* Fix startup of sonos / snapshot handling / error handling * Use decorator for coordinator relay * fix lint * Fix unittest * Move subscribe into executor
…6883) * Added average temperature for the day before and the current period * Fixed "line too long" warnings * Fixed "indentation contains tabs" and "indentation contains mixed spaces and tabs" warnings * Fixed "trailing whitespace" warnings * upgrade pyhydroquebec requirements to version 1.1.0
@fabaff, thanks for your PR! By analyzing the history of the files in this pull request, we identified @balloob, @philipbl and @robbiet480 to be potential reviewers. |
1 task
* Initial import for HassIO * Cleanup api code for views * First unittest for view * Add test for edit view * Finish unittest * fix addons test * cleanup service.yaml * Address first round with ping command * handle timeout dynamic * fix lint
* Fix current_temperature is rounded * fix Unnecessary parens after 'if'
* Preserve customize glob order. * add tests
…ge to avoid python exception errors when host is not reachable or rather any url error to camera (#6964) * Adding exception handling when fetching the camera image to avoid python errors when host is not reachable or any url errors to camera * Added exception as ConnectionError instead of plain except * Added exception as ConnectionError instead of plain except. Removed the unused error handle
* add crimereports * add crimereports metadata * implicit interval * remove zone support
* Bugfix time and task coro * fix also other create_task * fix tests * fix lint in test
* Warn if start takes a long time. * ps - cleanup * Tweak message * Add tests * Tweak messagE
Fixed traceback when calculating SD card percent storage self._state = self._camera.percent(sd_used[0], sd_total[0]) AttributeError: 'Http' object has no attribute 'percent'
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.
New integrations
Breaking changes
default_view
as default views. Make sure you setview: true
in the config for these groups. #251 (frontend)lifx_legacy
.entity_id
has been replaced withnode_id
to align parameters #6938homeassistant_start
. Instead, use the newhomeassistant
automation platform. #6936All changes
state
can be arbitrary string (@leppa - #6753)