Paulus Schoutsen
2600fdfa67
Merge pull request #45156 from home-assistant/rc
2021.1.2
2021-01-14 20:50:23 +01:00
Franck Nijhof
0bd2c13e26
Add filtering
2021-01-14 20:26:08 +01:00
Philip Allgaier
0fdda9d0f6
Fix OpenWeatherMap forecast timestamp ( #45124 )
2021-01-14 19:20:16 +00:00
ehendrix23
7ac208ead6
Bump MyQ to 2.0.14 ( #45067 )
2021-01-14 19:20:15 +00:00
Joakim Sørensen
e1989399f0
Fallback to tag for any AfterShip tracking that have no checkpoints ( #45053 )
2021-01-14 19:20:14 +00:00
Santobert
d0216307f3
Fix neato battery sensor not ready ( #44946 )
...
* Fix neato battery sensor not ready
* Edit available attribute
* Remove unnecessary condition
2021-01-14 19:20:14 +00:00
Paulus Schoutsen
f141f18db7
Bumped version to 2021.1.2
2021-01-14 19:08:37 +00:00
rikroe
2294f11070
Bump bimmer_connected to 0.7.14 ( #45086 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2021-01-14 19:08:29 +00:00
Diogo Gomes
3771a800d3
Update the Utility Meter sensor status on HA start ( #44765 )
...
* fix status on HA start
* better coverage and fix
* fix test
* address review
2021-01-14 19:08:03 +00:00
Paulus Schoutsen
75615bd92a
Merge pull request #44982 from home-assistant/rc
...
2021.1.1
2021.1.1
2021-01-09 16:02:54 +01:00
Paulus Schoutsen
9524766b07
Bumped version to 2021.1.1
2021-01-09 14:31:14 +00:00
ehendrix23
21121b6e9b
Bump pymyq to 2.0.13 ( #44961 )
2021-01-09 14:31:10 +00:00
Erik Montnemery
1b0e0996af
Fix parameters when toggling light ( #44950 )
2021-01-09 14:31:09 +00:00
Sergio Oller
0e4c560f38
Disambiguate Supervisor HTTPUnauthorized on user/password validation ( #44940 )
...
* Disambiguate HTTPUnauthorized on user/password validation
The HA core API usually returns 401 when the request does not
have proper authentication tokens or they have expired.
However the user/password validation endpoint may also return
401 when the given user/password is invalid.
The supervisor is currently unable to distinguish both scenarios,
and it needs to.
See https://github.com/home-assistant/supervisor/issues/2408
* Return 404 if user& password are not found/valid
* Fix test for invalid user/password
2021-01-09 14:31:09 +00:00
J. Nick Koston
5dfe8e15e3
Fix wait_template incorrectly matching falsey values ( #44938 )
2021-01-09 14:31:07 +00:00
Matthias Alphart
5ef6f87ab9
Fix KNX cover state return open when unknown ( #44926 )
2021-01-09 14:31:07 +00:00
Franck Nijhof
bb1ebae5cb
Merge pull request #44881 from home-assistant/rc
2021.1.0
2021-01-06 17:37:48 +01:00
Franck Nijhof
57d119a7fe
Revert "Bump pypck to 0.7.8" ( #44884 )
...
This reverts commit addafd517f .
2021-01-06 16:49:02 +01:00
Franck Nijhof
9c478e8de7
Bumped version to 2021.1.0
2021-01-06 16:03:04 +01:00
treylok
9d03b56c5c
Bump python-ecobee-api to 0.2.8 ( #44866 )
2021-01-06 14:26:32 +01:00
jjlawren
b6d323b008
Fix Plex media summary attribute ( #44863 )
2021-01-06 14:26:28 +01:00
Martin Hjelmare
88eac0be85
Bump pytradfri to 7.0.6 ( #44661 )
2021-01-06 14:26:19 +01:00
Franck Nijhof
c258c2653f
Bumped version to 2021.1.0b3
2021.1.0b3
2021-01-05 23:31:18 +01:00
Bram Kragten
587676f436
Update frontend to 20201229.1 ( #44861 )
2021-01-05 23:31:00 +01:00
Franck Nijhof
2ee50a4d54
Fix Canary doing I/O in event loop ( #44854 )
2021-01-05 23:30:55 +01:00
Finbarr Brady
fdce5878c6
Bump openwebifpy version: 3.1.6 → 3.2.7 ( #44847 )
2021-01-05 23:30:51 +01:00
Paulus Schoutsen
0b8251d9a1
Make Alexa custom ID unique ( #44839 )
...
* Make Alexa custom ID unique
* Lint
* Lint
2021-01-05 23:30:48 +01:00
Andre Lengwenus
e4a84bb1c3
Bump pypck to 0.7.8 ( #44834 )
2021-01-05 23:30:44 +01:00
TheJulianJES
9396d9db5f
Implement color mode for ZHA light polling ( #44829 )
2021-01-05 23:30:41 +01:00
J. Nick Koston
b3fda469cf
Fix zeroconf outgoing dns compression corruption for large packets ( #44828 )
2021-01-05 23:30:37 +01:00
Franck Nijhof
e4fcc9c692
Bumped version to 2021.1.0b2
2021.1.0b2
2021-01-04 13:17:44 +01:00
Matthias Alphart
5f91f14a49
Fix knx.send service not accepting floats ( #44802 )
2021-01-04 13:17:02 +01:00
Bob Matcuk
f42ce2b0d1
Fix bug with blink auth flow ( #44769 )
2021-01-04 13:16:59 +01:00
Pascal Vizeli
506fdc877a
Update docker base image 2021.01.0 ( #44761 )
2021-01-04 13:16:55 +01:00
J. Nick Koston
f33c1332b9
Add index to old_state_id column for postgres and older databases ( #44757 )
...
* Add index to old_state_id column for older databases
The schema was updated in #43610 but the index was not
added on migration.
* Handle postgresql missing ondelete
* create index first
2021-01-04 13:16:52 +01:00
Maciej Bieniek
8da79479d3
Change rest sensors update interval for Shelly Motion ( #44692 )
...
* Change rest sensors update interval for Shelly Motion
* Cleaning
* Fix typo
* Remove unnecessary parentheses
2021-01-04 13:16:46 +01:00
Paulus Schoutsen
92e354ca38
Guard unbound var for DSMR ( #44673 )
2021-01-04 13:16:40 +01:00
Franck Nijhof
79aad3f07b
Bumped version to 2021.1.0b1
2021.1.0b1
2021-01-01 21:14:18 +01:00
Robert Svensson
e781e1b26c
Bump H11 library to support non RFC line endings ( #44735 )
2021-01-01 21:13:43 +01:00
J. Nick Koston
c60390a52a
Fix templates for rest notify ( #44724 )
2021-01-01 21:13:40 +01:00
J. Nick Koston
af1d46aa6c
Fix rest notify GET without params configured ( #44723 )
2021-01-01 21:13:36 +01:00
J. Nick Koston
6d33f6a115
Fix script wait templates with now/utcnow ( #44717 )
2021-01-01 21:13:32 +01:00
Allen Porter
39b9821d29
Fix broken test test_auto_purge in recorder ( #44687 )
...
* Fix failing test due to edge-of-2021 bug
* Rewrite test_auto_purge to make the intent more clear
2021-01-01 21:13:28 +01:00
Alexei Chetroi
864546201e
Bump up ZHA dependencies ( #44680 )
...
- zigpy == 0.29.0
- zigpy_deconz == 0.11.1
- zha-quirks == 0.0.51
2021-01-01 21:13:25 +01:00
Paulus Schoutsen
1c2e4226dc
Zeroconf lowercase ( #44675 )
2021-01-01 21:13:21 +01:00
Allen Porter
34a6b4deb0
Fix legacy nest api binary_sensor initialization ( #44674 )
2021-01-01 21:13:18 +01:00
Paulus Schoutsen
2b1df2e63f
Catch Shelly zeroconf types with uppercase too ( #44672 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-01-01 21:13:14 +01:00
Diogo Gomes
610ee24bb1
always sync unit_of_measurement ( #44670 )
2021-01-01 21:13:10 +01:00
Daniel Lintott
3cd97398aa
Bump zm-py version to 0.5.2 ( #44658 )
2021-01-01 21:13:07 +01:00
David F. Mulcahey
7d99a35547
Bump ZHA quirks version to 0.0.50 ( #44650 )
2021-01-01 21:13:04 +01:00