Christopher Rosset
dd4a350bd5
Use name instead of friendly name in uscis config ( #33431 )
...
The USCIS integration's code and documentation use different properties
for the sensor name. The code uses `friendly_name` and the docs state `name`.
https://github.com/home-assistant/home-assistant.io/pull/12524#issuecomment-605604002
suggested to make the changes in the code as `friendly_name` is not usually used
in this way.
2020-04-18 02:42:58 +02:00
jjlawren
82784a320c
Ignore non-ASCII keys in zeroconf payloads ( #34344 )
...
* Ignore non-ASCII keys in zeroconf payloads
* Don't rely on logging for test
2020-04-17 19:36:46 -05:00
FredericMa
2faa3af51f
Extend knx brightness with rgb brightness if brightness addres… ( #33152 )
...
* Extend knx brightness with rgb brightness if brightness addresses are not supported
* Fix explicit return value
* Check for None
* Remove not needed check
* Disable false positive pylint warning
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-04-18 02:25:44 +02:00
HomeAssistant Azure
5007a9e702
[ci skip] Translation update
2020-04-18 00:04:07 +00:00
Quentame
30744bea9c
Add 2SA authentication to Synology DSM ( #34101 )
...
Co-Authored-By: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-04-17 18:47:50 -05:00
Robert Svensson
4484afc0d6
deCONZ - Always allow manual input of gateway ( #33951 )
...
* Always allow manual input of gateway
2020-04-17 23:51:35 +02:00
jrester
3776a06281
Use serial numbers for unique_id of powerwall devices ( #34351 )
...
* Update tesla-powerwall to version 0.2.5
* Create unique_id from serial numbers of powerwalls
modified: homeassistant/components/powerwall/__init__.py
modified: homeassistant/components/powerwall/binary_sensor.py
modified: homeassistant/components/powerwall/const.py
modified: homeassistant/components/powerwall/entity.py
modified: homeassistant/components/powerwall/sensor.py
modified: tests/components/powerwall/mocks.py
modified: tests/components/powerwall/test_sensor.py
* Fix pylint error
modified: homeassistant/components/powerwall/__init__.py
2020-04-17 16:21:14 -05:00
Quentame
618538aeff
Add missed CONF_API_VERSION config in flow + Fix missing_data translation ( #34356 )
...
* Add missed CONF_API_VERSION config in flow + remove CONF_NAME in tests
* Fix missing_data translation
2020-04-17 22:45:17 +02:00
Martin Hjelmare
3aa2de5fa5
Disable pylint invalid name for TypeVar T ( #34355 )
2020-04-17 12:51:31 -07:00
J. Nick Koston
591845ce23
Add missing services to Homekit services yaml ( #34349 )
...
* Add missing services to homekit services.yaml
* Add missing services to homekit services.yaml
2020-04-17 14:28:58 -05:00
jrester
54542ee90c
Update tesla-powerwall to version 0.2.5 ( #34348 )
2020-04-17 14:28:24 -05:00
dfournie
6a1f3f1117
Add support for DEXXO SMART io Garage Opener ( #27704 )
...
* Add support for DEXXO SMART io Garage Opener
* Add support for DEXXO SMART io Garage Opener
* Update with with latest release 0.108.5
* Update with release 0.108.5
* Remove empty lines
* Fix code formatting
2020-04-17 14:49:33 -04:00
SukramJ
1c6e92c45b
Fix HomematicIP smoke detector detection type ( #34347 )
2020-04-17 11:35:30 -07:00
Ville Skyttä
267d98b5eb
Type hint improvements ( #33082 )
2020-04-17 11:33:58 -07:00
Erik Montnemery
f04be61f6f
Bump zeroconf to 0.25.1 ( #34341 )
2020-04-17 11:12:26 -07:00
Olivier B
1637a49442
Add trunk and frunk locks to Tesla integration ( #34343 )
2020-04-17 11:08:09 -07:00
J. Nick Koston
23f278e090
Fix emulated_hue brightness off by one ( #34185 )
...
* Fix emulated_hue brightness off by one
Hue uses a max brightness of 254, Home Assistant
uses a max brightness of 255. Values > 127 were
off by one.
* use constant
* fix test
* add debug
* Revert "add debug"
This reverts commit 242220a02e
.
2020-04-17 11:59:27 -05:00
Eugenio Panadero
813f8dd63f
Fix missing events for hue remotes ( #34340 )
2020-04-17 09:48:36 -07:00
Paulus Schoutsen
55af2ab4dc
Add a script to clean the frontend translations ( #34309 )
2020-04-17 09:47:49 -07:00
J. Nick Koston
660b1dc1e4
Ensure nexia state file is in a writable location ( #34325 )
...
* bump nexia to 0.9.2
2020-04-17 10:55:04 -05:00
tubalainen
d672eed331
Add rflink binary_sensor allon and alloff commands ( #32411 )
...
* added "allon" and "alloff" to the binary_sensor
Ref to the issue: https://github.com/home-assistant/core/issues/32399
* Cosmetic fix
* Fix format
* Update test
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2020-04-17 17:15:04 +02:00
Franck Nijhof
ced59e599f
Upgrade yamllint to 1.23.0 ( #34337 )
2020-04-17 13:12:25 +02:00
Ziv
1259979204
Fix uncaught exception in local_file ( #34312 )
...
* remove ignore from localfile
* added mock_registry
* since there are no more exceptions, infra to ignore them is redundant
2020-04-17 13:10:48 +02:00
Ziv
a2b280f342
Fix uncaught exceptions in ios ( #34119 )
...
* verify that the config in hass is not empty
* changed to use MockConfigEntry
* Update tests/components/ios/test_init.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/ios/test_init.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* changed the test per suggestions
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-04-17 10:25:31 +02:00
jan iversen
8277ebcbe1
Rollback modbus to version 0.107.7 keep new functionality ( #34287 )
...
* Rollback modbus to version 0.107.7
Update manifest to not use async.
Rollback entities to sync version.
Keep newer modifications apart from async.
Rollback __init__ to sync version but keep the new functionality.
add async sub directory
Adding the current (not working) version in a sub directory,
to allow easy sharing with a few alfa testers.
The async version are to be updated to use the serial/tcp already
available instead of the flaky pymodbus version. pymodbus is still
needed to encode/decode the messagess.
Update test cases to reflect sync implementation, but
keep the new functionality like e.g. conftest.py.
* do not publish async version
The async version will be made available in a forked repo, until
it is ready to replace the production code.
2020-04-17 09:55:57 +02:00
Paulus Schoutsen
9aee91b98c
Remove two more titles from strings.json ( #34324 )
2020-04-17 09:08:21 +02:00
Robert Svensson
465eeab553
UniFi - Allow tracking of clients connected to third party APs ( #34067 )
...
* Allow disable wired bug work around
* Move small improvements from closed PR #34065
* Fix failing test
* Add new test
* Some extra logging
* Harmonize log outputs
* Add config flow string
* Fix Balloobs comments
2020-04-17 08:39:01 +02:00
Paulus Schoutsen
6e86cbf947
Merge pull request #34323 from home-assistant/rc
2020-04-16 19:21:01 -07:00
Paulus Schoutsen
2326a2941e
Improve error message when people have not moved config flow title yet ( #34321 )
2020-04-16 18:00:30 -07:00
Paulus Schoutsen
334fecdf6f
Bumped version to 0.108.6
2020-04-16 17:46:39 -07:00
Paulus Schoutsen
317d08b6c1
Update Coordinator: Only schedule a refresh if listenerrs ( #34317 )
2020-04-16 17:46:23 -07:00
Raman Gupta
059df5e3e2
Abort vizio zeroconf config flow if unique ID is already configured ( #34313 )
2020-04-16 17:45:26 -07:00
Anders Melchiorsen
de440cf579
Fixes for Sonos media titles ( #34311 )
2020-04-16 17:45:25 -07:00
Bas Nijholt
81d006499e
Pass an argument to kef.update_dsp for async_track_time_interval ( #34310 )
2020-04-16 17:45:24 -07:00
Daniel Høyer Iversen
0a1e33b7e1
Upgrade broadlink lib to 0.13.1 ( #34290 )
2020-04-16 17:45:06 -07:00
Raman Gupta
5157c2d10c
Skip ignored hosts when checking existing config entries in config flow ( #34280 )
2020-04-16 17:44:43 -07:00
J. Nick Koston
8a8cbeb4c0
Fix default elkm1 temp units ( #34274 )
2020-04-16 17:44:42 -07:00
J. Nick Koston
de6fc53ca5
Use config entry id for unique id if serial number is missing ( #34154 )
2020-04-16 17:44:16 -07:00
J. Nick Koston
b9e882fd5e
Restore isy light brightness after off ( #34320 )
2020-04-16 17:26:34 -07:00
James Nimmo
eaa73ef0c7
Bump to pyIntesisHome 1.7.4 ( #34319 )
2020-04-16 17:13:12 -07:00
HomeAssistant Azure
a6e9933236
[ci skip] Translation update
2020-04-17 00:09:03 +00:00
Daniel Perna
f757ca6b11
Update pyhomematic to 0.1.66 ( #34314 )
2020-04-16 16:59:10 -07:00
Paulus Schoutsen
ff469cb592
Update Coordinator: Only schedule a refresh if listenerrs ( #34317 )
2020-04-16 16:44:14 -07:00
Raman Gupta
c9cc024e9b
Abort vizio zeroconf config flow if unique ID is already configured ( #34313 )
2020-04-16 16:16:35 -07:00
J. Nick Koston
b87b618c94
Resolve homekit not updating motion sensors ( #34282 )
...
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
2020-04-16 16:15:37 -07:00
J. Nick Koston
97609576cb
Fix default elkm1 temp units ( #34274 )
2020-04-16 15:18:41 -07:00
Anders Melchiorsen
cd3fc7c76d
Fixes for Sonos media titles ( #34311 )
2020-04-16 15:16:18 -07:00
Anders Melchiorsen
6e2cf9663a
Purge recorder database at night ( #33646 )
2020-04-16 15:11:36 -07:00
Robert Svensson
374fe47809
UniFi - Support automatic removal of clients ( #34307 )
2020-04-16 15:08:53 -07:00
J. Nick Koston
abae48c287
Use config entry id for unique id if serial number is missing ( #34154 )
2020-04-16 14:59:30 -07:00