-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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.90.0 #22216
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
* Get google room hint from area. * Test case for area code. * Updates as per code review.
* centralize Watt definition * lint
* add network throughput * lint
* Change dependency to pyvesync-v2 for vesync switch * Update requirements_all.txt * Update Version - Wall Switch Support Update required version for vesync outlets and switches. Eliminate API call for energy usage for wall switches that do not have that feature * fix name convention
* do not report on 0x1000 LightLink cluster * don't flood Zigbee network during configuration or initialization * add lifeline of 60 minutes to lights * use ootb polling
* Update requirements Updated requirements * Small bump for aioharmony Small version bump increase for aioharmony * Add attributes Add firmware and config version attributes * Add hold for button press on send_command * Fix requirements file For some reason aioharmony ended up in there as a duplicate. Fixed it. * Revert rebase changes Revert some changes that should have been reverted back as part of rebase. * Updated based on review Removed HOLD_SECS from platform schema (configuration) Updated getting kwargs in async_send_command Updated debug log to include delay_secs
* Update device mapping for workarounds from zwave device db * Update comment on old Yale vendor ID
* climate/netatmo: Added support for muletiple thermostats/valves * Adjusted the update interval throttle to 10 seconds * Avoid returning 'homes' without 'therm_schedules' * Requires home to have 'modules' as well as 'therm_schedules'; Using pyatmo 1.7 * Support multiple homes * Fix nest level too deep issue * Fix crashing bug when discovery is true * Fix crashing bug when discovery is true * Modifications according to review comments * Resolve format issue * Fix mode name issue * Revisions according to review's suggestions * Revisions according to review's comments * Revisions according to review's comments
* Add the velbus sync clock service * Fixed houndci-bot commants * Fix lint and pylint * fixed all comments * Hound bot comments * Fix for flake8
* Add clean-up logic upon entry removal * Removed unecessary app removal from migration * Change log level and clarified code
* Update dependencies * Add additional device HMIP-eTRV-C add valveActualTemperature to HeatingThermostats (HMIP-eTRV-C, HMIP-eTRV, HMIP-eTRV-2) * Removed HomematicipThermostatTemperatureSensor already in climate
* Add 'app_name' property and 'apps' config entry to Fire TV * Define 'CONF_APPS', don't import it * Address reviewer comments
* Set "Home Assistant" as email sender name for SendGrid * make sender name configurable * sendgrid tweaks * fix config
* Merge the devices into one list and add into entries at once; Return operation_mode instead of boiler status. * Removing property operation_mode
* Expose create/delete cloudhook * Make sure we dont publish cloudhooks when not connected
…21500) * node descriptor implementation add info to device info disable pylint rule check for success * review comments * send manufacturer code for get attr value for mfg clusters * ST report configs * do zdo task first * add guard * use faster reporting config * disable false positive pylint
* Always load Hass.io component on Hass.io * Lint * Lint
balloob
requested review from
amelchio,
andrewsayre,
bachya,
Danielhiversen,
dgomes,
fabaff,
frenck,
rytilahti,
scop and
a team
as code owners
March 20, 2019 15:18
ghost
assigned balloob
Mar 20, 2019
houndci-bot
reviewed
Mar 20, 2019
assert len(msg['result']) == 1 | ||
|
||
|
||
async def test_webocket_delete_registration(hass, hass_client, |
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.
redefinition of unused 'webhook_client' from line 8
ghost
removed
the
in progress
label
Mar 20, 2019
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 Platforms
New Features
Breaking Changes
Beta Fixes
All changes