springstan
9ce971ca30
Use common strings in locative config flow ( #42481 )
2020-11-07 23:03:40 -06:00
absurdist81
d384ca0e69
Add icons for OBiTALK status and reboot sensors ( #42883 )
2020-11-07 21:00:21 -06:00
Aaron Bach
8dbddd874f
Migrate Flu Near You to DataUpdateCoordinator ( #42594 )
...
* Migrate Flu Near You to DataUpdateCoordinator
* Prefer partial over lambda
* Remove overlap with CoordinatorEntity
2020-11-07 20:45:14 -06:00
epenet
2b2d7558de
Add binary_sensor platform to onewire integration ( #42832 )
...
* Add binary_sensor platform to onewire integration
* Keep the same name
* Rework tests
* Rework tests
2020-11-07 20:42:20 -06:00
HomeAssistant Azure
eebf0ef336
[ci skip] Translation update
2020-11-08 00:04:05 +00:00
Randall Wessel
239b3f059b
Change air pressure unit to hPa in OpenWeatherMap ( #42801 )
2020-11-07 20:29:57 +01:00
Pawel
df38c59dc8
Add config flow to epson and fix timeouts ( #39697 )
2020-11-07 18:15:29 +01:00
Simone Chemelli
12a891cc0a
Bump aioshelly to 0.5.1 ( #42940 )
2020-11-07 18:10:14 +01:00
Erik Montnemery
7f640c4a2e
Generate random MQTT client ID ( #42934 )
...
* Generate random MQTT client ID
* Add comment
* Apply suggestions from code review
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-07 16:27:09 +01:00
AlexSchmitz222
d77d7b2217
Change fritzbox title for better product family distinction ( #42432 )
2020-11-07 11:13:16 +01:00
Daniel Hjelseth Høyer
ce5994d9fe
Upgrade Tibber library to 0.16.0 ( #42929 )
...
Signed-off-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
2020-11-07 10:53:19 +01:00
HomeAssistant Azure
57c6bb96f4
[ci skip] Translation update
2020-11-07 00:04:02 +00:00
Alexei Chetroi
4b7829d777
Allow ZHA coordinator binding/unbinding ( #42854 )
...
* Allow coordinator ZDO binding/unbinding operations
* Let coordinator to provide endpoint it
* Refactor ClusterPair to a dataclass
* Rename ClusterPair
2020-11-06 17:33:13 -05:00
shbatm
121872c546
Fix dimming for ISY994 Z-Wave devices using percent instead of 8-bit brightness values ( #42915 )
2020-11-06 10:07:37 -10:00
Sören Oldag
bf9f3e1997
Bump pwmled to v1.6.7 ( #42903 )
2020-11-06 19:27:01 +01:00
Guido Schmitz
c7b2147e55
Handle offline gateways in devolo Home Control ( #42897 )
2020-11-06 12:49:47 +01:00
Paulus Schoutsen
15da7b3ca6
Cloud: Recover when internet is not available yet ( #42877 )
2020-11-06 12:12:18 +01:00
Aaron Bach
bba7c15d79
Migrate RainMachine to DataUpdateCoordinator ( #42530 )
2020-11-06 10:58:50 +01:00
Sören Oldag
4e614e0f2c
Remove unneeded state restoration of the physical device in rpi_gpio_pwm integration ( #42804 )
...
* Add @soldag to code owners of rpi_gpio_pwm platform
* Remove unneeded state restoration of the physical device in rpi_gpio_pwm integration
2020-11-06 10:58:37 +01:00
Manuel de la Rosa
2d428210e4
Add Spanish US voice to amazon polly ( #42891 )
...
* Update tts.py
* Update tts.py
2020-11-06 10:49:00 +01:00
Allen Porter
a5da98680a
Add nest climate support for SDM API ( #42702 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-11-06 09:57:02 +01:00
J. Nick Koston
3c84c7ccf0
Fix memory leak in websocket_api ( #42894 )
...
* Fix memory leak in websocket_api
Each named logger lives forever
* tweak
2020-11-06 09:27:41 +01:00
Steven Barth
1e87ac7eda
Bump pyvlx to 0.2.18 ( #42895 )
2020-11-06 09:19:27 +01:00
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
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
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
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