1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Mark tempres configuration as disabled by default in onewire (#154517)

This commit is contained in:
epenet
2025-10-15 11:00:49 +02:00
committed by GitHub
parent d877761dbb
commit 46f52db87c
2 changed files with 2 additions and 0 deletions
@@ -40,6 +40,7 @@ ENTITY_DESCRIPTIONS: dict[str, tuple[OneWireEntityDescription, ...]] = {
read_mode=READ_MODE_INT,
options=["9", "10", "11", "12"],
translation_key="tempres",
entity_registry_enabled_default=False,
),
),
}
+1
View File
@@ -72,6 +72,7 @@ async def test_selects_delayed(
@pytest.mark.parametrize("device_id", ["28.111111111111"])
@pytest.mark.usefixtures("entity_registry_enabled_by_default")
async def test_selection_option_service(
hass: HomeAssistant,
config_entry: MockConfigEntry,