David-Leon Pohl and Paulus Schoutsen
67336a111b
Hotfix #4272 ( #4273 )
2016-11-06 23:34:32 -08:00
andyat and Paulus Schoutsen
7d28d9d6b4
Fix setting temperature in Celsius on radiotherm CT50 ( #4270 )
2016-11-06 23:18:06 -08:00
Pascal Vizeli and Paulus Schoutsen
618a86a37c
Set executor to 15 and help to reduce flooting async core with updates ( #4252 )
...
* Set executor to 15 and help to reduce flooting async core with udpates
* fix typing
* if it a executor, wait
* address comments from paulus
* add space for style :)
* fix spell
* Update entity_component.py
* Update entity_component.py
2016-11-06 22:28:03 -08:00
Paulus Schoutsen and GitHub
880ef8af48
Remove broken disable verify ssl synology ( #4269 )
2016-11-06 22:17:56 -08:00
William Scanlon and Paulus Schoutsen
95124c7ddb
Revert "Catch AttributeError on Wink PubNub update" ( #4263 )
2016-11-06 20:05:42 -08:00
William Scanlon and Paulus Schoutsen
0aba227300
Catch AttributeError ( #4253 )
2016-11-06 16:04:57 -08:00
Martin Hjelmare and Paulus Schoutsen
734bd75fd3
Fix mysensors overwriting gateway in GATEWAYS ( #4013 )
...
GATEWAYS was a dict, so would overwrite item if key was the same. This
would happen when using multiple MQTT gateways, since the device id is
the same (`mqtt`).
* Fix by changing GATEWAYS from dict into list.
* Use hass data to store mysensors gateways instead of having GATEWAYS
be a global.
2016-11-06 10:49:43 -08:00
Frantz and Paulus Schoutsen
0c5e077091
Updated netdisco to 0.7.6 ( #4250 )
2016-11-06 10:43:13 -08:00
Nicolas Graziano and Paulus Schoutsen
1ed2f8ae91
Update braviarc to 0.3.6 ( #4246 )
...
Add HDMI sources.
Sources ordered.
2016-11-06 09:27:55 -08:00
Paulus Schoutsen and GitHub
a343c20404
Async gather wait ( #4247 )
...
* Fix config validation for input_*, script
* Allow scheduling coroutines
* Validate entity ids when entity ids set by platform
* Async: gather -> wait
* Script/Group: use async_add_job instead of create_task
2016-11-06 09:26:40 -08:00
Antoine Bertin and Paulus Schoutsen
d4e8b831a0
Add mqtt_template light component ( #4233 )
...
* Add mqtt_template component
* Docstring copy paste party on overriden methods
* pep8 E501 🌟
* Add missing docstrings on unittests
2016-11-06 09:09:01 -08:00
Paulus Schoutsen and GitHub
98f41d6b84
Tweak block_till_done ( #4245 )
2016-11-06 08:43:32 -08:00
Paulus Schoutsen and GitHub
7774a03a55
Move Honeywell I/O out of event loop ( #4244 )
2016-11-06 07:53:54 -08:00
Fabian Affolter and Paulus Schoutsen
c35e5c9997
Upgrade astral to 1.3 ( #4238 )
2016-11-06 07:36:16 -08:00
Fabian Affolter and Paulus Schoutsen
5d862e426e
Upgrade fuzzywuzzy to 0.14.0 ( #4240 )
2016-11-06 07:36:03 -08:00
William Scanlon and Paulus Schoutsen
bab8d574fe
Wink Thermostat support and NoneType error fixes ( #4175 )
2016-11-06 07:27:15 -08:00
Fabian Affolter and Johann Kellerman
c980d26aae
Upgrade distro to 1.0.1 ( #4239 )
2016-11-06 14:00:41 +02:00
Brent Hughes and Paulus Schoutsen
1ad14b8227
Updated Emulated_Hue to send request info as variables to scripts ( #4010 )
...
* Updated Emulated_Hue to send request info as variables to scripts
* Updated tests to not use the old mqtt
* Updated test to actualy use and validate the script variables
* Fixed the removal of time in a recent merge
* fixed test to not use a timer
2016-11-05 17:08:54 -07:00
Pascal Vizeli and GitHub
382ac5c3b5
Async cleanups with new handling and executor ( #4234 )
2016-11-06 01:01:03 +01:00
Pascal Vizeli and Paulus Schoutsen
ad8645baf4
Sonos fix for slow update ( #4232 )
...
* Sonos fix for slow update
* fix auto update on discovery
* fix unittest
2016-11-05 16:58:29 -07:00
Paulus Schoutsen and GitHub
62785c2431
More async tests ( #4223 )
...
* Annotate test callbacks to be async
* Convert device_sun_light_trigger to be async
2016-11-05 16:36:20 -07:00
Paulus Schoutsen and GitHub
22c3d014aa
Remove chunked encoding ( #4230 )
2016-11-05 15:29:22 -07:00
Paulus Schoutsen and GitHub
3f3127a290
Fix radiotherm I/O inside properties ( #4227 )
2016-11-05 13:28:11 -07:00
Danijel Stojnic and Paulus Schoutsen
88fc64c8a0
Add Map support for Locative component ( #4174 )
...
* Add Map support for Locative component
The Locative App on the mobile is sending an HTTP request to the
server where also the GPS location is sent.
But the GPS location was not passed to the event device_tracker.see.
Use the passed GPS location from Locative and pass it to the
device_tracker.see event.
With this the device is then also shown on the HA Map component.
* Use existing constants for latitude and longitude
Use the existing constants from homeassistant.consts:
ATTR_LATITUDE for 'latitude'
ATTR_LONGITUDE for 'longitude'
* Reuse the "yield from self.hass.loop.run_in_executor" again
* Use variable gps_location
2016-11-05 13:05:15 -07:00
Samuel Bétrisey and Paulus Schoutsen
1463fc4fe0
Add Swisscom Internet-Box device tracker ( #4123 )
...
* Add Swisscom Internet-Box device tracker
* Add Swisscom device tracker to .coveragerc
* Add timeout to requests
Fix formatting and add missing comments to pass the lint test
* Remove authentication which was not required
I realised that there was no need to be authenticated to get the
connected devices. Thanks Swisscom :/
* Moving config to a PLATFORM_SCHEMA and using voluptuous
2016-11-05 13:04:44 -07:00
Pascal Vizeli and Paulus Schoutsen
ece58ce78f
Remove ThreadPool with async executor ( #4154 )
...
* Remove ThreadPool with async executor
* Fix zigbee
* update unittest
* fix remote api
* add pending task to remote
* fix lint
* remove unused import
* remove old stuff for lazy tests
* fix bug and add a exception handler to executor
* change executor handling
* change to wait from gather
* fix unittest
2016-11-05 09:27:55 -07:00
Paulus Schoutsen
b67f1fed52
Version bump to 0.33.0.dev0
2016-11-05 08:53:13 -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 and Paulus Schoutsen
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 and GitHub
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 and GitHub
c15fd4323e
Disable insteon hub ( #4221 )
2016-11-04 23:38:27 -07:00
Pascal Vizeli and William Scanlon
91227d9a2e
Refactory nest component/platforms ( #4219 )
...
* Refactory nest component/platforms
2016-11-04 20:22:47 -04:00
jbcodemonkey and Teagan Glenn
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 and GitHub
18e965c3cd
Fix flaky group notify test ( #4212 )
2016-11-03 22:56:55 -07:00
Paulus Schoutsen and GitHub
4cc417677e
Add link to issue in warning slow entity update ( #4211 )
2016-11-03 22:45:01 -07:00
Paulus Schoutsen and GitHub
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 and GitHub
e88b98f5fa
Clean up tests ( #4209 )
2016-11-03 21:58:18 -07:00
Lewis Juggins and Paulus Schoutsen
6f68752d1e
Speed up Sonos tests ( #4196 )
2016-11-03 21:23:37 -07:00
Fabian Affolter and Paulus Schoutsen
61a0976752
Use port instead of url and fix PEP257 issues ( #4192 )
2016-11-03 18:43:42 -07:00
Pascal Vizeli and Paulus Schoutsen
d7b3c9c38e
Fix log owntrack log flooting ( #4198 )
2016-11-03 18:42:22 -07:00
jgriff2 and Paulus Schoutsen
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 and Paulus Schoutsen
c128919b5f
Remove globally disabled pylint warnings ( #4204 )
2016-11-03 18:40:43 -07:00
Pascal Vizeli and Paulus Schoutsen
e5d69feb93
Fix blocking/stack trace with empty list ( #4191 )
2016-11-03 18:33:18 -07:00
Paulus Schoutsen and GitHub
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 and GitHub
15dde7925a
Prevent multiple instances of device initialzed ( #4179 )
2016-11-03 13:08:23 +01:00
Pascal Vizeli and GitHub
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 and Johann Kellerman
c2a5f63b1f
Bugfix async Yr.no ( #4190 )
2016-11-03 11:09:03 +02:00
Fabian Affolter and GitHub
79fa2d4175
CUPS sensor ( #4142 )
...
* Add CUPS sensor
* Use CupsData
* Fix requirement
2016-11-03 09:31:50 +01:00
Erik Eriksson and Paulus Schoutsen
214a18f08c
Support for Dovado routers ( #4176 )
...
* Implemented support for the Dovado router
* Update .coveragerc
2016-11-02 21:20:21 -07:00