-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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.27.1 #3060
Merged
Merged
0.27.1 #3060
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
Member
robbiet480
commented
Aug 30, 2016
- Migrate to voluptuous (Use voluptuous for APCUPSd #2954)
- Ecobee (Ecobee #3055)
- update ha-ffmpeg version to 0.9 (update ha-ffmpeg version to 0.9 #3059)
- Device tracker component & platform validation. No more home_range. (Device tracker component & platform validation. No more home_range. #2908)
- Merge pull request Added option to use effect:random for Flux Led light bulbs #3051 from tchellomello/added_random_effect_flux_led - Added option to use effect:random for Flux Led light bulbs
- Use voluptuous for smtp (Use voluptuous for smtp #3048)
- Upgrade sendgrid to 3.2.10 (Upgrade sendgrid to 3.2.10 #3044)
- Upgrade TwitterAPI to 2.4.2 (Upgrade TwitterAPI to 2.4.2 #3043)
- Fix bug in wemo discovery caused by voluptuous addition. (Fix bug in wemo discovery caused by voluptuous addition. #3027)
- Merge pull request Bug fix for asuswrt device_tracker. Issue #3015 #3036 from home-assistant/bug_fix_asuwrt
- Bug fix for asuswrt device_tracker. Issue ASUSWRT component doesn't accept telnet protocol anymore #3015
- Remove units for humidity in Wundeground sensor (Remove units for humidity in Wundeground sensor #3018)
- Fix media_player descriptions and select_source (Fix media_player descriptions and select_source #3030)
- Allow user to configure server id to perform speed test against (Allow user to configure server id to perform speed test against #3008)
- Bug fix for asuswrt device_tracker. Issue ASUSWRT component doesn't accept telnet protocol anymore #3015 (Bug fix for asuswrt device_tracker. Issue #3015 #3016)
- Ecobee (Ecobee #3025)
- Map Modes to setpoint indexes (Map Modes to setpoint indexes #3023)
- fix voluptuous and cover autodiscovery (fix voluptuous and cover autodiscovery #3022)
- Fixes wrong statevalue and problem with zwave setpoint (Fixes wrong statevalue and problem with zwave setpoint #3017)
* Fixes wrong statevalue and problem with zwave setpoint * Fix demo test to match bugfix (#10)
* Map Modes to setpoint indexes * Fixes devices with no thermostat mode * another try to fix devices without mode * another try to fix devices without mode 2 * another try to fix devices without mode 3 * fix setting setpoint for devices with no mode * fix setting setpoint for devices with no mode
* Allow user to configure server id to perform speed test against * Don't overwrite list * Type-o * Convert to string * Append lists * str(None) => 'None' did not realize that.
* Remove units for humidity Wunderground returns the information with the units. * Trim the % from the return value of humidity
Bug fix for asuswrt device_tracker. Issue #3015
Make note of the breaking change in release notes
Added option to use effect:random for Flux Led light bulbs
self.assertEqual(device.dev_id, config.dev_id) | ||
self.assertEqual(device.track, config.track) | ||
self.assertEqual(device.mac, config.mac) | ||
self.assertEqual(device.config_picture, config.config_picture) | ||
self.assertEqual(device.away_hide, config.away_hide) | ||
self.assertEqual(device.consider_home, config.consider_home) | ||
|
||
@patch('homeassistant.components.device_tracker._LOGGER.warning') | ||
def test_track_with_duplicate_mac_dev_id(self, mock_warning): \ |
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.
- D202: No blank lines allowed after function docstring (found 1)
Shouldn't the release be 0.27.1? |
@arsaboo EXCELLENT catch 🍪 |
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.