Commit Graph

55367 Commits

Author SHA1 Message Date
Michał Huryn
147fe6f856 Update blebox_uniapi to 2.1.3 (#81071)
fix: #80124 blebox_uniapi dependency version bump
2022-10-27 14:12:51 +02:00
Franck Nijhof
7df8ad5c66 Update sentry-sdk to 1.10.1 (#81072) 2022-10-27 11:43:05 +02:00
Aaron Bach
fe4da8d584 Remove previously-deprecated SimpliSafe service (#81054) 2022-10-27 10:39:57 +02:00
Aaron Bach
d72b8a025f Remove previously-deprecated RainMachine sensors (#81053) 2022-10-27 10:25:07 +02:00
Aaron Bach
4e8e53f357 Remove previously-deprecated OpenUV services (#81055) 2022-10-27 10:22:44 +02:00
Aaron Bach
1967ce67d7 Remove previously-deprecated Guardian services and binary sensor (#81056) 2022-10-27 10:19:07 +02:00
Sean Vig
7213102c51 Update pymonoprice version to 0.4.0 (#81062)
Update pymonoprice version
2022-10-27 09:31:51 +02:00
J. Nick Koston
44e368ad55 Bump nexia to 2.0.5 (#81061)
fixes #80988
2022-10-27 07:38:03 +02:00
mezz64
24ab6fc31d Eight Sleep catch missing keys (#81058)
Catch missing keys
2022-10-27 01:37:48 -04:00
shbatm
e785d04abf Add RainMachine config option to use default run times from app (#80984) 2022-10-26 22:27:08 -06:00
Avi Miller
f9c16fab1a Bump aiolifx-themes to 0.2.0 (#81059) 2022-10-26 23:01:15 -05:00
puddly
91c6892001 Bump zigpy to 0.51.4 (#81050)
Bump zigpy from 0.51.3 to 0.51.4
2022-10-26 21:47:38 -04:00
puddly
b8edc86500 Handle sending ZCL commands with empty bitmap options (#81051)
Handle sending commands with empty bitmaps
2022-10-26 21:29:48 -04:00
GitHub Action
ce1b56e345 [ci skip] Translation update 2022-10-27 00:30:06 +00:00
J. Nick Koston
6e19629539 Bump zeroconf to 0.39.3 (#81049) 2022-10-27 01:03:13 +02:00
J. Nick Koston
28b3d1fc7a Bump aiohomekit to 2.2.5 (#81048) 2022-10-26 17:05:09 -05:00
Franck Nijhof
cee7b788d4 Bump version to 2022.12.0dev0 (#81044) 2022-10-26 23:44:38 +02:00
J. Nick Koston
d381be3868 Fix homekit diagnostics test when version changes (#81046) 2022-10-26 22:50:59 +02:00
J. Nick Koston
2a6f2f431d Bump dbus-fast to 1.49.0 (#81043) 2022-10-26 14:39:27 -05:00
Klaas Neirinck
d107d8df78 Improve readability by reducing indentation (#81040) 2022-10-26 22:37:39 +03:00
Steven Looman
d50795af2b Move upnp derived sensors to library, be more robust about failing getting some data (#79955) 2022-10-26 14:34:44 -05:00
Paulus Schoutsen
00f72f8b2a Bump frontend to 20221026.0 (#81042) 2022-10-26 21:32:55 +02:00
Erik Montnemery
95fc641949 Add support to the energy integration for tracking water usage (#80888) 2022-10-26 21:20:52 +02:00
Erik Montnemery
a4310d2085 Allow integrations to drop custom unit conversion (#81005)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-10-26 15:11:28 -04:00
Franck Nijhof
a603441180 Add support for water usage Flume (#81041) 2022-10-26 21:04:41 +02:00
Joakim Plate
0321c8bdc5 Allow device class for switch to be set in knx (#81039) 2022-10-26 21:04:11 +02:00
epenet
2a2e097e17 Use unit enums in unit utilities (#81030) 2022-10-26 20:47:17 +02:00
Felipe Santos
37cfa3e19b Allow to cast in HLS format when using WebRTC (#80646) 2022-10-26 14:37:31 -04:00
Jan Bouwhuis
4da3fb5baa Correct Import of ReceivePayloadType (#81035) 2022-10-26 20:26:05 +02:00
Daniel Gangl
b2b3c47917 Add config flow to zamg (#66469) 2022-10-26 18:35:12 +02:00
Michał Huryn
a1c18b06fb Blebox typehints in binary sensor tests (#80676) 2022-10-26 18:20:49 +02:00
Marc Mueller
b148cdd64a Add integration type to fritzbox_callmointor integration (#81032) 2022-10-26 18:19:54 +02:00
epenet
a28b0e1b6f Migrate volume units to an enum (#81028)
* Migrate volume units to an enum

* Adjust docstring

* Deprecate -> Deprecated

* Plural
2022-10-26 17:57:41 +02:00
Maikel Punie
3eea61361c Clean up velbus cache folder only on removal of the config entry (#81031) 2022-10-26 17:42:15 +02:00
J. Nick Koston
a72e906ac1 Fix zeroconf when location name has a period (#81022) 2022-10-26 10:39:13 -05:00
epenet
8645e47b07 Migrate power units to an enum (#81026) 2022-10-26 17:28:23 +02:00
epenet
3eb574edca Remove YAML import from coinbase (#80084) 2022-10-26 17:14:31 +02:00
Martin Hjelmare
a1a0284e81 Fix zwave_js port enumeration (#81020) 2022-10-26 10:12:30 -05:00
J. Nick Koston
abb3ce6d69 Fix zeroconf starting later than expected (#81023) 2022-10-26 10:06:56 -05:00
Allen Porter
0e2bea038d Update Google Calendar to synchronize calendar events efficiently (#80925)
* Sync google calendar and serve from local storage

Update to use new gcal_sync APIs
Update google calendar filter logic
Remove storage on config entry removal
Make timeline queries timezone aware
Do not block startup while syncing

* Minor readability tweaks

* Remove unnecessary args to async_add_entities

* Change how task is created on startup

* Update homeassistant/components/google/calendar.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Revert min time between updates

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-10-26 07:57:49 -07:00
Xeevis
c4f6b8a55b Use scan_interval in netdata (#80959)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-10-26 16:50:01 +02:00
Maikel Punie
33ef2abf9e Add a new clear cache service to the velbus integration (#79995) 2022-10-26 16:44:24 +02:00
epenet
e18adb379d Migrate mass units to an enum (#81021) 2022-10-26 16:21:29 +02:00
Avi Miller
dde763418a Add an RSSI sensor to the LIFX integration (#80993) 2022-10-26 09:12:45 -05:00
Tom Schneider
0d4b1866a7 Add has_entity_name support to hvv_departures (#80963) 2022-10-26 15:49:10 +02:00
Tom Schneider
fbe7a0289c Set hvv_departures device entry type to service (#80964) 2022-10-26 15:48:13 +02:00
Marvin Wichmann
b786440eda Add integration type to KNX integration (#81003) 2022-10-26 15:47:27 +02:00
kingy444
6d78f6841e Remove hardwired Powerview battery sensor (#81013) 2022-10-26 14:24:17 +02:00
David F. Mulcahey
e53d74e3e8 Bump ZHA quirks to 0.0.84 (#81015) 2022-10-26 08:16:49 -04:00
epenet
e0d94d799a Migrate temperature units to an enum (#81006)
* Migrate temperature units to an enum

* Adjust spacing
2022-10-26 08:00:15 -04:00