J. Nick Koston
5ff7b3bb1a
Bump pySwitchbot to 0.36.3 ( #85360 )
2023-01-08 20:24:16 -05:00
J. Nick Koston
e5ba423d6d
Add note to SwitchBot locks that usernames are case sensitive ( #85359 )
2023-01-08 20:24:15 -05:00
puddly
b30d4ef7cf
Bump ZHA dependencies ( #85355 )
...
* Bump ZHA dependencies
* Deprecated `foundation.Command` -> `foundation.GeneralCommand`
2023-01-08 20:24:15 -05:00
Joakim Plate
00e563f1b8
Switch play pause method in philips js ( #85343 )
...
fixes undefined
2023-01-08 20:24:14 -05:00
Phil Bruckner
cf06f3b81d
Bump life360 package to 5.5.0 ( #85322 )
...
Improve debug output & redact sensitive info from log.
Fix bug that was masking some HTTP errors.
Retry HTTP errors 502, 503 & 504, which have been observed to happen every once
in a while, resulting in fewer unnecessary unavailable states.
2023-01-08 20:24:13 -05:00
starkillerOG
a781fcca86
Bump reolink-aio to 0.1.3 ( #85309 )
...
bump reolink-aio to 0.1.3
2023-01-08 20:24:12 -05:00
Tom Puttemans
764550f2e1
Fix dsmr_reader peak hour consumption unit of measurement ( #85301 )
2023-01-08 20:24:11 -05:00
puddly
7396bcc585
Retry ZHA config entry setup when ENETUNREACH is caught ( #84615 )
...
* The config entry is not ready on `ENETUNREACH`
* Use new `TransientConnectionError` from zigpy
2023-01-08 20:20:26 -05:00
epenet
7e6b087773
Allow SensorDeviceClass.POWER_FACTOR unit None ( #85287 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2023-01-06 09:27:02 +01:00
Paulus Schoutsen
33bb9c230b
Bumped version to 2023.1.1
2023-01-05 22:24:17 -05:00
Charles Garwood
f0f2c12d91
Fix Fully Kiosk service call config entry handling ( #85275 )
...
* Make sure we're getting the fully_kiosk config entry
* Make sure we're getting the fully_kiosk config entry
2023-01-05 22:23:52 -05:00
J. Nick Koston
2840821594
Reject the WiFI AP when considering to update a shelly config entry from zeroconf ( #85265 )
...
Reject the WiFI AP IP when considering to update a shelly config entry from zeroconf
fixes #85180
2023-01-05 22:23:51 -05:00
rikroe
edfd83c3a7
Bump bimmer_connected to 0.12.0 ( #85255 )
...
* Bump bimmer_connected to 0.12.0
* Fix mypy
* Remove not needed code
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2023-01-05 22:23:51 -05:00
starkillerOG
ee88f34a91
bump reolink-aio to 0.1.2 ( #85247 )
2023-01-05 22:22:35 -05:00
J. Nick Koston
fa4c250001
Improve error reporting when switchbot auth fails ( #85244 )
...
* Improve error reporting when switchbot auth fails
related issue #85243
* bump
* coverage
2023-01-05 22:21:55 -05:00
Franck Nijhof
59d6f827c3
Fix device class for DSMR gas sensors providing energy readings ( #85202 )
2023-01-05 22:18:30 -05:00
epenet
26ea02aa8f
Remove invalid device class for RSSI sensors ( #85191 )
...
* Remove invalid device class for RRSI sensors
* Restore state class
2023-01-05 22:18:29 -05:00
epenet
d73b86132b
Adjust valid energy units ( #85190 )
2023-01-05 22:18:28 -05:00
Franck Nijhof
8034faadca
Remove invalid AQI unit from Environment Canada ( #85183 )
2023-01-05 22:18:27 -05:00
Erik Montnemery
3c2b7c0d69
Bump hatasmota to 0.6.2 ( #85182 )
2023-01-05 22:18:26 -05:00
Ernst Klamer
563ad02c65
Bump bthome-ble to 2.4.1 ( #85153 )
...
fix https://github.com/home-assistant/core/issues/85142
fixes undefined
2023-01-05 22:15:13 -05:00
Michal Čihař
fe89b663e7
Fix lacrosse_view fetching of latest data ( #85117 )
...
lacrosse_view: fixed fetching of latest data
When using datetime.utcnow(), it only replaces timezone information with
UTC making the actual time offset by the timezone. When you are in UTC-
timezones, it makes no issue as the offset is in the future, but when in
UTC+, the last hour(s) of data are missing.
This commits swtiches to time.time() as UTC timestamp is actually what
the API expects.
It also reduces the window to one hour what noticeably improves the API
performance.
2023-01-05 22:15:12 -05:00
William Scanlon
dcd07d3135
Bump pyeconet to 0.1.18 to fix energy usage ( #85094 )
2023-01-05 22:15:11 -05:00
Robert Svensson
8bf2299407
Only subscribe to relevant IDs for state updates ( #85252 )
...
Make sure to only subscribe to the relevant ID
2023-01-05 21:49:22 -05:00
Robert Svensson
9c689d757c
Limit calls in UniFi to write state ( #85248 )
...
Limit calls to write state to when relevant
2023-01-05 15:38:24 -05:00
Martin Hjelmare
cc3c5772c5
Fix Z-Wave JS sensor units and device classes ( #85129 )
...
fixes undefined
2023-01-04 19:47:59 +01:00
J. Nick Koston
6ba6991ecd
Bump home-assistant-bluetooth to 1.9.2 ( #85123 )
2023-01-04 18:36:15 +01:00
Franck Nijhof
d52d068469
Merge branch 'master' into rc
2023-01-04 17:09:15 +01:00
Franck Nijhof
09b3611a63
Bumped version to 2023.1.0
2023-01-04 17:05:21 +01:00
Joakim Sørensen
ab2f05d3e9
Handle zone exception when setting up Cloudflare ( #85110 )
2023-01-04 17:04:43 +01:00
Guido Schmitz
90ac0c870f
Remove illuminance device class for sensors in devolo Home Control ( #85108 )
2023-01-04 17:04:40 +01:00
Bram Kragten
0fd113db59
Update frontend to 20230104.0 ( #85107 )
2023-01-04 17:04:35 +01:00
Jan Bouwhuis
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
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
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
6e9f0eca03
Fix integer only LCN variable values ( #85035 )
2023-01-04 11:49:10 +01:00
Paulus Schoutsen
cc6a2f0338
2022.12.9 ( #85030 )
2022.12.9
2023-01-02 22:06:36 -05:00
J. Nick Koston
6ebf2ec9ec
Fix failing HomeKit Controller diagnostics tests ( #84936 )
2023-01-02 22:05:25 -05:00
Paulus Schoutsen
9ecee11af6
Bumped version to 2023.1.0b5
2023.1.0b5
2023-01-02 21:30:16 -05:00
J. Nick Koston
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
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
a10b9572c7
Bump pyatmo to v7.5.0 ( #85016 )
2023-01-02 21:29:59 -05:00
starkillerOG
0b47bf1f0b
Switch to reolink-aio ( #85014 )
...
* switch to reolink-aio
* fix imports
2023-01-02 21:29:58 -05:00
Bram Kragten
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
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
7c199b36f8
Bump home-assistant-bluetooth to 1.9.1 ( #85005 )
...
fixes #83722
2023-01-02 21:29:55 -05:00
David F. Mulcahey
d4e55ee030
Bump ZHA quirks ( #85004 )
2023-01-02 21:29:55 -05:00
starkillerOG
f3ec82543e
Bump motionblinds to 0.6.15 ( #84994 )
2023-01-02 21:29:54 -05:00