From dd032dd6797bb4a138e82972a04ef4453f06f928 Mon Sep 17 00:00:00 2001 From: Fredrik Tuomas Date: Thu, 6 May 2021 10:09:24 +0200 Subject: [PATCH] Added missing part of sensor entity id --- tests/components/onewire/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/onewire/const.py b/tests/components/onewire/const.py index 0954ad5fc22..57d54e0dcc3 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_temperature", + "entity_id": "sensor.7e_222222222222_temperature", "unique_id": "/7E.222222222222/EDS0066/temperature", "injected_value": b" 13.9375", "result": "13.9",