Joakim Sørensen and Franck Nijhof
ab2f05d3e9
Handle zone exception when setting up Cloudflare ( #85110 )
2023-01-04 17:04:43 +01:00
Guido Schmitz and Franck Nijhof
90ac0c870f
Remove illuminance device class for sensors in devolo Home Control ( #85108 )
2023-01-04 17:04:40 +01:00
Bram Kragten and Franck Nijhof
0fd113db59
Update frontend to 20230104.0 ( #85107 )
2023-01-04 17:04:35 +01:00
Jan Bouwhuis and Franck Nijhof
1b43323f5e
Allow MQTT device_class or state_class to be set as None ( #85106 )
...
* Allow MQTT device_class to be set as `None`
* Add test
* Also allow sensor state_class to be `None`
2023-01-04 17:04:30 +01:00
Jan Bouwhuis and Franck Nijhof
6108e581b1
Do not reset current selection on reconfig or MQTT select ( #85099 )
...
* Do not reset current selection on reconfig
* Add a test
2023-01-04 11:54:27 +01:00
Aaron Bach and Franck Nijhof
c8c68f05ec
Remove workaround for reloading PurpleAir upon device removal ( #85086 )
2023-01-04 11:53:06 +01:00
Franck Nijhof
b80467dc58
Update adguard to 0.6.1 ( #85052 )
...
* Update adguard to 0.6.0
* Update adguard to 0.6.1
2023-01-04 11:49:16 +01:00
Andre Lengwenus and Franck Nijhof
6e9f0eca03
Fix integer only LCN variable values ( #85035 )
2023-01-04 11:49:10 +01:00
Paulus Schoutsen
9ecee11af6
Bumped version to 2023.1.0b5
2023.1.0b5
2023-01-02 21:30:16 -05:00
J. Nick Koston and Paulus Schoutsen
9a1669103b
Fix bluetooth not being loaded with esphome proxies when removed from default_config ( #85032 )
...
* Fix bluetooth not being loaded with esphome proxies when removed from default_config
fixes #84960
* actually commit the conftest change
2023-01-02 21:30:02 -05:00
Paulus Schoutsen
368ea0586d
Bump slixmpp to 1.8.3 ( #85031 )
2023-01-02 21:30:01 -05:00
J. Nick Koston and Paulus Schoutsen
4a7db6ee71
Bump httpx to 0.23.2 ( #85023 )
...
changelogs:
https://github.com/encode/httpcore/compare/0.16.2...0.16.3
https://github.com/encode/httpx/compare/0.23.1...0.23.2
2023-01-02 21:30:00 -05:00
Tobias Sauerwein and Paulus Schoutsen
a10b9572c7
Bump pyatmo to v7.5.0 ( #85016 )
2023-01-02 21:29:59 -05:00
starkillerOG and Paulus Schoutsen
0b47bf1f0b
Switch to reolink-aio ( #85014 )
...
* switch to reolink-aio
* fix imports
2023-01-02 21:29:58 -05:00
5f4d286556
Update frontend to 20230102.0 ( #85010 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2023-01-02 21:29:57 -05:00
Daniel Hjelseth Høyer and Paulus Schoutsen
b23ab3c65a
Update Tibber lib to 0.26.7. Improve error handling of realtime data ( #85008 )
2023-01-02 21:29:56 -05:00
J. Nick Koston and Paulus Schoutsen
7c199b36f8
Bump home-assistant-bluetooth to 1.9.1 ( #85005 )
...
fixes #83722
2023-01-02 21:29:55 -05:00
David F. Mulcahey and Paulus Schoutsen
d4e55ee030
Bump ZHA quirks ( #85004 )
2023-01-02 21:29:55 -05:00
starkillerOG and Paulus Schoutsen
f3ec82543e
Bump motionblinds to 0.6.15 ( #84994 )
2023-01-02 21:29:54 -05:00
Erik Montnemery and Paulus Schoutsen
4013d4c48d
Revert "Add aliases to device registry items" ( #84976 )
2023-01-02 21:29:53 -05:00
Martin Hjelmare and Paulus Schoutsen
93ac908776
Handle not available add-on in hassio add-on manager ( #84943 )
...
* Handle not available add-on in hassio add-on manager
* Fix zwave_js tests
* Fix sky connect tests
* Fix matter tests
* Fix yellow tests
* Update hardware tests
2023-01-02 21:29:52 -05:00
starkillerOG and Paulus Schoutsen
2ad1a53038
Consider 95% as closed for Motion blinds venetian blinds ( #84872 )
2023-01-02 21:29:51 -05:00
Paulus Schoutsen
2d120cb6ba
Bumped version to 2023.1.0b4
2023.1.0b4
2023-01-01 20:25:29 -05:00
Allen Porter and Paulus Schoutsen
ad782166c7
Fix caldav calendars with custom timezones ( #84955 )
...
* Fix caldav calendars with custom timezones
* Revert whitespace change
2023-01-01 20:23:33 -05:00
J. Nick Koston and Paulus Schoutsen
bc9202cf02
Bump pySwitchbot to 0.36.1 ( #84937 )
...
changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.36.0...0.36.1
small fix for the battery not updating with passive scanning
after lock operation
2023-01-01 20:23:32 -05:00
J. Nick Koston and Paulus Schoutsen
0d385d3b67
Fix failing HomeKit Controller diagnostics tests ( #84936 )
2023-01-01 20:23:31 -05:00
Allen Porter and Paulus Schoutsen
76fa24aba1
Fix Climate device HVAC mode trigger UI ( #84930 )
...
* Fix Climate device HVAC mode trigger UI
* Use updated order of test case results
2023-01-01 20:23:30 -05:00
95ae37cd87
Fix haveibeenpwned user-agent string ( #84919 )
...
* Fixed user-agent string not being accepted as an valid header
* Update homeassistant/components/haveibeenpwned/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Removed the aiohttp import
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-01-01 20:22:56 -05:00
Robert Svensson and Paulus Schoutsen
bc1d22f4ec
Bump pydeconz to v106 ( #84914 )
...
fixes undefined
2023-01-01 20:20:15 -05:00
Allen Porter and Paulus Schoutsen
67e1872ab6
Fix free/busy google calendars ( #84907 )
...
fixes undefined
2023-01-01 20:20:14 -05:00
tronikos and Paulus Schoutsen
516c2b0cdb
Google Assistant SDK: Log command and response ( #84904 )
...
Log command and response
2023-01-01 20:20:13 -05:00
Aaron Bach and Paulus Schoutsen
60f067b68f
Use serial number for AirVisal Pro config entry unique ID ( #84902 )
...
* Use serial number for AirVisal Pro config entry unique ID
* Code review
2023-01-01 20:20:13 -05:00
Aaron Bach and Paulus Schoutsen
ff76567061
Fix issues with PurpleAir sensor device class and unit ( #84896 )
2023-01-01 20:20:12 -05:00
Aaron Bach and Paulus Schoutsen
93488cfa0f
Don't include distance in PurpleAir sensor selector ( #84893 )
2023-01-01 20:20:11 -05:00
9655619667
Small fixes for SwitchBot Locks ( #84888 )
...
Co-authored-by: Aaron Bach <bachya1208@gmail.com >
2023-01-01 20:20:10 -05:00
32736b3336
Process late feedback for Reolink ( #84884 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-01-01 20:20:09 -05:00
starkillerOG and Paulus Schoutsen
c77b78928e
Bump motionblinds to 0.6.14 ( #84873 )
2023-01-01 20:20:08 -05:00
William Scanlon and Paulus Schoutsen
a7ba242f1f
Bump pyeconet to 0.1.17 ( #84868 )
2023-01-01 20:20:08 -05:00
Greg Dowling and Paulus Schoutsen
043d58d697
Bump pyroon library to 0.1.2. ( #84865 )
2023-01-01 20:20:07 -05:00
Robert Svensson and Paulus Schoutsen
6408890543
Bump aiounifi to v43 ( #84864 )
2023-01-01 20:20:06 -05:00
Franck Nijhof and Paulus Schoutsen
c5f7d7ae85
Only reflect unavailable state in DSMR when disconnected ( #84862 )
...
* Only reflect unavailable state in DSMR when disonnected
* Addressreview comment
2023-01-01 20:20:05 -05:00
Franck Nijhof and Paulus Schoutsen
7ab27cd9bf
Do not validate device classes when entity state is unknown ( #84860 )
2023-01-01 20:20:04 -05:00
Artem Draft and Paulus Schoutsen
9932c0cb91
Bump pybravia to 0.2.5 ( #84835 )
2023-01-01 20:20:03 -05:00
565d4f85c1
Ensure AirVisual Pro migration includes device and entity customizations ( #84798 )
...
* Ensure AirVisual Pro migration includes device and entity customizations
* Update homeassistant/components/airvisual/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Code review
* Fix tests
* Fix tests FOR REAL
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-01-01 20:20:02 -05:00
Franck Nijhof
7be60d4569
Bumped version to 2023.1.0b3
2023.1.0b3
2022-12-30 16:50:35 +01:00
Franck Nijhof
a50622cbfd
Add availability property to DSMR sensors ( #84848 )
2022-12-30 16:49:35 +01:00
Bram Kragten and Franck Nijhof
fb41b024c0
Update frontend to 20221230.0 ( #84842 )
2022-12-30 16:49:31 +01:00
Artem Draft and Franck Nijhof
80ac4c0269
Redesign and refactor Bravia TV config_flow ( #84832 )
...
fixes undefined
2022-12-30 16:49:27 +01:00
0e0677b690
Add option to retrieve SwitchBot Lock encryption key through config flow ( #84830 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2022-12-30 16:48:39 +01:00
SukramJ and Franck Nijhof
50d9e3efe6
Add mA to SensorDeviceClass.CURRENT units ( #84492 )
...
fixes undefined
2022-12-30 16:45:39 +01:00