Commit graph

241 commits

Author SHA1 Message Date
Paulus Schoutsen
2c6e6c2a6f
Add config entry for Sonos + Cast ()
* Add config entry for Sonos

* Lint

* Use add_job

* Add Cast config entry

* Lint

* Rename DOMAIN import

* Mock pychromecast in test
2018-06-14 15:17:54 -04:00
Paulus Schoutsen
b2440a6d95
Fix tests ()
* Fix tests

* Lint
2018-06-14 11:57:09 -04:00
Paulus Schoutsen
e014a84215
Nest config flow ()
* Move nest to dir based component

* Add config flow for Nest

* Load Nest platforms via config entry

* Add tests for Nest config flow

* Import existing access tokens as config entries

* Lint

* Update coverage

* Update translation

* Fix tests

* Address strings

* Use python-nest token resolution

* Lint

* Do not do I/O inside constructor

* Lint

* Update test requirements
2018-06-13 11:14:52 -04:00
Ville Skyttä
cb646e48d0 Upgrade pylint to 1.9.2 () 2018-06-13 07:08:39 -04:00
Hate-Usernames
a373793029 pytradfri 5.5.1: Improved 3rd party bulb support ()
* Bump pytradfri version

* Update light component

* Add tests

* lint

* Docstring typos

* Blank line

* lint

* 5.5.1

* Fix tests on py3.5
2018-06-13 07:17:52 +02:00
Paulus Schoutsen
3153b0c8fc Bump frontend to 20180613.0 2018-06-12 21:20:23 -04:00
Paulus Schoutsen
d8adb4bdb0 Bump frontend to 20180607.0 2018-06-06 22:42:01 -04:00
Paulus Schoutsen
70edb2492a Version bump to 20180603.0 2018-06-03 12:29:57 -04:00
Fabian Affolter
a8413249c2 Upgrade sqlalchemy to 1.2.8 () 2018-06-02 08:34:30 -04:00
Paulus Schoutsen
0a724a5473 Update frontend 2018-06-01 10:52:25 -04:00
Paulus Schoutsen
a58a566ae8 Bump frontend to 20180531.0 2018-05-31 17:25:35 -04:00
cdce8p
7d2563eb1f
Update HAP-python to 2.2.2 ()
* Pass driver to accessory
* Added 'hk_driver' fixture for tests
2018-05-29 22:43:26 +02:00
MizterB
9a87e62e0e Update Hue platform to aiohue 1.5.0, and re-implement logic for duplicate scene names. () 2018-05-28 10:21:00 -04:00
Paulus Schoutsen
a5e66ce6ba Bump frontend to 20180526.4 2018-05-26 20:02:24 -04:00
Paulus Schoutsen
bcde57bff8 Bump frontend to 20180526.3 2018-05-26 14:29:26 -04:00
Paulus Schoutsen
fdb250d86c Bump frontend to 20180526.2 2018-05-26 11:53:36 -04:00
Paulus Schoutsen
41fc44b27c Bump frontend to 20180526.1 2018-05-26 08:33:22 -04:00
Marius Kotlarz
b4f8d52fb1 Add configurable decimal rounding of display value for CoinMarketCap sensor and upgrade to 5.0.3 () () 2018-05-25 15:39:04 +02:00
Paulus Schoutsen
4fb4838bde Update frontend to 20180524.0 2018-05-24 13:08:12 -04:00
Paulus Schoutsen
2ff61786bc Update frontend to 20180521.0 2018-05-21 11:01:35 -04:00
Paulus Schoutsen
74f1f08ab5 Bump frontend to 20180519.0 2018-05-19 10:44:54 -04:00
Fabian Affolter
8deb462471
Upgrade restrictedpython to 4.0b4 () 2018-05-19 10:05:02 +02:00
Paulus Schoutsen
8d06469efe Bump frontend to 20180518.1 2018-05-18 18:15:49 -04:00
cdce8p
12e76ef7c1
Update HAP-python to 2.1.0 () 2018-05-18 16:32:57 +02:00
Paulus Schoutsen
1c3293ac85
Update frontend to 20180518.0 ()
* Update frontend to 20180517.0

* Update requirements

* Bump frontend to 20180518.0
2018-05-17 21:29:37 -04:00
Paulus Schoutsen
3e7d4fc902 Bump frontend to 20180516.1 2018-05-16 09:39:14 -04:00
Paulus Schoutsen
64223cea72 Update frontend to 20180516.0 2018-05-16 09:01:30 -04:00
Paulus Schoutsen
df69680d24
Don't add a url to built-in panels ()
* Don't add a url to built-in panels

* Add url_path back

* Lint

* Frontend bump to 20180515.0

* Fix tests
2018-05-15 14:47:46 -04:00
Robert Svensson
c06351f2a9 Bump requirement to pydeconz v38 () 2018-05-14 08:41:17 +02:00
Fabian Affolter
3ec56d55c5 Upgrade requests_mock to 1.5 () 2018-05-13 17:58:18 +02:00
Ville Skyttä
70af7e5fad Update pylint to 1.8.4 () 2018-05-12 22:22:20 +02:00
Paulus Schoutsen
bc664c276c Bump frontend to 20180510.1 2018-05-10 17:38:41 -04:00
Paulus Schoutsen
50cea77887 Bump frontend to 20180509.0 2018-05-08 20:48:46 -04:00
Javier Gonel
a2b8ad50f2 fix(hbmqtt): partial packets breaking hbmqtt ()
This issue was fixed in  that was released in hbmqtt 0.9.2
2018-05-07 09:52:33 -04:00
Paulus Schoutsen
83e342daf2 Update frontend to 20180505.0 2018-05-05 11:35:42 -04:00
Robert Svensson
8410b63d9c deCONZ add new device without restart ()
* Add new device without restarting hass

* Remove debug prints

* Fix copy paste error

* Fix comments from balloob
Add tests to verify signalling with new added devices

* Fix hound comments
Add test to verify when new sensor is added

* Fix tests

* Unload entry should unsubscribe all deconz dispatchers

* Make sure mock setup also creates unsub in hass data

* Fix copy paste issue

* Lint
2018-05-05 10:11:00 -04:00
Fabian Affolter
7900ba30bf Upgrade holidays to 0.9.5 () 2018-05-04 17:09:05 +02:00
cdce8p
e37fd5b132 Update HAP-python to 2.0.0 ()
* Fixed async (added 'async_add_job' and 'add_job')

* Driver status

* Use pyhap category constants

* Changed 'set_broker' to 'set_driver'

* Changed loader method names

* Use 'serv.configure_char'

* Use 'self.set_info_service'

* Use 'self.add_preload_service'

* Fix hound issue

* Updated HAP-python to 2.0.0
2018-05-04 16:46:00 +02:00
Fabian Affolter
b0cccbfd9f Upgrade mypy to 0.590 () 2018-05-01 14:14:28 -04:00
Diogo Gomes
a4e0c9c251 Fixes (Upgrade pyupnp-async to 0.1.0.2) ()
* Fixes  (upstream version bump)

* bump pyupnp-async version
2018-05-01 08:51:47 -04:00
Fabian Affolter
d7eced95fa Upgrade numpy to 1.14.3 () 2018-04-30 09:28:00 +02:00
Fabian Affolter
95f2ad2299
Upgrade sqlalchemy to 1.2.7 () 2018-04-28 23:16:01 +02:00
Fabian Affolter
ea5c336ab4
Upgrade restrictedpython to 4.0b3 () 2018-04-28 19:21:37 +02:00
Paulus Schoutsen
f5de2b9e5b Bump frontend to 20180426 2018-04-26 16:39:14 -04:00
Paulus Schoutsen
75fffb6a86 Bump frontend to 20180425.0 2018-04-24 23:18:28 -04:00
Johann Kellerman
6ccb83584e
Qwikswitch binary sensors () 2018-04-21 08:34:42 +02:00
Paulus Schoutsen
27f3081b74 Update frontend to 20180420.0 2018-04-19 22:16:48 -04:00
koolsb
37cd63ea5a Add blackbird media player component () 2018-04-19 11:35:38 +02:00
Paulus Schoutsen
b0a3d084fb Version bump to 20180418.0 2018-04-18 15:58:14 -04:00
Kane610
1a9ea11665 Bump deCONZ requirement to v36 () 2018-04-17 20:00:53 +02:00