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
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
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
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
Bas Nijholt
8bd0fca751
Pass an argument to kef.update_dsp for async_track_time_interval ( #34310 )
2020-04-16 14:54:39 -07:00
Raman Gupta
ca67fd9faa
Skip ignored hosts when checking existing config entries in config flow ( #34280 )
2020-04-16 14:53:34 -07:00
Save me
5dcac36b78
Add Friends of Hue Switch - Model FOHSWITCH (ZGPSWITCH) ( #34195 )
2020-04-16 14:14:57 -07:00
Chris Talkington
9d794b820a
Improve IPP Config Flow ( #34212 )
2020-04-16 14:12:26 -07:00
Chris Talkington
ede432ba71
Improve Sonarr Upcoming Time Handling ( #34224 )
2020-04-16 14:11:00 -07:00
Kit Klein
ab352c3bc9
Ensure konnected unsubscribes during entry unloads ( #34291 )
2020-04-16 14:08:50 -07:00
Paulus Schoutsen
0d60d40512
Update translations
2020-04-16 13:00:10 -07:00
Paulus Schoutsen
55dfca7467
Drop title from translations if brand name ( #34306 )
2020-04-16 12:52:53 -07:00
Paulus Schoutsen
6119e79023
Migrate frontend translations of domains to backend ( #34294 )
2020-04-16 11:52:27 -07:00
Daniel Høyer Iversen
2f415b0db1
Upgrade broadlink lib to 0.13.1 ( #34290 )
2020-04-16 20:51:07 +02:00
Kit Klein
e20bfdd19c
Ensure zone in update payload for konnected ( #34289 )
2020-04-16 18:34:53 +02:00
Anders Melchiorsen
0d999649c0
Support contemporary entity selectors for LIFX services ( #33062 )
...
* Support contemporary entity selectors for LIFX services
* Use async_register_entity_service() for lifx.set_state
* Call directly
2020-04-16 18:16:14 +02:00
Paulus Schoutsen
94a3cec4bf
Take integration title from manifest if not translated ( #34283 )
2020-04-16 08:38:54 -07:00
Arjan van Balken
3d9ae1b8bd
Add device tracking support for the Arris TG2492LG router ( #30972 )
...
* Add device tracker based on arris-tg2492lg
* Return name of device and update version of arris_tg2492lg
* Update CODEOWNERS, requirements_all.txt and .coveragerc
* Change default url to host
* Use f-strings
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Clean up
* Fix formatting
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-04-16 17:10:32 +02:00
lewei50
5a2eddb32c
Bump iammeter to 0.1.7 to fix empty SN ( #34279 )
...
* update pypi lib to fix empty SN issue.
* Update requirements_all.txt
2020-04-16 17:06:23 +02:00