From 151eb9c0d3303b6bd3b3dc49a1eccd7c1a1b31b8 Mon Sep 17 00:00:00 2001 From: Fredrik Tuomas Date: Wed, 19 May 2021 15:48:21 +0200 Subject: [PATCH] Update tests/components/onewire/const.py Co-authored-by: jan iversen --- 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 57d54e0dcc3..6e25fc3e018 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.7e_222222222222_temperature", + "entity_id": "sensor.7E_222222222222_temperature", "unique_id": "/7E.222222222222/EDS0066/temperature", "injected_value": b" 13.9375", "result": "13.9",