HomeAssistant Azure
e972686a13
[ci skip] Translation update
2020-11-06 00:04:57 +00:00
Simone Chemelli
05dc457955
Handle Shelly light domain for relay switches ( fw >=1.9 ) ( #42508 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-11-05 18:38:53 +01:00
Adam Ernst
06a7fc491e
Tweak wording of Rachio options ( #42849 )
...
This is a bit clearer to my eyes.
2020-11-05 07:27:03 -10:00
Jeff Irion
cfc8e96b15
Handle overriding of default apps for Android TV ( #41893 )
...
* Handle overriding of default apps for Android TV
* Fix comment
2020-11-05 16:41:22 +01:00
epenet
38495057a5
Cleanup onewire tests ( #42864 )
...
* Cleanup onewire tests
* Cleanup onewire tests
2020-11-05 10:37:35 -05:00
Anders Melchiorsen
650c57db5b
Fix async_track_utc_time_change firing too early ( #42176 )
2020-11-05 16:34:56 +01:00
rikroe
ac06e871e4
Bump bimmer_connected to 0.7.12 ( #42875 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2020-11-05 16:32:02 +01:00
Joakim Sørensen
a199d7af59
Move to Launch Library 2 ( #42723 )
...
* Move to Launch Library 2
* isort
* Apply suggestions from code review
* Add const to .coveragerc
2020-11-05 15:42:12 +01:00
Jeff Irion
cd675f9175
Bump androidtv to 0.0.54 ( #42861 )
2020-11-05 15:25:14 +01:00
Sean Dague
2a576e979b
Add unique_id property to ARWN sensors ( #42570 )
...
* Add unique_id property
After HA 0.111 the ARWN platform's lack of a unique_id causes the
sensors to fail to register correctly. The unique_id for this is just
a slug which is the mqtt topic that it's inbound on.
Also change the logging to INFO for data received to make it fit
better in the logging levels and show up during '-v' runs.
* use topic as unique_id
fix logging
* fix final topic location
* fix black
* address the fact that some topics have more than one sensor
This splits up rain and wind sensors to unique topics
* address review comments
2020-11-05 14:55:53 +01:00
edomat
50761eb4e4
Distinguish Shutters and Awnings in Google Assistant ( #42782 )
...
* Distinguish Shutters and Awnings.
* Remove trailing whitespace
2020-11-05 14:55:48 +01:00
Diederik van den Burger
60234ecf40
Add hdmi input attribute to AndroidTV ( #42571 )
...
* bumps androidtv to 0.0.53
* add hdmi_input attribute to androidtv
* update tests for hdmi_input attribute
* chore: update docstrings
2020-11-05 14:36:46 +01:00
cgtobi
f16ccae78b
Fix Netatmo public weather sensor bug ( #42858 )
2020-11-05 14:16:51 +01:00
Jeff Sloyer
7ed409d681
clarify range of max and min for intensity ( #42853 )
2020-11-05 10:33:40 +01:00
David Bonnes
fd01636058
Fix evohome coroutine not allowed to be passed to HassJob ( #42730 )
2020-11-05 10:17:48 +01:00
Adam Ernst
623f2b6f9c
Tweak Shelly message to be clearer ( #42862 )
...
Not all Shelly devices are battery-powered.
2020-11-05 10:09:22 +01:00
Andreas Billmeier
f6751de262
Revert "Fix broken maxcube component" ( #42859 )
...
This reverts commit 898f50386f
.
2020-11-05 09:45:29 +01:00
Tom Parker-Shemilt
b1ed5a3e79
Fix circular import of config_validation and template ( #41802 )
2020-11-04 19:06:19 -10:00
Aaron Bach
956e3b4451
Fix missing/incorrect SimpliSafe entities ( #42846 )
...
* Entity types
* Don't overdo it
* Fix missing/incorrect SimpliSafe entities
2020-11-04 18:59:54 -07:00
HomeAssistant Azure
9298fec345
[ci skip] Translation update
2020-11-05 00:10:11 +00:00
Aaron Bach
5b754c29e0
Fix missing sensor exceptions in SimpliSafe ( #42845 )
...
* Fix missing sensor exceptions in SimpliSafe
* Entity types
* Don't overdo it
2020-11-04 12:34:14 -07:00
Aaron Bach
b0a6ac7e91
Properly unload listener for SimpliSafe config entry updates ( #42579 )
2020-11-04 12:28:43 -07:00
Aaron Bach
9bb1c6f188
Clean up SimpliSafe binary sensor implementation ( #42841 )
...
* Clean up SimpliSafe binary sensor implementation
* Cleanup
* Constant name
2020-11-04 11:41:08 -07:00
Adam Ernst
ceb8172b7c
Tweak Rachio integration strings ( #42843 )
...
This is now called "Settings", not "Account Settings", on the home page. (Confusingly the page the button leads to is still titled "Account Settings".)
Also add a missing quote and tweak grammar.
2020-11-04 08:34:09 -10:00
J. Nick Koston
3661d8380a
Avoid the same task ending up multiple times in the ssdp asyncio.gather ( #42815 )
2020-11-04 17:25:37 +01:00
Pascal Vizeli
c094f4b907
Split build release base + machine build ( #42827 )
...
* Split build release base + machine build
* fix second change
2020-11-04 16:56:22 +01:00
Clifford Roche
08a221be77
Update greeclimate to 0.9.5 ( #42796 )
...
Provides better discovery across subnets in some cases
2020-11-04 16:43:33 +01:00
J. Nick Koston
cca661574d
Fix webhook when doorbird not yet setup ( #42657 )
2020-11-04 05:34:07 -10:00
Maciej Bieniek
34f5ad33e9
Call coordinator.shutdown() when ConfigEntryNotReady ( #42833 )
2020-11-04 09:35:54 -05:00
Rob Bierbooms
1fe66df962
Cleanup dispatchers when unloading rfxtrx ( #42803 )
...
* Cleanup dispatchers
* Fix name
* Refactor code
* Fix typo in function description
* Fix pylint error
* Change function definition
* Move cleanup_callbacks data to domain
2020-11-04 11:30:46 +01:00
Andreas Billmeier
898f50386f
Fix broken maxcube component ( #42674 )
2020-11-04 10:17:40 +01:00
Allen Porter
6b57ad9f28
Fix nest subscriber by upgrading google_pubsub to newer library version ( #42501 )
2020-11-04 10:15:13 +01:00
epenet
c7cdad2b5a
Default some entities to disabled ( #42797 )
2020-11-04 10:08:50 +01:00
Andreas Billmeier
2625a4dfdc
Please set exact cryptography version cryptography==3.2 ( #42611 )
2020-11-04 10:06:35 +01:00
Paulus Schoutsen
254e7eb407
Fix evohome scheduling coroutines ( #42821 )
2020-11-04 10:04:45 +01:00
rikroe
5530a350e9
Bump bimmer_connected to 0.7.11 ( #42788 )
2020-11-04 10:04:30 +01:00
Erik Montnemery
56ee99372d
Force color or white mode exclusivity for Tasmota lights ( #42772 )
2020-11-04 10:03:32 +01:00
J. Nick Koston
9e0043fb17
Fix rest sensors with resource templates ( #42818 )
2020-11-04 08:52:47 +01:00
HomeAssistant Azure
b71e28dfac
[ci skip] Translation update
2020-11-04 00:13:14 +00:00
Rob Bierbooms
bfc3d3be76
Filter rfxtrx replace devices in option flow on existing config entry ( #42800 )
...
* Fix function _can_replace_device
* Rearrange
2020-11-03 23:01:52 +01:00
Niccolo Zapponi
5ddf99e496
Add support for OpenWeatherMap One Call API ( #39839 )
2020-11-03 08:37:30 -10:00
epenet
79b10a8efd
Update definition of onewire device specifications ( #42460 )
...
* Update definition of device specifications
* If set, sensor_name doesn't need to be capitalized
2020-11-03 18:12:01 +01:00
Franck Nijhof
c4f6259f16
Upgrade sentry-sdk to 0.19.2 ( #42786 )
2020-11-03 16:41:00 +01:00
Paulus Schoutsen
7719e878f9
Migrate system health to use integration_platform ( #42785 )
2020-11-03 14:28:55 +01:00
Joseph Albert
856f0e209a
Bump uEagle to 0.0.2 ( #42780 )
2020-11-03 12:39:41 +01:00
SigmaPic
51f847c4b8
Catch unhandled exception in websocket_api ( #42693 )
...
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-11-03 10:35:45 +01:00
Paulus Schoutsen
349e4a5ac2
Fix shelly import ( #42783 )
2020-11-03 09:49:34 +01:00
Allen Porter
89a5c9fcac
Add image support to nest SDM api ( #42556 )
2020-11-03 09:31:43 +01:00
epenet
744e4378ff
Remove unnecessary onewire variable ( #42704 )
2020-11-03 09:07:22 +01:00
Jason Hunter
5a4c1dbcc4
Add DPI Restriction switch to UniFi integration ( #42499 )
...
* initial implementation for controlling DPI restrictions
* address PR review comments and add DataUpdateCoordinator
* fix existing tests against new lib version
* add tests for DPI switches
* bump aiounifi
* listen to events instead of polling
* fix tests
* remove useless test
* bump aiounifi
* rename device to UniFi Controller per PR feedback
2020-11-03 08:36:37 +01:00