Make mysensors updates and platform setup async#13603
Merged
balloob merged 1 commit intohome-assistant:devfrom Apr 1, 2018
Merged
Make mysensors updates and platform setup async#13603balloob merged 1 commit intohome-assistant:devfrom
balloob merged 1 commit intohome-assistant:devfrom
Conversation
* Use async updates but keep methods that interact with mysensors gateway thread, eg turn_on and turn_off, non async. * Use Python 3.5 async syntax.
balloob
approved these changes
Apr 1, 2018
mountainsandcode
added a commit
to mountainsandcode/home-assistant
that referenced
this pull request
Apr 2, 2018
…into dev * 'dev' of https://github.com/home-assistant/home-assistant: (43 commits) Upgrade py-cpuinfo to 4.0.0 (home-assistant#13629) changed PyTado version (home-assistant#13626) Hue mireds value is actually 153 not 154 (home-assistant#13601) Version bump to 0.66.1 Fix mysensors sensor type lookup (home-assistant#13574) Add pincode fallback (home-assistant#13587) Fix mqtt_json color commands (home-assistant#13617) Fix mqtt_json color commands (home-assistant#13617) Bugfix for tradfri to correctly execute Command. (home-assistant#13618) Fix Hue error logging (home-assistant#13616) Add pincode fallback (home-assistant#13587) Use 0/1 for raspberry pi cover GPIO writes rather than true/false (home-assistant#13610) Make mysensors updates and platform setup async (home-assistant#13603) Unflake folder watcher test (home-assistant#13569) Re-add group polling as a fallback for observation (home-assistant#13613) Fix IMAP email message_data (home-assistant#13606) Broadlink (home-assistant#13585) Version bump frontend done right Fix mysensors update callback (home-assistant#13602) Version bump to 0.66.1b0 ...
Merged
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.
Description:
Checklist:
tox. Your PR cannot be merged unless tests pass