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
Maciej Bieniek
d3df6f26f9
Add missing voltage sensor in Shelly integration ( #56773 )
...
* Disable voltage sensor by default
* Add voltage sensor for Shelly 2/2.5
* Enable emeter voltage by default
2021-09-29 14:22:42 +03:00
Erik Montnemery
52e9f76f94
Tweak DB migration to schema version 21 ( #56767 )
2021-09-29 11:25:50 +02:00
Fabian Affolter
be34a2ddea
Upgrade beautifulsoup4 to 4.10.0 ( #56764 )
2021-09-29 11:25:29 +02:00
Fabian Affolter
deb0cc4116
Upgrade holidays to 0.11.3 ( #56762 )
2021-09-29 11:25:06 +02:00
Joakim Sørensen
6a9b484f2d
Remove timeout for backup services ( #56763 )
2021-09-29 09:46:05 +02:00
Regev Brody
115bb39c10
Fix cover group to handle unknown state properly ( #56739 )
...
* fix cover group unknown state
* fix cover grup state
* fix cover group issue
2021-09-29 08:37:16 +02:00
Simone Chemelli
34ef47db55
Fritz honor sys option pref_disable_new_entities ( #56740 )
2021-09-28 20:59:03 -07:00
João Pedro Hickmann
4513a46248
Add zeroconf support for yeelight ( #56758 )
2021-09-28 20:53:43 -05:00
Myles Eftos
8e91e6e97e
Adding price spike binary sensor to the Amber electric integration ( #56736 )
2021-09-28 18:01:35 -07:00
J. Nick Koston
cf36d0966d
Add coverage to verify tplink unique ids ( #56746 )
2021-09-28 17:57:22 -07:00
Michael Chisholm
f7d95588f8
Provide most media metadata in DlnaDmrEntity ( #56728 )
...
Co-authored-by: Steven Looman <steven.looman@gmail.com>
2021-09-28 19:37:23 -05:00
Marc Mueller
718f8d8bf7
Use NamedTuple for xbox media type details ( #56753 )
2021-09-28 17:00:19 -07:00
Marc Mueller
15aafc8db6
Use NamedTuple for discovery service details ( #56751 )
2021-09-28 16:59:40 -07:00
Marc Mueller
a91fbec198
Use NamedTuple for esphome service metadata ( #56754 )
2021-09-28 16:58:36 -07:00
Marc Mueller
160571888c
Use NamedTuple for intesishome swing settings ( #56752 )
2021-09-28 16:56:58 -07:00
Raman Gupta
e76ddb4b27
Add proper S2 support for adding zwave_js nodes ( #56516 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-09-28 15:37:45 -07:00
Milan Meulemans
db30c27455
Clean up Nanoleaf ( #56732 )
2021-09-28 15:39:54 -05:00