Skip to content

0.60.1#11470

Merged
balloob merged 15 commits into
masterfrom
release-0-60-1
Jan 5, 2018
Merged

0.60.1#11470
balloob merged 15 commits into
masterfrom
release-0-60-1

Conversation

@balloob
Copy link
Copy Markdown
Member

@balloob balloob commented Jan 5, 2018

balloob and others added 15 commits January 5, 2018 11:28
* Call update on Sesame devices to cache initial state

* Switch to using async_add_devices

* Fix line length

* Fix Lint errors

* Fix more Lint errors

* Cache pysesame properties

* Updates from CR feedback
Fixes #11191, the json-rpc name resolving method requires user account
and password.
* Fix reuse of variable name

This should fix #11224.

* Add tests for LgWebOSDevice.select_source
* Fix detection of if a negative node is in use

Fix a problem where every negative node gets detected as in-use. Code was not checking the correct property.

* Allow protected access
* Improve support for multiple Hue bridges with lights that have the same id.

The old code pre-refactoring kept a per-bridge list of lights in a closure; my refactoring moved that to hass.data, which is convenient but caused them to conflict with each other.

Fixes #11183

* Update test_hue.py
* Fix inverted sensors on the concord232 binary sensor component

* Changed from == Tripped to != Normal
Leak sensors were using the "wet" node as a negative node, which prevented them from ever gettng a Dry status unless the user pressed the button on the hardware after every Hass reboot.

This change ignores the Wet node, as it is just always the exact inverse of the Dry node. We don't need to watch both.
* Don't block on sevice call for alexa

* fix tests
* iOS 10 should be served javascript_version:es5

Fixes #11234

* Update min Safari version to 12
@balloob balloob requested a review from a team as a code owner January 5, 2018 19:30
@balloob balloob changed the title 0.60 0.60.1 Jan 5, 2018
@balloob balloob changed the base branch from dev to master January 5, 2018 19:30
@balloob balloob merged commit c526fcd into master Jan 5, 2018
@balloob balloob deleted the release-0-60-1 branch January 5, 2018 20:55
@home-assistant home-assistant locked and limited conversation to collaborators May 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.