Markus Bong
3495932eb0
Add devolo binary_sensor devices ( #36370 )
...
* initial commit
* small corrections
* fix linting error
* add new files to coveragerc
* rename devolo_sensor to devolo_device
* use correct import
* use binary_switch platform
* use binary_switch platform
* add binary_sensor to coverage
* adjustments according PR review
* make super call easier to read
* use f-string instead of concatenating
* update docstrings - remove device_id property
* add will_remove_from_hass
2020-06-06 10:10:05 -05:00
Tim van Cann
d73a4e1ed5
Add Avri config flow ( #34288 )
...
* Add config flow to Avri integration
* Add config flow validation
* Update .coveragerc
* Start adding config flow tests
* Fix failing test
* Fix pylint
* Update homeassistant/components/avri/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/avri/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Fix import order
* Code review comments
* Update homeassistant/components/avri/sensor.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Remove device information
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-06-06 09:37:31 -05:00
matgad
14f5cab71d
Bump version zigpy-cc ( #36506 )
2020-06-06 15:32:26 +02:00
Bram Kragten
29ab1935cb
Update frontend to 20200603.2 ( #36494 )
2020-06-05 21:58:26 -07:00
Thomas Lovén
bdc098645b
Add entity list to light and cover group attributes ( #36477 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-06-05 21:23:52 -07:00
HomeAssistant Azure
492874c4a0
[ci skip] Translation update
2020-06-06 00:03:33 +00:00
Paulus Schoutsen
4b1761ccb5
Use builtin mock ( #36473 )
2020-06-05 15:12:50 -07:00
Paulus Schoutsen
76b5017df1
Merge remote-tracking branch 'origin/master' into rc
2020-06-05 14:34:55 -07:00
Paulus Schoutsen
401b0dce68
Bumped version to 0.111.0b2
2020-06-05 14:34:22 -07:00
Franck Nijhof
7520aa5b25
Fix iOS app crashing on None values in Zeroconf service info ( #36490 )
2020-06-05 14:34:12 -07:00
Alexei Chetroi
85ee0a1a3a
Process events from ZHA Window Covering Remote ( #36489 )
2020-06-05 14:34:11 -07:00
jrester
a1b2dcc5a8
Update tesla-powerwall to 0.2.10 ( #36486 )
...
modified: homeassistant/components/powerwall/manifest.json
modified: requirements_all.txt
modified: requirements_test_all.txt
2020-06-05 14:34:10 -07:00
J. Nick Koston
d1c083eed9
Upgrade pysonos to 0.0.31 ( #36483 )
2020-06-05 14:34:10 -07:00
Lindsay Ward
33ec314091
Fix yeelight_sunflower hs_color using RGB values ( #36470 )
2020-06-05 14:34:09 -07:00
J. Nick Koston
1646113b69
Update myq for latest api changes ( #36469 )
2020-06-05 14:34:08 -07:00
Paulus Schoutsen
1831b3bfb7
Bump hass-nabucasa to 0.34.5 ( #36461 )
2020-06-05 14:34:07 -07:00
shbatm
e053f75a08
Fix error on empty UOM for ISY994 Climate Device ( #36454 )
2020-06-05 14:34:07 -07:00
J. Nick Koston
ca511cb06c
Upgrade zeroconf to 0.27.1 ( #36277 )
2020-06-05 14:34:06 -07:00
J. Nick Koston
5e65d8d3c3
Upgrade zeroconf to 0.27.1 ( #36277 )
2020-06-05 14:33:26 -07:00
Alexei Chetroi
1c329ff708
Process events from ZHA Window Covering Remote ( #36489 )
2020-06-05 14:11:46 -07:00
Paulus Schoutsen
cdf4588fb0
Merge pull request #36492 from home-assistant/0.110.5
2020-06-05 14:08:03 -07:00
J. Nick Koston
2cf987bfc2
Update myq for latest api changes ( #36469 )
2020-06-05 13:07:36 -07:00
jrester
e807274d7e
Update tesla-powerwall to 0.2.10 ( #36486 )
...
modified: homeassistant/components/powerwall/manifest.json
modified: requirements_all.txt
modified: requirements_test_all.txt
2020-06-05 15:03:17 -05:00
Paulus Schoutsen
3cdcd5d223
Bumped version to 0.110.5
2020-06-05 12:44:11 -07:00
Franck Nijhof
882359d784
Fix iOS app crashing on None values in Zeroconf service info ( #36490 )
2020-06-05 12:44:08 -07:00
Franck Nijhof
4950cbee1c
Fix iOS app crashing on None values in Zeroconf service info ( #36490 )
2020-06-05 12:43:58 -07:00
Paulus Schoutsen
0a779ac64c
Add partial mobile app sensor validation ( #36433 )
2020-06-05 12:43:18 -07:00
Anton Tolchanov
0bf64e9a2c
Add @knyar as a codeowner for prometheus integration ( #36487 )
2020-06-05 21:29:06 +02:00
Alexey Kustov
3076fc5f25
Add notify_events notify integration ( #36049 )
...
* Add new notify_events notification component
* Fix manifest
* Formatting fix
* Black formatting + CODEOWNERS
* Fix requirements_all.txt
* Flake8 warning fix
* Isort fixes
* Update notify-events library requirement version
* Replace Exception to more suitable and update lib version
* Reformat integration according to "0007-integration-config-yaml-structure.md"
* Update homeassistant/components/notify_events/manifest.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix manifest + remove async
* Black formatting
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-05 21:26:56 +02:00
Aaron Bach
b51d81edba
Clean up Tile refactor ( #36450 )
...
* Clean up Tile refactor
* Code review
2020-06-05 21:12:48 +02:00
Paulus Schoutsen
6faf9e8bbe
panel_custom: Allow ES5+latest build, deprecate html ( #36464 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-05 10:39:18 -07:00
J. Nick Koston
c0307dca3a
Upgrade pysonos to 0.0.31 ( #36483 )
2020-06-05 10:30:20 -07:00
J. Nick Koston
5b94807923
Update myq for latest api changes ( #36469 )
2020-06-05 10:29:09 -07:00
Paulus Schoutsen
4170eb0f83
Use builtin mock ( #36473 )
2020-06-05 10:59:55 +02:00
Paulus Schoutsen
874c8fea03
Bump hass-nabucasa to 0.34.5 ( #36461 )
2020-06-05 00:11:40 -07:00
Lindsay Ward
a4204b440c
Fix yeelight_sunflower hs_color using RGB values ( #36470 )
2020-06-05 08:40:50 +02:00
HomeAssistant Azure
f8e48a9230
[ci skip] Translation update
2020-06-05 00:05:36 +00:00
shbatm
04231bcb54
Fix error on empty UOM for ISY994 Climate Device ( #36454 )
2020-06-05 00:22:35 +02:00
Erik Montnemery
f170c80bea
Bump pychromecast to 6.0.0 ( #36414 )
...
* Revert "Prevent race in pychromecast.start_discovery (#36350 )"
This reverts commit 391983a0cf
.
* Adapt to pychromecast 6.0.0
2020-06-04 20:32:00 +02:00
Paulus Schoutsen
0840092b29
Bumped version to 0.111.0b1
2020-06-04 10:02:49 -07:00
Paulus Schoutsen
36207e56b9
Fix invalid device info for Daikin devices ( #36448 )
2020-06-04 10:02:42 -07:00
J. Nick Koston
1b5a601417
Ensure verbose logging flag is respected. ( #36444 )
2020-06-04 10:02:41 -07:00
Paulus Schoutsen
c7da4d77ce
Add partial mobile app sensor validation ( #36433 )
2020-06-04 10:02:40 -07:00
Robert Svensson
84bd2067e4
Fix deCONZ groups don't report ctmax/min ( #36432 )
...
* Groups don't report ctmax/min
2020-06-04 10:02:39 -07:00
Chris Talkington
4cd04e3f99
Update sonarr to 0.2.2 ( #36429 )
2020-06-04 10:02:39 -07:00
Chris Talkington
3aa4bb5469
Add roku exception handling for service calls ( #36328 )
2020-06-04 10:02:38 -07:00
Paulus Schoutsen
2c49311ee4
Guard blowing up converting 0 mired/kelvin ( #35486 )
2020-06-04 10:02:37 -07:00
Paulus Schoutsen
394f16987d
Fix invalid device info for Daikin devices ( #36448 )
2020-06-04 10:00:31 -07:00
Chris Talkington
f06c0a8b54
Add roku exception handling for service calls ( #36328 )
2020-06-04 09:59:39 -07:00
J. Nick Koston
36b157b85a
Ensure verbose logging flag is respected. ( #36444 )
2020-06-04 09:51:06 -07:00