Jesse Rizzo
4060f1346a
Improve Envoy detection and support multiple Envoys ( #26665 )
...
* Bump envoy_reader to 0.8.6, fix missing dependency
* Support for optional name in config
* Replace str.format with f-strings
2019-09-17 20:24:03 +02:00
gibman
ed13cab8d6
Disconnect velux on hass stop ( #26266 )
...
* velux KLF200 device did not disconnect properly when rebooting the hass device.
disconnect is now being called on the 'EVENT_HOMEASSISTANT_STOP' event
* removed comment
* removed comment
* trigger bot
* trigger bot
* trigger bot
* logging casing fixed. code moved from init.
* logger level debug
logger level moved from info to debug
only config[DOMAIN] exposed to module
imports moved to top
* DOMAIN part of config passed to module.
* removed trailing whitespaces etc.
* black --fast changes
* added missing docstring
* D400 First line should end with a period
* black formatting
2019-09-17 20:22:39 +02:00
Ian
12f68af107
Switch py_nextbus to py_nextbusnext ( #26681 )
...
The orignal package maintainer seems to be unresponsive. I've forked
the package and added the bug fixes to the new fork
Fixes #24561
2019-09-17 17:53:12 +02:00
Pascal Vizeli
15bb12f48e
Fix release access for bram ( #26693 )
2019-09-17 15:59:12 +02:00
Bram Kragten
e9fe90a873
Bump version to 0.99.0b3
2019-09-17 15:47:39 +02:00
Bram Kragten
7d79d281c1
Updated frontend to 20190917.1 ( #26691 )
2019-09-17 15:43:14 +02:00
Pascal Vizeli
d8ccc7751f
Bump connect-box library to fix logging ( #26690 )
2019-09-17 15:43:14 +02:00
Pascal Vizeli
6853f99e30
Fix Nuki issues ( #26689 )
...
* Fix Nuki issues
* remove stale code
* Add comments
* Fix lint
2019-09-17 15:43:13 +02:00
Bram Kragten
a3bdbf3188
Updated frontend to 20190917.1 ( #26691 )
2019-09-17 15:41:49 +02:00
Pascal Vizeli
b7f7d545d1
Bump connect-box library to fix logging ( #26690 )
2019-09-17 13:48:01 +02:00
Pascal Vizeli
4be0c057d2
Fix Nuki issues ( #26689 )
...
* Fix Nuki issues
* remove stale code
* Add comments
* Fix lint
2019-09-17 11:44:43 +02:00
Pascal Vizeli
1b57ea51be
Bump version to 0.99.0b2
2019-09-17 07:43:09 +00:00
Bram Kragten
8d44e0cc0c
Updated frontend to 20190917.0 ( #26686 )
2019-09-17 07:41:41 +00:00
Paulus Schoutsen
fe8ff200bc
Use Nabu Casa url if no https url set ( #26682 )
...
* Use Nabu Casa url if no https url set
* Update test_home_assistant_cast.py
2019-09-17 07:38:43 +00:00
Bram Kragten
e0f1677296
Updated frontend to 20190917.0 ( #26686 )
2019-09-17 09:34:34 +02:00
Paulus Schoutsen
0ef79da281
Use Nabu Casa url if no https url set ( #26682 )
...
* Use Nabu Casa url if no https url set
* Update test_home_assistant_cast.py
2019-09-17 09:23:31 +02:00
HomeAssistant Azure
771c674e90
[ci skip] Translation update
2019-09-17 00:32:14 +00:00
Fredrik Erlandsson
c088e8fd95
pytfiac version bump to 0.4 ( #26669 )
2019-09-16 21:20:48 +02:00
Abílio Costa
8de84c53a1
zha: fix 0 second transitions being ignored. ( #26654 )
...
Allow turning a light on instantly, with no transition time.
This is actually required for IKEA lights to be able to set brightness
and color temp in a single call.
2019-09-16 07:14:05 -04:00
Pascal Vizeli
db48d5effd
Update azure-pipelines-ci.yml for Azure Pipelines
2019-09-16 10:34:31 +02:00
Robert Svensson
5116d02747
deCONZ - Improve service tests ( #26663 )
...
* Improve configure service tests
* Add refresh device service test
* Add tests for setup and unload services
* Remove refresh device test from test_init
* Extra verification of deconz services existance in hass.data
2019-09-16 10:08:13 +02:00
chriscla
719a601880
Use pynzbgetapi exceptions consistently ( #26667 )
2019-09-16 07:06:21 +02:00
Bryan York
f45f8f2f3d
Emulate color temperature for non-ct lights in light groups ( #23495 )
...
* Emulate color temperature for non-ct lights in light groups
* fix tests
* Address review comments
* Fix black formatting
* Fix for pylint
* Address comments
* Fix black formatting
* Address comments
2019-09-15 20:53:05 +02:00
michaeldavie
fd359c6222
Fix Environment Canada weather forecast, retain icon_code sensor ( #26646 )
...
* Bump env_canada to 0.0.25
* Keep icon_code
2019-09-15 11:55:20 +02:00
Erik Montnemery
6a60ebdb30
Rename MockToggleDevice to MockToggleEntity ( #26644 )
...
* Rename MockToggleDevice to MockToggleEntity
* Fix tests
2019-09-15 09:50:17 +02:00
chriscla
57833f5b1e
Refactor nzbget to support future platform changes ( #26462 )
...
* Re-factor nzbget platform to enable future features.
* Re-factor nzbget platform to enable future features.
* Re-factor nzbget platform to enable future features.
* Re-factor nzbget platform to enable future features.
* Use pynzbgetapi instead of raw HTTP requests
* Using pynzbgetapi
* Pinning pynzbgetapi version.
* Requiring pynzbgetapi 0.2.0
* Addressing review comments
* Refreshing requirements (adding pynzbgetapi)
* Remove period from logging message
* Updating requirements file
* Add nzbget init to .coveragerc
* Adding nzbget codeowner
* Updating codeowners file
2019-09-15 02:44:19 +02:00
Robert Svensson
9c2053a251
deCONZ - Remove mechanisms to import a configuration from configuration.yaml ( #26648 )
2019-09-14 22:53:59 +02:00
Robert Svensson
41c9ed5d51
deCONZ - battery sensor instead of battery attribute ( #26591 )
...
* Allow all sensors to create battery sensors
* Neither binary sensor, climate nor sensor will have battery attributes
2019-09-14 19:15:18 +02:00
SukramJ
24f1ff0aef
Add built in weather to Homematic IP Cloud ( #26642 )
2019-09-14 17:23:23 +02:00
Robert Svensson
5885c3f353
Move deCONZ services to their own file ( #26645 )
2019-09-14 15:15:06 +02:00
Pascal Vizeli
36ab3d3421
Bumped version to 0.99.0b1
2019-09-14 11:53:52 +00:00
Paulus Schoutsen
a1a44d47b9
Update PyChromecast ( #26594 )
2019-09-14 11:52:36 +00:00
Gerard
ffee50bd7a
Fix CCM messages ( #26589 )
2019-09-14 11:52:34 +00:00
SukramJ
1d3f2d20d2
Add group attribute to Homematic IP Cloud ( #26618 )
...
* Add group attribute to Homematic IP Cloud
* Fix docstring
2019-09-14 07:12:19 +02:00
Florent Thoumie
a71cd6e90e
Add iaqualink binary sensor and unique_id ( #26616 )
...
* Add binary_platform to iaqualink integration, add unique_id
* Revert Mixin changes, move self.dev to AqualinkEntity
* Style fixes
2019-09-14 07:05:47 +02:00
Dan Ponte
bca7363a80
zha ZCL color loop effect ( #26549 )
...
* Initial implementation of ZCL color loop effect
* Fix linter complaints
* Use const for action
* Reformat with Black
* Cleanup after review.
* Handle effect being None
2019-09-13 22:06:09 -04:00
HomeAssistant Azure
6a9ecf0015
[ci skip] Translation update
2019-09-14 00:32:15 +00:00
Robert Svensson
fb1acfccc9
deCONZ - create deconz_events through sensor platform ( #26592 )
...
* Move event creation into sensor platform where it belongs
* Fixed the weird failing test observed during device automation PR
2019-09-14 00:16:37 +02:00
Pascal Vizeli
357f2421c8
Update azure-pipelines-wheels.yml for Azure Pipelines
2019-09-13 22:29:39 +02:00
Pascal Vizeli
e4bf2c4716
Update azure-pipelines-wheels.yml
2019-09-13 22:04:02 +02:00
Gilad Peleg
2f6d567657
Refactor Bluetooth Tracker to async ( #26614 )
...
* Convert bluetooth device tracker to async
* WIP
* WIP
* Fix callback
* Fix tracked devices
* Perform synchornized updates
* Add doc
* Run in executor
* Improve execution
* Improve execution
* Don't create a redundant task
* Optimize see_device to run concurrently
* Remove redundant initialization scan
2019-09-13 21:09:45 +02:00
SNoof85
7e7ec498ca
Fix Typo ( #26612 )
2019-09-13 07:33:14 +02:00
HomeAssistant Azure
10f742d552
[ci skip] Translation update
2019-09-13 00:33:08 +00:00
PoofyTeddy
32a6a76d6a
Disable Watson TTS Telemetry ( #26253 )
2019-09-12 21:50:24 +02:00
Gilad Peleg
25ef4a156f
Improve bluetooth tracker device code ( #26067 )
...
* Improve bluetooth device tracker code
* Don't use set operations
* Fix logging template interpolation
* Warn if not tracking new devices and not devices to track
* Updates due to CR
* Fix pylint warning
* Fix pylint import warning
* Merge with dev
2019-09-12 18:01:55 +02:00
Sébastien RAMAGE
284ae01560
Bump zigpy-zigate to 0.3.1 ( #26600 )
...
* Bump zigpy-zigate to 0.3.1
Bump zigpy-zigate to 0.3.1 (fix Rpi.GPIO dependency)
* Bump zigpy-zigate to 0.3.1
Bump zigpy-zigate to 0.3.1 (fix Rpi.GPIO dependency)
2019-09-12 14:00:58 +02:00
Pascal Vizeli
c6a73e9ef7
Update azure-pipelines-wheels.yml
2019-09-12 13:28:48 +02:00
Gerard
41f96a315e
Fix CCM messages ( #26589 )
2019-09-12 09:50:02 +02:00
Pascal Vizeli
dfcffa14fb
Update azure-pipelines-release.yml
2019-09-12 08:30:57 +02:00
Pascal Vizeli
63cf21296c
Update azure-pipelines-release.yml
2019-09-12 08:30:28 +02:00