Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/bthome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/bthome",
"iot_class": "local_push",
"requirements": ["bthome-ble==3.15.0"]
"requirements": ["bthome-ble==3.17.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/huum/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, coordinator: HuumDataUpdateCoordinator) -> None:
@property
def native_value(self) -> float:
"""Return the current value."""
return self.coordinator.data.humidity
return self.coordinator.data.target_humidity

async def async_set_native_value(self, value: float) -> None:
"""Update the current value."""
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/knx/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"requirements": [
"xknx==3.13.0",
"xknxproject==3.8.2",
"knx-frontend==2025.12.19.150946"
"knx-frontend==2025.12.24.74016"
],
"single_config_entry": true
}
10 changes: 9 additions & 1 deletion homeassistant/components/knx/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,16 @@
},
"knx": {
"knx_group_address": {
"add_passive_address": "+ Add passive address",
"dpt": "Datapoint type",
"passive_addresses": "Passive addresses",
"dpt_incompatible": "DPT {dpt} is incompatible with this field's expected DPTs.",
"dpt_no_selection": "No DPT selected",
"dpt_select": "Select DPT",
"group_address_none_for_dpt": "No group addresses known for expected DPT",
"group_address_none_for_filter": "No group addresses known for current filter",
"group_address_search": "Search group address",
"group_address_unknown": "Unknown group address",
"passive_address": "Passive address",
"send_address": "Send address",
"state_address": "State address",
"valid_dpts": "Valid DPTs"
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/minecraft_server/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"codeowners": ["@elmurato"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/minecraft_server",
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["dnspython", "mcstatus"],
"quality_scale": "silver",
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/mullvad/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"codeowners": ["@meichthys"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mullvad",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["mullvad-api==1.0.0"],
"single_config_entry": true
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/nest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/nest",
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["google_nest_sdm"],
"requirements": ["google-nest-sdm==9.1.2"]
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/switchbot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"iot_class": "local_push",
"loggers": ["switchbot"],
"quality_scale": "gold",
"requirements": ["PySwitchbot==0.74.0"]
"requirements": ["PySwitchbot==0.75.0"]
}
4 changes: 2 additions & 2 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -4087,7 +4087,7 @@
},
"minecraft_server": {
"name": "Minecraft Server",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},
Expand Down Expand Up @@ -4264,7 +4264,7 @@
},
"mullvad": {
"name": "Mullvad VPN",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling",
"single_config_entry": true
Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# serializer version: 1
# name: test_coordinator_first_run
defaultdict({
'anglian_water:12345678_testsn_usage': list([
'anglian_water:171266493_testsn_usage': list([
dict({
'end': 1717243200.0,
'start': 1717239600.0,
Expand All @@ -25,7 +25,7 @@
# ---
# name: test_coordinator_subsequent_run
defaultdict({
'anglian_water:12345678_testsn_usage': list([
'anglian_water:171266493_testsn_usage': list([
dict({
'end': 1717243200.0,
'start': 1717239600.0,
Expand Down
3 changes: 2 additions & 1 deletion tests/components/huum/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def mock_huum() -> Generator[AsyncMock]:
huum.sauna_name = 123456
huum.target_temperature = 80
huum.light = 1
huum.humidity = 5
huum.humidity = 0
huum.target_humidity = 5
huum.sauna_config.child_lock = "OFF"
huum.sauna_config.max_heating_time = 3
huum.sauna_config.min_heating_time = 0
Expand Down
17 changes: 14 additions & 3 deletions tests/components/inels/test_config_flow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Test the iNELS config flow."""

from unittest.mock import patch

from homeassistant.components.inels.const import DOMAIN, TITLE
from homeassistant.components.mqtt import MQTT_CONNECTION_STATE
from homeassistant.config_entries import SOURCE_MQTT, SOURCE_USER
Expand Down Expand Up @@ -42,11 +44,16 @@ async def test_mqtt_setup(hass: HomeAssistant, mqtt_mock: MqttMockHAClient) -> N
)
assert result["type"] is FlowResultType.FORM

result = await hass.config_entries.flow.async_configure(result["flow_id"], {})
with patch(
"homeassistant.components.inels.async_setup_entry",
return_value=True,
) as mock_setup_entry:
result = await hass.config_entries.flow.async_configure(result["flow_id"], {})

assert result["type"] is FlowResultType.CREATE_ENTRY
assert result["title"] == TITLE
assert result["result"].data == {}
mock_setup_entry.assert_called_once()


async def test_mqtt_abort_invalid_topic(
Expand Down Expand Up @@ -120,12 +127,16 @@ async def test_user_setup(hass: HomeAssistant, mqtt_mock: MqttMockHAClient) -> N
DOMAIN, context={"source": SOURCE_USER}
)
assert result["type"] is FlowResultType.FORM

result = await hass.config_entries.flow.async_configure(result["flow_id"], {})
with patch(
"homeassistant.components.inels.async_setup_entry",
return_value=True,
) as mock_setup_entry:
result = await hass.config_entries.flow.async_configure(result["flow_id"], {})

assert result["type"] is FlowResultType.CREATE_ENTRY
assert result["title"] == TITLE
assert result["result"].data == {}
mock_setup_entry.assert_called_once()


async def test_user_config_single_instance(
Expand Down
Loading