Erik Montnemery
0e48985fc5
Validate initial value for input_datetime ( #57256 )
2021-10-07 17:13:07 +02:00
Jeff Irion
9dfb684002
Enable template icons for template selects ( #57092 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-10-07 15:38:02 +02:00
Martin Hjelmare
82828b5a1b
Fix netgear config flow import ( #57253 )
2021-10-07 15:08:53 +02:00
Marc Mueller
e5b93cdcaf
Use EntityDescription - darksky ( #57083 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-10-07 14:07:17 +02:00
Erik Montnemery
7223c59e79
Allow resetting an MQTT number ( #57161 )
...
* Allow resetting an MQTT number
* Add abbreviation
2021-10-07 13:54:34 +02:00
Paulus Schoutsen
a4d9019ffc
Refactor persistent notification to no longer route all data via a service ( #57157 )
...
* Convert persistent notification tests to async
* Create/dismiss persistent notifications in exposed functions, not service calls
* Fix notify persistent_notification
* Remove setting up persistent_notification
* Drop more setups
* Empty methods
* Undeprecate sync methods because too big task
* Fix setup clearing notifications
* Fix a bunch of tests
* Fix more tests
* Uno mas
* Test persistent notification events
* Clean up stale comment
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-07 12:58:00 +02:00
Robert Svensson
750dd9186e
Improve deCONZ signal strings ( #57140 )
2021-10-07 12:48:27 +02:00
Aaron Bach
2ba8e1030c
Ensure that WattTime is strictly typed ( #57130 )
2021-10-07 12:40:10 +02:00
Franck Nijhof
24fa2a714a
Toon, support Energy dashboard by default ( #57233 )
2021-10-07 11:59:04 +02:00
Franck Nijhof
19b0212ff0
Upgrade coverage to 6.0.1 ( #57235 )
2021-10-07 10:46:43 +02:00
Erik Montnemery
947ae23749
Add home-assistant/core as codeowner for recorder ( #57224 )
2021-10-07 08:56:43 +02:00
GitHub Action
8fea54fff7
[ci skip] Translation update
2021-10-07 00:10:57 +00:00
starkillerOG
3e89ebb1cb
Remove Netgear tracker link_rate check on Orbi ( #57032 )
...
* Netgear tracker: remove link_rate check on Orbi
* fix debug message
* Add orbi models
* check start of model in V2 check
* fix black
2021-10-06 13:30:13 +02:00
Erik Montnemery
8337baa354
Correct migration to recorder schema 18 ( #57165 )
2021-10-06 13:29:42 +02:00
Jean-Yves Avenard
9d84d41f81
Change energy state class to STATE_CLASS_TOTAL ( #56974 )
2021-10-06 13:24:17 +02:00
Bram Kragten
e69a1c3546
Update frontend to 20211006.0 ( #57164 )
2021-10-06 11:33:55 +02:00
Tomasz
e9f6bc7364
Add missing return type to async_unload_entry and async_setup_entry ( #57115 )
2021-10-06 10:48:11 +02:00
Thomas Schamm
aa03b63884
Skip link local addresses in bosch_shc discovery step ( #57074 )
2021-10-06 10:09:02 +02:00
Fredrik Erlandsson
a809f5fcf7
Update Daikin config_flow with better error handling ( #57069 )
2021-10-06 10:07:30 +02:00
Paulus Schoutsen
222a0c26e0
Guard upnp create device ( #57156 )
2021-10-05 21:31:11 -07:00
Lawrence
205b40cf16
Updated amberelectic attributes to reflect unit change to $/kWh ( #57109 )
2021-10-05 20:34:23 -07:00
Simone Chemelli
d51d70d3be
Fix Fritz shutdown race condition ( #57148 )
2021-10-05 20:26:18 -07:00
Simone Chemelli
9de3bd77d8
Fix SamsungTV shutdown race condition ( #57149 )
2021-10-05 20:25:57 -07:00
J. Nick Koston
7e5dfadc27
Add sw_version and model to flux_led device info ( #56958 )
2021-10-05 14:53:39 -10:00
J. Nick Koston
286ffb2d71
Write flux_led state after turning on/off ( #57152 )
2021-10-05 14:49:42 -10:00
Erik Montnemery
f6682ba99d
Block tests from opening sockets ( #55516 )
2021-10-05 14:46:09 -10:00
GitHub Action
a8b7c521f6
[ci skip] Translation update
2021-10-06 00:12:58 +00:00
J. Nick Koston
d60f6a9943
Add additional devices to flux_led discovery ( #57086 )
2021-10-05 13:06:17 -10:00
Tom Brien
659229e255
Add support for POLY and RLY in Coinbase ( #57144 )
...
* Support POLY currency
* Support RLY currency
2021-10-05 15:18:17 -06:00
Aaron Bach
25253f2b7a
Use current config entry standards for OpenUV ( #57137 )
2021-10-05 15:03:39 -06:00
J. Nick Koston
eba7cad33f
Fix yeelight connection when bulb stops responding to SSDP ( #57138 )
2021-10-05 13:41:56 -07:00
Raman Gupta
e22407ba16
Bump zwave-js-server-python to 0.31.3 ( #57143 )
2021-10-05 22:33:23 +02:00
Paulus Schoutsen
34544da449
Reinstate asking for country in Tuya flow ( #57142 )
2021-10-05 22:32:48 +02:00
indykoning
f76cb12945
Fix Growatt login invalid auth response ( #57071 )
2021-10-05 12:31:23 -07:00
Paulus Schoutsen
1a7a4c52f1
Bump aiohue to 2.6.3 ( #57125 )
2021-10-05 19:42:45 +02:00
jrester
e66064fb3e
Update tesla_powerwall to 0.3.11 ( #57112 )
2021-10-05 19:40:37 +02:00
Franck Nijhof
86852df2fc
Bump tuya-iot-py-sdk to 0.5.0 ( #57110 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-05 10:21:55 -07:00
Raman Gupta
3c074ab865
Add additional properties to node_status WS cmd ( #56927 )
...
* Add node.zwave_plus_version to node_status WS command
* Add highest security class to node_status
2021-10-05 11:23:44 -04:00
Franck Nijhof
80a04124a2
Small code styling tweaks for Tuya ( #57102 )
2021-10-05 12:59:51 +02:00
Otto Winter
5b218d7e1c
Bump aioesphomeapi from 9.1.4 to 9.1.5 ( #57106 )
2021-10-05 11:49:39 +02:00
Boris K
8b02703585
Fix color util links to Philips Hue documentation ( #57099 )
2021-10-05 11:19:09 +02:00
Erik Montnemery
f548d1dba7
Prevent opening of sockets in mqtt tests ( #57101 )
2021-10-05 11:14:53 +02:00
Franck Nijhof
2059cbacbd
Remove Python shebang line from Tuya integration files ( #57103 )
2021-10-05 11:12:55 +02:00
Franck Nijhof
653eb3e29d
Upgrade debugpy to 1.5.0 ( #57098 )
2021-10-05 11:12:35 +02:00
Franck Nijhof
b5916c8310
Upgrade sentry-sdk to 1.4.3 ( #57096 )
2021-10-05 11:11:33 +02:00
Franck Nijhof
3645568dcc
Upgrade jinja2 to 3.0.2 ( #57095 )
2021-10-05 11:03:51 +02:00
Franck Nijhof
f364d53c7b
Prevent Tuya from accidentally logging credentials in debug mode ( #57100 )
2021-10-05 10:22:28 +02:00
Robert Svensson
59b1433e5c
Additional place to use isinstance rather than do a string compare ( #57094 )
2021-10-05 09:17:45 +02:00
Paulus Schoutsen
b024d88b36
Deprecate Python 3.8 ( #57079 )
2021-10-05 08:58:20 +02:00
Allen Porter
8026a14bc8
Bump nest 0.3.7 to prepare for WebRTC support ( #57089 )
2021-10-04 20:59:23 -07:00