Jeff Irion
067e4f6d9a
Show running apps as sources for Fire TV ( #15033 )
...
* Show running apps as sources for Fire TV
* Fix unnecessary 'else' after 'return' (no-else-return)
* Remove 'pylint: disable=unused-argument'
* cleanup
2018-06-18 18:13:50 +02:00
Fabian Affolter
9d6ce609f9
Upgrade requests to 2.19.1 ( #15019 )
2018-06-18 18:13:21 +02:00
Paulus Schoutsen
8869617890
Bump frontend to 20180618.0
2018-06-18 09:58:16 -04:00
Pascal Vizeli
62f970e486
Bugfix empty entity lists ( #15035 )
...
* Bugfix empty entity lists
* Add tests
* Update test_entity_platform.py
* Update entity_platform.py
2018-06-18 09:22:52 -04:00
Martin Hjelmare
f9a21dbfda
Fix linode I/O in state property ( #15010 )
...
* Fix linode I/O in state property
* Move update of all attrs to update
2018-06-18 09:21:41 -04:00
Jeff Irion
7bfa81c592
Improve volume support for Vizio Smartcast ( #14981 )
...
* Improve volume support for Vizio Smartcast
* Vizio: avoid an error when 'self._device.get_current_volume()' returns 'None'
* Improve volume support for Vizio Smartcast
* Vizio: avoid an error when 'self._device.get_current_volume()' returns 'None'
* First line should end with a period
2018-06-17 22:06:53 -06:00
gstorer
d07e40c483
Expose Wemo component availability to home assistant ( #14995 )
...
* Expose Wemo component availability to home assistant
* Do not add availability feature to dimmer - it works differently
* Brain fade, deleted completely the wrong thing.
Revert "Do not add availability feature to dimmer - it works differently"
This reverts commit f64e717981
.
* (2nd attempt) Do not add availability feature to dimmer - it works differently
2018-06-17 22:05:14 -06:00
Kees Schollaart
0e7e58f172
Update PostNL unit of measure to align with UPS ( #15023 )
...
I'm using both the UPS and PostNL package trackers. I'd like to have the unit of measure to be the same, now they appear in two different graphs in the history view.
If we prefer ```package(s)``` over ```package``` then I'll do a PR for [this line](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/sensor/ups.py#L81 )
2018-06-17 21:57:08 -06:00
Paulus Schoutsen
cbdfc95cc8
Make zone entries work without radius ( #15032 )
2018-06-17 21:55:35 -06:00
Paulus Schoutsen
33ebd99068
Update translations
2018-06-17 23:04:52 -04:00
Fabian Affolter
9c17e95fc5
Upgrade aiohttp to 3.3.2 ( #15025 )
2018-06-17 20:24:11 -04:00
Matt Schmitt
1533bc1e1f
Add support for Homekit battery service ( #14288 )
2018-06-17 20:54:34 +02:00
Pascal Vizeli
40c8f5f70e
Fix panel URL authentication for Hass.io ( #15024 )
...
* Update http.py
* Update http.py
* fix tests
* Update test_http.py
2018-06-17 20:34:47 +02:00
Fabian Affolter
3ceee66e1b
Remove typing ( #15018 )
2018-06-17 19:13:39 +02:00
Andrey
6b908b6f4e
Switch nuimo to a hopefully working pypi version ( #15006 )
2018-06-17 09:41:49 -04:00
Fabian Affolter
a74b081d44
Upgrade youtube_dl to 2018.06.14 ( #15013 )
2018-06-17 09:41:06 -04:00
Fabian Affolter
bc8093c73b
Upgrade numpy to 1.14.5 ( #15015 )
2018-06-17 09:39:27 -04:00
Fabian Affolter
ca2712506b
Update to hole to 0.3.0 ( #15014 )
2018-06-17 09:38:56 -04:00
Fabian Affolter
c871e8da5d
Upgrade netdisco to 1.5.0 ( #15016 )
2018-06-17 09:38:00 -04:00
Matt Schmitt
722c27f1e2
HomeKit style clean up ( #14793 )
2018-06-17 13:37:44 +02:00
Andrey
e3fcf46566
Switch to own packaged version of braviarc ( #15009 )
2018-06-17 13:07:10 +02:00
Andrey
1117371b31
Switch to own packaged version of anel_pwrctrl ( #15011 )
2018-06-17 13:05:25 +02:00
Petro31
addca54118
Add entity support to Waze Travel Time ( #14934 )
...
Current version only supports latitude and longitude or an address for the origin and destination fields. This update allows those fields to use entity IDs of device_tracker, zone, and sensor.
2018-06-17 07:13:47 +02:00
Paulus Schoutsen
3db5d5bbf9
Frontend bump to 20180617.0
2018-06-16 22:35:19 -04:00
Paulus Schoutsen
1375adfeab
Bump frontend to 20180616.0
2018-06-16 17:32:49 -04:00
Paulus Schoutsen
00cbdffa12
Add experimental UI backend ( #15002 )
...
* Add experimental UI
* Add test
* Lint
2018-06-16 17:12:03 -04:00
Sebastian Muszynski
c5f012c85a
Remove load power attribute for channel USB ( #14996 )
...
* Remove load power attribute for channel USB
* Fix format
2018-06-16 15:53:25 -04:00
Andrey
656eae288e
Switch to own packaged version of spotipy ( #14997 )
2018-06-16 15:52:23 -04:00
Teemu R
5898307715
Bump pyhs100 version ( #15001 )
...
Fixes #13925
2018-06-16 15:52:03 -04:00
Paulus Schoutsen
9b0efdc8c8
Version bump to 0.73.0.dev0
2018-06-16 10:51:55 -04:00
Jason Hu
abf07b60f0
Refactoring camera component to use async/await syntax. ( #14990 )
...
* Refactoring camera component to use async/await syntax
Also updated camera demo platform to encourage use of async
* Code review
2018-06-16 10:49:11 -04:00
Paulus Schoutsen
0b114f0755
Do not mount deps folder when running in virtual env ( #14993 )
...
* Do not mount deps folder when inside virtual env
* Add tests
* Fix package test
2018-06-16 10:48:41 -04:00
Marcelo Moreira de Mello
3ee8f58fdf
Upgraded RainCloudy to version 0.0.5 ( #14986 )
2018-06-16 06:58:18 -04:00
Marcelo Moreira de Mello
ff4da05267
Upgraded python-amcrest to 1.2.3 ( #14988 )
2018-06-16 06:57:58 -04:00
Marcelo Moreira de Mello
17308a2730
Upgraded PyArlo to 0.1.7 ( #14987 )
2018-06-16 06:57:27 -04:00
cdce8p
7d9bce2153
Fix extended package support ( #14980 )
...
* Fix package recurive merge bug
* Fixed extended package support
2018-06-16 06:55:32 -04:00
Marcelo Moreira de Mello
2839f0ff5f
Upgrade ring_doorbell to 0.2.1 to fix oauth issues ( #14984 )
...
* Upgraded to ring_doorbell to 0.2.1 to fix oauth issues
* Updated unittest to cover Ring oauth
2018-06-16 08:58:39 +02:00
Johan Bloemberg
2ec295a6f8
Add availability to Rflink entities. ( #14977 )
2018-06-16 00:26:48 +02:00
Ville Skyttä
4bd7a7eee3
Remove inline pylint disables for messages disabled in pylintrc ( #14978 )
2018-06-16 00:15:46 +02:00
c727
d0cbbe6141
Return ISO formated datetime in forecast ( #14975 )
...
* Return ISO formated datetime in forecast
* Lint
2018-06-15 17:09:01 -04:00
John Mihalic
9efa31ef9f
Eight Sleep add REM type, Update async syntax, Catch API quirks ( #14937 )
2018-06-15 15:24:09 -04:00
Paulus Schoutsen
8a777f6e78
Show notification when user configures Nest client_id/secret ( #14970 )
...
* Show notification when user configures Nest client_id/secret
* Lint
2018-06-15 15:19:58 -04:00
Robert Svensson
ac13a2736b
Deconz make groups configurable ( #14704 )
...
* Make groups configurable
* Config flow and tests in place
* Fix too long line
2018-06-15 14:31:22 -04:00
Albert Lee
940577e105
Fix binary_sensor.skybell state update when there are no events ( #14927 )
2018-06-15 14:30:35 -04:00
Sriram Vaidyanathan
c917470836
Xiaomi Cameras - multiple models ( #14244 )
...
* Added support for Xiaofang Camera
* Added entry for Xiaofang 1080p camera
* Code fix
* Minor comment fix
* Updated coveragerc for Xiaomi cameras
* Added Xiaomi Camera
Added Xiaomi Camera to accommodate multiple models like Yi, Xiaofang, etc.
* Minor code fix
* Minor code fix
* Added model property
* Update xiaomi.py
* Minor code fix
* Update xiaomi.py
* Update xiaomi.py
* Minor code fix
* Package requirement fix due to Version conflict
* To fix conflicts
* Update package_constraints.txt
* Minor fix
* Update xiaomi.py
* Update xiaomi.py
Changes made per comment
* Update xiaomi.py
* Don't update on add.
2018-06-15 14:27:52 -04:00
Paulus Schoutsen
47a344f3a1
Bump frontend to 20180615.0
2018-06-15 13:46:31 -04:00
Paulus Schoutsen
f744a29d9d
Add calendar panel, add tests ( #14973 )
2018-06-15 13:37:46 -04:00
Thibault Cohen
3cd4cb741c
Add Calendar API endpoint to get events ( #14702 )
...
* Add Calendar API endpoint to get events
* Set default event color
* Fix PR comments
* Fix PR comments
* Fix PR comments
* Remote local.py file
* Use iso 8601
* Fix lint
* Fix PR comments
* Fix PR comments
* Add Support for todoist and demo calendar
* Todoist events are allday events
* Add calendar demo api endpoint test
* Register only one api endpoint for calendar
* Rename demo calendar
2018-06-15 11:16:31 -04:00
Paulus Schoutsen
1128104281
Adhere to scan_interval in platforms when setup via config entry ( #14969 )
2018-06-15 16:59:13 +02:00
Aaron Bach
d6d685a483
Fix smappee component - "Error on device update" ( #14883 )
2018-06-14 19:35:53 -06:00