Arkadii Yakovets
b2bf360297
Update holidays to 0.28 ( #95091 )
...
Bump Python Holidays version to 0.28
Set `language` from country's default language
for holidays objects.
2023-07-08 20:27:25 +02:00
G Johansson
2f5ff808a0
Add dim to full state service for Sensibo ( #96152 )
...
Add dim to full state service
2023-07-08 20:03:19 +02:00
G Johansson
d37ac5ace9
Fix implicitly using device name in Yale Smart Living ( #96161 )
...
Yale Smart Living device name
2023-07-08 20:03:02 +02:00
Joost Lekkerkerker
7f6309c5cb
Add entity translations to SkyBell ( #96096 )
...
* Add entity translations to SkyBell
* Add entity translations to SkyBell
2023-07-08 19:55:10 +02:00
Franck Nijhof
88d9a29b55
Update Pillow to 10.0.0 ( #96106 )
2023-07-08 07:30:54 -10:00
Joost Lekkerkerker
92693d5fde
Add entity translations to Slack ( #96149 )
2023-07-08 18:36:24 +02:00
Joost Lekkerkerker
2c9910d9b6
Use default MyStrom devicetype if not present ( #96070 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-07-08 17:10:51 +02:00
Joost Lekkerkerker
598610e313
Add entity translations to Sensibo ( #96091 )
2023-07-08 16:50:46 +02:00
Franck Nijhof
de211de598
Update lxml to 4.9.3 ( #96132 )
2023-07-08 16:49:17 +02:00
Marc Mueller
5bf1547ebc
Update pydantic to 1.10.11 ( #96137 )
2023-07-08 14:00:51 +02:00
J. Nick Koston
e39f023e3f
Refactor ESPHome camera to avoid creating tasks ( #95818 )
2023-07-08 12:36:40 +02:00
Erik Montnemery
3d064b7d6b
Add filters to cover/services.yaml ( #95854 )
2023-07-08 11:51:02 +02:00
Erik Montnemery
b5678a12ec
Add filters to lock/services.yaml ( #95860 )
2023-07-08 11:50:13 +02:00
Erik Montnemery
602ca5dafe
Add filters to humidifier/services.yaml ( #95859 )
2023-07-08 11:49:38 +02:00
Erik Montnemery
39c386e8b6
Add filters to fan/services.yaml ( #95855 )
2023-07-08 11:49:09 +02:00
Jan-Philipp Benecke
6f9a640fa3
Make workday integration title translatable ( #95803 )
2023-07-08 11:48:15 +02:00
Erik Montnemery
b8af7fbd55
Update template vacuum supported features ( #95831 )
2023-07-08 11:47:49 +02:00
Jan-Philipp Benecke
207721b421
Make generic camera integration title translatable ( #95806 )
2023-07-08 11:43:14 +02:00
Erik Montnemery
32b7370321
Add filters to alarm_control_panel/services.yaml ( #95850 )
2023-07-08 11:42:27 +02:00
Álvaro Fernández Rojas
1eb2ddf010
Update aioairzone-cloud to v0.2.1 ( #96063 )
2023-07-08 11:41:39 +02:00
Joost Lekkerkerker
e0274ec854
Use device class naming for nobo hub v2 ( #96022 )
2023-07-08 11:39:53 +02:00
Erik Montnemery
6dae3553f2
Add MEDIA_ENQUEUE to MediaPlayerEntityFeature ( #95905 )
2023-07-08 10:55:25 +02:00
J. Nick Koston
2b4f6ffcd6
Speed up hassio ingress ( #95777 )
2023-07-08 10:50:39 +02:00
Joost Lekkerkerker
bbf97fdf01
Add entity translations for plugwise ( #95808 )
2023-07-08 10:48:14 +02:00
Scott Giminiani
f4ad261f51
Use global CONF_API_TOKEN constant rather than defining our own ( #96120 )
2023-07-08 10:46:34 +02:00
Eric Severance
abdbea8522
Bump pywemo from 0.9.1 to 1.1.0 ( #95951 )
2023-07-08 09:26:19 +02:00
J. Nick Koston
51344d566e
Small speed up to cameras ( #96124 )
2023-07-08 09:23:45 +02:00
J. Nick Koston
e38f55fdb6
Move ESPHomeManager into its own file ( #95870 )
...
* Move ESPHomeManager into its own file
This is not a functional change. This is only a reorganization
ahead of some more test coverage being added so moving tests
around can be avoided later.
* relos
* fixes
* merge a portion of new cover since its small and allows us to remove the __init__ from .coveragerc
2023-07-08 09:19:44 +02:00
Franck Nijhof
967c4d13d8
Update pipdeptree to 2.9.4 ( #96115 )
2023-07-08 09:17:58 +02:00
Franck Nijhof
7178e1cefe
Update apprise to 1.4.5 ( #96086 )
2023-07-08 08:59:34 +02:00
c0ffeeca7
5d1b4f48e0
Rename 'Switch as X' helper to ... ( #96114 )
2023-07-08 08:59:26 +02:00
Robert Hillis
8bfac2c46c
Correct Goalzero sensor state class ( #96122 )
2023-07-08 08:52:15 +02:00
Franck Nijhof
a6fe53f2b3
Fix missing name in Fritz!Box service descriptions ( #96076 )
2023-07-08 08:50:47 +02:00
Robert Hillis
c2ccd18528
Bump goalzero to 0.2.2 ( #96121 )
2023-07-07 21:40:18 -04:00
Joost Lekkerkerker
a0d54e8f4e
Use device class naming for SimpliSafe ( #96093 )
2023-07-07 17:42:19 -06:00
Jan Bouwhuis
7f184e05e3
Fix reference to translation reference in buienradar translations ( #96119 )
...
Do not reference a reference
2023-07-08 01:36:14 +02:00
Jan Bouwhuis
18ee9f4725
Refactor async_get_hass to rely on threading.local instead of a ContextVar ( #96005 )
...
* Test for async_get_hass
* Add Fix
2023-07-07 14:52:38 -04:00
Franck Nijhof
372687fe81
Update PyTurboJPEG to 1.7.1 ( #96104 )
2023-07-07 08:02:47 -10:00
Patrick ZAJDA
914fc570c6
Set some Switchbot entity names to none ( #90846 )
2023-07-07 19:38:43 +02:00
J. Nick Koston
f1db497efe
Avoid http route linear search fallback when there are multiple paths ( #95776 )
2023-07-07 19:36:38 +02:00
Joost Lekkerkerker
17440c9608
Add entity translations to Rympro ( #96087 )
2023-07-07 19:24:52 +02:00
Joost Lekkerkerker
849aa5d9ef
Use explicit device name for Yalexs BLE ( #96105 )
2023-07-07 19:15:41 +02:00
Erik Montnemery
1e4f43452c
Warn when vacuum.turn_on or turn_off is called on Tuya vacuums ( #95848 )
...
Co-authored-by: Hmmbob <33529490+hmmbob@users.noreply.github.com>
2023-07-07 19:00:06 +02:00
Joost Lekkerkerker
daa9162ca7
Add entity translations to pvoutput ( #96029 )
2023-07-07 18:58:55 +02:00
Jan-Philipp Benecke
ac19de9857
Make season integration title translatable ( #95802 )
2023-07-07 18:30:00 +02:00
Joost Lekkerkerker
29d7535b7b
Add entity translations to Rainmachine ( #96033 )
2023-07-07 18:27:44 +02:00
J. Nick Koston
6402e2c140
Bump aioesphomeapi to 15.1.3 ( #95819 )
2023-07-07 18:25:54 +02:00
Erik Montnemery
d1cfb6e1a8
Remove unreferenced issues ( #95976 )
2023-07-07 18:19:11 +02:00
Erik Montnemery
298ab05470
Add missing issue translations to the kitchen_sink integration ( #95931 )
2023-07-07 18:15:06 +02:00
Franck Nijhof
f2990d97b2
Update sentry-sdk to 1.27.1 ( #96089 )
2023-07-07 18:10:44 +02:00