Skip to content
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 24 commits into from
Aug 30, 2016
Merged

0.27.1 #3060

merged 24 commits into from
Aug 30, 2016

Conversation

robbiet480
Copy link
Member

robbiet480 and others added 22 commits August 27, 2016 21:07
* 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
* fix ecobee mode

* Fixup
* 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
…2908)

* Device tracker component & platform validation. No more home_range.

* Mock, bluetooth

* Renamed _CONFIG_SCHEMA. Raise warning for #1606

* test duplicates

* Fix assert

* Coverage

* Typing

* T fixes
* Added in list for opreation

* Added attribute to reflect the old operation

* fix humidity
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): \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

farcy v1.1

  • D202: No blank lines allowed after function docstring (found 1)

@arsaboo
Copy link
Contributor

arsaboo commented Aug 30, 2016

Shouldn't the release be 0.27.1?

@robbiet480
Copy link
Member Author

@arsaboo EXCELLENT catch 🍪

@robbiet480 robbiet480 changed the title 0.28.1 0.27.1 Aug 30, 2016
@robbiet480 robbiet480 merged commit dfc38b7 into master Aug 30, 2016
@home-assistant home-assistant locked and limited conversation to collaborators Mar 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.