Paulus Schoutsen
370c3f28b8
Merge pull request #15088 from home-assistant/rc
...
0.72
0.72.0
2018-06-22 13:38:44 -04:00
Paulus Schoutsen
66110a7d57
Bump frontend to 20180622.1
2018-06-22 12:48:01 -04:00
Paulus Schoutsen
a02d7989d5
Use older syntax for version bump
2018-06-22 11:07:26 -04:00
Paulus Schoutsen
7325847fa9
Bumped version to 0.72.0
2018-06-22 10:24:45 -04:00
Paulus Schoutsen
124495dd84
Update frontend to 20180622.0
2018-06-22 10:24:38 -04:00
Paulus Schoutsen
0ea2d99910
Bumped version to 0.72.0b9
0.72.0b9
2018-06-21 17:39:02 -04:00
Paulus Schoutsen
6456f66b47
Frontend bump to 20180621.2
2018-06-21 17:38:57 -04:00
Paulus Schoutsen
6e5a2a77ab
Bumped version to 0.72.0b8
0.72.0b8
2018-06-21 17:27:08 -04:00
Paulus Schoutsen
35b609dd8b
Allow writing commit with version bump
2018-06-21 17:27:01 -04:00
Paulus Schoutsen
0df99f8762
Bump frontend to 20180621.1
2018-06-21 17:22:08 -04:00
Paulus Schoutsen
a4b843eb2d
Version bump to 0.72.0b7
0.72.0b7
2018-06-21 15:02:29 -04:00
Daniel Shokouhi
302717e8a1
Update Neato Library And Reduce Cloud Calls ( #15072 )
...
* Update Neato library to 0.0.6 and reduce the amount of calls to the cloud
* Remove file commited in error
* Lint
2018-06-21 15:02:13 -04:00
Bob Clough
617647c5fd
Fix MQTT Light with RGB and Brightness ( #15053 )
...
* Fix MQTT Light with RGB and Brightness
When an MQTT light is given an RGB and Brightness topic, the RGB
is scaled by the brightness *as well* as the brightness being set
This causes 255,0,0 at 50% brightness to be sent as 127,0,0 at 50%
brightness, which ends up as 63,0,0 after the RGB bulb has applied
its brightness scaling.
Fixes the same issue in mqtt, mqtt-json and mqtt-template.
Related Issue: #13725
* Add comment to mqtt_json as well
2018-06-21 15:00:06 -04:00
Tom Harris
4b5d578c08
X10 ( #14741 )
...
* Implement X10
* Add X10 after add_device_callback
* Ref device by id not hex and add x10OnOffSwitch name
* X10 services and add sensor device
* Correctly reference X10_HOUSECODE_SCHEMA
* Log adding of X10 devices
* Add X10 All Units Off, All Lights On and All Lights Off devices
* Correct ref to X10 states vs devices
* Add X10 All Units Off, All Lights On and All Lights Off devices
* Correct X10 config
* Debug x10 device additions
* Config x10 from bool to housecode char
* Pass PLM to X10 device create
* Remove PLM to call to add_x10_device
* Unconfuse x10 config and method names
* Correct spelling of x10_all_lights_off_housecode
* Bump insteonplm to 0.10.0 to support X10
2018-06-21 15:00:06 -04:00
Paulus Schoutsen
e98e7e2751
Update frontend to 20180621.0
2018-06-21 14:57:19 -04:00
Paulus Schoutsen
c84f1d7d33
Version bump to 0.72.0b6
0.72.0b6
2018-06-20 15:13:33 -04:00
Paulus Schoutsen
49845d9398
Rename experimental UI to lovelace ( #15065 )
...
* Rename experimental UI to lovelace
* Bump frontend to 20180620.0
2018-06-20 15:13:22 -04:00
Paulus Schoutsen
659616a4eb
Version bump to 0.72.0b5
0.72.0b5
2018-06-19 10:58:57 -04:00
Paulus Schoutsen
3b4f7b4f5d
Update frontend to 20180619.0
2018-06-19 10:56:44 -04:00
Paulus Schoutsen
9800b74a6d
Version bump to 0.72.0b4
0.72.0b4
2018-06-18 10:00:47 -04:00
Paulus Schoutsen
ef5b2a2492
Version bump to 0.72.0b3
2018-06-18 10:00:24 -04:00
Pascal Vizeli
60179a1cbb
Bugfix empty entity lists ( #15035 )
...
* Bugfix empty entity lists
* Add tests
* Update test_entity_platform.py
* Update entity_platform.py
2018-06-18 09:59:58 -04:00
Paulus Schoutsen
e0cea2d18d
Make zone entries work without radius ( #15032 )
2018-06-18 09:59:58 -04:00
Fabian Affolter
e29dfa8609
Upgrade aiohttp to 3.3.2 ( #15025 )
2018-06-18 09:59:57 -04:00
Martin Hjelmare
ef39bca52e
Fix linode I/O in state property ( #15010 )
...
* Fix linode I/O in state property
* Move update of all attrs to update
2018-06-18 09:58:58 -04:00
Paulus Schoutsen
5a3ea74a26
Bump frontend to 20180618.0
2018-06-18 09:58:35 -04:00
Pascal Vizeli
86c6b4d8e3
Fix panel URL authentication for Hass.io ( #15024 )
...
* Update http.py
* Update http.py
* fix tests
* Update test_http.py
2018-06-18 07:26:41 +02:00
Paulus Schoutsen
1642502a70
Update translations
2018-06-17 23:05:10 -04:00
Pascal Vizeli
da3695dccc
Update test_http.py
2018-06-17 20:37:46 +02:00
Paulus Schoutsen
471d6e45eb
Version bump to 0.72.0b2
0.72.0b2
2018-06-16 22:37:13 -04:00
Paulus Schoutsen
7238205adb
Frontend bump to 20180617.0
2018-06-16 22:36:51 -04:00
Paulus Schoutsen
65970a2248
Version bump to 0.72.0b1
0.72.0b1
2018-06-16 17:36:35 -04:00
Paulus Schoutsen
5d82f48c02
Add experimental UI backend ( #15002 )
...
* Add experimental UI
* Add test
* Lint
2018-06-16 17:36:10 -04:00
Teemu R
8e185bc300
Bump pyhs100 version ( #15001 )
...
Fixes #13925
2018-06-16 17:36:10 -04:00
Andrey
a013908115
Switch to own packaged version of spotipy ( #14997 )
2018-06-16 17:36:09 -04:00
Sebastian Muszynski
bdf6257640
Remove load power attribute for channel USB ( #14996 )
...
* Remove load power attribute for channel USB
* Fix format
2018-06-16 17:36:09 -04:00
Paulus Schoutsen
1f50e335fa
Bump frontend to 20180616.0
2018-06-16 17:35:52 -04:00
Paulus Schoutsen
87f9f17335
Version bump to 0.72.0b0
0.72.0b0
2018-06-16 10:51:07 -04:00
Paulus Schoutsen
f101f6b7cb
Merge remote-tracking branch 'origin/master' into dev
2018-06-16 10:50:43 -04:00
Jason Hu
abf07b60f0
Refactoring camera component to use async/await syntax. ( #14990 )
...
* Refactoring camera component to use async/await syntax
Also updated camera demo platform to encourage use of async
* Code review
2018-06-16 10:49:11 -04:00
Paulus Schoutsen
0b114f0755
Do not mount deps folder when running in virtual env ( #14993 )
...
* Do not mount deps folder when inside virtual env
* Add tests
* Fix package test
2018-06-16 10:48:41 -04:00
Marcelo Moreira de Mello
3ee8f58fdf
Upgraded RainCloudy to version 0.0.5 ( #14986 )
2018-06-16 06:58:18 -04:00
Marcelo Moreira de Mello
ff4da05267
Upgraded python-amcrest to 1.2.3 ( #14988 )
2018-06-16 06:57:58 -04:00
Marcelo Moreira de Mello
17308a2730
Upgraded PyArlo to 0.1.7 ( #14987 )
2018-06-16 06:57:27 -04:00
cdce8p
7d9bce2153
Fix extended package support ( #14980 )
...
* Fix package recurive merge bug
* Fixed extended package support
2018-06-16 06:55:32 -04:00
Marcelo Moreira de Mello
2839f0ff5f
Upgrade ring_doorbell to 0.2.1 to fix oauth issues ( #14984 )
...
* Upgraded to ring_doorbell to 0.2.1 to fix oauth issues
* Updated unittest to cover Ring oauth
2018-06-16 08:58:39 +02:00
Johan Bloemberg
2ec295a6f8
Add availability to Rflink entities. ( #14977 )
2018-06-16 00:26:48 +02:00
Ville Skyttä
4bd7a7eee3
Remove inline pylint disables for messages disabled in pylintrc ( #14978 )
2018-06-16 00:15:46 +02:00
c727
d0cbbe6141
Return ISO formated datetime in forecast ( #14975 )
...
* Return ISO formated datetime in forecast
* Lint
2018-06-15 17:09:01 -04:00
John Mihalic
9efa31ef9f
Eight Sleep add REM type, Update async syntax, Catch API quirks ( #14937 )
2018-06-15 15:24:09 -04:00