mirror of
https://github.com/home-assistant/core.git
synced 2025-08-15 18:41:44 +02:00
Corrected entity_ids
This commit is contained in:
@@ -788,7 +788,7 @@ MOCK_OWPROXY_DEVICES = {
|
|||||||
},
|
},
|
||||||
SENSOR_DOMAIN: [
|
SENSOR_DOMAIN: [
|
||||||
{
|
{
|
||||||
"entity_id": "sensor.222222222222",
|
"entity_id": "sensor.222222222222_temperature",
|
||||||
"unique_id": "/7E.222222222222/EDS0066/temperature",
|
"unique_id": "/7E.222222222222/EDS0066/temperature",
|
||||||
"injected_value": b" 13.9375",
|
"injected_value": b" 13.9375",
|
||||||
"result": "13.9",
|
"result": "13.9",
|
||||||
@@ -796,7 +796,7 @@ MOCK_OWPROXY_DEVICES = {
|
|||||||
"class": DEVICE_CLASS_TEMPERATURE,
|
"class": DEVICE_CLASS_TEMPERATURE,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"entity_id": "sensor.222222222222",
|
"entity_id": "sensor.7e_222222222222_pressure",
|
||||||
"unique_id": "/7E.222222222222/EDS0066/pressure",
|
"unique_id": "/7E.222222222222/EDS0066/pressure",
|
||||||
"injected_value": b" 1012.21",
|
"injected_value": b" 1012.21",
|
||||||
"result": "1012.2",
|
"result": "1012.2",
|
||||||
|
Reference in New Issue
Block a user