From f9ef0bd88754cafd6aa0262632677e2dbb3ab2f6 Mon Sep 17 00:00:00 2001 From: Fredrik Tuomas Date: Thu, 6 May 2021 09:58:07 +0200 Subject: [PATCH] Corrected entity_ids --- tests/components/onewire/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/components/onewire/const.py b/tests/components/onewire/const.py index 297f2b34498..0954ad5fc22 100644 --- a/tests/components/onewire/const.py +++ b/tests/components/onewire/const.py @@ -788,7 +788,7 @@ MOCK_OWPROXY_DEVICES = { }, SENSOR_DOMAIN: [ { - "entity_id": "sensor.222222222222", + "entity_id": "sensor.222222222222_temperature", "unique_id": "/7E.222222222222/EDS0066/temperature", "injected_value": b" 13.9375", "result": "13.9", @@ -796,7 +796,7 @@ MOCK_OWPROXY_DEVICES = { "class": DEVICE_CLASS_TEMPERATURE, }, { - "entity_id": "sensor.222222222222", + "entity_id": "sensor.7e_222222222222_pressure", "unique_id": "/7E.222222222222/EDS0066/pressure", "injected_value": b" 1012.21", "result": "1012.2",