homeassistant 2025.10.0b0__py3-none-any.whl → 2025.10.0b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of homeassistant might be problematic. Click here for more details.
- homeassistant/components/accuweather/translations/nl.json +7 -1
- homeassistant/components/airzone/translations/nl.json +5 -0
- homeassistant/components/airzone/translations/zh-Hans.json +10 -0
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/blue_current/translations/zh-Hans.json +44 -0
- homeassistant/components/comelit/manifest.json +1 -1
- homeassistant/components/cync/translations/cs.json +32 -0
- homeassistant/components/cync/translations/nl.json +20 -0
- homeassistant/components/cync/translations/sk.json +32 -0
- homeassistant/components/cync/translations/zh-Hans.json +32 -0
- homeassistant/components/cync/translations/zh-Hant.json +32 -0
- homeassistant/components/ekeybionyx/translations/nl.json +24 -0
- homeassistant/components/ekeybionyx/translations/zh-Hans.json +66 -0
- homeassistant/components/esphome/config_flow.py +9 -1
- homeassistant/components/esphome/manager.py +10 -0
- homeassistant/components/esphome/manifest.json +1 -1
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/letpot/translations/nl.json +5 -0
- homeassistant/components/letpot/translations/zh-Hans.json +10 -0
- homeassistant/components/libre_hardware_monitor/manifest.json +1 -1
- homeassistant/components/portainer/binary_sensor.py +9 -1
- homeassistant/components/portainer/entity.py +1 -1
- homeassistant/components/roborock/coordinator.py +3 -7
- homeassistant/components/route_b_smart_meter/translations/nl.json +24 -0
- homeassistant/components/route_b_smart_meter/translations/zh-Hans.json +42 -0
- homeassistant/components/smartthings/translations/nl.json +7 -0
- homeassistant/components/smartthings/translations/zh-Hans.json +21 -0
- homeassistant/components/switchbot/translations/nl.json +5 -0
- homeassistant/components/switchbot_cloud/translations/nl.json +2 -1
- homeassistant/components/tolo/translations/nl.json +2 -1
- homeassistant/components/usage_prediction/common_control.py +56 -59
- homeassistant/const.py +1 -1
- homeassistant/loader.py +3 -0
- homeassistant/package_constraints.txt +1 -1
- {homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/METADATA +1 -1
- {homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/RECORD +41 -32
- {homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/WHEEL +0 -0
- {homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/top_level.txt +0 -0
|
@@ -78,6 +78,21 @@
|
|
|
78
78
|
"name": "\u505c\u6b62"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
+
"climate": {
|
|
82
|
+
"air_conditioner": {
|
|
83
|
+
"state_attributes": {
|
|
84
|
+
"preset_mode": {
|
|
85
|
+
"state": {
|
|
86
|
+
"long_wind": "\u957f\u98ce",
|
|
87
|
+
"quiet": "\u5b89\u9759",
|
|
88
|
+
"smart": "\u667a\u80fd",
|
|
89
|
+
"wind_free": "\u65e0\u98ce",
|
|
90
|
+
"wind_free_sleep": "\u65e0\u98ce\u7761\u7720"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
81
96
|
"event": {
|
|
82
97
|
"button": {
|
|
83
98
|
"state": {
|
|
@@ -153,6 +168,8 @@
|
|
|
153
168
|
"name": "\u706f",
|
|
154
169
|
"state": {
|
|
155
170
|
"extra_high": "\u8d85\u9ad8",
|
|
171
|
+
"high": "\u9ad8",
|
|
172
|
+
"low": "\u4f4e",
|
|
156
173
|
"mid": "\u4e2d",
|
|
157
174
|
"off": "\u5173\u95ed",
|
|
158
175
|
"on": "\u5f00\u542f"
|
|
@@ -174,6 +191,7 @@
|
|
|
174
191
|
"heavy": "\u91cd",
|
|
175
192
|
"light": "\u8f7b",
|
|
176
193
|
"none": "\u65e0",
|
|
194
|
+
"normal": "\u6b63\u5e38",
|
|
177
195
|
"up": "\u5411\u4e0a"
|
|
178
196
|
}
|
|
179
197
|
},
|
|
@@ -598,6 +616,9 @@
|
|
|
598
616
|
}
|
|
599
617
|
},
|
|
600
618
|
"switch": {
|
|
619
|
+
"auto_cycle_link": {
|
|
620
|
+
"name": "\u81ea\u52a8\u5faa\u73af\u94fe\u63a5"
|
|
621
|
+
},
|
|
601
622
|
"bubble_soak": {
|
|
602
623
|
"name": "\u6ce1\u6ce1\u6d74"
|
|
603
624
|
},
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
-
"already_configured": "Apparaat is al geconfigureerd"
|
|
4
|
+
"already_configured": "Apparaat is al geconfigureerd",
|
|
5
|
+
"reconfigure_successful": "Herconfiguratie was succesvol"
|
|
5
6
|
},
|
|
6
7
|
"error": {
|
|
7
8
|
"cannot_connect": "Kan geen verbinding maken"
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
from collections import Counter
|
|
6
|
-
from collections.abc import Callable
|
|
6
|
+
from collections.abc import Callable, Sequence
|
|
7
7
|
from datetime import datetime, timedelta
|
|
8
8
|
from functools import cache
|
|
9
9
|
import logging
|
|
10
10
|
from typing import Any, Literal, cast
|
|
11
11
|
|
|
12
12
|
from sqlalchemy import select
|
|
13
|
+
from sqlalchemy.engine.row import Row
|
|
13
14
|
from sqlalchemy.orm import Session
|
|
14
15
|
|
|
15
16
|
from homeassistant.components.recorder import get_instance
|
|
@@ -38,13 +39,11 @@ ALLOWED_DOMAINS = {
|
|
|
38
39
|
Platform.ALARM_CONTROL_PANEL,
|
|
39
40
|
Platform.BINARY_SENSOR,
|
|
40
41
|
Platform.BUTTON,
|
|
41
|
-
Platform.CALENDAR,
|
|
42
42
|
Platform.CAMERA,
|
|
43
43
|
Platform.CLIMATE,
|
|
44
44
|
Platform.COVER,
|
|
45
45
|
Platform.FAN,
|
|
46
46
|
Platform.HUMIDIFIER,
|
|
47
|
-
Platform.IMAGE,
|
|
48
47
|
Platform.LAWN_MOWER,
|
|
49
48
|
Platform.LIGHT,
|
|
50
49
|
Platform.LOCK,
|
|
@@ -55,7 +54,6 @@ ALLOWED_DOMAINS = {
|
|
|
55
54
|
Platform.SENSOR,
|
|
56
55
|
Platform.SIREN,
|
|
57
56
|
Platform.SWITCH,
|
|
58
|
-
Platform.TEXT,
|
|
59
57
|
Platform.VACUUM,
|
|
60
58
|
Platform.VALVE,
|
|
61
59
|
Platform.WATER_HEATER,
|
|
@@ -93,61 +91,32 @@ async def async_predict_common_control(
|
|
|
93
91
|
Args:
|
|
94
92
|
hass: Home Assistant instance
|
|
95
93
|
user_id: User ID to filter events by.
|
|
96
|
-
|
|
97
|
-
Returns:
|
|
98
|
-
Dictionary with time categories as keys and lists of most common entity IDs as values
|
|
99
94
|
"""
|
|
100
95
|
# Get the recorder instance to ensure it's ready
|
|
101
96
|
recorder = get_instance(hass)
|
|
102
97
|
ent_reg = er.async_get(hass)
|
|
103
98
|
|
|
104
99
|
# Execute the database operation in the recorder's executor
|
|
105
|
-
|
|
100
|
+
data = await recorder.async_add_executor_job(
|
|
106
101
|
_fetch_with_session, hass, _fetch_and_process_data, ent_reg, user_id
|
|
107
102
|
)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
def _fetch_and_process_data(
|
|
111
|
-
session: Session, ent_reg: er.EntityRegistry, user_id: str
|
|
112
|
-
) -> EntityUsagePredictions:
|
|
113
|
-
"""Fetch and process service call events from the database."""
|
|
114
103
|
# Prepare a dictionary to track results
|
|
115
104
|
results: dict[str, Counter[str]] = {
|
|
116
105
|
time_cat: Counter() for time_cat in TIME_CATEGORIES
|
|
117
106
|
}
|
|
118
107
|
|
|
108
|
+
allowed_entities = set(hass.states.async_entity_ids(ALLOWED_DOMAINS))
|
|
109
|
+
hidden_entities: set[str] = set()
|
|
110
|
+
|
|
119
111
|
# Keep track of contexts that we processed so that we will only process
|
|
120
112
|
# the first service call in a context, and not subsequent calls.
|
|
121
113
|
context_processed: set[bytes] = set()
|
|
122
|
-
thirty_days_ago_ts = (dt_util.utcnow() - timedelta(days=30)).timestamp()
|
|
123
|
-
user_id_bytes = uuid_hex_to_bytes_or_none(user_id)
|
|
124
|
-
if not user_id_bytes:
|
|
125
|
-
raise ValueError("Invalid user_id format")
|
|
126
|
-
|
|
127
|
-
# Build the main query for events with their data
|
|
128
|
-
query = (
|
|
129
|
-
select(
|
|
130
|
-
Events.context_id_bin,
|
|
131
|
-
Events.time_fired_ts,
|
|
132
|
-
EventData.shared_data,
|
|
133
|
-
)
|
|
134
|
-
.select_from(Events)
|
|
135
|
-
.outerjoin(EventData, Events.data_id == EventData.data_id)
|
|
136
|
-
.outerjoin(EventTypes, Events.event_type_id == EventTypes.event_type_id)
|
|
137
|
-
.where(Events.time_fired_ts >= thirty_days_ago_ts)
|
|
138
|
-
.where(Events.context_user_id_bin == user_id_bytes)
|
|
139
|
-
.where(EventTypes.event_type == "call_service")
|
|
140
|
-
.order_by(Events.time_fired_ts)
|
|
141
|
-
)
|
|
142
|
-
|
|
143
114
|
# Execute the query
|
|
144
115
|
context_id: bytes
|
|
145
116
|
time_fired_ts: float
|
|
146
117
|
shared_data: str | None
|
|
147
118
|
local_time_zone = dt_util.get_default_time_zone()
|
|
148
|
-
for context_id, time_fired_ts, shared_data in
|
|
149
|
-
session.connection().execute(query).all()
|
|
150
|
-
):
|
|
119
|
+
for context_id, time_fired_ts, shared_data in data:
|
|
151
120
|
# Skip if we have already processed an event that was part of this context
|
|
152
121
|
if context_id in context_processed:
|
|
153
122
|
continue
|
|
@@ -156,7 +125,7 @@ def _fetch_and_process_data(
|
|
|
156
125
|
context_processed.add(context_id)
|
|
157
126
|
|
|
158
127
|
# Parse the event data
|
|
159
|
-
if not shared_data:
|
|
128
|
+
if not time_fired_ts or not shared_data:
|
|
160
129
|
continue
|
|
161
130
|
|
|
162
131
|
try:
|
|
@@ -190,27 +159,26 @@ def _fetch_and_process_data(
|
|
|
190
159
|
if not isinstance(entity_ids, list):
|
|
191
160
|
entity_ids = [entity_ids]
|
|
192
161
|
|
|
193
|
-
#
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
and ((entry := ent_reg.async_get(entity_id)) is None or not entry.hidden)
|
|
199
|
-
]
|
|
162
|
+
# Convert to local time for time category determination
|
|
163
|
+
period = time_category(
|
|
164
|
+
datetime.fromtimestamp(time_fired_ts, local_time_zone).hour
|
|
165
|
+
)
|
|
166
|
+
period_results = results[period]
|
|
200
167
|
|
|
201
|
-
|
|
202
|
-
|
|
168
|
+
# Count entity usage
|
|
169
|
+
for entity_id in entity_ids:
|
|
170
|
+
if entity_id not in allowed_entities or entity_id in hidden_entities:
|
|
171
|
+
continue
|
|
203
172
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
173
|
+
if (
|
|
174
|
+
entity_id not in period_results
|
|
175
|
+
and (entry := ent_reg.async_get(entity_id))
|
|
176
|
+
and entry.hidden
|
|
177
|
+
):
|
|
178
|
+
hidden_entities.add(entity_id)
|
|
179
|
+
continue
|
|
210
180
|
|
|
211
|
-
|
|
212
|
-
for entity_id in entity_ids:
|
|
213
|
-
results[period][entity_id] += 1
|
|
181
|
+
period_results[entity_id] += 1
|
|
214
182
|
|
|
215
183
|
return EntityUsagePredictions(
|
|
216
184
|
morning=[
|
|
@@ -229,11 +197,40 @@ def _fetch_and_process_data(
|
|
|
229
197
|
)
|
|
230
198
|
|
|
231
199
|
|
|
200
|
+
def _fetch_and_process_data(
|
|
201
|
+
session: Session, ent_reg: er.EntityRegistry, user_id: str
|
|
202
|
+
) -> Sequence[Row[tuple[bytes | None, float | None, str | None]]]:
|
|
203
|
+
"""Fetch and process service call events from the database."""
|
|
204
|
+
thirty_days_ago_ts = (dt_util.utcnow() - timedelta(days=30)).timestamp()
|
|
205
|
+
user_id_bytes = uuid_hex_to_bytes_or_none(user_id)
|
|
206
|
+
if not user_id_bytes:
|
|
207
|
+
raise ValueError("Invalid user_id format")
|
|
208
|
+
|
|
209
|
+
# Build the main query for events with their data
|
|
210
|
+
query = (
|
|
211
|
+
select(
|
|
212
|
+
Events.context_id_bin,
|
|
213
|
+
Events.time_fired_ts,
|
|
214
|
+
EventData.shared_data,
|
|
215
|
+
)
|
|
216
|
+
.select_from(Events)
|
|
217
|
+
.outerjoin(EventData, Events.data_id == EventData.data_id)
|
|
218
|
+
.outerjoin(EventTypes, Events.event_type_id == EventTypes.event_type_id)
|
|
219
|
+
.where(Events.time_fired_ts >= thirty_days_ago_ts)
|
|
220
|
+
.where(Events.context_user_id_bin == user_id_bytes)
|
|
221
|
+
.where(EventTypes.event_type == "call_service")
|
|
222
|
+
.order_by(Events.time_fired_ts)
|
|
223
|
+
)
|
|
224
|
+
return session.connection().execute(query).all()
|
|
225
|
+
|
|
226
|
+
|
|
232
227
|
def _fetch_with_session(
|
|
233
228
|
hass: HomeAssistant,
|
|
234
|
-
fetch_func: Callable[
|
|
229
|
+
fetch_func: Callable[
|
|
230
|
+
[Session], Sequence[Row[tuple[bytes | None, float | None, str | None]]]
|
|
231
|
+
],
|
|
235
232
|
*args: object,
|
|
236
|
-
) ->
|
|
233
|
+
) -> Sequence[Row[tuple[bytes | None, float | None, str | None]]]:
|
|
237
234
|
"""Execute a fetch function with a database session."""
|
|
238
235
|
with session_scope(hass=hass, read_only=True) as session:
|
|
239
236
|
return fetch_func(session, *args)
|
homeassistant/const.py
CHANGED
|
@@ -26,7 +26,7 @@ if TYPE_CHECKING:
|
|
|
26
26
|
APPLICATION_NAME: Final = "HomeAssistant"
|
|
27
27
|
MAJOR_VERSION: Final = 2025
|
|
28
28
|
MINOR_VERSION: Final = 10
|
|
29
|
-
PATCH_VERSION: Final = "
|
|
29
|
+
PATCH_VERSION: Final = "0b1"
|
|
30
30
|
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
|
|
31
31
|
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
|
|
32
32
|
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 2)
|
homeassistant/loader.py
CHANGED
|
@@ -121,6 +121,9 @@ BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
|
|
|
121
121
|
"variable": BlockedIntegration(
|
|
122
122
|
AwesomeVersion("3.4.4"), "prevents recorder from working"
|
|
123
123
|
),
|
|
124
|
+
# Added in 2025.10.0 because of
|
|
125
|
+
# https://github.com/frenck/spook/issues/1066
|
|
126
|
+
"spook": BlockedIntegration(AwesomeVersion("4.0.0"), "breaks the template engine"),
|
|
124
127
|
}
|
|
125
128
|
|
|
126
129
|
DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(
|
|
@@ -5,13 +5,13 @@ homeassistant/block_async_io.py,sha256=X-M42w6huY1nUgv-b81jlbsbJ_ap7bgNfbfzyB8TD
|
|
|
5
5
|
homeassistant/bootstrap.py,sha256=W9hYip6oC7bQSmO62GxQ3FatIayKHUM80a7YIT7d6L4,37666
|
|
6
6
|
homeassistant/config.py,sha256=JLFP5ax4iWNh1DMBQjLFZt4t2B-xD2pbuhJsdGqK8l8,46427
|
|
7
7
|
homeassistant/config_entries.py,sha256=lO6l_j7l_9-9uORLiEi3CDDzZ3tvyPpgtTmY6WrWWUQ,143727
|
|
8
|
-
homeassistant/const.py,sha256
|
|
8
|
+
homeassistant/const.py,sha256=-uvh2VHuAvi-aMeoEhFkdX6ZaV8v48b2FGt03q8TZCo,32337
|
|
9
9
|
homeassistant/core.py,sha256=-EazchePB6g8PbSO2ybjdesfwob0pAgk_N7UlLxZGBI,99955
|
|
10
10
|
homeassistant/core_config.py,sha256=C4AzTEYmmcCg7vLqWTu6iBUPt24pXoLvoyuQVdN5k9U,31239
|
|
11
11
|
homeassistant/data_entry_flow.py,sha256=cGjMZ96HXiWvNpqRKy5YQqy8lF1PGYfvhJNWEHjixU0,37367
|
|
12
12
|
homeassistant/exceptions.py,sha256=C2RjcafVAtaoEIYlHyMuKENxHpioWGGKGMCIElrA5XE,10027
|
|
13
|
-
homeassistant/loader.py,sha256
|
|
14
|
-
homeassistant/package_constraints.txt,sha256=
|
|
13
|
+
homeassistant/loader.py,sha256=Qw27CgB2uBw9hmuaoHcNY_6vNkGkUM96eiFFyPZU_Z4,61447
|
|
14
|
+
homeassistant/package_constraints.txt,sha256=zOIslp9X81xSYIrN2tpdi-YhjzqJ27I2cVezHhq_ngw,6530
|
|
15
15
|
homeassistant/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
homeassistant/requirements.py,sha256=F0rclsrdrHcSx86EPkMhMaaLujZdEYqR50g0D7oOFOE,11733
|
|
17
17
|
homeassistant/runner.py,sha256=48Puy7TCvzW44iijV7cmtIaU_94eVE-gZ8OGMDCPiwo,10582
|
|
@@ -275,7 +275,7 @@ homeassistant/components/accuweather/translations/lt.json,sha256=uSAzYtKMiNkYcM2
|
|
|
275
275
|
homeassistant/components/accuweather/translations/lv.json,sha256=AQsr6R7VI6hX5-yxJnwCCNoesE8bfK4kljabEVX-Kek,1765
|
|
276
276
|
homeassistant/components/accuweather/translations/mk.json,sha256=LSpC_lSlBqf2pn0n-JxEAPwIU6zx1m33FdWHzCZIqng,4353
|
|
277
277
|
homeassistant/components/accuweather/translations/nb.json,sha256=Lbsf7nMcsx2OiyZQ_YR35QoRSB_Q5l-K5Gh0RDtPzzs,2508
|
|
278
|
-
homeassistant/components/accuweather/translations/nl.json,sha256=
|
|
278
|
+
homeassistant/components/accuweather/translations/nl.json,sha256=gH9w9jWteZn2hGWLHknju4u99WedJiz2ibwROOCVBzw,8595
|
|
279
279
|
homeassistant/components/accuweather/translations/pl.json,sha256=AVMR4qXb7yrlkdJ7NPvKeu8Q3m0xj3hkXfLduUo-eMU,10163
|
|
280
280
|
homeassistant/components/accuweather/translations/pt-BR.json,sha256=bNsxfBZBWT8Ji8xrrhl_YAymiEx-oC_FRZ1rtsJBQDM,1754
|
|
281
281
|
homeassistant/components/accuweather/translations/pt.json,sha256=kdt31Ps8BGTuE57RgN20nHw-3bBjBOgklWuGqfLyOUM,10270
|
|
@@ -1345,7 +1345,7 @@ homeassistant/components/airzone/translations/lt.json,sha256=BHxf1ENE8RQPSf_PwB9
|
|
|
1345
1345
|
homeassistant/components/airzone/translations/lv.json,sha256=68ieTkTYXIb94g-s16onHE5TSeIghQlcaT807-ZUAMM,987
|
|
1346
1346
|
homeassistant/components/airzone/translations/mk.json,sha256=v2ixBGqxC2vo_IE_ZyrAcLALyOTix1xB8QJduqRxTr8,397
|
|
1347
1347
|
homeassistant/components/airzone/translations/nb.json,sha256=XQnReB4ZbYECtx2x1-Dfdr0vzQ4aymfVTUVkWssC61E,1497
|
|
1348
|
-
homeassistant/components/airzone/translations/nl.json,sha256=
|
|
1348
|
+
homeassistant/components/airzone/translations/nl.json,sha256=yb2q4ikj5TmHh95CNQI8icmb9zQ6GRDZVpNUcYpVrUs,2375
|
|
1349
1349
|
homeassistant/components/airzone/translations/pl.json,sha256=lVOit9Aze39EovOm4Bsg9i-H0sToNnD0bIJ8KOSnD5g,1916
|
|
1350
1350
|
homeassistant/components/airzone/translations/pt-BR.json,sha256=pFvlNxemiHTWc-8oQJ0nAb9KZUUryV7knIZUqpvSUo0,1599
|
|
1351
1351
|
homeassistant/components/airzone/translations/pt.json,sha256=MY9-NEWzh-IogKWr8johTQZV8YZOWo-zsytxJQ45C0g,2455
|
|
@@ -1357,7 +1357,7 @@ homeassistant/components/airzone/translations/sv.json,sha256=5V7xbQFuQpj2-he1piV
|
|
|
1357
1357
|
homeassistant/components/airzone/translations/tr.json,sha256=fhh62_jIZTAaNOHtlND4H-cLS2_mbfN3lvsTlJY_8F4,2364
|
|
1358
1358
|
homeassistant/components/airzone/translations/uk.json,sha256=nIyz-8qVq7qSIwBfpGHwDlPJaDXJ_UkWuTFFRFFVlMA,2672
|
|
1359
1359
|
homeassistant/components/airzone/translations/vi.json,sha256=uO9d1-ZyLci-0ASf4hfyyqukacJjbL-j1_RAialnNAg,727
|
|
1360
|
-
homeassistant/components/airzone/translations/zh-Hans.json,sha256
|
|
1360
|
+
homeassistant/components/airzone/translations/zh-Hans.json,sha256=-qdtmU4_Mbt-gNW7QSPIZNJS4sTYgijbQ5buYeHGTGM,2886
|
|
1361
1361
|
homeassistant/components/airzone/translations/zh-Hant.json,sha256=HnNjw-xfRbOqwQEgeHaYMxsCyyRD3CScf3VYpCSvJso,2982
|
|
1362
1362
|
homeassistant/components/airzone_cloud/__init__.py,sha256=1t98TWE4IPK9qtzKImCfLlrjbmZBgii6CXngNACr-r0,1797
|
|
1363
1363
|
homeassistant/components/airzone_cloud/binary_sensor.py,sha256=NXeBPJ0fwmnZH7tlgJSpBSAXaJqmFriMMFj4T8dFeaQ,7157
|
|
@@ -1629,7 +1629,7 @@ homeassistant/components/alexa_devices/coordinator.py,sha256=2l4LHEMuIUoaAaCBnEL
|
|
|
1629
1629
|
homeassistant/components/alexa_devices/diagnostics.py,sha256=ZiBVQvLr7IJdCzhw8PQAcPlMDXI-_uL7xT513KzJRLo,2131
|
|
1630
1630
|
homeassistant/components/alexa_devices/entity.py,sha256=RGyhAZSnS98WC9PLENtjyYIQ_xuyobIddqqG-cem1j8,2005
|
|
1631
1631
|
homeassistant/components/alexa_devices/icons.json,sha256=FDca7bisDgLS5BsRalPDLYtV_mViHTU3zne8XZSXdpI,1041
|
|
1632
|
-
homeassistant/components/alexa_devices/manifest.json,sha256=
|
|
1632
|
+
homeassistant/components/alexa_devices/manifest.json,sha256=PTRCKDweErvDZlcsKiCkhrDdU6TWkm3n21Zh50Z90PY,368
|
|
1633
1633
|
homeassistant/components/alexa_devices/notify.py,sha256=GnNPZ0-5JxuEfGFadvSJNNFRKgRkBnUl6RYvrqGYxoE,2904
|
|
1634
1634
|
homeassistant/components/alexa_devices/quality_scale.yaml,sha256=MXGZ72lEHOCk51ThwOW2WiMXbPyJ48Pbg7RT5BIotS0,1874
|
|
1635
1635
|
homeassistant/components/alexa_devices/sensor.py,sha256=Z7ILcD1XaLIG2no7Pbw_AGnQCymzF5grf8Zz4Hr9nDA,3190
|
|
@@ -4128,7 +4128,7 @@ homeassistant/components/blue_current/translations/sv.json,sha256=kWe2pzGN-Awwut
|
|
|
4128
4128
|
homeassistant/components/blue_current/translations/tr.json,sha256=z3bE20DgtP3CtdC9Jr9bzO8LSBvOsFbfQeVBTyCVB6I,4269
|
|
4129
4129
|
homeassistant/components/blue_current/translations/uk.json,sha256=HuJ_hg9yqjYXzZDxF8ywJOoKTFn1i4lGGs5LrUgsulY,238
|
|
4130
4130
|
homeassistant/components/blue_current/translations/vi.json,sha256=P880qFZ1Yk3WS1aLwe7wPgW4n0FIiYAUUE1IF_sIJ_c,327
|
|
4131
|
-
homeassistant/components/blue_current/translations/zh-Hans.json,sha256=
|
|
4131
|
+
homeassistant/components/blue_current/translations/zh-Hans.json,sha256=mmtl665RZu2YQ-rKiHH1wrreP0TTOHmygPjkjIvgxg8,6490
|
|
4132
4132
|
homeassistant/components/blue_current/translations/zh-Hant.json,sha256=GOiSgKdvLq0zbLPzn6lY9Y2MezMpv6W9TD2QyLxWIL4,6485
|
|
4133
4133
|
homeassistant/components/bluemaestro/__init__.py,sha256=HntY4Au_H32jrrldxEVxIzlUQhJUHLVNHCPvAFeXTVY,1564
|
|
4134
4134
|
homeassistant/components/bluemaestro/config_flow.py,sha256=ARWMfITyToZpI5LWbwJfCTPSIJX79heF_2PBE20vwBo,3542
|
|
@@ -5944,7 +5944,7 @@ homeassistant/components/comelit/entity.py,sha256=PW9qbVrfM_U4PGd_z34OjAhmjd2rlY
|
|
|
5944
5944
|
homeassistant/components/comelit/humidifier.py,sha256=Y40RU0Cr8OTmKRLHFyE6t_W319G_Six1ysk-MQrYn9M,6883
|
|
5945
5945
|
homeassistant/components/comelit/icons.json,sha256=fFy0kAnBE3Op1Qk8T8pKYGimkdgtJnlJoNErap2fmCs,368
|
|
5946
5946
|
homeassistant/components/comelit/light.py,sha256=5kowH4up5ctdmqctzM53JwzTyift16NxQm5hnCghuIY,2380
|
|
5947
|
-
homeassistant/components/comelit/manifest.json,sha256=
|
|
5947
|
+
homeassistant/components/comelit/manifest.json,sha256=6zKcsJKTB2DXkV5T9lKufwldGdLhfTXxjPBOx612p8c,350
|
|
5948
5948
|
homeassistant/components/comelit/quality_scale.yaml,sha256=x-8lceso9ry8fJuL8eStB6Bt-UvdnTiLdtgYbziurnk,1910
|
|
5949
5949
|
homeassistant/components/comelit/sensor.py,sha256=emrAmVAcKbUlqL_Yt4Sp_F-2azLtqwGzwBf9ffdEBDQ,5799
|
|
5950
5950
|
homeassistant/components/comelit/strings.json,sha256=aigyQmOKykvKYka8M3XKZ5U_bC2ktNA2xLz5gxlHxHc,3516
|
|
@@ -6543,10 +6543,15 @@ homeassistant/components/cync/light.py,sha256=doSpKBG1Z7kTd7XTh9wqiw0XNFXeJBJMAZ
|
|
|
6543
6543
|
homeassistant/components/cync/manifest.json,sha256=Fkn4CLbgS0YokRIA3gK0xAMqJkKZ3AxTHwJnOTyi41w,291
|
|
6544
6544
|
homeassistant/components/cync/quality_scale.yaml,sha256=HuXcS-b8u3TwJKbCcjmYtnU3nLsUwBk42SXDTRWtqAA,1716
|
|
6545
6545
|
homeassistant/components/cync/strings.json,sha256=463pKfugXWGq_ZOCImV2QTFkOoUFPcWlbEkTJzJsBsc,959
|
|
6546
|
+
homeassistant/components/cync/translations/cs.json,sha256=Wp2K6MVzc8JMMh1u9c8eQop5mdzh_my7fp3Ua2tuXQI,1141
|
|
6546
6547
|
homeassistant/components/cync/translations/de.json,sha256=eWQjO-vBAOVk4EqqfckRmckWIdKoHKTNNtzzmSvDki4,1018
|
|
6547
6548
|
homeassistant/components/cync/translations/en-GB.json,sha256=Rbe-kEmqv83GK2km4RckcjNViisovmTvNkg6FxZ6U3w,969
|
|
6548
6549
|
homeassistant/components/cync/translations/en.json,sha256=Rbe-kEmqv83GK2km4RckcjNViisovmTvNkg6FxZ6U3w,969
|
|
6549
6550
|
homeassistant/components/cync/translations/he.json,sha256=8DY_qFSlVa50ndm_VuG_v5Qq76TnyszC8MTns2CzQ-E,796
|
|
6551
|
+
homeassistant/components/cync/translations/nl.json,sha256=_85ovPifKtCYXYmnBKThb4j3TSSTrr6fm2nh4hCWoiQ,498
|
|
6552
|
+
homeassistant/components/cync/translations/sk.json,sha256=UcIIdqCSg5r6R6BJca74ifPc9SxM8K0lGmFHOSZlIMk,1083
|
|
6553
|
+
homeassistant/components/cync/translations/zh-Hans.json,sha256=9QqfLpkcCN2DPPKuWOzqAF1pk0R6qUobHDnr0Xrn0qM,1145
|
|
6554
|
+
homeassistant/components/cync/translations/zh-Hant.json,sha256=k6j4wBXnbWaM1gAmln2JulNSjDAgkKcDlHUWGo3IjOI,1125
|
|
6550
6555
|
homeassistant/components/dacia/manifest.json,sha256=JqDr1B0xgg0zJEl0zEmfyAq-PiuQESvSn9u_vtLXpoU,105
|
|
6551
6556
|
homeassistant/components/daikin/__init__.py,sha256=SWLiIYGudD1PR5DVl0uDCdCO_hK9WL3Rd8FSchNMkf0,6098
|
|
6552
6557
|
homeassistant/components/daikin/climate.py,sha256=8xpkFRqRRp9LQgjWJH4M_lfSNqT9Jvg29vBbPDYFtyw,9306
|
|
@@ -9055,7 +9060,9 @@ homeassistant/components/ekeybionyx/translations/de.json,sha256=4grogiczOfyHN-oI
|
|
|
9055
9060
|
homeassistant/components/ekeybionyx/translations/en-GB.json,sha256=_58qn9pe28XXfkaixKU-pIAV-BHmRsBB7ehvErb2O-Y,3638
|
|
9056
9061
|
homeassistant/components/ekeybionyx/translations/en.json,sha256=cx2hv-KNlG3vwPwYhwAbRMcT_l1WudIbKr9pPegB80s,3638
|
|
9057
9062
|
homeassistant/components/ekeybionyx/translations/he.json,sha256=BDdySlDo-VD3puJMTKQ680kbwfzigCmJmED8wRczdX0,2351
|
|
9063
|
+
homeassistant/components/ekeybionyx/translations/nl.json,sha256=T2RJaHqCAdab65vwSc92CSP0p_e4oxQO73w4Ebv7U-E,1128
|
|
9058
9064
|
homeassistant/components/ekeybionyx/translations/sk.json,sha256=eCc3ZXusJgAI-ahxszrvm2kVu1izq91fpsgtWal7q_c,4359
|
|
9065
|
+
homeassistant/components/ekeybionyx/translations/zh-Hans.json,sha256=bUi2H-zD_F3k8xAA5CkMY9rdjDnri0Nnpu-0vLkfkwo,4655
|
|
9059
9066
|
homeassistant/components/ekeybionyx/translations/zh-Hant.json,sha256=K2FPIfC5pdOzZc3ArmU3P3Z0tRzm44qahHRVie1x6ps,4607
|
|
9060
9067
|
homeassistant/components/electrasmart/__init__.py,sha256=53Z7I6LQjKKuwprIgTXGTiDIwcOgQNOKS2DgzMgsE9o,1594
|
|
9061
9068
|
homeassistant/components/electrasmart/climate.py,sha256=Z00-8zq72f12rrCEebAcG0lRR_qmCrKvsD6CMMu3HgU,11603
|
|
@@ -10124,7 +10131,7 @@ homeassistant/components/esphome/bluetooth.py,sha256=c7csW3agzbv5B0OxoCmVcQwI-I7
|
|
|
10124
10131
|
homeassistant/components/esphome/button.py,sha256=La5VZ3Qh8zI9II_FBAUgQRioOyT3Bi_id4lgyTu08Fo,1889
|
|
10125
10132
|
homeassistant/components/esphome/camera.py,sha256=y5oFD_77xbLRh1Oq7H15jgpNdEgvEpxep3oC_aHQR68,2798
|
|
10126
10133
|
homeassistant/components/esphome/climate.py,sha256=U1foA2JTWAMgUhT0ne3JwbJdLVXZqkToYqVJsob_FCg,13457
|
|
10127
|
-
homeassistant/components/esphome/config_flow.py,sha256=
|
|
10134
|
+
homeassistant/components/esphome/config_flow.py,sha256=xTQHj3jyQgTa1UuwU7reUVWdmieXAZlZyLU8tsgLjrM,34004
|
|
10128
10135
|
homeassistant/components/esphome/const.py,sha256=27G9YGX5w1_9NW7BiXj2CuUo2fzGQHsG1tGcgaxOV5Y,880
|
|
10129
10136
|
homeassistant/components/esphome/coordinator.py,sha256=W0hdhYK3ITTTQZk20bvUEVcjtkdXxBP2SZVzFL0se5U,1851
|
|
10130
10137
|
homeassistant/components/esphome/cover.py,sha256=VWQAxhiopBq51FkSALNAVvVBP6TNMwP7-iK9gHVYYFA,5062
|
|
@@ -10143,8 +10150,8 @@ homeassistant/components/esphome/ffmpeg_proxy.py,sha256=avC1kw2R6GQmPGM8jeEDjEcp
|
|
|
10143
10150
|
homeassistant/components/esphome/icons.json,sha256=hzRg1GSJWtbEfzS8IwOBtclfb39RYVH7vn3I1_Gad60,494
|
|
10144
10151
|
homeassistant/components/esphome/light.py,sha256=vsaAhu95xFz8afNC8-McEOAUFtA6zmLijQ-Dy9Iht2s,15655
|
|
10145
10152
|
homeassistant/components/esphome/lock.py,sha256=23G5QUAcQwrKOmheQLszUg8x6iEiJMHPoggQeHjEReQ,3000
|
|
10146
|
-
homeassistant/components/esphome/manager.py,sha256=
|
|
10147
|
-
homeassistant/components/esphome/manifest.json,sha256=
|
|
10153
|
+
homeassistant/components/esphome/manager.py,sha256=IoAlG9te4F9pSgJYXpWcf6Mlmuz36igB9k3Y0w1rrT0,42844
|
|
10154
|
+
homeassistant/components/esphome/manifest.json,sha256=qbPRFmF9MOD1dRA-lHyZmNdM7prH1Vlk5exmNUSx8s4,746
|
|
10148
10155
|
homeassistant/components/esphome/media_player.py,sha256=mmC_PC7mBP666xsK2dHtWK1npbjxXdzkLirKQ4WpVPI,11202
|
|
10149
10156
|
homeassistant/components/esphome/number.py,sha256=USOEG0NGp44m71vG6ODoXpVbv_Jja6erUAhfZFngQAQ,2518
|
|
10150
10157
|
homeassistant/components/esphome/quality_scale.yaml,sha256=jNLNinERjjgyJJ9wLMTNDs5PcRooisDHDdZjKtQOC0g,2837
|
|
@@ -11963,7 +11970,7 @@ homeassistant/components/fronius/translations/zh-Hans.json,sha256=Vaa4RtOOZ9NIoS
|
|
|
11963
11970
|
homeassistant/components/fronius/translations/zh-Hant.json,sha256=R3afzW9OeHC__UlHMAaQ-hpbq-RjWriVq_dLVEaec_M,22613
|
|
11964
11971
|
homeassistant/components/frontend/__init__.py,sha256=Yln1_PbNh8dDH86thTy7OC6A3wTFdXLJ1P3gBkibLo8,27927
|
|
11965
11972
|
homeassistant/components/frontend/icons.json,sha256=Vs_eYGT5ewiiIc3uz4w4CYyjmlnSE4lqS8L3eYepykU,147
|
|
11966
|
-
homeassistant/components/frontend/manifest.json,sha256=
|
|
11973
|
+
homeassistant/components/frontend/manifest.json,sha256=3P_mPwGMEs9EWO_D9qVGttD4EZnvc8_uiKCnudvEVqQ,544
|
|
11967
11974
|
homeassistant/components/frontend/services.yaml,sha256=llgK5jjIefB4LwfOfFH6gVYB5u0aVamCF2ToHDmEuRo,370
|
|
11968
11975
|
homeassistant/components/frontend/storage.py,sha256=PYM7n72YtJnJLz33IkkXjZ7maehJoeG5JxsMuLbQEc8,5323
|
|
11969
11976
|
homeassistant/components/frontend/strings.json,sha256=8gO2iq1DSgpi9JEA-zl7KJVL3iWZ1sjisvQcj8TwSd4,649
|
|
@@ -20112,7 +20119,7 @@ homeassistant/components/letpot/translations/ko.json,sha256=sk1nu7IPtidw3Iz2pvtm
|
|
|
20112
20119
|
homeassistant/components/letpot/translations/lt.json,sha256=c0qxk4s4EscKS24_qGGNUFnLm7k5Ovji1_6THGQxmQY,3513
|
|
20113
20120
|
homeassistant/components/letpot/translations/lv.json,sha256=W5Ni0cCk8QYIRo2TlXexgY6wpvLOjpG_i5yZpfAnwaU,214
|
|
20114
20121
|
homeassistant/components/letpot/translations/mk.json,sha256=mLrpvLEpgly4HLSq3UpK8DdBEXtupTglx2STM2vGHeY,906
|
|
20115
|
-
homeassistant/components/letpot/translations/nl.json,sha256=
|
|
20122
|
+
homeassistant/components/letpot/translations/nl.json,sha256=kt2hkF4scA1Y8BpV3USWNJfswaEUFhGagEMcmN9t19g,3066
|
|
20116
20123
|
homeassistant/components/letpot/translations/pl.json,sha256=3ZO3NoL8pFBRyLWRIUerANUt_Mo0XQRq1iGYDyFlA8Q,429
|
|
20117
20124
|
homeassistant/components/letpot/translations/pt-BR.json,sha256=8DjOJyoglIWxxiGz8s5CXaWjUivYBl-Jc4DMIunCKs4,2646
|
|
20118
20125
|
homeassistant/components/letpot/translations/pt.json,sha256=zE6vktZmSl7_akstpjaXN-RLRWTke7W2RU5mQAcjH0U,3369
|
|
@@ -20121,7 +20128,7 @@ homeassistant/components/letpot/translations/sk.json,sha256=_Xs4b_v-VA3YbUZc_bhC
|
|
|
20121
20128
|
homeassistant/components/letpot/translations/sl.json,sha256=eriUTChaqVRjsC3vluGd3atarOwUOOGkYqhD5xh7E8w,721
|
|
20122
20129
|
homeassistant/components/letpot/translations/sv.json,sha256=UYFsL8e-uG4ypXZp-ip3Z7-jHPnwDppZq-zaWrR57Gw,3162
|
|
20123
20130
|
homeassistant/components/letpot/translations/tr.json,sha256=vgMt1qeLhvxcUC3nzcoe06qVzXQEeWpYoZzO-aDHaE0,2833
|
|
20124
|
-
homeassistant/components/letpot/translations/zh-Hans.json,sha256=
|
|
20131
|
+
homeassistant/components/letpot/translations/zh-Hans.json,sha256=w_TuYVHZl-z93O1MC__b-DMmEQp1rCo3e7Us9nRUfkg,3887
|
|
20125
20132
|
homeassistant/components/letpot/translations/zh-Hant.json,sha256=fNmbx9ISszK1mRJuL1NdoetMosDeTw7asLrbhHtXvKY,3877
|
|
20126
20133
|
homeassistant/components/lg_netcast/__init__.py,sha256=YGd2qKV5MqnzMKOzFwhJ3SkolWo1FayPV8mRPDQ2kBw,1154
|
|
20127
20134
|
homeassistant/components/lg_netcast/config_flow.py,sha256=MfJeY6aLyz0No7T6ylc4dGyKrZrXa8QzKWLgdGTQzHM,5615
|
|
@@ -20266,7 +20273,7 @@ homeassistant/components/libre_hardware_monitor/__init__.py,sha256=biI_nX4g7Nd-V
|
|
|
20266
20273
|
homeassistant/components/libre_hardware_monitor/config_flow.py,sha256=JD-eA279PcWgIntTj3bv2bCqyq4Mn75O02hATpYi1eo,1881
|
|
20267
20274
|
homeassistant/components/libre_hardware_monitor/const.py,sha256=HZvoWV6g0oe1OUtS1Ixm6d3qX1GYygtawE9xvWsrXOg,167
|
|
20268
20275
|
homeassistant/components/libre_hardware_monitor/coordinator.py,sha256=mIrzGK2IJkJLeXzRNqC10yRWsBdi_sSsK36NkHMcxwA,4897
|
|
20269
|
-
homeassistant/components/libre_hardware_monitor/manifest.json,sha256=
|
|
20276
|
+
homeassistant/components/libre_hardware_monitor/manifest.json,sha256=m0-C9tfbAACg7D9vRJOvnYxqqjdba7rG5xH9Ty0wOxM,332
|
|
20270
20277
|
homeassistant/components/libre_hardware_monitor/quality_scale.yaml,sha256=wsWA8pDorsC7adbJcteCdDyZHwbVXFhQYBNWXBuhG8M,2122
|
|
20271
20278
|
homeassistant/components/libre_hardware_monitor/sensor.py,sha256=9l9mXnIyo-troXRhNyIcrJV-mxGnSKjEgGg5W60r3_Q,3402
|
|
20272
20279
|
homeassistant/components/libre_hardware_monitor/strings.json,sha256=rCRa7uh6CAi2wg-R3Zy_olBMeYgybHxHw3VwPGABXZ8,728
|
|
@@ -28868,11 +28875,11 @@ homeassistant/components/poolsense/translations/vi.json,sha256=7QkEhSAxPQXqHIrW9
|
|
|
28868
28875
|
homeassistant/components/poolsense/translations/zh-Hans.json,sha256=HEN8cLDX17tH0CFFKnsRcekSVFBiGV4qXmrR3voT9FU,1220
|
|
28869
28876
|
homeassistant/components/poolsense/translations/zh-Hant.json,sha256=QR9nqPnvOdKRDuZ5rw5KKDo8ntvhr8L_1bFxwBYs1SE,1244
|
|
28870
28877
|
homeassistant/components/portainer/__init__.py,sha256=waSW5TV4UsDadYhCfYohTIbGMFLZL1jFw9bIpkCg7_M,1282
|
|
28871
|
-
homeassistant/components/portainer/binary_sensor.py,sha256
|
|
28878
|
+
homeassistant/components/portainer/binary_sensor.py,sha256=KKC5XY-_TyVgxOuH08Wyx7H_DqyPSzzqbm-0Q2nV4zM,5210
|
|
28872
28879
|
homeassistant/components/portainer/config_flow.py,sha256=Ods3rG40BS0T4EcSZ1GDu2JUyeU6DeKhM5PFxHuDGM8,2962
|
|
28873
28880
|
homeassistant/components/portainer/const.py,sha256=r_sOA6qjZKjtKfq6aKHGyJtSX0Dp5qWQ9LGOBiDRehw,96
|
|
28874
28881
|
homeassistant/components/portainer/coordinator.py,sha256=8iGt6Uqvh6YiYcYYbuUhPhu2HSGrDJUXltdiDc9sfSY,4815
|
|
28875
|
-
homeassistant/components/portainer/entity.py,sha256=
|
|
28882
|
+
homeassistant/components/portainer/entity.py,sha256=J38_MZyzO3lGYgyDueyXX5DnL2SMGNpIp8-lJHOL5Oo,2390
|
|
28876
28883
|
homeassistant/components/portainer/manifest.json,sha256=Y9qxYObaAP7LQAztOYOZvNPVYnQmZajKOHtG1cr2U10,285
|
|
28877
28884
|
homeassistant/components/portainer/quality_scale.yaml,sha256=maqhYLIhMzFAqrjvic0ED-Ww69gFXdD5vMdCKZhT3Ow,2014
|
|
28878
28885
|
homeassistant/components/portainer/strings.json,sha256=RwMe6U4ceatgu6wdxJoRSFXx4Nic9fn3bC38_7mKKLM,1543
|
|
@@ -31669,7 +31676,7 @@ homeassistant/components/roborock/binary_sensor.py,sha256=Lrj2SOcAKSqWE7XBDGT7-k
|
|
|
31669
31676
|
homeassistant/components/roborock/button.py,sha256=RxzDnvqu1byESel9fFRXRaENSh2JYgoglKaEuhiLuGg,4942
|
|
31670
31677
|
homeassistant/components/roborock/config_flow.py,sha256=NPcZuXM_r8VvKRigU3U1hCrPg1RpwPfMTKMLXoKSuJY,8584
|
|
31671
31678
|
homeassistant/components/roborock/const.py,sha256=hhSZjJ3Ew2RbX2lmXYZhYwre5im4jEcqz4JmkSpYSwE,1785
|
|
31672
|
-
homeassistant/components/roborock/coordinator.py,sha256=
|
|
31679
|
+
homeassistant/components/roborock/coordinator.py,sha256=6aAUsIeTvW0df9T6pmyYybZU5hCv94a5XoJ6jLRIfvc,20654
|
|
31673
31680
|
homeassistant/components/roborock/diagnostics.py,sha256=0-tAR4fiHkLVgNo_lr1SkFJW8soFeJ81J3JZ8Js0898,1134
|
|
31674
31681
|
homeassistant/components/roborock/entity.py,sha256=6GzQYkkQwn-MFGpsx83g06E_apVGa7szikZ10ZzzCgI,7157
|
|
31675
31682
|
homeassistant/components/roborock/icons.json,sha256=wP3rJfCJYIANvhy-YfeeS3youV75An2SAmv0wXvdehs,3013
|
|
@@ -31976,7 +31983,9 @@ homeassistant/components/route_b_smart_meter/translations/de.json,sha256=VpGrwG7
|
|
|
31976
31983
|
homeassistant/components/route_b_smart_meter/translations/en-GB.json,sha256=DCItWGDoiHjuo7lAiPC3pwbLmSUztmxOqtss5e0ZKNw,1188
|
|
31977
31984
|
homeassistant/components/route_b_smart_meter/translations/en.json,sha256=DCItWGDoiHjuo7lAiPC3pwbLmSUztmxOqtss5e0ZKNw,1188
|
|
31978
31985
|
homeassistant/components/route_b_smart_meter/translations/he.json,sha256=ueCukKb6m13igPn_JbQItGFc3jYJNP9sKnd9WdH74NA,969
|
|
31986
|
+
homeassistant/components/route_b_smart_meter/translations/nl.json,sha256=_F-U1ixAKJi8M5A-2Xqx0tFIBzCBSa5HshIjvECJqbU,646
|
|
31979
31987
|
homeassistant/components/route_b_smart_meter/translations/sk.json,sha256=SraSN_nbP3FK1F3RE5DVDwIyRVl5O22qBzA5_GHo38Q,1266
|
|
31988
|
+
homeassistant/components/route_b_smart_meter/translations/zh-Hans.json,sha256=v4j6UYL6JHXw1uLLwlZR7JFdpmoLQqMbpPNqxqiT6XU,1267
|
|
31980
31989
|
homeassistant/components/route_b_smart_meter/translations/zh-Hant.json,sha256=Tl2PAWLhYylwt61cBHyPwcE_XvkPNeock0lzoDj3w64,1277
|
|
31981
31990
|
homeassistant/components/rova/__init__.py,sha256=q69q5int4-IEMdsvd-0hQNIeJmmQZVICS3rseyXbAEM,2095
|
|
31982
31991
|
homeassistant/components/rova/config_flow.py,sha256=xaLrafSrN8IMYKfQ1BF1MmD4LoS8q6W0tGdHC6XF9Xg,2031
|
|
@@ -34550,7 +34559,7 @@ homeassistant/components/smartthings/translations/lb.json,sha256=RBNvo1WzZ4oRRq0
|
|
|
34550
34559
|
homeassistant/components/smartthings/translations/lt.json,sha256=YCYoxxTJClsGQs3JeqWwb5m66_SOe7NyALFjI8vl0T8,32658
|
|
34551
34560
|
homeassistant/components/smartthings/translations/mk.json,sha256=wwnjCIZc7EzXJLRDOpgk-SWo4r7M2ZGayWSrZ2yHOlc,3028
|
|
34552
34561
|
homeassistant/components/smartthings/translations/nb.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
34553
|
-
homeassistant/components/smartthings/translations/nl.json,sha256=
|
|
34562
|
+
homeassistant/components/smartthings/translations/nl.json,sha256=4Pmyeeqr7zDjqO_Mq21Vmj1p9qLFTTFB6Jo_jxtePCA,16304
|
|
34554
34563
|
homeassistant/components/smartthings/translations/pl.json,sha256=CwDtLEFP0nH5Mxj8LvZ--fRIbYPBHon7G0veaakmaz0,689
|
|
34555
34564
|
homeassistant/components/smartthings/translations/pt-BR.json,sha256=mAnXvXarJjiC5vXVfZkFxbgEKVVt-_7ezFxiwQkVGdY,15482
|
|
34556
34565
|
homeassistant/components/smartthings/translations/pt.json,sha256=hFpf1_JKnXdXOMc5ZWmAKtTUHj7R3qJVJemdKJQAdVE,31463
|
|
@@ -34562,7 +34571,7 @@ homeassistant/components/smartthings/translations/sv.json,sha256=-bjteMc7ybYuAcs
|
|
|
34562
34571
|
homeassistant/components/smartthings/translations/tr.json,sha256=LjH5yKHVisix3QcziIJP-C12D6KmNFHXql9q0mehmzU,23231
|
|
34563
34572
|
homeassistant/components/smartthings/translations/uk.json,sha256=aM2cRi8UhM5DwuqzUtoFZE95W7nj2RYAxn6FgHLdLTk,1078
|
|
34564
34573
|
homeassistant/components/smartthings/translations/vi.json,sha256=4Gihhj4pApuIUKDDbMVh0OSEQO-H0lPf6C4d7lJ77RA,7363
|
|
34565
|
-
homeassistant/components/smartthings/translations/zh-Hans.json,sha256=
|
|
34574
|
+
homeassistant/components/smartthings/translations/zh-Hans.json,sha256=S3QNlefcpcWVES-yYzviy8utc7NTQRG5NbAxO4wCGAs,35296
|
|
34566
34575
|
homeassistant/components/smartthings/translations/zh-Hant.json,sha256=ux36yJBWELAOyqCXrHv6jQIKGWiF97mTXh3rJ8IjZc8,34994
|
|
34567
34576
|
homeassistant/components/smarttub/__init__.py,sha256=hpfXE5V-5jabuyxg5cxs5ESCuwwZ-PORkvGVoLRJ9FU,897
|
|
34568
34577
|
homeassistant/components/smarttub/binary_sensor.py,sha256=e4V7N4KrrW8FP6RMxE3mfUnEUJTtY_W3iIuyWl5ENzg,7080
|
|
@@ -36630,7 +36639,7 @@ homeassistant/components/switchbot/translations/lt.json,sha256=3k9GD8dRjEi3SjM74
|
|
|
36630
36639
|
homeassistant/components/switchbot/translations/lv.json,sha256=WAXcvSXlQIYfMfutlWGhkeT2isCsk3Q4CsMX1WU-6Oc,1610
|
|
36631
36640
|
homeassistant/components/switchbot/translations/mk.json,sha256=ArvpfoHjW1y6v2M4eWMdeE91cjA9SCnm6hx-PNQCDaE,3717
|
|
36632
36641
|
homeassistant/components/switchbot/translations/nb.json,sha256=lN9mKwRl8SdDtR-adM51A-jMfaNb_4Cm0VTAL92TTiI,2692
|
|
36633
|
-
homeassistant/components/switchbot/translations/nl.json,sha256=
|
|
36642
|
+
homeassistant/components/switchbot/translations/nl.json,sha256=6WqiK0jzQQKMOqg-nWn_lHktXksznjDuf0sONjrcasw,8652
|
|
36634
36643
|
homeassistant/components/switchbot/translations/pl.json,sha256=7Obrct8noUbHt8rumdBQHcySrbWhl8BjM_YOrujhbOk,3193
|
|
36635
36644
|
homeassistant/components/switchbot/translations/pt-BR.json,sha256=A0Z9z1eEtlh3EeR0v-XfWSU9M4kNfwoei4scf8ZLQCI,7151
|
|
36636
36645
|
homeassistant/components/switchbot/translations/pt.json,sha256=8kGr5jISCEpRkd6h6rZtXwGd7JCNkNaEyLk_zfkurF4,14485
|
|
@@ -36684,7 +36693,7 @@ homeassistant/components/switchbot_cloud/translations/ja.json,sha256=-jNiB3dlJ00
|
|
|
36684
36693
|
homeassistant/components/switchbot_cloud/translations/ko.json,sha256=Nvi-5JGwqUqU5DGnPRhWOYOSbuNnYVx4kULXoK5-tVU,696
|
|
36685
36694
|
homeassistant/components/switchbot_cloud/translations/lt.json,sha256=wTeevNOXJ09iTPmMlaxXppJGBGISXb3ZPln4pp1aOtM,1719
|
|
36686
36695
|
homeassistant/components/switchbot_cloud/translations/nb.json,sha256=XYBAduEKBL4yzn7T6R1VeNmdOkQ29KXgPfgOe1aKcHQ,497
|
|
36687
|
-
homeassistant/components/switchbot_cloud/translations/nl.json,sha256=
|
|
36696
|
+
homeassistant/components/switchbot_cloud/translations/nl.json,sha256=Ldhu5DOQhwramGty0rNmr78ab9IDbYNShXJOQSxlAos,1387
|
|
36688
36697
|
homeassistant/components/switchbot_cloud/translations/pl.json,sha256=ndbP0tyGMO90R_qo8Udz_LeQ38Q5X02NZiXKXYZrtPA,565
|
|
36689
36698
|
homeassistant/components/switchbot_cloud/translations/pt-BR.json,sha256=ZIoeMQjR_2vpmrRm8TB2_yCeiqNOgITb8wIpmQfppS0,526
|
|
36690
36699
|
homeassistant/components/switchbot_cloud/translations/pt.json,sha256=ueJGmb6tNapdK6cx4byEsM4KKZHJHn_Lqu0VFTH0UjQ,1694
|
|
@@ -38846,7 +38855,7 @@ homeassistant/components/tolo/translations/ko.json,sha256=X6lbXx8erB16b9LATmL9KH
|
|
|
38846
38855
|
homeassistant/components/tolo/translations/lt.json,sha256=7NCqlWhGvco4Rl9y_BBiJUl-h3SYaBcgKqMrz-b8xYM,2820
|
|
38847
38856
|
homeassistant/components/tolo/translations/lv.json,sha256=iV6_5h5tE0WBIPcy-qKzhXXIH_dspOnR9DsUo-9mHFk,1443
|
|
38848
38857
|
homeassistant/components/tolo/translations/nb.json,sha256=6xrdWZA8zcIMvCS-K6tU6J2lgjY1KiANSebzQTjc7eg,952
|
|
38849
|
-
homeassistant/components/tolo/translations/nl.json,sha256=
|
|
38858
|
+
homeassistant/components/tolo/translations/nl.json,sha256=iwMMkc1NGJWlu6c9R36YAyaDCGl6lMdIOuSt1J4iD-U,2342
|
|
38850
38859
|
homeassistant/components/tolo/translations/pl.json,sha256=Fzo-eRAzYBd9qJf9XsAX3TTaVfSpuTC_knyTO1vJORE,1055
|
|
38851
38860
|
homeassistant/components/tolo/translations/pt-BR.json,sha256=lIjxzVsCWdFG_3uGY_q9W9zPTkSbeD3K3pBMtno_Als,2286
|
|
38852
38861
|
homeassistant/components/tolo/translations/pt.json,sha256=UzSueq4NvBS_4ZE5f7Yy9G4Hmh27A4Fos-ZVEkurNac,2844
|
|
@@ -40823,7 +40832,7 @@ homeassistant/components/uptimerobot/translations/vi.json,sha256=nq0fBvyvG8hyLvz
|
|
|
40823
40832
|
homeassistant/components/uptimerobot/translations/zh-Hans.json,sha256=MkG2EueK-WPWkbUxDaBpwzCiYmsPPwTbyK5ThMW9VwE,2570
|
|
40824
40833
|
homeassistant/components/uptimerobot/translations/zh-Hant.json,sha256=ecaZxT_uZRi0mYPEyNY82plMSpdtcXf7PF9VRP10dtU,2500
|
|
40825
40834
|
homeassistant/components/usage_prediction/__init__.py,sha256=gBgZWlLSM0hQLqvStsnlwwSWGk-I5PDbB8zpiPmL32E,2768
|
|
40826
|
-
homeassistant/components/usage_prediction/common_control.py,sha256=
|
|
40835
|
+
homeassistant/components/usage_prediction/common_control.py,sha256=IW7PpTu92_9zjvqEo7l0xZ_EZXl2yaOVf-SuEqO8ufg,7483
|
|
40827
40836
|
homeassistant/components/usage_prediction/const.py,sha256=T08GNfiI4XLbl_mh6eXcfcTC4hM-KmdiEmWepxw4Iys,344
|
|
40828
40837
|
homeassistant/components/usage_prediction/manifest.json,sha256=T-lfC7l3OrlwvhydnMOOI2H_omqene4s-yK92FRcruk,321
|
|
40829
40838
|
homeassistant/components/usage_prediction/models.py,sha256=43fHZYeUTh53sAnmhYaEKQ9nyL4nCr4u_2rnHA4VPlo,702
|
|
@@ -45080,10 +45089,10 @@ homeassistant/util/yaml/dumper.py,sha256=xOYY662jD4YxcJZ7ZtWiGilyayUSbwVZRHrLYCO
|
|
|
45080
45089
|
homeassistant/util/yaml/input.py,sha256=bs4Z3poZYP6qTtV5nddit0zxPF-XQ9316OK-1JpGiGc,253
|
|
45081
45090
|
homeassistant/util/yaml/loader.py,sha256=Xb3-ObxN4NUlgoKFjugXYC99RPkKYGuO-DNL2im-jz8,2373
|
|
45082
45091
|
homeassistant/util/yaml/objects.py,sha256=oOXAWwT46W9mUpkEWAx81xL5yF-audtv_aevWBG-vAU,216
|
|
45083
|
-
homeassistant-2025.10.
|
|
45084
|
-
homeassistant-2025.10.
|
|
45085
|
-
homeassistant-2025.10.
|
|
45086
|
-
homeassistant-2025.10.
|
|
45087
|
-
homeassistant-2025.10.
|
|
45088
|
-
homeassistant-2025.10.
|
|
45089
|
-
homeassistant-2025.10.
|
|
45092
|
+
homeassistant-2025.10.0b1.dist-info/licenses/LICENSE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
45093
|
+
homeassistant-2025.10.0b1.dist-info/licenses/homeassistant/backports/LICENSE.Python,sha256=Oy-B_iHRgcSZxZolbI4ZaEVdZonSaaqFNzv7avQdo78,13936
|
|
45094
|
+
homeassistant-2025.10.0b1.dist-info/METADATA,sha256=5vxEjOweGE3mCR21pKzI5zWG049BYU-JnPjssNIFoSg,4772
|
|
45095
|
+
homeassistant-2025.10.0b1.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
|
45096
|
+
homeassistant-2025.10.0b1.dist-info/entry_points.txt,sha256=vyr6SUJRESpnDkwn8ppfqbG-wYAWIoC9RYOrpYbcZYc,53
|
|
45097
|
+
homeassistant-2025.10.0b1.dist-info/top_level.txt,sha256=TifmoS6gUDZ_AwpZP5Hg4MFPB3zbKzwF9BHqPA_wHVw,14
|
|
45098
|
+
homeassistant-2025.10.0b1.dist-info/RECORD,,
|
|
File without changes
|
{homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{homeassistant-2025.10.0b0.dist-info → homeassistant-2025.10.0b1.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|