Paulus Schoutsen
e2029e3970
Add vesync to coveragerc
2018-03-14 12:05:17 -07:00
Paulus Schoutsen
7e2fc19f5a
Sort coveragerc
2018-03-14 11:39:38 -07:00
cdce8p and GitHub
c48c8710b7
Bugfix HomeKit: Error string values for temperature ( #13162 )
2018-03-14 13:22:38 +01:00
Dan Nixon and Fabian Affolter
b6bed1dfab
Report swap in MiB ( #13148 )
...
It makes sense to report swap and memory in the same unit and MiB is
more useful considering Home Assistant may be running on lower end
hardware (Raspberry Pi for example) where 100MiB resolution is not
adequate.
2018-03-14 08:47:45 +01:00
Vincent Van Den Berghe and Fabian Affolter
948f29544a
Fixed SI units for current consumption ( #13190 )
2018-03-14 08:14:35 +01:00
Mark Perdue and Paulus Schoutsen
6310deb5c2
Add new platform for VeSync switches ( #13000 )
...
* Added vesync platform
Support for power toggling, current power, and daily energy kWh
* Adds vesync to requirements file.
* Reorder vesync item in requirements_all.txt from gen_requirements_all
* Removes unnecessary global values that are not used in this component
* Removes try/catch from setup_platform -no throws. Guard check login()
* Remove unnecessary boolean convert
* Fix indentation of log messages
2018-03-14 00:10:47 -07:00
JC Connell and Fabian Affolter
cfded7eab9
Python Spotcrime sensor requires API key, fixes include/exclude ( #12926 )
...
* Add spotcrime.py to dev
* Modify sensor to accept user API key
* Update Spotcrime to 1.0.3 in requirements_all.txt
* Fix line 76 (97 > 79 characters)
* Fix lint errors
2018-03-14 08:01:10 +01:00
Pascal Vizeli and Paulus Schoutsen
0ef4340099
Fix freegeoip ( #13193 )
2018-03-13 20:50:08 -07:00
Vincent Van Den Berghe and GitHub
29e659cf4c
Fixed SI units for current consumption
2018-03-13 22:20:56 +01:00
Jon Maddox and Paulus Schoutsen
24a9da85c0
Channels clean ups ( #12967 )
...
* already in the default schema
* these are already globally disabled
* require a single entity id
* remove unused import
* w h i t e s p a c e
* actually keep it
* it is a string
* use a generator expression
* 💄
* Revert "💄 "
This reverts commit 81c08bb732 .
* Revert "actually keep it"
This reverts commit 0d92d3afb2 .
* Revert "remove unused import"
This reverts commit 8a166208e4 .
* Revert "already in the default schema"
This reverts commit 9173de4fd3 .
* we're already ensuring defaults with the platform schema
2018-03-13 14:14:02 -07:00
Alok Saboo and Paulus Schoutsen
71baa6532e
Revert throttle Arlo api calls ( #13174 )
2018-03-13 14:12:28 -07:00
Otto Winter and Paulus Schoutsen
4c9e7c2da4
Upgrade pytest to 3.4.2 ( #13169 )
...
* Upgrade pytest to 3.4.2
* Upgrade pytest-sugar to 0.9.1
2018-03-13 13:57:04 -07:00
Otto Winter and Paulus Schoutsen
5958e6a60f
Improve MQTT failed connection error message ( #13184 )
2018-03-13 13:56:16 -07:00
Andreas Wolter and Daniel Perna
3e7a737bff
Added IPAreaThermostat and an exception-list for HM_IGNORE_DISCOVERY_NODE ( #13171 )
2018-03-13 21:54:09 +01:00
Ville Skyttä and Paulus Schoutsen
dd48fb04a3
upcloud: Provide unique ID for server entities ( #13181 )
2018-03-13 13:51:10 -07:00
Otto Winter and Fabian Affolter
d5612b5ccc
Upgrade holidays to 0.9.4 ( #13167 )
2018-03-13 17:30:31 +01:00
Kane610 and Martin Hjelmare
8a1687accb
deConz rewrite to use async await syntax ( #13151 )
...
* Rewrite to use async await syntax
* Fix hound comment
2018-03-13 08:47:45 +01:00
Jesse Hills and Martin Hjelmare
53351423dd
Change iglo port to cv.port validator ( #13163 )
2018-03-13 08:29:20 +01:00
Daniel Høyer Iversen and GitHub
75fb8ef98b
upgrade tibber libary to 0.4.0 to use aiohttp 3.0 ( #13164 )
2018-03-13 07:04:27 +01:00
Fabian Affolter and Paulus Schoutsen
989638b266
Upgrade Sphinx to 1.7.1 ( #13127 )
2018-03-12 18:22:48 -07:00
Otto Winter and Paulus Schoutsen
d028c33e7f
Disable Monkey Patch for 3.6.3+ ( #13150 )
2018-03-12 16:12:21 -07:00
Paulus Schoutsen and Fabian Affolter
0a2e949e0a
Remove crazy JSON encoding things that are no longer used ( #13029 )
...
Catch JSON encoding errors in HTTP view
2018-03-12 23:22:08 +01:00
Paulus Schoutsen and GitHub
1bea8747ac
Merge pull request #13149 from home-assistant/release-0-65-4
...
0.65.4
0.65.4
2018-03-12 14:52:01 -07:00
Alok Saboo and Paulus Schoutsen
e54394e906
Throttle Arlo api calls ( #13143 )
2018-03-12 14:14:43 -07:00
Jeroen ter Heerdt and Paulus Schoutsen
c384fd9653
Adding check for empty discovery info in alarm control panel Egardia. ( #13114 )
2018-03-12 14:14:42 -07:00
Paulus Schoutsen
3560fa754c
Catch if bridge goes unavailable ( #13109 )
2018-03-12 14:14:42 -07:00
Paulus Schoutsen
101a6ab07c
Fix unavailable property for wemo switch ( #13106 )
...
* Fix unavailable property for wemo switch
* Have subscriptions respect the lock
* Move subscription callback to added to hass section
2018-03-12 14:14:42 -07:00
Paulus Schoutsen
eb1ca20cfc
Version bump to 0.65.4
2018-03-12 14:14:36 -07:00
Jeroen ter Heerdt and Paulus Schoutsen
ae286a550b
Adding check for empty discovery info in alarm control panel Egardia. ( #13114 )
2018-03-12 14:03:05 -07:00
Fabian Affolter and Paulus Schoutsen
c5330a13b6
Upgrade schiene to 0.22 ( #13121 )
2018-03-12 14:02:36 -07:00
Fabian Affolter and Paulus Schoutsen
6ab4a408d2
Upgrade zeroconf to 0.20.0 ( #13123 )
2018-03-12 14:02:03 -07:00
Fabian Affolter and Paulus Schoutsen
1202134964
Upgrade youtube_dl to 2018.03.10 ( #13124 )
2018-03-12 14:01:32 -07:00
Fabian Affolter and Paulus Schoutsen
bbbb44b999
Upgrade TwitterAPI to 2.4.10 ( #13126 )
2018-03-12 14:01:05 -07:00
Fabian Affolter and Paulus Schoutsen
54e0cc1304
Upgrade mypy to 0.570 ( #13128 )
2018-03-12 14:00:10 -07:00
Per Osbäck and Paulus Schoutsen
f9e07e617c
update to async/await ( #13137 )
2018-03-12 13:57:13 -07:00
Alok Saboo and Paulus Schoutsen
95a528a75f
Throttle Arlo api calls ( #13143 )
2018-03-12 13:56:33 -07:00
Paulus Schoutsen and GitHub
51b0cbefe3
Catch if bridge goes unavailable ( #13109 )
2018-03-12 13:55:22 -07:00
Paulus Schoutsen and GitHub
8d8b07abd5
Fix unavailable property for wemo switch ( #13106 )
...
* Fix unavailable property for wemo switch
* Have subscriptions respect the lock
* Move subscription callback to added to hass section
2018-03-12 13:54:56 -07:00
Federico Zivolo and Paulus Schoutsen
15d345c4ef
fix: Support different JointSpace API versions ( #13084 )
2018-03-12 12:33:04 -07:00
Fabian Affolter and Paulus Schoutsen
676c94561b
Upgrade astral to 1.6 ( #13120 )
2018-03-12 12:28:27 -07:00
Fabian Affolter and Paulus Schoutsen
02ad9c3574
Upgrade aiohttp to 3.0.7 ( #13119 )
2018-03-12 12:26:51 -07:00
Otto Winter and GitHub
890197e407
asyncio.ensure_future Python 3.5 ( #13141 )
2018-03-12 19:42:08 +01:00
Paulus Schoutsen
9ee123f5ce
Version bump to 0.66.0.dev0
2018-03-11 13:20:47 -07:00
Adam Mills and GitHub
14aa4e7694
Lint script tweaks ( #13093 )
...
* Also lint working tree files
When performing a git diff of upstream/dev..., git is diffing against
the current HEAD, but does not include working tree files. By manually
calculating a merge-base SHA to diff against, git will still diff those
files.
* Don't pylint tests files, since we don't in CI
* Use merge base for lazytox
* Simplify files changed header
2018-03-11 16:15:09 -04:00
Paulus Schoutsen and GitHub
49d51e5040
Merge pull request #13098 from home-assistant/release-0-65-3
...
0.65.3
0.65.3
2018-03-11 13:14:18 -07:00
tadly and Paulus Schoutsen
31130f902b
Updated jsonrpc-websocket to 0.6 ( #13096 )
...
Fix Kodi by updating jsonrpc-websocket to 0.6
2018-03-11 12:52:02 -07:00
Greg Dowling and Paulus Schoutsen
8603f1a047
Bump pyvera to 0.2.42. Improve event loop robustness. ( #13095 )
2018-03-11 12:52:01 -07:00
Otto Winter and Paulus Schoutsen
a34786fb2d
Revert "Cast automatically drop connection ( #12635 )" ( #13094 )
...
This reverts commit e14893416f .
2018-03-11 12:52:00 -07:00
Joe Lu and Paulus Schoutsen
8e51c12010
Integrated with py-synology:0.2.0 which has fix to auto-renew session when it's expired ( #13079 )
2018-03-11 12:52:00 -07:00
Paulus Schoutsen
e3d176f479
Fix Tado doing async wrong ( #13078 )
...
* Fix Tado doing async wrong
* Remove last coroutine decorator
2018-03-11 12:51:59 -07:00