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
Mark Allanson
470fe887a5
Upgrade canary integration to use py-canary 0.5.1 ( #44645 )
...
Fixes #35569
2021-01-01 21:13:00 +01:00
Sian
1b26f6e8e0
Correct Dyson climate fan auto mode ( #44569 )
...
Co-authored-by: Justin Gauthier <justin@justin-tech.com >
2021-01-01 21:12:56 +01:00
Maciej Bieniek
8a689a0105
Add motion binary sensor ( #44445 )
2021-01-01 21:12:52 +01:00
Raman Gupta
e65903822d
Suppress vizio logging API call failures to prevent no-op logs ( #44388 )
2021-01-01 21:12:48 +01:00
J. Nick Koston
335aceedfb
Update py-august to 0.25.2 to fix august token refreshes ( #40109 )
...
* Update py-august to 0.26.0 to fix august token refreshes
* bump version
2021-01-01 21:12:44 +01:00
Franck Nijhof
4b5056a456
Bumped version to 2021.1.0b0
2021.1.0b0
2020-12-30 12:18:22 +01:00
Fabian Affolter
6e5e45b937
Upgrade youtube_dl to 2020.12.29 ( #44643 )
2020-12-30 11:24:00 +01:00
Franck Nijhof
222c5b532c
Merge branch 'master' into dev
2020-12-30 10:59:49 +01:00
Franck Nijhof
e670a8f3b6
Merge pull request #44642 from home-assistant/rc
2020.12.2
2020-12-30 10:45:15 +01:00