Skip to content

Commit 773c250

Browse files
frenckbdracojoostlekbrg468RaHehl
authored
Co-authored-by: J. Nick Koston <[email protected]> Co-authored-by: Joost Lekkerkerker <[email protected]> Co-authored-by: Joostlek <[email protected]> Co-authored-by: Brian Rogers <[email protected]> Co-authored-by: Raphael Hehl <[email protected]> Co-authored-by: starkillerOG <[email protected]> Co-authored-by: Andre Lengwenus <[email protected]> Co-authored-by: Chris Talkington <[email protected]> Co-authored-by: Maciej Bieniek <[email protected]> Co-authored-by: elmurato <[email protected]> Co-authored-by: Simone Chemelli <[email protected]> Co-authored-by: Hessel <[email protected]> Co-authored-by: Ernst Klamer <[email protected]> Co-authored-by: Josef Zweck <[email protected]> Co-authored-by: Ravaka Razafimanantsoa <[email protected]> Co-authored-by: Allen Porter <[email protected]> Co-authored-by: Erik Montnemery <[email protected]> Co-authored-by: Martin Hjelmare <[email protected]> Co-authored-by: G Johansson <[email protected]> Co-authored-by: J. Diego Rodríguez Royo <[email protected]> Co-authored-by: puddly <[email protected]> Co-authored-by: Brett Adams <[email protected]> Co-authored-by: Marc Mueller <[email protected]> Co-authored-by: hahn-th <[email protected]> Co-authored-by: Robert Resch <[email protected]> Co-authored-by: Joakim Sørensen <[email protected]> Co-authored-by: Michael Hansen <[email protected]> Fix blocking open in Minecraft Server (home-assistant#146820) Fix missing key for ecosmart in older Wallbox models (home-assistant#146847) Fix device type filtering in sensor (home-assistant#146945) Fix incorrect use of zip in service.async_get_all_descriptions (home-assistant#147013) Fix Shelly entity names for gen1 sleeping devices (home-assistant#147019) Fix log in onedrive (home-assistant#147029) Fix Charge Cable binary sensor in Teslemetry (home-assistant#147136) fix too many requests by API (home-assistant#147197) Fix reload for Shelly devices with no script support (home-assistant#147344)
2 parents a75646d + 06ed452 commit 773c250

File tree

84 files changed

+9075
-669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+9075
-669
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
type: boolean
3838

3939
env:
40-
CACHE_VERSION: 2
40+
CACHE_VERSION: 3
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
4343
HA_SHORT_VERSION: "2025.6"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"domain": "switchbot",
33
"name": "SwitchBot",
4-
"integrations": ["switchbot", "switchbot_cloud"]
4+
"integrations": ["switchbot", "switchbot_cloud"],
5+
"iot_standards": ["matter"]
56
}

homeassistant/components/alexa_devices/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"loggers": ["aioamazondevices"],
1010
"quality_scale": "bronze",
11-
"requirements": ["aioamazondevices==3.1.2"]
11+
"requirements": ["aioamazondevices==3.1.14"]
1212
}

homeassistant/components/bthome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"dependencies": ["bluetooth_adapters"],
2121
"documentation": "https://www.home-assistant.io/integrations/bthome",
2222
"iot_class": "local_push",
23-
"requirements": ["bthome-ble==3.12.4"]
23+
"requirements": ["bthome-ble==3.13.1"]
2424
}

homeassistant/components/ecovacs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/ecovacs",
77
"iot_class": "cloud_push",
88
"loggers": ["sleekxmppfs", "sucks", "deebot_client"],
9-
"requirements": ["py-sucks==0.9.11", "deebot-client==13.3.0"]
9+
"requirements": ["py-sucks==0.9.11", "deebot-client==13.4.0"]
1010
}

homeassistant/components/esphome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"mqtt": ["esphome/discover/#"],
1818
"quality_scale": "platinum",
1919
"requirements": [
20-
"aioesphomeapi==32.2.1",
20+
"aioesphomeapi==33.0.0",
2121
"esphome-dashboard-api==1.3.0",
2222
"bleak-esphome==2.16.0"
2323
],

homeassistant/components/google/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"documentation": "https://www.home-assistant.io/integrations/google",
88
"iot_class": "cloud_polling",
99
"loggers": ["googleapiclient"],
10-
"requirements": ["gcal-sync==7.1.0", "oauth2client==4.1.3", "ical==10.0.0"]
10+
"requirements": ["gcal-sync==7.1.0", "oauth2client==4.1.3", "ical==10.0.4"]
1111
}

homeassistant/components/holiday/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/holiday",
77
"iot_class": "local_polling",
8-
"requirements": ["holidays==0.74", "babel==2.15.0"]
8+
"requirements": ["holidays==0.75", "babel==2.15.0"]
99
}

homeassistant/components/home_connect/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"documentation": "https://www.home-assistant.io/integrations/home_connect",
2222
"iot_class": "cloud_push",
2323
"loggers": ["aiohomeconnect"],
24-
"requirements": ["aiohomeconnect==0.17.1"],
24+
"requirements": ["aiohomeconnect==0.18.0"],
2525
"zeroconf": ["_homeconnect._tcp.local."]
2626
}

homeassistant/components/homematicip_cloud/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/homematicip_cloud",
77
"iot_class": "cloud_push",
88
"loggers": ["homematicip"],
9-
"requirements": ["homematicip==2.0.5"]
9+
"requirements": ["homematicip==2.0.6"]
1010
}

0 commit comments

Comments
 (0)