Paulus Schoutsen
080f56e0f5
Merge pull request #4342 from home-assistant/release-0-32-3
...
0.32.3
0.32.3
2016-11-10 21:59:39 -08:00
Paulus Schoutsen
173e15e733
Version bump to 0.32.3
2016-11-10 21:50:05 -08:00
Paulus Schoutsen
72407c2f95
Make yr compatible with 0.32
2016-11-10 21:49:56 -08:00
Paulus Schoutsen
1b79722b69
Fix KNX async I/O ( #4267 )
2016-11-10 21:43:50 -08:00
Pascal Vizeli
cc5233103c
Fix rest switch default template ( #4331 )
2016-11-10 21:43:50 -08:00
Daniel Høyer Iversen
2feea1d1eb
Add support for rgb light in led flux, fixes issue #4303 ( #4332 )
2016-11-10 21:43:50 -08:00
Johann Kellerman
2c39c39d52
Improve async generic camera's error handling ( #4316 )
...
* Handle errors
* Feedback
* DisconnectedError
2016-11-10 21:43:48 -08:00
Paulus Schoutsen
6e6b1ef7ab
fix panasonic viera doing I/O in event loop ( #4341 )
2016-11-10 21:42:41 -08:00
Pascal Vizeli
55ddaf1ee7
Synology SSL fix & Error handling ( #4325 )
...
* Synology SSL fix & Error handling
* change handling for cookies/ssl
* fix use not deprecated functions
* fix lint
* change verify
* fix connector close to coro
* fix force close
* not needed since websession close connector too
* fix params
* fix lint
2016-11-10 21:42:37 -08:00
Pascal Vizeli
6860d9b096
Update SoCo to 0.12 ( #4337 )
...
* Update SoCo to 0.12
* fix req
2016-11-10 21:41:28 -08:00
Sean Dague
3e1cc4282e
Fix "argument of type 'NoneType' is not iterable" during discovery ( #4279 )
...
* Fix "argument of type 'NoneType' is not iterable" during discovery
When yamaha receivers are dynamically discovered, there config is
empty, which means that we need to set zone_ignore to [] otherwise the
iteration over receivers fails.
* Bump rxv library version to fix play_status bug
rxv version 0.3 will issue the play_status command even for sources
that don't support it, causing stack traces during updates when
receivers are on HDMI inputs.
This was fixed in rxv 0.3.1. Bump to fix bug #4226 .
* Don't discovery receivers that we've already configured
The discovery component doesn't know anything about already configured
receivers. This means that specifying a receiver manually will make it
show up twice if you have the discovery component enabled.
This puts a platform specific work around here that ensures that if
the media_player is found, we ignore the discovery system.
2016-11-10 21:41:28 -08:00
Jan Losinski
200bdb30ff
Change pilight systemcode validation to integer ( #4286 )
...
* Change pilight systemcode validation to integer
According to the pilight code the systemcode should be an integer and
not a string (it is an int in the pilight code). Passing this as a
string caused errors from pilight:
"ERROR: elro_800_switch: insufficient number of arguments"
This fixes #4282
* Change pilight unit-id to positive integer
According to the pilight code the unit of an entity is also evrywhere
handled as an integer. So converting and passing this as string causes
pilight not to work.
This fixes #4282
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de >
2016-11-10 21:41:28 -08:00
Paulus Schoutsen
eb17ba970c
Increase update delay ( #4321 )
2016-11-10 21:41:28 -08:00
Paulus Schoutsen
ffe4c425af
Fix Tellstick doing I/O inside event loop ( #4268 )
2016-11-10 21:41:28 -08:00
Jesse Newland
a18fdbfbb8
Fix alarm.com I/O inside properties ( #4307 )
...
* Fix alarm.com I/O inside properties
* First line should end with a period
* Not needed
* Fetch state on init
2016-11-10 21:41:28 -08:00
Lewis Juggins
58600f25b3
Fix OWM async I/O ( #4298 )
2016-11-10 21:41:28 -08:00
Paulus Schoutsen
fc3235fb6d
Merge pull request #4271 from home-assistant/release-0-32-2
...
Release 0 32 2
0.32.2
2016-11-06 23:40:06 -08:00
David-Leon Pohl
d129df93dd
Hotfix #4272 ( #4273 )
2016-11-06 23:34:45 -08:00
Paulus Schoutsen
0af1a96f14
Lint
2016-11-06 23:24:25 -08:00
andyat
272899ec96
Fix setting temperature in Celsius on radiotherm CT50 ( #4270 )
2016-11-06 23:21:08 -08:00
Paulus Schoutsen
6a92e27e2f
Version bump to 0.32.2
2016-11-06 23:12:37 -08:00
Paulus Schoutsen
faceb4c1dc
Sequential updates for non-async entities
2016-11-06 23:12:20 -08:00
Paulus Schoutsen
6d5f00098a
Move Honeywell I/O out of event loop ( #4244 )
2016-11-06 23:09:31 -08:00
Paulus Schoutsen
08f75f7935
Merge pull request #4235 from home-assistant/release-0-32-1
...
0.32.1
0.32.1
2016-11-05 17:09:10 -07:00
Paulus Schoutsen
af297aa0dc
Version bump to 0.32.1
2016-11-05 17:00:06 -07:00
Paulus Schoutsen
20e1b3eae0
Fix radiotherm I/O inside properties ( #4227 )
2016-11-05 16:59:52 -07:00
Paulus Schoutsen
28861221ae
Remove chunked encoding ( #4230 )
2016-11-05 16:59:52 -07:00
Pascal Vizeli
f367c49fb9
Sonos fix for slow update ( #4232 )
...
* Sonos fix for slow update
* fix auto update on discovery
* fix unittest
2016-11-05 16:59:52 -07:00
Paulus Schoutsen
4770888d22
Merge pull request #4166 from home-assistant/dev
...
0.32
0.32
2016-11-05 08:52:57 -07:00
Paulus Schoutsen
1d0f3b930f
Version bump to 0.32.0
2016-11-05 08:40:32 -07:00
Paulus Schoutsen
22e2262f8e
Merge remote-tracking branch 'origin/master' into dev
2016-11-05 08:40:04 -07:00
William Scanlon
53d1a040d4
Stop Octoprint from logging errors during startup ( #4220 )
...
* Fix log errors
* Remove discovery code
2016-11-05 07:55:59 -07:00
Fabian Affolter
d7d71c97e2
Make the wind details more robust (weather.openweathermap) ( #4215 )
...
* Make the wind details more robust
* Return None if values is not available
2016-11-05 09:15:59 +01:00
Paulus Schoutsen
c15fd4323e
Disable insteon hub ( #4221 )
2016-11-04 23:38:27 -07:00
Pascal Vizeli
91227d9a2e
Refactory nest component/platforms ( #4219 )
...
* Refactory nest component/platforms
2016-11-04 20:22:47 -04:00
jbcodemonkey
a3db0ec231
add dimmer slide control to imported isy lights ( #4152 )
...
Supported attribute added and checks appear to pass. 🐬
2016-11-04 15:28:22 -06:00
Paulus Schoutsen
18e965c3cd
Fix flaky group notify test ( #4212 )
2016-11-03 22:56:55 -07:00
Paulus Schoutsen
4cc417677e
Add link to issue in warning slow entity update ( #4211 )
2016-11-03 22:45:01 -07:00
Paulus Schoutsen
525d735f21
Warn if fetching properties takes too long ( #4208 )
...
* Warn if fetching properties takes too long
* Update entity.py
2016-11-03 21:58:25 -07:00
Paulus Schoutsen
e88b98f5fa
Clean up tests ( #4209 )
2016-11-03 21:58:18 -07:00
Lewis Juggins
6f68752d1e
Speed up Sonos tests ( #4196 )
2016-11-03 21:23:37 -07:00
Fabian Affolter
61a0976752
Use port instead of url and fix PEP257 issues ( #4192 )
2016-11-03 18:43:42 -07:00
Pascal Vizeli
d7b3c9c38e
Fix log owntrack log flooting ( #4198 )
2016-11-03 18:42:22 -07:00
jgriff2
a01939c6e9
Fix Synology Camera SSL certificate option ( #4201 ) [BREAKING CHANGE]
...
* Fix Synology SSL config
* Revert "Fix Synology SSL config"
This reverts commit b8dc2a92abee6249b3dd42c99d0786820ebbeb72.
* Revert "Fix Synology SSL config"
This reverts commit 805e87f3af300a1b7627bb5df0792285fcf38901.
* Fix Synology SSL config
2016-11-03 18:41:32 -07:00
Fabian Affolter
c128919b5f
Remove globally disabled pylint warnings ( #4204 )
2016-11-03 18:40:43 -07:00
Pascal Vizeli
e5d69feb93
Fix blocking/stack trace with empty list ( #4191 )
2016-11-03 18:33:18 -07:00
Paulus Schoutsen
ee5f228309
Make services yield ( #4187 )
...
* Make services yield
* Disable pylint abstract-method check
* add input_select
* add input_slider
* change to async vers.
* fix lint
* yield on add_entities as other components does
2016-11-03 18:32:14 -07:00
John Arild Berentsen
15dde7925a
Prevent multiple instances of device initialzed ( #4179 )
2016-11-03 13:08:23 +01:00
Pascal Vizeli
fcf318cf53
Bugfix windows have a other default loop now ( #4195 )
...
* Bugfix windows have a other default loop now
* fix handling with 3.4.2 that not support ensure_future
* make the same as ensure_future does
* fix spell
* fix lazy test
2016-11-03 11:07:47 +01:00
Pascal Vizeli
c2a5f63b1f
Bugfix async Yr.no ( #4190 )
2016-11-03 11:09:03 +02:00