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
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
Robert Svensson
ceac35797e
Handle disabled devices ( #25625 )
2019-08-01 17:22:08 +02:00
tleegaard
61c6838fa2
Add support for HomeKit CO2 sensors ( #25603 )
2019-08-01 11:24:46 +01: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
37d78af42c
Add translations
2019-07-31 16:16:40 -07:00
Paulus Schoutsen
620cb74050
Type
2019-07-31 13:08:31 -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
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
Jon Gilmore
1e8a4dd0bc
Fix status of lutron switches/lights after HA reboot ( #25592 )
2019-07-31 05:48:43 +02:00
Tom Harris
ffe6ddeba7
Bump insteonplm to 0.16.5 ( #25580 )
2019-07-31 04:40:22 +02:00
Paulus Schoutsen
39b8102ce6
Bump Python support to min Python 3.6.0 ( #25582 )
...
* Bump Python support to min Python 3.6.0
* Fix type
2019-07-30 16:44:39 -07:00
Aaron Bach
fe1e761a7a
Add last event data (including "changed_by") to SimpliSafe ( #25569 )
...
* Add "last event" sensor for SimpliSafe
* Functionality round 1
* Cleanup
* Whitespace
* Whitespace
* Updated requirements
* Removed unused constants
* Member comments
2019-07-30 17:23:42 -06:00
Paulus Schoutsen
0257fe0375
Fix Ecobee HVAC action + available presets ( #25488 )
...
* Fix Ecobee HVAC action + available presets
* Update python-ecobee-api to 0.0.21
* Include proper operation list.
* Allows pass on preset to set_climate_hold
* Remove aux heat as a preset
* Fix test
2019-07-30 15:25:03 -07:00
Quentame
f8bb0e1229
Fix : Velbus translation error ( #25575 )
2019-07-30 14:26:06 -07:00
Alexei Chetroi
5aa35b52cc
ZHA log helper ( #25543 )
...
* Logging helper.
* Use log helper for ZHA entities.
* Use log helper for ZHA core device.
* Log helper for ZHA core channels.
* Lint
* ZHA fixture fix.
2019-07-30 15:19:24 -04:00
Ben Lebherz
2c144bc412
add cleaning state code for roborock s6 ( #25500 )
2019-07-30 13:34:05 -04:00
Orson
2d10e61c23
Updated Workday Binary Sensor to use Holidays 0.9.11 and added support for Aruba Holidays. ( #25568 )
...
* Updated Workday Binary Sensor to use Holidays 0.9.11 and added support for Aruba Holidays.
* updated requirements_all.txts
2019-07-30 12:58:23 +02:00
Maikel Punie
15ae970941
Make the velbus component more robust in handling errors ( #25567 )
...
* Add some try excepts for velbus as the python-velbus lib is not good in handling these
* Only catch velbusExceptions
* only wrap the lines that can cause the exception
* Fix indentation mixup
2019-07-30 12:56:40 +02:00
Jon Gilmore
67cae00caa
pylutron PyPI update ( #25557 )
...
* pylutron PyPI update
We've been working with the original maintainer of pylutron, and they've published an update to PyPI to support a couple different things: homeowner keypads, main repeater keypads
* added requirements
2019-07-30 12:18:26 +02:00
Robert Svensson
35900964cb
UniFi - Track devices ( #25570 )
2019-07-30 10:05:51 +02:00
Aaron Bach
71acc6d3f8
Transition SimpliSafe data retrieval to its own object ( #25546 )
...
* Transition SimpliSafe data retrieval to its own object
* Don't overwrite a variable
* Member comments
* Member comments
2019-07-29 15:52:30 -06:00
Robert Svensson
891f19b43f
UniFi device tracker restore clients ( #25532 )
2019-07-29 23:13:04 +02:00
Tobias Perschon
3a91c8f285
updated telegram trusted IPs ( #25564 )
...
updated telegram trusted IPs (Source: https://core.telegram.org/bots/webhooks )
2019-07-29 14:51:05 -05:00
Andre Lengwenus
c4f673c894
LCN cover control via output ports ( #25511 )
...
* LCN motor control via oputput ports
* Remove default value from cover validator
2019-07-29 20:49:44 +02:00