Oxan van Leeuwen
c6f48056fd
Remove dead code from ESPHome light entity ( #55519 )
2021-09-30 12:12:37 +02:00
Oliver Ou
d3b1ccb668
Tuya v2 Integration Release ( #56820 )
...
Co-authored-by: 乾启 <18442047+tsutsuku@users.noreply.github.com>
Co-authored-by: dengweijun <dengweijunben@gmail.com>
Co-authored-by: dengweijun <mengzi.deng@tuya.com>
Co-authored-by: erchuan <jie.zheng@tuya.com>
Co-authored-by: erchuan <erchuan365@outlook.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-30 12:02:56 +02:00
Julian Löhr
26042bdad7
Add Fritz!DECT 440 humidity sensor ( #54597 )
...
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2021-09-30 11:56:38 +02:00
acshef
4ae887ad34
Correct unit of measurement for qbittorrent data rate sensors ( #55758 )
2021-09-30 11:52:21 +02:00
Mas2112
1f5720199c
Add DC voltage and current to Kostal inverter ( #54878 )
2021-09-30 11:41:55 +02:00
Tim Niemueller
0c1c1f7845
Fix Onvif PTZ for Imou cameras ( #56592 )
2021-09-30 11:36:49 +02:00
Greg
6a266ae3c0
Change state_class so older Envoys can use Energy Dashboard ( #55383 )
2021-09-30 11:34:41 +02:00
Ville Skyttä
4c854a06d9
Add some huawei_lte sensor state classifications ( #55601 )
2021-09-30 11:27:52 +02:00
Chris Talkington
a035615016
Use entity descriptions for sonarr ( #55818 )
2021-09-30 11:25:42 +02:00
Aaron Bach
4b68700763
Add long-term statistics for Ambient PWS sensors ( #55412 )
2021-09-30 11:20:14 +02:00
Simone Chemelli
8993ff0377
Fritz new binary sensor for link and firmware status + code cleanup ( #55446 )
2021-09-30 11:18:04 +02:00
ehendrix23
a6a3745413
Handle UpnpError exceptions when getting WAN status and external IP address ( #56744 )
2021-09-30 10:41:28 +02:00
Ian Foster
2e02945833
Add keyboard event type to keyboard_remote ( #56668 )
...
* added keyboard event type to keyboard_remote
* fix emulated hold event
* Update homeassistant/components/keyboard_remote/__init__.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* removed event value
* set key_hold to use string constant
* don't use dict.get() for keyboard event type
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-09-30 09:17:57 +02:00
Marc Mueller
54abd80462
Use EntityDescription - smappee ( #56747 )
2021-09-30 09:15:09 +02:00
Rami Mosleh
51addfc164
Add device_info to `Speedtestdotnet` and some code cleanup ( #56612 )
...
* Apply code cleanup suggestions from previous PRs
* Update homeassistant/components/speedtestdotnet/const.py
Co-authored-by: Franck Nijhof <git@frenck.dev>
* fix native_value, and ping value in test
* use self._state instead of _attr_native_value
* update identifiers and add more tests
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-09-30 08:28:04 +02:00
J. Nick Koston
2ed35debdc
Fix dhcp discovery matching due to deferred imports ( #56814 )
2021-09-29 23:50:21 -05:00
David F. Mulcahey
a7f554e6da
Bump ZHA quirks module to 0.0.62 ( #56809 )
2021-09-29 22:47:15 -04:00
Raman Gupta
e9d25974b8
Switch to using constants wherever possible in zwave_js ( #56518 )
2021-09-30 02:21:53 +02:00
jjlawren
2ff1fc83bc
Add latest added media as Plex library sensor attribute ( #56235 )
2021-09-29 17:11:53 -07:00
João Pedro Hickmann
a967a1d1df
Get the currency from the api ( #56806 )
2021-09-29 16:25:07 -07:00
Martin Hjelmare
12b2076351
Fix zwave_js config flow import step ( #56808 )
2021-09-30 01:15:05 +02:00
Simone Chemelli
b9d81c3a7e
Handle Fritz portmapping with same name ( #56398 )
2021-09-29 15:11:22 -07:00
Martin Hjelmare
fa716d92ad
Manage s2 keys in zwave_js ( #56783 )
2021-09-29 15:04:24 -07:00
Erik Montnemery
8c3fc95fb8
Fallback to state machine in statistics ( #56785 )
2021-09-29 14:57:16 -07:00
Martin Hjelmare
7dfcccd43e
Bump holidays to 0.11.3.1 ( #56804 )
2021-09-29 23:57:07 +02:00
RDFurman
f8903e11e0
Fix honeywell connection error ( #56757 )
...
* Catch ConnectionError and retry
* Add unload and reload functionality
* Update listener on retry
* Call reload directly and await
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-29 16:10:22 -05:00
Raman Gupta
18340b2fd9
Bump zwave-js-server-python to 0.31.1 ( #56517 )
2021-09-29 22:33:35 +02:00
Robert Svensson
f224ab6d67
Use isinstance to verify class in deCONZ integration ( #56794 )
...
* Don't enable any variants of the daylight sensor entities by default
* Use isinstance rather than doing ZHATYPE compare
* Accidentally removed an import
2021-09-29 21:19:21 +02:00
Maciej Bieniek
0463007050
Add switch platform to Tractive integration ( #55517 )
2021-09-29 21:06:11 +02:00
J. Nick Koston
23cbd9075a
Wait for yeelight internal state to change before update after on/off ( #56795 )
2021-09-29 13:49:33 -05:00
Franck Nijhof
25ce7f951a
Merge branch 'master' into dev
2021-09-29 20:47:34 +02:00
Erik Montnemery
a966714032
Minor cleanup of recorder statistics code ( #55339 )
2021-09-29 11:42:39 -07:00
jjlawren
8f4ba564d4
Plex media browser improvements ( #56312 )
2021-09-29 11:17:55 -07:00
Erik Montnemery
ef13e473cf
Warn if template functions fail and no default is specified ( #56453 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-29 20:16:02 +02:00
Aaron Bach
ae00c221e0
Add long-term statistics for Guardian sensors ( #55413 )
...
* Add long-term statistics for Guardian sensors
* Code review
2021-09-29 12:06:48 -06:00
J. Nick Koston
f7ef973c68
Bump aiodiscover to 1.4.4 to fix mac matching with leading 0s ( #56791 )
2021-09-29 13:18:13 -04:00
Alexei Chetroi
dbba2c4afe
Add "Summation Delivered" Sensor for SmartEnergy metering ZHA channel ( #56666 )
2021-09-29 09:35:20 -07:00
Daniel Hjelseth Høyer
60eb426451
Add Surepetcare locks ( #56396 )
...
* Surepetcare, add lock
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix tests
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Surepetcare, lock name
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* surepetcare_id
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* typing
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix review comment
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix review comment
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix review comment
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* add more tests
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Fix review comment
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2021-09-29 09:17:12 -07:00
Martin Hjelmare
50fffe48f8
Add zwave to zwave_js migration ( #56159 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-29 08:55:27 -07:00
Daniel Hjelseth Høyer
d5c3d234ec
Open garage, add config flow ( #55290 )
2021-09-29 09:43:51 -06:00
Erik Montnemery
40ecf22bac
Remove automatic splitting of net meters from statistics ( #56772 )
2021-09-29 17:20:17 +02:00
Andre Richter
d13c3e3917
Migrate Vallox to new fan entity model ( #56663 )
...
* Migrate Vallox to new fan entity model
* Review comments 1
* Minor corrections
* Review comments 2
2021-09-29 17:14:41 +02:00
Erik Montnemery
00651a4055
Optimize _get_states_with_session ( #56734 )
...
* Optimize _get_states_with_session
* Move custom filters to derived table
* Remove useless derived table
* Filter old states after grouping
* Split query
* Add comments
* Simplify state update period criteria
* Only apply custom filters if we didn't get an include list of entities
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-29 17:08:27 +02:00
avee87
daebc34f4d
Add code_format to template alarm ( #56700 )
...
* Added code_format to template alarm
* review comment
* review comment
* use constant
* back to enum
* none -> no_code
2021-09-29 16:59:46 +02:00
Marc Mueller
77ee72cbb9
Import Callable from collections.abc (1) ( #56775 )
2021-09-29 16:32:11 +02:00
Marc Mueller
d51487f82a
Import Callable from collections.abc (3) ( #56777 )
2021-09-29 16:19:06 +02:00
Marc Mueller
364767ff22
Import Callable from collections.abc (4) ( #56778 )
2021-09-29 16:15:36 +02:00
jan iversen
19685ecff0
Set strict typing for modbus. ( #56779 )
2021-09-29 16:15:55 +03:00
Marc Mueller
565a9fea6b
Import Callable from collections.abc (2) ( #56776 )
2021-09-29 14:06:51 +02:00
Franck Nijhof
41e5f05d99
Fix energy validation when not tracking costs ( #56768 )
2021-09-29 13:24:34 +02:00