Conversation
* add operation mode support for climate.EphEmber * fix linting errors from py3.5 * remove STATE_ALL_DAY and cleanup some code based on review * use explicit None return with get * fix none return
* Fixed race condition in Generic Thermostat * Added a comment to clarify the meaning of the `time` argument.
* Use core.ApiConfig replace remote.API in core.Config * Move ApiConfig to http
* Adding new feature to allow a wait template to run the remainer of the script on timeout * Styling changes * Fixing file permissions, adding test for new code * changed variable name, refactored script to pass information into async_set_timeout * Changing the default behaviour to continue to run the script after timeout
* Add context to login flow * source -> context * Fix unit test * Update comment
* Add context to login flow * Add trusted networks auth provider * source -> context
This should fix #15374
Bump python-lakeside dependency
* Add support for monitored_conditions for attributes * Update unifi tests * Add list of available attrs
* Add a sensor for netatmo public data * A bit of cleanup before submitting pull request * Add netatmo_public file to .coveragerc, as per pull request template instructions * Fixes for tox complaining * make calculations simpler, based on review feedback * explicitly pass required_data parameter to netatmo API * remove unnecessary spaces * remove debug code * code style fix
* Add support for states * Woof? * Fixed some errors * VacuumDevice -> StateVacuumDevice * VacuumDevice -> StateVacuumDevice * Added split of start and pause
* Set unique ID * Excluding setups that resolve names * Added support for resolvenames again
* Allow choosing intermediate SSL profile * Fix tests
* Make setup fail if location is not available * Lint
One of the features of the waterfurnace 0.7 is timingout out stuck connections on the websocket (which tends to happen after 48 - 96 hours of operation). This requires the homeassistant component to catch and reconnect under these circumstances. This has turned out to be pretty robust in preventing stuck sockets over the last month.
* Added error handling for sense API timeouts * Moved imports in function * Moved imports to more appropriate function * Change exception to custom package version
* Use JWT for access tokens * Update requirements * Improvements
* Blow up startup if init auth providers or modules failed * Delete core.entity_registry
* Tweak MFA login flow * Fix typo
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.
New Platforms
Breaking Changes
continue_on_timeout: false. Allow wait template to run the remainder of the script (@lhovo - #15836) (breaking change)turn_on->start,turn_off->return_to_dock,togglehas been removed. States 'on' and 'off' will also no longer be used. (@cnrd - #15643) (breaking change)turn_on->start,turn_off->return_to_dock,togglehas been removed. States 'on' and 'off' will also no longer be used. (@dshokouhi - #16035) (vacuum.neato docs) (breaking change)homeassistant.remotehas been removed. (@balloob - #16099) (api docs) (http docs) (mqtt_eventstream docs) (mqtt_statestream docs) (notify docs) (splunk docs) (websocket_api docs) (breaking change)insteon_plmandinsteon_localcomponents to insteon component (@teharris1 - #16102) (breaking change).storageand should only be managed via the UI (@balloob - #16018)Beta Fixes
All changes