Paulus Schoutsen
35400b0db1
Upgrade hass-nabucasa to 0.16 ( #25636 )
2019-08-01 13:03:45 -07:00
Martin Eberhardt
c3cdd3e7d2
Fix handling of empty results from Rejseplanen ( #25610 )
...
* Improve handling of empty results from Rejseplanen (Fixes #25566 )
* Exclude attributes with null value
* Add period back into docstring
* Fix formatting
2019-08-01 22:02:11 +02:00
Oncleben31
f7a47c6cab
Meteofrance improve log error messages ( #25630 )
...
* Improve log error messages
* remove unique_id not ready yet
2019-08-01 12:45:16 -07:00
Jc2k
a177ef02e3
Bump homekit_python to 0.15 ( #25631 )
2019-08-01 12:44:30 -07:00
Ville Skyttä
767b8e9f25
Add some debugging to azure mypy job ( #25632 )
2019-08-01 12:44:02 -07:00
Paulus Schoutsen
a398b39e12
Expose comfort presets as HA presets ( #25491 )
...
* Expose comfort presets as HA presets
* Fix bugs
* Handle unavailable
* log level debug on update
* Lint
2019-08-01 12:32:48 -07:00
Paulus Schoutsen
3649a1b5e9
Filter out empty results in history API ( #25633 )
2019-08-01 11:52:57 -07:00
Ville Skyttä
c2556d90ea
Huawei LTE sensor unique id improvements ( #25609 )
...
* Convert sensor setup to async
* Improve sensor unique ids
* Save some indent levels, use f-string formatting
* Require getmac in tests
* Fix RouterData init in tests
* Make discovery_info optional in async_setup_platform signature
2019-08-01 19:22:04 +03:00
Jc2k
36129af447
Fix polling HomeKit devices with multiple services per accessory ( #25629 )
2019-08-01 16:35:19 +01:00
Ville Skyttä
6b22dbcd0b
Blacken top level *.py ( #25621 )
...
* Blacken top level *.py
* Tolerate double quotes too in setup.py dependency extraction
2019-08-01 08:30:49 -07:00
Robert Svensson
ceac35797e
Handle disabled devices ( #25625 )
2019-08-01 17:22:08 +02:00
Joakim Plate
84abb57ebc
Fix test_install_existing_package ( #25627 )
...
homeassistant.util.package.install_package is not
a corutine.
2019-08-01 09:37:37 -05:00
tleegaard
61c6838fa2
Add support for HomeKit CO2 sensors ( #25603 )
2019-08-01 11:24:46 +01:00
Pascal Vizeli
b97bef3ac8
Remove liner for editor. Not need with black
2019-08-01 11:41:29 +02:00
Ville Skyttä
f9b1a52259
Move mypy settings to setup.cfg ( #25611 )
2019-08-01 07:53:53 +02:00
Ville Skyttä
cfd600d72e
script/test: fix tox env ( #25620 )
2019-08-01 08:45:58 +03:00
David F. Mulcahey
3bd7b15b3d
bump quirks ( #25618 )
2019-07-31 21:33:12 -06:00
Paulus Schoutsen
78a0e21557
Version bump to 0.98.0.dev0
2019-07-31 16:22:05 -07:00
Paulus Schoutsen
5961fbb710
Merge remote-tracking branch 'origin/master' into dev
2019-07-31 16:17:17 -07:00
Paulus Schoutsen
37d78af42c
Add translations
2019-07-31 16:16:40 -07:00
Paulus Schoutsen
05ecc5a135
Merge pull request #25584 from home-assistant/black
...
Black
2019-07-31 15:36:42 -07:00
Paulus Schoutsen
dcdbd08d23
Add constraints to key files
2019-07-31 14:49:38 -07:00
Paulus Schoutsen
11a4d36c69
Confirm deletion
2019-07-31 14:49:00 -07:00
Paulus Schoutsen
a4920d3afb
Uninstall typing
2019-07-31 14:02:12 -07:00
Paulus Schoutsen
6b2d40327c
Make sure typing matches stdlib
2019-07-31 13:46:57 -07:00
Paulus Schoutsen
620cb74050
Type
2019-07-31 13:08:31 -07:00
Paulus Schoutsen
93c0db2328
Lint
2019-07-31 12:53:07 -07:00
Paulus Schoutsen
0ccffc3e55
Lint
2019-07-31 12:46:17 -07:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Paulus Schoutsen
da05dfe708
Add Black
2019-07-31 12:23:23 -07:00
Ville Skyttä
0490167a12
Azure flake8 dep, docstring fixes ( #25605 )
...
* Fix Azure CI flake8 deps
* Docstyle fixes
2019-07-31 12:21:36 -07:00
Ville Skyttä
3cf8964c06
Python < 3.6 remainder cleanups ( #25607 )
2019-07-31 12:21:15 -07:00
Thomas Lovén
671cb0d092
Return history for entities in the order they were requested ( #25560 )
...
* Return history for entities in the order they were requested
* Fix problems. Add tests
* Update __init__.py
2019-07-31 11:59:25 -07:00
Paulus Schoutsen
fcdd66b33b
Bump frontend to 20190731.0
2019-07-31 11:22:48 -07:00
cgtobi
4bef2412d2
Netatmo climate refactor ( #25457 )
...
* Refactor climate component to use home id rather than name
* Bump pyatmo version
* Add new exception
* Update pyatmo version
2019-07-31 11:13:12 -07:00
Daniyar Yeralin
e1d884a484
Introduce support for color temperature ( #25503 )
...
* Introduce support for color temperature
* Fix linter errors
* Remove extra whitespace for pylint
2019-07-31 11:10:52 -07:00
Ross Dargan
5e7465a261
Change how ring polls for changes to allow more platforms to be added ( #25534 )
...
* Add in a switch to control lights and sirens
* Improve the way sensors are updated
* fixes following flake8
* remove light platform, and fix breaking test.
* Resolve issues with tests
* add tests for the switch platform
* fix up flake8 errors
* fix the long strings
* fix naming on private method.
* updates following p/r
* further fixes following pr
* removed import
* add additional tests to improve code coverage
* forgot to check this in
2019-07-31 11:08:40 -07:00
ChristianKuehnel
92991b53c4
remove myself from CODEOWNDERS ( #25593 )
...
* remove myself from CODEOWNDERS
Sorry, I do not have time right now to work on HomeAssistant, so I'm removing myself from the CODEOWNERS.
* Update manifest.json
2019-07-31 10:59:56 -07:00
Tobias Perschon
11ebd8546c
implemented timout setting for telnet switch ( #25602 )
2019-07-31 10:59:12 -07:00
David Bonnes
16a98359c3
Fix bug and bump geniushub client ( #25599 )
...
Fix bug, delint and bump client
2019-07-31 18:44:09 +01:00
croghostrider
8ffc6c05b7
Fix wrong exposed light for emulated hue ( #25581 )
...
* Add auto detect if brightness is supported
* Fix
* Fix tests
* Cleanup
2019-07-31 10:34:37 -07:00
Aaron Bach
3a3f70ef21
Add migration notification for Ambient PWS ( #25561 )
...
* Add migration notification for Ambient PWS
* Remove unnecessary kwarg
Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
* Automatically recreate config entry
* Delete entities and devices
* Move imports
2019-07-31 10:31:40 -07:00
Martin Eberhardt
90dc81c1b3
Improve and align Rejseplanen with other transport components (Breaking) ( #25375 )
...
* Improve and align Rejseplanen with other transport components (Breaking)
* Fix empty list check
* Remove pointless list cast
* Clean up redundant definition of transport types
* Add docstring
* Simplify _times check
2019-07-31 18:48:54 +02:00
Joakim Plate
3d11c45edd
Log platform import errors and correct reqs for config check ( #25425 )
...
* Log failures to load plaforms
* Drop unused exception variable
* Also load pip requirements with check config
* Fix lint
* More lint
* Drop invalid parameters for error call
2019-07-31 09:09:00 -07:00
Pascal Vizeli
35c048fe6b
Update azure-pipelines-ci.yml for Azure Pipelines
2019-07-31 09:26:47 +02:00
Pascal Vizeli
1c0d847353
Update azure-pipelines-ci.yml for Azure Pipelines
2019-07-31 09:19:45 +02:00
Pascal Vizeli
96e84692ef
Update azure-pipelines-ci.yml for Azure Pipelines
2019-07-31 09:00:50 +02:00
Tyler Page
2e05431642
Bump venstarcolortouch to 0.9 ( #25585 )
...
* Update manifest.json
* Update requirements_all.txt
2019-07-31 08:56:37 +02:00
michaeldavie
255332aca8
Bump env_canada to 0.0.20 ( #25594 )
2019-07-31 08:56:11 +02:00
Manuel Díez
42c50c5b5e
Add support for Roku TVs to be powered on or off ( #25590 )
2019-07-31 06:01:51 +02:00