jan iversen
e5e215353d
Add swap byte/word/byteword option to modbus sensor ( #49719 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-04-27 10:49:41 +02:00
Pascal Vizeli
1b957a0ce0
Use ' instead of " for build if workflows ( #49739 )
2021-04-27 10:36:13 +02:00
J. Nick Koston
a67b9eff17
Reduce config entry setup/unload boilerplate D-F ( #49733 )
2021-04-26 20:46:49 -10:00
Robert Svensson
58ad3b61f7
Entities for secondary temperature values created by certain Xiaomi devices in deCONZ ( #49724 )
...
* Create sensors for secondary temperature values created by certain Xiaomi devices
* Fix tests
2021-04-27 08:43:06 +02:00
J. Nick Koston
b27e9e376d
Use StaticPool for recorder and NullPool for all other threads with sqlite3 ( #49693 )
2021-04-26 19:20:31 -10:00
tkdrob
d9714e6b79
Use core constants for nad ( #49709 )
2021-04-26 21:21:41 -05:00
HomeAssistant Azure
cd7d3ed12a
[ci skip] Translation update
2021-04-27 00:04:45 +00:00
jan iversen
677d8e9a89
Add restore last state test to modbus sensor ( #49721 )
2021-04-27 00:20:50 +02:00
Joakim Sørensen
9d3b5cd0de
Change log severity from warn to error for custom integration version ( #49726 )
2021-04-26 15:04:39 -07:00
djtimca
2a2e573987
Bump omnilogic dependency to 0.4.5 ( #49526 )
2021-04-27 00:02:39 +02:00
jjlawren
dc50524f32
Cleanup implementation of new Sonos sensors ( #49716 )
2021-04-26 23:59:04 +02:00
Bram Kragten
9e7d83b2d5
Don't combine old and new value on scene update ( #49248 )
2021-04-26 23:38:30 +02:00
Pascal Vizeli
1527b9cad7
Build images on GitHub actions ( #48318 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-04-26 22:19:40 +02:00
Franck Nijhof
9c3c67b71b
Upgrade black to 21.4b0 ( #49715 )
2021-04-26 10:18:30 -10:00
J. Nick Koston
51be2f860a
Reduce boilerplate to setup config entry platforms A-C ( #49681 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-04-26 07:46:55 -10:00
tkdrob
922eec0909
Use core constants for kwb ( #49708 )
2021-04-26 17:12:36 +02:00
Doomic
41d6d64ca4
Add unique_id to WOL integration ( #49604 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-04-26 15:55:41 +02:00
tkdrob
a7393cd8b4
Add selectors to plex services ( #49706 )
2021-04-26 15:47:25 +02:00
tkdrob
c4f0f818c7
Add selectors to frontend services ( #49701 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-04-26 15:36:36 +02:00
tkdrob
5b1ed44613
Add selectors to ps4 services ( #49702 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-04-26 15:35:45 +02:00
tkdrob
639dac1eaa
Add selector to tts services ( #49703 )
2021-04-26 14:51:28 +02:00
Matthias Alphart
7acb16e2af
KNX Schema improvements ( #49678 )
2021-04-26 14:36:01 +02:00
tkdrob
70be0561d0
Add selectors to cast services ( #49684 )
2021-04-26 14:29:38 +02:00
Ruslan Sayfutdinov
37466ae423
Don't ignore mypy errors by default ( #49270 )
2021-04-26 14:23:21 +02:00
tkdrob
0f220001a0
Add selectors to ecobee services ( #49499 )
2021-04-26 13:52:17 +02:00
J. Nick Koston
9a6402c1ae
Only compile esphome icon schema once ( #49688 )
2021-04-26 12:37:13 +02:00
MarBra
1b14a2f54f
Address late review comments for denonavr ( #49666 )
...
* denonavr: Add DynamicEQ and Audyssey service
* Remove useless return and entry.option in hass.data
* Remove duplicate translation
2021-04-26 11:22:07 +02:00
Fabian Affolter
940d28960b
Upgrade TwitterAPI to 2.7.2 ( #49680 )
2021-04-26 07:43:52 +02:00
J. Nick Koston
9222d3e9f9
Ensure hue connection errors are passed to ConfigEntryNotReady ( #49674 )
...
- Limits log spam on retry
2021-04-25 16:42:45 -10:00
tkdrob
5a993a3ff3
Use core constants for apprise ( #49683 )
2021-04-25 20:22:01 -05:00
Alexei Chetroi
4a6bb96a0f
Stop fast polling of a Zigbee device after a check-in command ( #49685 )
...
* Stop fast polling after a check-in
* Update tests
2021-04-25 21:15:04 -04:00
HomeAssistant Azure
e5e71c2026
[ci skip] Translation update
2021-04-26 00:04:21 +00:00
Kevin Worrel
6f1273cf1c
Refactor screenlogic API data selection ( #49682 )
2021-04-25 13:17:42 -10:00
Milan Meulemans
73b7a68e97
Fix Rituals battery sensor KeyError ( #49661 )
2021-04-25 12:47:36 -10:00
J. Nick Koston
855559004b
Drop unneeded async_setup from august ( #49675 )
2021-04-25 23:13:54 +02:00
jan iversen
33e8553d92
Fix frontend freeze due to modbus device not responding ( #49651 )
...
Changing the timeout from package default, secures SENDING will
timeout, and after 3 retries break off.
Remark: this commit is tested with pymodbus v2.5.1 the old version
v2.3.0 have several problems in this area.
self._value = await self.async_get_last_state()
pymodbus v2.5.1 is active on DEV (bumped in an earlier PR).
2021-04-25 23:11:01 +02:00
J. Nick Koston
9689e06d3c
Bump async-upnp-client to 0.16.2 ( #49671 )
2021-04-25 10:32:39 -10:00
tkdrob
d24cbde913
Add target and selectors to sonos services ( #49536 )
2021-04-25 10:28:42 -10:00
Thibaut
f7b72669dc
Don't mark Somfy devices as unavailable ( #49662 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-04-25 10:28:31 -10:00
Michael
a5e25e519f
Remove yaml configuration from fritzbox ( #49663 )
2021-04-25 09:49:08 -10:00
Ville Skyttä
631ab367e2
Fix typing.Any spelling ( #49673 )
2021-04-25 09:36:21 -10:00
Simone Chemelli
85438db1ec
Fix Fritz unload ( #49669 )
2021-04-25 09:07:31 -10:00
Marc Mueller
7b33ed11c2
Fix missing default value in fritz scan_devices ( #49668 )
2021-04-25 20:28:40 +02:00
Marc Mueller
510a3ae915
Improve zeroconf test fixture ( #49657 )
2021-04-25 08:16:38 -10:00
jjlawren
3be8c9c1c0
Add battery support for Sonos speakers ( #49441 )
...
Co-authored-by: Walter Huf <hufman@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-04-25 07:20:21 -10:00
tkdrob
7ecd4f5eed
Fix pylint failures caused by fritz ( #49655 )
...
* Fix test failures caused by fritz
* Fix typing.Any
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2021-04-25 15:48:03 +02:00
Dermot Duffy
3077363f44
Supplementary fixes to new motionEye integration ( #49626 )
2021-04-25 15:27:46 +02:00
jan iversen
914451d99c
Remove dead code in modbus sensor and 100% test coverage ( #49634 )
2021-04-25 15:25:02 +02:00
J. Nick Koston
0862212942
Switch screenlogic discovery to use async version ( #49650 )
2021-04-25 12:41:40 +02:00
J. Nick Koston
3fa8ffa731
Enable mccabe complexity checks in flake8 ( #49616 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-04-25 12:38:40 +02:00