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",