Fabian Affolter
8b059e9aad
Migrate to voluptuous ( #3687 )
2016-10-06 16:11:08 +02:00
Fabian Affolter
12f1be9b1c
Fix PEP257 issues and ordering ( #3720 )
2016-10-05 17:32:29 -07:00
Robbie Trencheny
519f400175
Merge branch 'master' into dev
2016-10-05 15:35:01 -07:00
Fabian Affolter
a94571fd10
Change name of Forecast.io platform to Dark Sky ( #3698 )
...
* Rename Forecast.io platform to Dark Sky
* Upgrade to python-forecastio to 1.3.5
* Update to reflect name change (Forecast.io -> Dark Sky)
* Rename forecast to darksky
2016-10-05 21:42:58 +02:00
Fabian Affolter
cb3a78b330
Adjust vol to accept filenames ( fixes #3701 ) ( #3707 )
2016-10-05 18:02:45 +02:00
John
1bc6366051
Increase allowable polling intensity values ( #3711 )
2016-10-05 16:58:06 +02:00
Fabian Affolter
5d339fb141
Fix sentence ( #3709 )
2016-10-05 16:28:38 +02:00
Fabian Affolter
0c68f381b0
Migrate to voluptuous ( #3679 )
2016-10-05 14:40:08 +02:00
Daniel Høyer Iversen
3e40b24293
Merge pull request #3708 from home-assistant/flux_led
...
Update flux led library
2016-10-05 11:12:56 +02:00
Daniel Høyer Iversen
4b828d225e
Merge pull request #3656 from home-assistant/pushetta
...
customize if pushetta should send test message on start up
2016-10-05 11:03:35 +02:00
Daniel
201294e481
Update flux led library
2016-10-05 10:49:33 +02:00
Daniel
350d23f7eb
customize if pushetta should send test message on start up
2016-10-05 10:45:41 +02:00
Daniel Høyer Iversen
b8beae9c6c
Merge pull request #3651 from home-assistant/automation
...
Customize initial state of automation
2016-10-05 09:48:55 +02:00
Daniel
46f3337b07
Customize initial state of automation
2016-10-05 09:20:51 +02:00
John Arild Berentsen
b2354f45be
Add possibility to set temperature to a given operation_mode ( #3646 )
...
* Add possibility to set temperature to a given operation_mode
* Correctly break
* Review changes
2016-10-04 23:48:25 -07:00
Paulus Schoutsen
e4e13b59cf
Update frontend
2016-10-04 23:15:10 -07:00
Paulus Schoutsen
8c694eb279
Speed up MQTT server test ( #3703 )
2016-10-04 22:49:43 -07:00
Paulus Schoutsen
9d085a023c
Merge pull request #3706 from home-assistant/hotfix-0-29-7b
...
Fix broken unit tests
2016-10-04 22:47:46 -07:00
Martin Hjelmare
c06313a897
Set force_update to true for mysensors sensors ( #3648 )
2016-10-04 22:45:38 -07:00
Per Sandström
ed490b1c11
Add västtrafik sensor ( #3640 )
2016-10-04 22:37:45 -07:00
Marcelo Moreira de Mello
70fc94003d
Fixed issue #3624 and bumped python-nest to 2.10.0 version ( #3665 )
...
* Fixed issue #3624 and bumped python-nest to 2.10.0 version
* Fixed return state when accessing attribute operation_mode
* Fixed typo
2016-10-04 22:29:21 -07:00
Paulus Schoutsen
114fae76e1
Fix broken unit tests
2016-10-04 22:23:58 -07:00
Paulus Schoutsen
4f0064b00e
Fix broken tests ( #3704 )
...
* Fix broken tests
* Lint
2016-10-04 22:19:12 -07:00
Fabian Affolter
dc53c21548
Check that no configuration is provided ( #3675 )
2016-10-04 22:10:31 -07:00
Pascal Vizeli
b9b41d3855
Update ha-alpr / change default interval ( #3691 )
2016-10-04 22:04:50 -07:00
John Arild Berentsen
17a8dd3f70
Add set_config_parameter service ( #3696 )
2016-10-04 22:04:19 -07:00
gwendalg
03d6a7c42a
Add Ted5000 Sensor ( #3559 )
...
* Add Ted5000 Sensor
Signed-off-by: Gwendal Grignou <gwendal@gmail.com>
* sensors: ted5000: use requests instead of urllib.
Signed-off-by: Gwendal Grignou <gwendal@gmail.com>
* Update ted5000.py
Add timeout to requests call.
2016-10-04 21:57:40 -07:00
Daniel Høyer Iversen
d2d393feb5
Add automations and scripts to group.all_automations and group.all_scripts ( #3664 )
...
* Add automations to group.all_automations
* Add scripts to group.all_scripts
2016-10-04 21:20:48 -07:00
Paulus Schoutsen
e49651cdeb
Merge pull request #3702 from home-assistant/hotfix-0-29-7
...
0.29.7
2016-10-04 21:03:47 -07:00
Paulus Schoutsen
a60e845203
Version bump to 0.29.7
2016-10-04 21:01:28 -07:00
Pascal Vizeli
f23eb9336f
Service & signal (stop/restart) fix ( #3690 )
...
* Bugfix signhandling/services
* change from coroutine to callback
* add error handling
* fix bug with endless running
* fix unit test
* Revert "fix unit test"
This reverts commit 31135c7709
.
* Disable sigterm/sighup test
2016-10-04 21:01:08 -07:00
Pascal Vizeli
0bf8bb62ad
Service & signal (stop/restart) fix ( #3690 )
...
* Bugfix signhandling/services
* change from coroutine to callback
* add error handling
* fix bug with endless running
* fix unit test
* Revert "fix unit test"
This reverts commit 31135c7709
.
* Disable sigterm/sighup test
2016-10-04 21:00:36 -07:00
Paulus Schoutsen
5085cdb0f7
Add async_safe annotation ( #3688 )
...
* Add async_safe annotation
* More async_run_job
* coroutine -> async_save
* Lint
* Rename async_safe -> callback
* Add tests to core for different job types
* Add one more test with different type of callbacks
* Fix typing signature for callback methods
* Fix callback service executed method
* Fix method signatures for callback
2016-10-04 20:44:32 -07:00
Robbie Trencheny
8358f938b5
Now no one wants to be blacklisted, so lets remove the configuration entirely
2016-10-04 13:39:48 -07:00
Robbie Trencheny
be7401f4a2
Now no one wants to be blacklisted, so lets remove the configuration entirely
2016-10-04 13:38:56 -07:00
Robbie Trencheny
760117167d
Update .mention-bot to add more users to blacklist and remove skipAlreadyMentionedPR
2016-10-04 13:25:57 -07:00
Robbie Trencheny
2fd83b439c
Update .mention-bot to add more users to blacklist and remove skipAlreadyMentionedPR
2016-10-04 13:25:16 -07:00
Robbie Trencheny
e523c3d196
Add @mention-bot configuration
2016-10-04 13:22:35 -07:00
Per Sandström
d9e73d1d71
Merge pull request #3697 from persandstrom/verisure_0.10.3
...
vsure 0.10.3
2016-10-04 22:20:12 +02:00
Per Sandström
5d3e93b4ef
vsure 0.10.3
2016-10-04 22:01:36 +02:00
sam-io
85782f9c29
fix for date formatting issue ( #3693 )
2016-10-04 08:41:39 -07:00
William Scanlon
2cf49f3de6
Added support for Wink Smoke and CO detectors ( #3645 )
2016-10-04 01:07:50 -07:00
Fabian Affolter
a072047d9d
Auth and headers support for REST sensor ( #3592 )
...
* Add auth and header support
* Update header part
2016-10-04 01:07:17 -07:00
Fabian Affolter
74b0e4cb45
Statistics sensor ( #3513 )
...
* Initial stats sensor
* Add total and tests
* Use deque, rename var, set default, and only update sensor
2016-10-04 01:04:00 -07:00
Rob Capellini
694983379f
test: mocking IO in HTML5 notify tests ( #3685 )
...
Replacing temporary file creation in tests with mock's mock_open for faster IO.
2016-10-04 01:01:41 -07:00
Erik Eriksson
5900d8a2c1
only query vehicle attributes once ( #3668 )
...
use registration number as dev id
2016-10-04 00:58:25 -07:00
Erik Eriksson
287a7e2720
Support for encrypted payload ( #3587 )
2016-10-04 00:57:37 -07:00
William Scanlon
8592ba3cb9
Report availability of arest ( #3614 )
2016-10-04 00:51:45 -07:00
deisi
c93b63963b
Fix 3621 ( #3642 )
...
Happens when the scanner searches for a mac address, that has been forgotten
by the fritzbox.
2016-10-04 00:47:58 -07:00
Fabian Affolter
194402f7e7
Upgrade Sphinx to 1.4.8 and set missing variables ( #3650 )
2016-10-04 00:47:28 -07:00