Paulus Schoutsen
fce275d29c
Merge pull request #16787 from home-assistant/rc
...
0.78.3
0.78.3
2018-09-22 11:20:29 +02:00
Paulus Schoutsen
5eda5f2f7b
Bumped version to 0.78.3
2018-09-22 11:18:54 +02:00
edif30
5ab580ab34
Bump gtts-token to 1.1.2 ( #16775 )
...
* bump gtts-token to 1.1.2
* bump gtts-token to 1.1.2
* bump gtts-token to 1.1.2
2018-09-22 11:18:47 +02:00
Paulus Schoutsen
2ac16b12c1
Merge pull request #16770 from home-assistant/rc
...
0.78.2
0.78.2
2018-09-21 11:40:04 +02:00
Paulus Schoutsen
44a98fb77a
Bumped version to 0.78.2
2018-09-20 20:26:25 +02:00
Fabian Affolter
03d93bea34
Upgrade zeroconf to 0.21.2 ( #16730 )
2018-09-20 20:25:39 +02:00
Fabian Affolter
9dbac9b033
Upgrade zeroconf to 0.21.1 ( #16687 )
2018-09-20 20:25:38 +02:00
tadly
9e86f0498b
Upgrade zeroconf to 0.21.0 ( #16647 )
2018-09-20 20:25:38 +02:00
Paulus Schoutsen
0d0d5c8c2c
Merge pull request #16742 from home-assistant/rc
...
0.78.1
0.78.1
2018-09-20 13:55:09 +02:00
Paulus Schoutsen
c7d5f7698e
Bumped version to 0.78.1
2018-09-20 11:32:26 +02:00
Jason Hu
9bbd61cbe4
Upgrade netdisco to 2.1.0 ( #16735 )
2018-09-20 11:32:16 +02:00
Jason Hu
7a7a164cb8
Handle chromecast CONNECTION_STATUS_DISCONNECTED event ( #16732 )
2018-09-20 11:32:15 +02:00
Andreas Oberritter
8379567636
SnmpSensor: Fix async_update ( #16679 ) ( #16716 )
...
Bugfix provided by awarecan.
2018-09-20 11:32:14 +02:00
Paulus Schoutsen
9e59fc5d05
Merge pull request #16666 from home-assistant/rc
...
0.78.0
0.78.0
2018-09-17 19:03:37 +02:00
Paulus Schoutsen
366e270e94
Bump frontend to 20180916.0
2018-09-17 18:33:41 +02:00
Paulus Schoutsen
f918d62571
version bump to 0.78.0
2018-09-17 10:48:09 +02:00
Paulus Schoutsen
18ce5092b4
Bumped version to 0.78.0b3
0.78.0b3
2018-09-15 12:46:02 +02:00
Paulus Schoutsen
7f7372198a
Update translations
2018-09-15 12:45:54 +02:00
Pascal Vizeli
abe61c5529
Rewrite bluetooth le ( #16592 )
...
* Rewrite bluetooth le
* Update requirements_all.txt
* Update gen_requirements_all.py
* Update bluetooth_le_tracker.py
* Update bluetooth_le_tracker.py
* Update bluetooth_le_tracker.py
* Update bluetooth_le_tracker.py
* Update bluetooth_le_tracker.py
* Update bluetooth_le_tracker.py
2018-09-15 12:45:23 +02:00
Jason Hu
b231fa2616
Fix broken bluetooth tracker ( #16589 )
2018-09-15 12:45:23 +02:00
Jason Hu
336289d7e7
Add retry limit for chromecast connection ( #16471 )
2018-09-15 12:45:22 +02:00
Paulus Schoutsen
a88cda44d9
Bumped version to 0.78.0b2
0.78.0b2
2018-09-12 13:30:14 +02:00
Zoé Bőle
08100a485a
Increasing python-websockets' version number ( #16578 )
...
* increasing python-websockets' version number so now it works with python 3.7
* required version for websockets increased to work with Python 3.7
* script/gen_requirements_all.py is done
2018-09-12 13:30:04 +02:00
Jason Hu
4c1b816bb8
Track refresh token last usage information ( #16408 )
...
* Extend refresh_token to support last_used_at and last_used_by
* Address code review comment
* Remove unused code
* Add it to websocket response
* Fix typing
2018-09-12 13:30:04 +02:00
Jason Hu
1983361373
Return if refresh token is current used one in WS API ( #16575 )
2018-09-12 13:29:38 +02:00
Paulus Schoutsen
68c21530ca
Update frontend to 20180912.0
2018-09-12 13:24:02 +02:00
Paulus Schoutsen
6d33fb2dc8
Bumped version to 0.78.0b1
0.78.0b1
2018-09-11 21:45:42 +02:00
Paulus Schoutsen
e50fc69c1e
Add websocket commands for refresh tokens ( #16559 )
...
* Add websocket commands for refresh tokens
* Comment
2018-09-11 21:45:33 +02:00
Paulus Schoutsen
20f06f4eb9
Fix invalid state ( #16558 )
...
* Fix invalid state
* Make slightly more efficient in unsubscribing
* Use uuid4"
2018-09-11 21:45:32 +02:00
Paulus Schoutsen
37c8aac76f
Fix typo ( #16556 )
2018-09-11 21:45:32 +02:00
Jason Hu
20e562b816
Long-lived access token ( #16453 )
...
* Allow create refresh_token with specific access_token_expiration
* Add token_type, client_name and client_icon
* Add unit test
* Add websocket API to create long-lived access token
* Allow URL use as client_id for long-lived access token
* Remove mutate_refresh_token method
* Use client name as id for long_lived_access_token type refresh token
* Minor change
* Do not allow duplicate client name
* Update docstring
* Remove unnecessary `list`
2018-09-11 21:45:31 +02:00
Zellux Wang
a4cec0b871
Fix arlo intilization when no base station available ( #16529 )
...
* Fix arlo intilization when no base station
* Fix pylint for empty camera check
* Fix typo
* Minor change to trigger CI again
2018-09-11 21:44:32 +02:00
vikramgorla
60b45d4ba5
bugfix - incorrect camera type and missing sensors when multiple netatmo cameras ( #16490 )
...
fixed get_camera_type as it was originally not consuming any input, was looping with all cameras and the first camera type was retutned, modified to call cameraType using provided camera name.
2018-09-11 21:44:31 +02:00
Tom Harris
1ea8c1ece3
Fix insteon Hub v1 support ( #16472 )
...
* Fix support for Hub version 1 (i.e. pre-2014 Hub model 2242)
* Bump insteonplm to 0.14.1
* Code review changes
* Clean up and better document set_default_port
* Simplify set_default_port based on code review
* Remove Callable type import
* Simplify port setup
2018-09-11 21:44:31 +02:00
Paulus Schoutsen
44d210698e
Fail fetch auth providers if onboarding required ( #16454 )
2018-09-11 21:44:30 +02:00
Diogo Gomes
968809c991
Replace api_password in Camera.Push ( #16339 )
...
* Use access_token and user provided token instead of api_password
* address comments by @awarecan
* new tests
* add extra checks and test
* lint
* add comment
2018-09-11 21:44:30 +02:00
Paulus Schoutsen
b9b8bc678c
Update frontend to 20180911.0
2018-09-11 21:37:49 +02:00
Paulus Schoutsen
00d8907c5e
Update translations
2018-09-11 21:37:05 +02:00
Franck Nijhof
7a5e828f6b
Updates documentation repo URL in PR template ( #16537 )
2018-09-10 14:28:21 +02:00
Paulus Schoutsen
3f97944f6b
Bumped version to 0.78.0b0
0.78.0b0
2018-09-10 13:44:56 +02:00
Paulus Schoutsen
1d6609e386
Update translations
2018-09-10 13:44:27 +02:00
Paulus Schoutsen
fb15dbf3ba
Bump frontend to 20180910.0
2018-09-10 13:44:11 +02:00
Fabian Affolter
c20f147949
Upgrade keyring to 15.0.0 ( #16536 )
2018-09-10 13:35:47 +02:00
Fabian Affolter
8ed4d732ac
Upgrade youtube_dl to 2018.09.10 ( #16534 )
2018-09-10 13:35:24 +02:00
Louis-Dominique Dubeau
a1578e3c6e
Add a base_url configuration setting to tts. ( #16478 )
...
* Add a base_url configuration setting to tts.
* Remove the empty string as default value for base_urls
As requested in
https://github.com/home-assistant/home-assistant/pull/16478#pullrequestreview-153526144
2018-09-10 11:50:25 +02:00
Jason Hu
253e787a1b
Upgrade aiohttp to 3.4.4 ( #16486 )
2018-09-10 10:39:51 +02:00
Fabian Affolter
0d7ee9b93b
Order imports ( #16515 )
2018-09-09 14:26:06 +02:00
tadly
d6d4ff6888
adds listener for OnAVStart and OnAVChange ( #16495 )
...
With Kodi 18, OnPlay is called before an item actually started playing.
For this OnAVStart and OnAVChange have been introduced.
2018-09-09 09:55:57 +02:00
Jason Hu
4291bdc6b2
Move voluptuous-serialize to core requirement ( #16507 )
2018-09-09 09:49:51 +02:00
Anders Melchiorsen
7d590a6b93
Update pyHS100 to 0.3.3 ( #16502 )
2018-09-09 00:34:22 +02:00