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:
@@ -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,
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user