Richard Cox
1cbf8c8049
Zoneminder component ( #3795 )
...
* Initial Zoneminder commit
* Fixing bug when ZM sets its function to 'None'
* Adding zoneminder to coverage
* Quick Doc fix
* Update zoneminder.py
Doc Fix
* making the url base optional
2016-10-14 20:56:40 -07:00
Lukas
ad259ead50
Add ignore option to zwave customize configuration ( #3865 )
2016-10-14 08:36:55 -07:00
Daniel Høyer Iversen
bb457f47cc
Merge pull request #3868 from home-assistant/flux_led_lib
...
update flux led library
2016-10-14 11:41:18 +02:00
Daniel
df3e904fe7
update flux led library
2016-10-14 11:17:03 +02:00
Hugo Dupras
7697cdef0a
Pushbullet push an url note if an url is provided inside data ( #3758 )
2016-10-14 00:11:48 -07:00
Igor Shults
6951b6f60b
Allow any positive integer for Z-Wave polling intensity ( #3859 )
2016-10-14 00:09:52 -07:00
John Arild Berentsen
6ca0d4cd14
Use pass instead of return None ( #3856 )
2016-10-14 00:09:24 -07:00
Sean Dague
a5b756e1e5
Bump proliphix library to 0.4.0 ( #3855 )
...
There was a bug in setback setting which is now fixed in 0.4.0. This
ensures that any users have working setback code.
2016-10-14 00:06:53 -07:00
Sean Dague
7848791a04
add arwn sensor platform ( #3846 )
...
This adds a sensor component that builds sensors based on the arwn
project (https://github.com/sdague/arwn ). This uses a 433mhz receiver
to collect weather data and publish it over mqtt in a well defined
schema, which home-assistant can display as sensors.
2016-10-14 00:06:04 -07:00
Paulus Schoutsen
f916fc04f9
Update frontend
2016-10-14 00:02:21 -07:00
John Arild Berentsen
8f4608c654
Use only node id to identify node in set_config_parameter ( #3801 )
2016-10-13 23:45:00 -07:00
Per Sandström
399a0b470a
select next and previous of input select ( #3839 )
2016-10-13 21:53:47 -07:00
Jan Harkes
4d716cec2b
Bump pychromecast dependency to 0.7.6 ( #3864 )
2016-10-13 21:24:54 -07:00
Lukas
1373db8b60
Include index and instance in object_id of zwave devices ( #3759 )
...
* Include index and instance in object_id of zwave devices
* Add the instance id if there is more than one instance for the value
2016-10-13 21:13:05 -07:00
Hydreliox
7771cc2ccf
Add Bbox Modem Routeur for device tracker ( #3848 )
2016-10-13 19:43:51 -07:00
Per Sandström
c5ad7996fb
Merge pull request #3857 from persandstrom/vsure0.11.1
...
vsure 0.11.1
2016-10-13 22:18:42 +02:00
Per Sandström
3d94f77998
vsure 0.11.1
2016-10-13 21:53:50 +02:00
Marcelo Moreira de Mello
6330d9cde6
Fixed Fitbit resting heart rate attribute ( #3835 )
...
* Fixed Fitbit restingHeartRate field to grab the correct field from dictionary
In [31]: r['activities-heart'][-1].get('value')
Out[31]:
{'customHeartRateZones': [],
'heartRateZones': [{'caloriesOut': 126.18348,
'max': 94,
'min': 30,
'minutes': 67,
'name': 'Out of Range'},
{'caloriesOut': 27.21339,
'max': 131,
'min': 94,
'minutes': 5,
'name': 'Fat Burn'},
{'caloriesOut': 0, 'max': 159, 'min': 131, 'minutes': 0, 'name': 'Cardio'},
{'caloriesOut': 0, 'max': 220, 'min': 159, 'minutes': 0, 'name': 'Peak'}],
'restingHeartRate': 69}
In [32]: r['activities-heart'][-1].get('value').get('restingHeartRate')
Out[32]: 69
* Renamed sensor to Resting Heart Rate to match it
* Fixed lint style
2016-10-13 09:22:05 -07:00
Hugo Dupras
9a0bb62654
Hotfix for Netatmo discovery ( #3837 )
...
This should definetly fix #2601
Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>
2016-10-13 09:21:22 -07:00
Fabian Affolter
d873a7baf0
Use async_render_* and fix config validation ( #3847 )
2016-10-13 09:20:49 -07:00
Robbie Trencheny
c663d85129
Add Alexa Flash Briefing Skill API support ( #3745 )
...
* Add Alexa Flash Briefing Skill API support
* Set default value for text to empty string as per API docs
* Clean up existing Alexa tests
* Update configuration parsing and validation
* Add tests for the Flash Briefing API
* Update test_alexa.py
2016-10-13 09:14:22 -07:00
John
8c13d3ed4c
Update zwave lights to increase update delay timer as needed ( #3741 )
...
Fix permissions
2016-10-13 09:09:41 -07:00
Johann Kellerman
cb322f72db
Add persistent notifications to bootstrap ( #3738 )
...
* Add persistent notifications to bootstrap
* Rebase, Fix test
2016-10-13 09:09:07 -07:00
Scott Reston
39a446c43c
Proper title, added album and artist for Squeezebox ( #3735 )
...
* Proper title, added album and artist
Title had previously concatenated artist - title.
* Made changes suggested by @balloobbot
2016-10-13 09:07:10 -07:00
wokar
aa8622f8e8
Added include and exclude functionality to history component ( #3674 )
...
* added include and exclude functionality to history component
* fixed summary lines in test method doc.
* cleanup of query filter creation
* o improved config validation
o move move IGNORE_DOMAINS to Filter.apply()
o removed config from Last5StatesView
o Filters instance is now created on setup
o config values are processed in setup and set to the Filters instance
o function _set_filters_in_query() moved to Filters class and renamed to apply()
* added unittests for more include/exclude filter combinations
* make pylint happy
2016-10-13 08:54:45 -07:00
Vittorio Monaco
e031b8078f
Fixes an issue where Chromecast audio groups were not properly discovered ( #3630 )
...
* Fixes an issue where Chromecast audio groups were not properly discovered
* Forgot to commit the main fix
* Removes unused variable
* Doesn't use a protected API anymore
* PR remarks
* Fixes tests, adds comment
* Restores line as it was in the original commit, rephrases comment
* Should fix lint issues
* Trailing whitespace
* Some more lint
2016-10-13 08:51:43 -07:00
jgriff2
e1647fb6ac
Add synology ss cameras ( #3626 )
...
* Add files via upload
* Update .coveragerc
* test
* Update synology camera
* Use voluptuous for synology
* Use voluptuous for synology
* Use voluptuous for synology
* Use voluptuous for synology
* Conform synology to flake8
* Added Whitelist to synology
* Sync to dev branch
* Added helper function to synology
2016-10-13 08:49:58 -07:00
Lewis Juggins
10feac11d9
Support recursive config inclusions ( #3783 )
2016-10-12 12:05:41 +02:00
Paulus Schoutsen
d4e2332ce0
Merge pull request #3814 from home-assistant/release-0-30-1
...
0.30.2
2016-10-11 22:28:00 -07:00
Jean Regisser
1d7169403b
Add again certifi to Docker image ( #3813 )
...
Latest versions of certifi (>= 2016.8.31) don't seem to break anything
anymore.
See home-assistant/home-assistant#2554
2016-10-11 22:25:17 -07:00
Keith Lamprecht
e4685de459
Restore Optional Target Config Attribute (notify.pushover) ( #3769 )
...
* Restore Optional Target Config Attribute
* Fix Tabs
* Change indents to spaces
* Make a target fix
* Change to simpler not syntax
2016-10-11 21:59:45 -07:00
Keith Lamprecht
d83de36c32
Restore Optional Target Config Attribute (notify.pushover) ( #3769 )
...
* Restore Optional Target Config Attribute
* Fix Tabs
* Change indents to spaces
* Make a target fix
* Change to simpler not syntax
2016-10-11 21:59:34 -07:00
Fabian Affolter
73547c8c4b
Fix slack targets ( #3826 )
2016-10-11 21:58:54 -07:00
Fabian Affolter
40094cecae
Fix slack targets ( #3826 )
2016-10-11 21:16:11 -07:00
Robbie Trencheny
0b327cd4d9
Notify: Only attach target if in call data ( #3831 )
...
* Only pass through the target if it has a value
* Target will no longer be none
2016-10-11 20:34:14 -07:00
Robbie Trencheny
d302dbec2d
Notify: Only attach target if in call data ( #3831 )
...
* Only pass through the target if it has a value
* Target will no longer be none
2016-10-11 20:33:41 -07:00
Fabian Affolter
e135691bd6
Migrate to voluptuous ( #3817 )
2016-10-11 08:33:22 -07:00
Fabian Affolter
d4dc2707a1
Use voluptuous for eQ-3 thermostat ( #3729 )
...
* Migrate to voluptuous
* Fix requirement and typo
2016-10-11 11:27:31 +02:00
Paulus Schoutsen
a8cdf36d5c
Update recorder callback ( #3812 )
2016-10-11 00:58:43 -07:00
Fabian Affolter
a99f36f519
Migrate to voluptuous ( #3737 )
2016-10-11 00:56:57 -07:00
Fabian Affolter
0568ef025b
Use voluptuous for Heatmiser ( #3732 )
2016-10-11 00:53:24 -07:00
Fabian Affolter
8ded8f572a
Add/adjust attribution of sensor platform ( #3719 )
...
* Add/adjust attribution
* Fix typo
2016-10-11 00:28:19 -07:00
Fabian Affolter
7cf2c48175
Use voluptuous for FitBit ( #3686 )
...
* Migrate to voluptuous
* Fix default
2016-10-11 00:27:15 -07:00
Fabian Affolter
7cf9ff83bc
Migrate to voluptuous ( #3293 ) [BREAKING CHANGE]
2016-10-11 00:26:11 -07:00
Paulus Schoutsen
dfe9af7110
Version bump to 0.30.2
2016-10-11 00:21:01 -07:00
Erik Eriksson
016e8f833d
slugify ( #3777 )
2016-10-11 00:20:49 -07:00
Teemu Mikkonen
574df0f420
Fix for html5 notification tag problem. Fixes #3774 ( #3790 )
2016-10-11 00:20:49 -07:00
Pascal Vizeli
f18f181962
Hotfix device name with autodiscovery ( #3791 )
2016-10-11 00:20:49 -07:00
Ellis Percival
4754455295
Make 'pin' optional for zigbee device config. ( #3799 )
2016-10-11 00:20:49 -07:00
Robbie Trencheny
8c1317f278
Wrap found target in list ( #3809 )
...
* Wrap found target in list
* Fix test_messages_to_targets_route
2016-10-11 00:20:49 -07:00