J. Nick Koston and Franck Nijhof
81b1b04210
Fix flux_led discovery with older models ( #61413 )
2021-12-11 13:26:17 +01:00
Aaron Bach and Franck Nijhof
18768ad8a0
Bump simplisafe-python to 2021.12.1 ( #61412 )
2021-12-11 13:26:13 +01:00
J. Nick Koston and Franck Nijhof
d038db01ed
Fix lookin set temperature when device is off ( #61411 )
2021-12-11 13:26:09 +01:00
Matthias Alphart and Franck Nijhof
c51c18781d
Fix unique_id of S0 meters connected to Fronius inverters ( #61408 )
2021-12-11 13:26:06 +01:00
bsmappee and Franck Nijhof
e483c16d59
Remove energy entity again in Smappee local integration ( #61373 )
2021-12-11 13:26:02 +01:00
87b50fff54
Fix Tuya cover open/close commands ( #61369 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-12-11 13:25:58 +01:00
bsmappee and Franck Nijhof
da9fbde83a
add missing unit of measurement in Smappee ( #61365 )
2021-12-11 13:25:55 +01:00
MattWestb and Franck Nijhof
6785e32683
Add 2 new CN-Hysen TRVs ( #61002 )
...
Adding CN-Hysen "_TZE200_pvvbommb" and "_TZE200_4eeyebrt" TRVs
2021-12-11 13:25:51 +01:00
Paulus Schoutsen
7208cb49f1
Disable lupusec ( #61142 )
2021-12-09 15:05:41 -08:00
Paulus Schoutsen
5476b23d8b
Bumped version to 2021.12.0b6
2021.12.0b6
2021-12-09 14:42:14 -08:00
Aaron Bach and Paulus Schoutsen
5d65db5168
Assign docs URL to a placeholder in SimpliSafe config flow ( #61410 )
2021-12-09 14:42:05 -08:00
Paulus Schoutsen
509ebbc743
Bump frontend to 20211209.0 ( #61406 )
2021-12-09 14:42:05 -08:00
Aaron Bach and Paulus Schoutsen
abe6f1ab5b
Consolidate SimpliSafe config flow forms into one ( #61402 )
2021-12-09 14:42:04 -08:00
jjlawren and Paulus Schoutsen
ae26e60740
Fix Sonos radio handling during polling ( #61401 )
2021-12-09 14:42:03 -08:00
bigbadblunt and Paulus Schoutsen
f8f381afa3
Add default value for signal_repetitions in cover ( #61393 )
2021-12-09 14:42:02 -08:00
einarhauks and Paulus Schoutsen
7cc2af2a46
Update tesla-wall-connector to v1.0.1 ( #61392 )
2021-12-09 14:42:02 -08:00
Franck Nijhof
29aab7ad7a
Bumped version to 2021.12.0b5
2021.12.0b5
2021-12-09 12:09:53 +01:00
Franck Nijhof
3b2b116c10
Upgrade tailscale to 0.1.4 ( #61338 )
2021-12-09 12:08:36 +01:00
Paulus Schoutsen and Franck Nijhof
07438c07c9
Fix CO2signal error handling ( #61311 )
2021-12-09 12:08:33 +01:00
Paulus Schoutsen and Franck Nijhof
0203228a11
Fix hue groups inheritance ( #61308 )
2021-12-09 12:08:29 +01:00
J. Nick Koston and Franck Nijhof
fe7521b503
Fix lookin failing to setup during firmware updates ( #61305 )
2021-12-09 12:08:26 +01:00
Yehuda Davis and Franck Nijhof
24a6e90042
Fix regression in Tuya cover is_closed logic ( #61303 )
2021-12-09 12:08:23 +01:00
Paulus Schoutsen and Franck Nijhof
7387640524
Fix rova timezone ( #61302 )
2021-12-09 12:08:20 +01:00
Stefan Agner and Franck Nijhof
d7708d58ba
Introduce only_supervisor for @websocket_api.ws_require_user() ( #61298 )
2021-12-09 12:08:16 +01:00
Paulus Schoutsen and Franck Nijhof
10a4037ed3
Rest fixes ( #61296 )
2021-12-09 12:08:13 +01:00
J. Nick Koston and Franck Nijhof
aefd675737
Restore rest integration ability to follow http redirects ( #61293 )
2021-12-09 12:08:10 +01:00
J. Nick Koston and Franck Nijhof
9a4a09b2f2
Bump flux_led to 0.26.3 ( #61287 )
2021-12-09 12:08:06 +01:00
Paulus Schoutsen and Franck Nijhof
793bdebc13
Use correct template parameter in Rest template rendering ( #61269 )
2021-12-09 12:08:01 +01:00
Paulus Schoutsen and Franck Nijhof
e66f0a68e7
Guard cannot connect during Tuya init ( #61267 )
2021-12-09 12:07:58 +01:00
Paulus Schoutsen and Franck Nijhof
5c70ddb7cb
Fix smartthings timestamp sensor ( #61254 )
2021-12-09 12:07:55 +01:00
79501289f0
Correct state class for Tasmota sensors ( #61236 )
...
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com >
2021-12-09 12:07:51 +01:00
Allen Porter and Franck Nijhof
7ee148c650
Display nest media events using local time ( #61143 )
2021-12-09 12:07:48 +01:00
Franck Nijhof and Paulus Schoutsen
1ddb0d255a
Fix date/datetime support for templates ( #61088 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2021-12-09 12:07:45 +01:00
89eed9c31e
Allow to lock SQLite database during backup ( #60874 )
...
* Allow to set CONF_DB_URL
This is useful for test which need a custom DB path.
* Introduce write_lock_db helper to lock SQLite database
* Introduce Websocket API which allows to lock database during backup
* Fix isort
* Avoid mutable default arguments
* Address pylint issues
* Avoid holding executor thread
* Set unlock event in case timeout occures
This makes sure the database is left unlocked even in case of a race
condition.
* Add more unit tests
* Address new pylint errors
* Lower timeout to speedup tests
* Introduce queue overflow test
* Unlock database if necessary
This makes sure that the test runs through in case locking actually
succeeds (and the test fails).
* Make DB_LOCK_TIMEOUT a global
There is no good reason for this to be an argument. The recorder needs
to pick a sensible value.
* Add Websocket Timeout test
* Test lock_database() return
* Update homeassistant/components/recorder/__init__.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Fix format
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2021-12-09 12:07:41 +01:00
Paulus Schoutsen
0cb0136b2f
Bumped version to 2021.12.0b4
2021.12.0b4
2021-12-08 11:02:14 -08:00
Paulus Schoutsen
36eca38be2
don't convert GTFS timestamp to UTC in timestamp sensor ( #61221 )
2021-12-08 11:02:05 -08:00
Paulus Schoutsen
0b470bb8fb
Fix follow-up review comment for bbox ( #61219 )
2021-12-08 11:02:04 -08:00
Paulus Schoutsen
030ac3d762
Fix yandex_transport timestamp sensor ( #61217 )
2021-12-08 11:02:04 -08:00
Paulus Schoutsen
b5b2c3cc0d
Fix vallox timestamp sensor ( #61216 )
...
* Fix vallox timestamp sensor
* Change old state type
2021-12-08 11:02:03 -08:00
Paulus Schoutsen
7940aab4c5
Fix repetier timestamp sensors ( #61214 )
2021-12-08 11:02:02 -08:00
Paulus Schoutsen
2513347e27
Fix oasa_telematics timestamp sensor ( #61213 )
2021-12-08 11:02:01 -08:00
Paulus Schoutsen
e6b784e4f2
Fix nextbus timestamp sensor ( #61212 )
2021-12-08 11:02:00 -08:00
Paulus Schoutsen
d080c31583
Fix modern_forms timestmap sensors ( #61211 )
2021-12-08 11:01:59 -08:00
Paulus Schoutsen
e68dcff3f3
Fix meteo_france timestamp sensor ( #61210 )
2021-12-08 11:01:58 -08:00
Paulus Schoutsen
66fa6dff93
Fix lyric timestamp sensor ( #61209 )
...
* Fix lyric timestamp sensor
* Update type
2021-12-08 11:01:57 -08:00
Paulus Schoutsen
d533aba4f9
Fix litterrobot timestamp sensor ( #61208 )
...
* Fix litterrobot timestamp sensor
* Update type
2021-12-08 11:01:56 -08:00
Paulus Schoutsen
700eaf8794
Fix islamic prayer times timestamp sensor ( #61207 )
2021-12-08 11:01:56 -08:00
Paulus Schoutsen
7583d9a409
Fix hydrawise timestamp sensor ( #61206 )
2021-12-08 11:01:55 -08:00
Paulus Schoutsen
dc3ece447b
Fix hvv_departures timestamp sensor ( #61205 )
2021-12-08 11:01:54 -08:00
Paulus Schoutsen
2c0e406c1b
Fix gtfs timestamp sensor ( #61204 )
2021-12-08 11:01:53 -08:00