8000 0.74 by balloob · Pull Request #15570 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.74 #15570

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

Merged
merged 150 commits into from
Jul 20, 2018
Merged

0.74 #15570

merged 150 commits into from
Jul 20, 2018

Conversation

balloob
Copy link
Member
@balloob balloob commented Jul 20, 2018

New Platforms

Breaking Changes

Beta Fixes

All changes

nielstron and others added 30 commits June 6, 2018 20:40
Allows values in a given range
When light.turn_off is invoked with a transition, the following payload was
sent to deCONZ via PUT to /light/N/state:

{ "bri": 0, "transitiontime": transition }

However, on recent versions of deCONZ (latest is 2.05.31 at the time of
writing) this does not turn off the light, just sets it to minimum brightness
level (brightness is clamped to minimum level the light supports without
turning it off).

This commit makes the code send this payload instead:

{ "on": false, "transitiontime": transition }

This works as intended and the light does transition to the 'off' state.
This change was tested with Philips Hue colored lights, IKEA colored lights
and IKEA white spectrum lights: they were all able to be turned off
successfully with the new payload, and none of them could be turned off with
the old payload.
* Add new RTS device

Add new RTS Somfy device as cover-ExteriorVenetianBlindRTSComponent

* add next device

add next device
* Update nut.py

Added input.frequency and a number of output parameters.

* Update nut.py

Fixed formatting issues
Added "devices" fields

* Separated "device.description" line to two lines.

* Update nut.py

Removed device.* sensors
* Force to use access_token if hass.auth.active

* Not allow Basic auth with api_password if hass.auth.active

* Block websocket api_password auth when hass.auth.active

* Add legacy_api_password auth provider

* lint

* lint
* Add precipitations to daily forecast mode

* Remove line breaks
Previous commit d4f7dfa successfully fixed the bug in which lights
would not turn off if a transition was specified, however if 'bri' is not
present in the payload of the PUT request set to deCONZ, then any
'transitiontime' ends up being ignored. This commit addresses the
unintended side effect by reintroducing 'bri', resulting in the following
payload:

{ "on": false, "bri": 0, "transitiontime": ... }
* Make fewer requests to the Rachio API

* BREAKING: Rewrite Rachio component
* Remove some unused imports

* Fix a flake8 E271
balloob and others added 12 commits July 19, 2018 10:55
* Added WS endpoint for changing homeassistant password.

* Remove change password helper. Don't require current password.

* Restore current password verification.

* Added tests.

* Use correct send method
* Allow CORS requests to token endpoint

* Tests

* Fuck emulated hue

* Clean up

* Only cors existing methods
* Allow auth providers to influence is_active

* Fix auth script test
@balloob balloob requested a review from a team July 20, 2018 10:45
@balloob balloob requested a review from a team as a code owner July 20, 2018 10:45
@ghost ghost assigned balloob Jul 20, 2018
@ghost ghost added the in progress label Jul 20, 2018
@rytilahti
Copy link
Member

Can we include #15571 after someone has tested it out?

…e update (#15571)

* light.tplink: initialize min & max mireds only once, avoid i/o outside update

* revert the index change

* fix indent, sorry for overwriting your fix, balloob
@balloob balloob merged commit da33668 into master Jul 20, 2018
@ghost ghost removed the in progress label Jul 20, 2018
@home-assistant home-assistant locked and limited conversation to collaborators Dec 10, 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.

< 72F2 /create-branch>
0