Oscar Tin Lai and Fabian Affolter
6004ef3279
Expose set auto mode for all Dyson fans ( #28488 )
...
Set auto mode should be exposed to all dyson fans (e.g. *Pure Cool Link* and *Pure Hot+Cool Link*) instead of only *Pure Cool*, as it is support in all of the models (i.e. similar to the set night mode).
2019-11-04 11:10:59 +01:00
Jonas Janz and Fabian Affolter
fadb9bdfb3
Add information to IFTTT services.yaml ( #28385 )
...
* docs(ifttt): add information to services.yaml
* docs(ifttt): start examples lowercase
* docs(ifttt): start examples with capital letter
* docs(ifttt): end description on period
2019-11-04 10:58:39 +01:00
Tobias Efinger and Fabian Affolter
40b676c06f
Add services description for ness alarm ( #28250 )
2019-11-04 10:29:29 +01:00
Florent Thoumie and Fabian Affolter
de1799d486
iaqualink: better handling of failures ( #28514 )
2019-11-04 09:58:27 +01:00
Fabian Affolter and GitHub
60d7f730c3
Upgrade jinja2 to >=2.10.3 ( #28422 )
2019-11-04 09:57:20 +01:00
Fabian Affolter and GitHub
cb19827932
Upgrade paho-mqtt to 1.5.0 ( #28423 )
2019-11-04 09:56:58 +01:00
Fabian Affolter and GitHub
fe00f3558e
Imports twitch ( #28517 )
...
* Move imports
* Add unique_id
2019-11-04 09:56:46 +01:00
Tom Robinson and Fabian Affolter
e91bb1ab08
Replace Netatmo CO2 sensor icon ( #28520 )
2019-11-04 09:56:36 +01:00
Fabian Affolter and GitHub
381bf987d2
Upgrade TwitterAPI to 2.5.10 ( #28401 )
2019-11-04 09:56:27 +01:00
SukramJ and Fabian Affolter
7cbd55a817
Add dump config service to HomematicIP Cloud ( #28231 )
...
* Add dump config service to HomematicIP Cloud
* Mock builin.open
* Fix test
* reduce SGTIN if anonymize
* apply review feedback
2019-11-04 09:55:12 +01:00
Fabian Affolter and Martin Hjelmare
c01b7bbf28
Upgrade pillow to 6.2.1 ( #28442 )
2019-11-04 09:03:58 +01:00
Ville Skyttä and Fabian Affolter
7e6bcb85b7
Don't fail tox pylint if PYLINT_ARGS is not set ( #28403 )
...
Closes https://github.com/home-assistant/home-assistant/issues/28342
2019-11-04 08:12:15 +01:00
Kevin McCormack and Martin Hjelmare
cb2f42b336
Update Vivotek component stream source ( #27941 )
...
* Update Vivotek component
Fix building stream URL
* Update Vivotek component
Make stream path optionally configurable.
* Update Vivotek camera integration
Use f-string to build stream source URL.
This improve readability and I hear it runs faster.
2019-11-04 04:11:14 +01:00
HomeAssistant Azure
0973f1961d
[ci skip] Translation update
2019-11-04 00:32:38 +00:00
Maciej Bieniek and Martin Hjelmare
4e40394972
Fix Airly if more than one config entry ( #28498 )
2019-11-04 00:58:35 +01:00
Ville Skyttä and Martin Hjelmare
9b038bd10d
Don't use deprecated encoding to json.loads ( #28509 )
...
Will be removed in 3.9, ignored in earlier supported versions.
2019-11-04 00:24:24 +01:00
Ville Skyttä and Martin Hjelmare
734e982822
Import CancelledError from asyncio, not .futures ( #28511 )
...
It's no longer in .futures in Python 3.8.0.
2019-11-04 00:05:01 +01:00
escoand and Martin Hjelmare
0768ae2dc8
Fix flaky YesssSMS tests on debug messages ( #28506 )
2019-11-03 23:56:08 +01:00
Joakim Plate and Paulus Schoutsen
5fd9b474dc
Always provide brightness value ( #28228 )
...
HA will remove attribute when light is off, but google expect all trait data all the time.
2019-11-03 11:36:02 -08:00
escoand and Martin Hjelmare
ecf2e9c0ab
Fix flaky Samsung TV tests ( #28503 )
2019-11-03 18:32:01 +01:00
Ville Skyttä and Paulus Schoutsen
b904a2c5ad
Handle Huawei LTE timeouts ( #28465 )
2019-11-02 21:28:38 -07:00
Fabian Affolter and Paulus Schoutsen
314c3d0965
Use integration name in docstring ( #28445 )
2019-11-02 21:28:07 -07:00
Tim McCormick and Paulus Schoutsen
5cbb6607a6
Fix missing import ( #28460 )
2019-11-02 21:25:24 -07:00
András Rutkai and Paulus Schoutsen
31752d5736
Fixing #27722 Watson TTS platform (sdk upgrade) ( #28468 )
2019-11-02 21:24:02 -07:00
michaeldavie and Paulus Schoutsen
0d432f60e2
Bump env_canada to 0.0.30 ( #28487 )
2019-11-02 21:21:46 -07:00
Paulus Schoutsen
67eeb8f258
Fix flaky test
2019-11-02 21:21:13 -07:00
HomeAssistant Azure
f71527d5db
[ci skip] Translation update
2019-11-03 00:31:44 +00:00
Ville Skyttä and Paulus Schoutsen
1679ec3245
SSDP matching improvements ( #28285 )
...
* SSDP matching improvements
- support multiple match groups per domain
- require matches on all, not any item in a group
- support matching on all UPnP device description data
* Manifest structure fixes
2019-11-02 12:30:09 -07:00
Ville Skyttä and Paulus Schoutsen
a8dff2f2d0
pre-commit: ship default and full configs ( #28463 )
...
For now, the only difference between the two is mypy.
2019-11-02 12:21:09 -07:00
Nash Kaminski and Martin Hjelmare
b8fa5367db
Fix inability to transition between specific presets in Venstar component ( #28238 )
...
This change addresses a bug where one is unable to change directly between the away and temperature hold presets, as temperature hold cannot be enabled on a Venstar thermostat if away mode is active.
Furthermore, this change removes redundant state checks as the set_away and set_schedule calls are idempotent in the venstarcolortouch library. See https://github.com/hpeyerl/venstar_colortouch/blob/master/src/venstarcolortouch/venstarcolortouch.py#L275 .
2019-11-02 10:51:30 +01:00
ktnrg45 and Martin Hjelmare
512ef2fce4
Change ps4 state off to state standby ( #28261 )
...
* Change state off to state standby
* update docstring
2019-11-02 10:32:37 +01:00
Paulus Schoutsen and GitHub
6c138e2982
Merge pull request #28456 from home-assistant/rc
...
101.2
0.101.2
2019-11-01 20:08:30 -07:00
Paulus Schoutsen
969b36a447
Bumped version to 0.101.2
2019-11-01 17:32:57 -07:00
Paulus Schoutsen
3f8dc5ed75
Also install after_deps ( #28453 )
2019-11-01 17:32:53 -07:00
jjlawren and Paulus Schoutsen
fc7d43269c
Use server-specific unique_ids for Plex media_players ( #28447 )
2019-11-01 17:32:52 -07:00
Robin Pronk and Paulus Schoutsen
b88c0cf314
SNMP switch fix integer support ( #28425 )
2019-11-01 17:32:52 -07:00
Mister Wil and Paulus Schoutsen
9e9537a3d0
Change Abode cache file path, add cache path to config flow ( #28389 )
...
* Changed cache file path
* Cache file naming scheme matches original
* Restart tests
* Adding cache path to config_flow.py
* Moved DEFAULT_CACHEDB to consts file
* Use correct cache path
* Linting issues
2019-11-01 17:32:51 -07:00
phispi and Paulus Schoutsen
84e4e94d8e
Prevent TypeError when KNX RGB(W) light value contains None ( #28358 )
...
* Prevent TypeError when KNX RGB(W) light value contains None.
* Pylint doesn't like 'w' as variable name, therefore using 'white' instead.
* Simplified code as suggested by pvizeli.
2019-11-01 17:32:51 -07:00
HomeAssistant Azure
4863face69
[ci skip] Translation update
2019-11-02 00:31:48 +00:00
Fabian Affolter and Paulus Schoutsen
15900094a1
Update MQTT sensor test ( #28449 )
2019-11-01 17:30:37 -07:00
Mister Wil and Paulus Schoutsen
ad4a960ed2
Change Abode cache file path, add cache path to config flow ( #28389 )
...
* Changed cache file path
* Cache file naming scheme matches original
* Restart tests
* Adding cache path to config_flow.py
* Moved DEFAULT_CACHEDB to consts file
* Use correct cache path
* Linting issues
2019-11-01 17:28:50 -07:00
Paulus Schoutsen and GitHub
50affdf953
Also install after_deps ( #28453 )
2019-11-01 17:21:50 -07:00
Santobert and Paulus Schoutsen
6655b7db2c
Add scene.create service ( #28300 )
...
* Initial commit
* Fix scene.create
2019-11-01 15:53:42 -07:00
Robert Svensson and GitHub
c0e1b97119
deCONZ - Improve discovery logging ( #28452 )
2019-11-01 23:36:23 +01:00
Robert Svensson and GitHub
6cc947abbf
deCONZ - Add Hue dimmer gen1 (rwl020) support to device triggers( #28450 )
2019-11-01 23:06:29 +01:00
jjlawren and Martin Hjelmare
21d48218aa
Use server-specific unique_ids for Plex media_players ( #28447 )
2019-11-01 22:41:26 +01:00
Robert Svensson and GitHub
557e585e56
deCONZ - Support creating battery sensor when reported ( #27538 )
2019-11-01 22:31:22 +01:00
Robert Svensson and GitHub
62b09580c4
deCONZ - Add Xiaomi Aqara Cube device trigger support ( #27548 )
...
* Add Xiaomi Aqara Cube device trigger support
2019-11-01 22:29:34 +01:00
Santobert and Paulus Schoutsen
07b7d514ac
Add improved scene support to the water_heater integration ( #28277 )
2019-11-01 13:37:34 -07:00
Santobert and Paulus Schoutsen
12f1a8f551
Add improved scene support to the alarm_control_panel integration ( #28269 )
...
* Add improved scene support to the alarm_control_panel integration
* Add service description for alarm_arm_custom_bypass
2019-11-01 13:36:18 -07:00