-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
0.33 #4446
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
Conversation
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
* Remove ThreadPool with async executor * Fix zigbee * update unittest * fix remote api * add pending task to remote * fix lint * remove unused import * remove old stuff for lazy tests * fix bug and add a exception handler to executor * change executor handling * change to wait from gather * fix unittest
* Add Swisscom Internet-Box device tracker * Add Swisscom device tracker to .coveragerc * Add timeout to requests Fix formatting and add missing comments to pass the lint test * Remove authentication which was not required I realised that there was no need to be authenticated to get the connected devices. Thanks Swisscom :/ * Moving config to a PLATFORM_SCHEMA and using voluptuous
* Add Map support for Locative component The Locative App on the mobile is sending an HTTP request to the server where also the GPS location is sent. But the GPS location was not passed to the event device_tracker.see. Use the passed GPS location from Locative and pass it to the device_tracker.see event. With this the device is then also shown on the HA Map component. * Use existing constants for latitude and longitude Use the existing constants from homeassistant.consts: ATTR_LATITUDE for 'latitude' ATTR_LONGITUDE for 'longitude' * Reuse the "yield from self.hass.loop.run_in_executor" again * Use variable gps_location
* Annotate test callbacks to be async * Convert device_sun_light_trigger to be async
* Sonos fix for slow update * fix auto update on discovery * fix unittest
* Add mqtt_template component * Docstring copy paste party on overriden methods * pep8 E501 🌟 * Add missing docstrings on unittests
* Fix config validation for input_*, script * Allow scheduling coroutines * Validate entity ids when entity ids set by platform * Async: gather -> wait * Script/Group: use async_add_job instead of create_task
Add HDMI sources. Sources ordered.
GATEWAYS was a dict, so would overwrite item if key was the same. This would happen when using multiple MQTT gateways, since the device id is the same (`mqtt`). * Fix by changing GATEWAYS from dict into list. * Use hass data to store mysensors gateways instead of having GATEWAYS be a global.
#4252) * Set executor to 15 and help to reduce flooting async core with udpates * fix typing * if it a executor, wait * address comments from paulus * add space for style :) * fix spell * Update entity_component.py * Update entity_component.py
Upgrade flux led lib
* Fix missing battery_level, node_id and location * use super instead of object
* Use Configurable refresh * Use super instead of object
* Fix PEP257 issues * Fix ident * Fix lint issues * Update docstrings * Fix indent * Fix indent * Fix lint issues * Fix lint issue * Again lint
* Async migration device_tracker * change location stuff to async * address paulus comments * fix lint & add async discovery listener * address paulus comments v2 * fix tests * fix test_mqtt * fix test_init * fix gps_acc * fix lint * change async_update_stale to callback
* Google Calendar round 2 * Add google back to .coveragerc * Update __init__.py
* Imporvements to neato * Review changes
houndci-bot
reviewed
Nov 19, 2016
if ALERTS.get(self._state['error']) is None: | ||
self._status_state = (MODE.get( | ||
self._state['cleaning']['mode']) + ' ' + | ||
ACTION.get(self._state['action'])) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
continuation line over-indented for hanging indent
houndci-bot
reviewed
Nov 19, 2016
if ALERTS.get(self._state['error']) is None: | ||
self._status_state = (MODE.get( | ||
self._state['cleaning']['mode']) + ' ' + | ||
ACTION.get(self._state['action'])) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
continuation line over-indented for hanging indent
* Add PVOutput sensor * Remove attributes * Revert `verify_ssl` back to true
Thanks for testing the PR @emilhetty 👍
* Fixes line-in and tv sources on Sonos + Sonos discovery fixes. * Style fix.
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.
Changes
strptime
function for parsing times (@lwis)Breaking changes
Tèst Mörê
will becometest_more
instead oftst_mr
.