Commit Graph

13929 Commits (e3e014bccca3e3f505eabaf7574ee495d5ed05a7)

Author SHA1 Message Date
Sebastian Muszynski 39843a73de Add additional 86sw model identifier of the LAN protocol V2 () 2018-06-04 07:39:50 +02:00
Diogo Gomes aec425d1f6 Weather Platform - IPMA ()
* initial commit

* lint

* update with pyipma

* Added test

* Added test

* lint

* missing dep

* address comments

* lint

* make sure list is iterable

* don't bother with list

* mock dependency

* no need to add test requirements

* last correction
2018-06-03 23:01:48 +02:00
Paulus Schoutsen 855ed2b4e4 Version bump to 0.72.0.dev0 2018-06-03 16:54:23 -04:00
Paulus Schoutsen 2dc40fe16e Version bump to 0.71.0b0 2018-06-03 16:53:48 -04:00
Paulus Schoutsen bf8376ddcb Merge remote-tracking branch 'origin/master' into dev 2018-06-03 16:53:17 -04:00
Mattias Welponer 8f696193f0 Add homematicip_cloud illuminance sensor ()
* Add iluminance sensor and device_class for sensors

* Fix lint
2018-06-03 18:48:51 +02:00
Paulus Schoutsen 70edb2492a Version bump to 20180603.0 2018-06-03 12:29:57 -04:00
quthla e35d4beb95 Fix media_title empty when title is empty but label is set () 2018-06-03 09:27:17 -04:00
quthla 919b431a24 Add Kodi OnResume event () 2018-06-03 09:26:23 -04:00
Jason Woodford 7f59a8ea0c Update total-connect-client to 0.18 for Honeywell Lynx Touch-Wifi support () 2018-06-03 13:55:49 +02:00
Sebastian Muszynski 1ac3f0da63 Ignore the mistaken long_click event of the 86sw (Closes: ) () 2018-06-03 11:54:03 +02:00
Jason Hu 12e679c14d Assign device class to nest sensors ()
* Assign device class to nest sensors

sensor/nest.NestSensor => /nest.NestSensorDevice,
so that BinarySensor platform do not reference Sensor platform anymore

* Resolve code review comment

* Follow code review comment
2018-06-03 03:54:48 +02:00
Fabian Affolter 28ef94c3fa Update syntax () 2018-06-02 15:08:10 +02:00
Fabian Affolter 27df4cca6c Upgrade shodan to 1.8.1 () 2018-06-02 08:34:47 -04:00
Fabian Affolter a8413249c2 Upgrade sqlalchemy to 1.2.8 () 2018-06-02 08:34:30 -04:00
Fabian Affolter f2dacb2570 Upgrade youtube_dl to 2018.06.02 () 2018-06-02 08:33:48 -04:00
Fabian Affolter 5aaf81f2c9 Upgrade Sphinx to 1.7.5 () 2018-06-02 08:31:43 -04:00
Fabian Affolter b86cd325fe Update syntax () 2018-06-02 08:31:06 -04:00
Fabian Affolter 74b7dabf2d Update syntax () 2018-06-02 08:30:54 -04:00
Fabian Affolter 1ce4c2092a Update syntax () 2018-06-02 08:30:07 -04:00
Fabian Affolter 875e05ff38 Remove swagger file () 2018-06-02 08:29:38 -04:00
Mick Vleeshouwer fe0e49db4b Update postnl api to 1.0.2 () 2018-06-02 13:45:48 +02:00
Fabian Affolter ad86e68c1e Update syntax of platform random () 2018-06-02 12:00:01 +02:00
Tristan Caulfield e7985c970b Upgrade directpy to 0.5 ()
* Version Requirement bump

Bump required version to 0.5 to allow component to work with Genie Mini clients using the clientAddr variable.

* Ran script/gen_requirements_all.py as requested.
2018-06-02 09:30:15 +02:00
austinlg96 cfac537f51 Added option to block Osram Lightify individual lights in the same way that groups can be () 2018-06-02 09:23:51 +02:00
Fabian Affolter d6e76969cc
Tweak about the requirements 2018-06-01 23:33:04 +02:00
Fabian Affolter 77dca8272c
Upgrade blockchain to 1.4.4 () 2018-06-01 19:41:35 +02:00
Fabian Affolter 3b8ee196be
Update syntax () 2018-06-01 19:41:20 +02:00
michaeldavie 4935043f4a Add battery attribute to Sensibo ()
* Added battery attribute

* Simplify current_battery
2018-06-01 19:41:04 +02:00
Matt Schmitt f5d74e07d5 Add support for outlets in HomeKit () 2018-06-01 18:04:54 +02:00
Paulus Schoutsen 0a724a5473 Update frontend 2018-06-01 10:52:25 -04:00
Jason Hu cba8333a13 Change nest to cloud push ()
* Change nest component to Cloud Push

Change sensors.nest, binary_sensors.nest and climate.nest to push mode
nest camera still need poll to update snapshot image
Also change nest component to async

* Flake8 lint

* Fix async_notify_errors, it is not a coroutine

* Fix pylint

* Fix pylint, function name should shall shorter than 32

* Use dispatcher helper instead event bus

* Use async_update_ha_state(True)

* Refactoring load_platform

Move service registration into async_setup_nest(),
 resolve an issue that before the first time configuration done,
 set_mode service should not be registered

* Fix an issue that authorization failure may leave a blocked thread

* Pylinting

* async_nest_update_callback => async_update_state to avoid confusion

* Move signal handler register to async_added_to_hass

* Better handle nest api error

* Remove unnecessary register for binary_sensor

* Remove unused import

* Upgrade to python-nest 4.0.1

Fix a thread race condition issue

* Address my own comments

* Address my own comment
2018-06-01 10:44:58 -04:00
Anders Melchiorsen fcbc399809 Disallow automation.trigger without entity_id () 2018-06-01 10:27:12 -04:00
Paulus Schoutsen f6eb9e79d5
Custom panel ()
* Add support for custom panels in JS

* Allow specifying JS custom panels

* Add trust external option

* Fix tests

* Do I/O outside event loop

* Change config to avoid breaking change
2018-06-01 10:06:17 -04:00
roiff ab3717af76 Homekit Thermostat: Better support for temperature ranges ()
* Support for obtaining temperature range
* Fallback to Defaults
* Fixed unit conversion
* Added test
2018-06-01 13:49:16 +02:00
Pierre Ståhl 6cd69b413c Bump pyatv to 0.3.10 ()
* Bump pyatv to 0.3.10

* Update requirements_all.txt
2018-06-01 08:41:40 +02:00
Fabian Affolter de56a0d021
Upgrade shodan to 1.8.0 () 2018-06-01 08:40:27 +02:00
glenn20 99fdd3e358 Add device_descriptor and device_name to keyboard event ()
* Add device_descriptor and device_name to keyboard event

This allows automations to identify which device has generated the
keypress. This is especially useful for bluetooth remotes to control different
devices.

* Remove line breaks

* Fix
2018-06-01 00:32:09 +02:00
Paulus Schoutsen 9a3107aa66
Merge pull request from home-assistant/rc
0.70.1
2018-05-31 18:11:34 -04:00
Paulus Schoutsen d31e01b877 Revert "Remove simplepush.io ()"
This reverts commit 612a37b2dd.
2018-05-31 18:11:15 -04:00
Paulus Schoutsen f8c8900297
Merge pull request from home-assistant/reinstate-simplepush
Revert "Remove simplepush.io ()"
2018-05-31 18:09:50 -04:00
Paulus Schoutsen ed9cf994c2 Revert "Remove simplepush.io ()"
This reverts commit 612a37b2dd.
2018-05-31 17:58:03 -04:00
Paulus Schoutsen d4a4938fce Version bump to 0.70.1 2018-05-31 17:27:55 -04:00
Paulus Schoutsen f7f0138cff Bump frontend to 20180531.0 2018-05-31 17:27:44 -04:00
Marius 753ffdaffd Fix Eco mode display on Nest ()
* Fix Eco mode display on Nest

* Fix Hound problems
2018-05-31 17:27:35 -04:00
Otto Winter 40aba3d785 MQTT Cover Fix Assumed State () 2018-05-31 17:27:35 -04:00
Anders Melchiorsen 64f157a036 Ignore unsupported Sonos favorite lists () 2018-05-31 17:27:35 -04:00
MizterB 0eddd287c5 Update Hue platform to aiohue 1.5.0, and re-implement logic for duplicate scene names. () 2018-05-31 17:27:34 -04:00
Marius f32b50cb80 Fix Eco mode display on Nest ()
* Fix Eco mode display on Nest

* Fix Hound problems
2018-05-31 17:26:59 -04:00
Paulus Schoutsen a58a566ae8 Bump frontend to 20180531.0 2018-05-31 17:25:35 -04:00