mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Set unit of measurement for SmartThings oven setpoint (#140560)
This commit is contained in:
parent
d56680e05e
commit
b1285fcc4e
@ -572,6 +572,9 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
key=Attribute.OVEN_SETPOINT,
|
key=Attribute.OVEN_SETPOINT,
|
||||||
translation_key="oven_setpoint",
|
translation_key="oven_setpoint",
|
||||||
|
device_class=SensorDeviceClass.TEMPERATURE,
|
||||||
|
native_unit_of_measurement=UnitOfTemperature.FAHRENHEIT,
|
||||||
|
value_fn=lambda value: value if value != 0 else None,
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -113,6 +113,7 @@ def mock_smartthings() -> Generator[AsyncMock]:
|
|||||||
"da_wm_wm_000001_1",
|
"da_wm_wm_000001_1",
|
||||||
"da_rvc_normal_000001",
|
"da_rvc_normal_000001",
|
||||||
"da_ks_microwave_0101x",
|
"da_ks_microwave_0101x",
|
||||||
|
"da_ks_range_0101x",
|
||||||
"hue_color_temperature_bulb",
|
"hue_color_temperature_bulb",
|
||||||
"hue_rgbw_color_bulb",
|
"hue_rgbw_color_bulb",
|
||||||
"c2c_shade",
|
"c2c_shade",
|
||||||
|
@ -0,0 +1,688 @@
|
|||||||
|
{
|
||||||
|
"components": {
|
||||||
|
"cavity-01": {
|
||||||
|
"ovenSetpoint": {
|
||||||
|
"ovenSetpointRange": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"ovenSetpoint": {
|
||||||
|
"value": 0,
|
||||||
|
"timestamp": "2022-02-21T22:37:06.976Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"custom.disabledCapabilities": {
|
||||||
|
"disabledCapabilities": {
|
||||||
|
"value": [],
|
||||||
|
"timestamp": "2022-09-07T22:35:34.197Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"temperatureMeasurement": {
|
||||||
|
"temperatureRange": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"temperature": {
|
||||||
|
"value": 175,
|
||||||
|
"unit": "F",
|
||||||
|
"timestamp": "2022-02-21T22:37:06.976Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.ovenOperatingState": {
|
||||||
|
"completionTime": {
|
||||||
|
"value": "2024-05-14T19:00:04.579Z",
|
||||||
|
"timestamp": "2024-05-14T19:00:04.584Z"
|
||||||
|
},
|
||||||
|
"operatingState": {
|
||||||
|
"value": "ready",
|
||||||
|
"timestamp": "2022-02-21T22:37:05.415Z"
|
||||||
|
},
|
||||||
|
"progress": {
|
||||||
|
"value": 1,
|
||||||
|
"timestamp": "2022-02-21T22:37:05.415Z"
|
||||||
|
},
|
||||||
|
"ovenJobState": {
|
||||||
|
"value": "ready",
|
||||||
|
"timestamp": "2022-02-21T22:37:05.415Z"
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"value": "00:00:00",
|
||||||
|
"timestamp": "2022-02-21T22:37:05.415Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.kitchenDeviceDefaults": {
|
||||||
|
"defaultOperationTime": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"defaultOvenMode": {
|
||||||
|
"value": "ConvectionBake",
|
||||||
|
"timestamp": "2022-02-21T22:37:06.983Z"
|
||||||
|
},
|
||||||
|
"defaultOvenSetpoint": {
|
||||||
|
"value": 350,
|
||||||
|
"timestamp": "2022-02-21T22:37:06.976Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"custom.ovenCavityStatus": {
|
||||||
|
"ovenCavityStatus": {
|
||||||
|
"value": "off",
|
||||||
|
"timestamp": "2025-03-12T20:38:01.259Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ovenMode": {
|
||||||
|
"supportedOvenModes": {
|
||||||
|
"value": ["Others"],
|
||||||
|
"timestamp": "2022-02-21T22:37:08.409Z"
|
||||||
|
},
|
||||||
|
"ovenMode": {
|
||||||
|
"value": "Others",
|
||||||
|
"timestamp": "2022-02-21T22:37:06.983Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ovenOperatingState": {
|
||||||
|
"completionTime": {
|
||||||
|
"value": "2024-05-14T19:00:04.579Z",
|
||||||
|
"timestamp": "2024-05-14T19:00:04.584Z"
|
||||||
|
},
|
||||||
|
"machineState": {
|
||||||
|
"value": "ready",
|
||||||
|
"timestamp": "2022-02-21T22:37:05.415Z"
|
||||||
|
},
|
||||||
|
"progress": {
|
||||||
|
"value": 1,
|
||||||
|
"unit": "%",
|
||||||
|
"timestamp": "2022-02-21T22:37:05.415Z"
|
||||||
|
},
|
||||||
|
"supportedMachineStates": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"ovenJobState": {
|
||||||
|
"value": "ready",
|
||||||
|
"timestamp": "2022-02-21T22:37:05.415Z"
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"value": 0,
|
||||||
|
"timestamp": "2022-02-21T22:37:05.415Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.ovenMode": {
|
||||||
|
"supportedOvenModes": {
|
||||||
|
"value": ["SelfClean", "SteamClean", "NoOperation"],
|
||||||
|
"timestamp": "2022-02-21T22:37:08.409Z"
|
||||||
|
},
|
||||||
|
"ovenMode": {
|
||||||
|
"value": "NoOperation",
|
||||||
|
"timestamp": "2022-02-21T22:37:06.983Z"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"main": {
|
||||||
|
"ovenSetpoint": {
|
||||||
|
"ovenSetpointRange": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"ovenSetpoint": {
|
||||||
|
"value": 425,
|
||||||
|
"timestamp": "2025-03-13T21:42:23.492Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.meatProbe": {
|
||||||
|
"temperatureSetpoint": {
|
||||||
|
"value": 0,
|
||||||
|
"unit": "F",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.619Z"
|
||||||
|
},
|
||||||
|
"temperature": {
|
||||||
|
"value": 0,
|
||||||
|
"unit": "F",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.619Z"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"value": "disconnected",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.679Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"refresh": {},
|
||||||
|
"samsungce.doorState": {
|
||||||
|
"doorState": {
|
||||||
|
"value": "closed",
|
||||||
|
"timestamp": "2025-03-12T20:38:01.255Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.kitchenDeviceDefaults": {
|
||||||
|
"defaultOperationTime": {
|
||||||
|
"value": 3600,
|
||||||
|
"timestamp": "2025-03-13T21:23:24.771Z"
|
||||||
|
},
|
||||||
|
"defaultOvenMode": {
|
||||||
|
"value": "ConvectionBake",
|
||||||
|
"timestamp": "2025-03-13T21:23:27.659Z"
|
||||||
|
},
|
||||||
|
"defaultOvenSetpoint": {
|
||||||
|
"value": 350,
|
||||||
|
"timestamp": "2025-03-13T21:23:27.596Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"execute": {
|
||||||
|
"data": {
|
||||||
|
"value": {
|
||||||
|
"payload": {
|
||||||
|
"rt": ["x.com.samsung.da.information"],
|
||||||
|
"if": ["oic.if.baseline", "oic.if.a"],
|
||||||
|
"x.com.samsung.da.modelNum": "TP1X_DA-KS-RANGE-0101X|40445041|5001011E03151101020000000000000",
|
||||||
|
"x.com.samsung.da.description": "TP1X_DA-KS-OVEN-01011",
|
||||||
|
"x.com.samsung.da.serialNum": "0J4D7DARB03393K",
|
||||||
|
"x.com.samsung.da.otnDUID": "ZPCNQWBWXI47Q",
|
||||||
|
"x.com.samsung.da.items": [
|
||||||
|
{
|
||||||
|
"x.com.samsung.da.id": "0",
|
||||||
|
"x.com.samsung.da.description": "Version",
|
||||||
|
"x.com.samsung.da.type": "Software",
|
||||||
|
"x.com.samsung.da.number": "02144A221005",
|
||||||
|
"x.com.samsung.da.newVersionAvailable": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x.com.samsung.da.id": "1",
|
||||||
|
"x.com.samsung.da.description": "Version",
|
||||||
|
"x.com.samsung.da.type": "Firmware",
|
||||||
|
"x.com.samsung.da.number": "20121600,FFFFFFFF",
|
||||||
|
"x.com.samsung.da.newVersionAvailable": "0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": {
|
||||||
|
"href": "/information/vs/0"
|
||||||
|
},
|
||||||
|
"timestamp": "2023-11-28T22:49:09.333Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.deviceIdentification": {
|
||||||
|
"micomAssayCode": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"modelName": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"serialNumber": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"serialNumberExtra": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"modelClassificationCode": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"releaseYear": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"binaryId": {
|
||||||
|
"value": "TP1X_DA-KS-RANGE-0101X",
|
||||||
|
"timestamp": "2025-03-12T20:40:29.034Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ocf": {
|
||||||
|
"st": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"mndt": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"mnfv": {
|
||||||
|
"value": "AKS-WW-TP1-20-OVEN-3-CR_40240205",
|
||||||
|
"timestamp": "2024-05-14T19:00:26.132Z"
|
||||||
|
},
|
||||||
|
"mnhw": {
|
||||||
|
"value": "Realtek",
|
||||||
|
"timestamp": "2024-05-14T19:00:26.132Z"
|
||||||
|
},
|
||||||
|
"di": {
|
||||||
|
"value": "2c3cbaa0-1899-5ddc-7b58-9d657bd48f18",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.282Z"
|
||||||
|
},
|
||||||
|
"mnsl": {
|
||||||
|
"value": "http://www.samsung.com",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.282Z"
|
||||||
|
},
|
||||||
|
"dmv": {
|
||||||
|
"value": "1.2.1",
|
||||||
|
"timestamp": "2022-12-19T22:33:09.710Z"
|
||||||
|
},
|
||||||
|
"n": {
|
||||||
|
"value": "Samsung Range",
|
||||||
|
"timestamp": "2024-05-14T19:00:26.132Z"
|
||||||
|
},
|
||||||
|
"mnmo": {
|
||||||
|
"value": "TP1X_DA-KS-RANGE-0101X|40445041|5001011E031511010200000000000000",
|
||||||
|
"timestamp": "2024-05-14T19:00:26.132Z"
|
||||||
|
},
|
||||||
|
"vid": {
|
||||||
|
"value": "DA-KS-RANGE-0101X",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.282Z"
|
||||||
|
},
|
||||||
|
"mnmn": {
|
||||||
|
"value": "Samsung Electronics",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.282Z"
|
||||||
|
},
|
||||||
|
"mnml": {
|
||||||
|
"value": "http://www.samsung.com",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.282Z"
|
||||||
|
},
|
||||||
|
"mnpv": {
|
||||||
|
"value": "DAWIT 3.0",
|
||||||
|
"timestamp": "2024-05-14T19:00:26.132Z"
|
||||||
|
},
|
||||||
|
"mnos": {
|
||||||
|
"value": "TizenRT 3.1",
|
||||||
|
"timestamp": "2024-05-14T19:00:26.132Z"
|
||||||
|
},
|
||||||
|
"pi": {
|
||||||
|
"value": "2c3cbaa0-1899-5ddc-7b58-9d657bd48f18",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.282Z"
|
||||||
|
},
|
||||||
|
"icv": {
|
||||||
|
"value": "core.1.1.0",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.282Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"remoteControlStatus": {
|
||||||
|
"remoteControlEnabled": {
|
||||||
|
"value": "true",
|
||||||
|
"timestamp": "2025-03-13T21:42:23.615Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.customRecipe": {},
|
||||||
|
"samsungce.kitchenDeviceIdentification": {
|
||||||
|
"regionCode": {
|
||||||
|
"value": "US",
|
||||||
|
"timestamp": "2025-03-13T21:23:27.659Z"
|
||||||
|
},
|
||||||
|
"modelCode": {
|
||||||
|
"value": "NE6516A-/AA0",
|
||||||
|
"timestamp": "2025-03-13T21:23:27.659Z"
|
||||||
|
},
|
||||||
|
"fuel": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"value": "range",
|
||||||
|
"timestamp": "2022-02-21T22:37:02.487Z"
|
||||||
|
},
|
||||||
|
"representativeComponent": {
|
||||||
|
"value": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.kitchenModeSpecification": {
|
||||||
|
"specification": {
|
||||||
|
"value": {
|
||||||
|
"single": [
|
||||||
|
{
|
||||||
|
"mode": "Bake",
|
||||||
|
"supportedOperations": ["start", "set"],
|
||||||
|
"supportedOptions": {
|
||||||
|
"temperature": {
|
||||||
|
"C": {
|
||||||
|
"min": 80,
|
||||||
|
"max": 285,
|
||||||
|
"default": 175,
|
||||||
|
"resolution": 0
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"min": 175,
|
||||||
|
"max": 550,
|
||||||
|
"default": 350,
|
||||||
|
"resolution": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"min": "00:01:00",
|
||||||
|
"max": "09:59:00",
|
||||||
|
"default": "01:00:00",
|
||||||
|
"resolution": "00:01:00"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "Broil",
|
||||||
|
"supportedOperations": ["set"],
|
||||||
|
"supportedOptions": {
|
||||||
|
"temperature": {
|
||||||
|
"C": {
|
||||||
|
"min": 61441,
|
||||||
|
"max": 61442,
|
||||||
|
"default": 61441,
|
||||||
|
"supportedValues": [61441, 61442]
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"min": 61441,
|
||||||
|
"max": 61442,
|
||||||
|
"default": 61441,
|
||||||
|
"supportedValues": [61441, 61442]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "ConvectionBake",
|
||||||
|
"supportedOperations": ["start", "set"],
|
||||||
|
"supportedOptions": {
|
||||||
|
"temperature": {
|
||||||
|
"C": {
|
||||||
|
"min": 80,
|
||||||
|
"max": 285,
|
||||||
|
"default": 160,
|
||||||
|
"resolution": 0
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"min": 175,
|
||||||
|
"max": 550,
|
||||||
|
"default": 325,
|
||||||
|
"resolution": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"min": "00:01:00",
|
||||||
|
"max": "09:59:00",
|
||||||
|
"default": "01:00:00",
|
||||||
|
"resolution": "00:01:00"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "ConvectionRoast",
|
||||||
|
"supportedOperations": ["start", "set"],
|
||||||
|
"supportedOptions": {
|
||||||
|
"temperature": {
|
||||||
|
"C": {
|
||||||
|
"min": 80,
|
||||||
|
"max": 285,
|
||||||
|
"default": 160,
|
||||||
|
"resolution": 0
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"min": 175,
|
||||||
|
"max": 550,
|
||||||
|
"default": 325,
|
||||||
|
"resolution": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"min": "00:01:00",
|
||||||
|
"max": "09:59:00",
|
||||||
|
"default": "01:00:00",
|
||||||
|
"resolution": "00:01:00"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "KeepWarm",
|
||||||
|
"supportedOperations": ["set"],
|
||||||
|
"supportedOptions": {
|
||||||
|
"temperature": {
|
||||||
|
"C": {
|
||||||
|
"min": 80,
|
||||||
|
"max": 80,
|
||||||
|
"default": 80,
|
||||||
|
"supportedValues": [80]
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"min": 175,
|
||||||
|
"max": 175,
|
||||||
|
"default": 175,
|
||||||
|
"supportedValues": [175]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "BreadProof",
|
||||||
|
"supportedOperations": ["set"],
|
||||||
|
"supportedOptions": {
|
||||||
|
"temperature": {
|
||||||
|
"C": {
|
||||||
|
"min": 35,
|
||||||
|
"max": 35,
|
||||||
|
"default": 35,
|
||||||
|
"supportedValues": [35]
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"min": 95,
|
||||||
|
"max": 95,
|
||||||
|
"default": 95,
|
||||||
|
"supportedValues": [95]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "AirFryer",
|
||||||
|
"supportedOperations": ["start", "set"],
|
||||||
|
"supportedOptions": {
|
||||||
|
"temperature": {
|
||||||
|
"C": {
|
||||||
|
"min": 175,
|
||||||
|
"max": 260,
|
||||||
|
"default": 220,
|
||||||
|
"resolution": 0
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"min": 350,
|
||||||
|
"max": 500,
|
||||||
|
"default": 425,
|
||||||
|
"resolution": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"min": "00:01:00",
|
||||||
|
"max": "09:59:00",
|
||||||
|
"default": "01:00:00",
|
||||||
|
"resolution": "00:01:00"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "Dehydrate",
|
||||||
|
"supportedOperations": ["start", "set"],
|
||||||
|
"supportedOptions": {
|
||||||
|
"temperature": {
|
||||||
|
"C": {
|
||||||
|
"min": 40,
|
||||||
|
"max": 105,
|
||||||
|
"default": 65,
|
||||||
|
"resolution": 0
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"min": 100,
|
||||||
|
"max": 225,
|
||||||
|
"default": 150,
|
||||||
|
"resolution": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"min": "00:01:00",
|
||||||
|
"max": "09:59:00",
|
||||||
|
"default": "01:00:00",
|
||||||
|
"resolution": "00:01:00"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "SelfClean",
|
||||||
|
"supportedOperations": [],
|
||||||
|
"supportedOptions": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"mode": "SteamClean",
|
||||||
|
"supportedOperations": [],
|
||||||
|
"supportedOptions": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"timestamp": "2024-05-14T19:00:30.062Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"custom.cooktopOperatingState": {
|
||||||
|
"supportedCooktopOperatingState": {
|
||||||
|
"value": ["run", "ready"],
|
||||||
|
"timestamp": "2022-02-21T22:37:05.293Z"
|
||||||
|
},
|
||||||
|
"cooktopOperatingState": {
|
||||||
|
"value": "ready",
|
||||||
|
"timestamp": "2025-03-12T20:38:01.402Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"custom.disabledCapabilities": {
|
||||||
|
"disabledCapabilities": {
|
||||||
|
"value": [],
|
||||||
|
"timestamp": "2025-03-13T21:23:27.659Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.driverVersion": {
|
||||||
|
"versionNumber": {
|
||||||
|
"value": 22100101,
|
||||||
|
"timestamp": "2022-11-01T21:37:51.304Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.softwareUpdate": {
|
||||||
|
"targetModule": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"otnDUID": {
|
||||||
|
"value": "ZPCNQWBWXI47Q",
|
||||||
|
"timestamp": "2025-03-12T20:38:01.262Z"
|
||||||
|
},
|
||||||
|
"lastUpdatedDate": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"availableModules": {
|
||||||
|
"value": [],
|
||||||
|
"timestamp": "2025-03-12T20:38:01.262Z"
|
||||||
|
},
|
||||||
|
"newVersionAvailable": {
|
||||||
|
"value": false,
|
||||||
|
"timestamp": "2025-03-12T20:38:01.262Z"
|
||||||
|
},
|
||||||
|
"operatingState": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"progress": {
|
||||||
|
"value": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"temperatureMeasurement": {
|
||||||
|
"temperatureRange": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"temperature": {
|
||||||
|
"value": 425,
|
||||||
|
"unit": "F",
|
||||||
|
"timestamp": "2025-03-13T21:46:35.545Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.ovenOperatingState": {
|
||||||
|
"completionTime": {
|
||||||
|
"value": "2025-03-14T03:23:28.048Z",
|
||||||
|
"timestamp": "2025-03-13T22:09:29.052Z"
|
||||||
|
},
|
||||||
|
"operatingState": {
|
||||||
|
"value": "running",
|
||||||
|
"timestamp": "2025-03-13T21:23:24.771Z"
|
||||||
|
},
|
||||||
|
"progress": {
|
||||||
|
"value": 13,
|
||||||
|
"timestamp": "2025-03-13T22:06:35.591Z"
|
||||||
|
},
|
||||||
|
"ovenJobState": {
|
||||||
|
"value": "cooking",
|
||||||
|
"timestamp": "2025-03-13T21:46:34.327Z"
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"value": "06:00:00",
|
||||||
|
"timestamp": "2025-03-13T21:23:24.771Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ovenMode": {
|
||||||
|
"supportedOvenModes": {
|
||||||
|
"value": [
|
||||||
|
"Bake",
|
||||||
|
"Broil",
|
||||||
|
"ConvectionBake",
|
||||||
|
"ConvectionRoast",
|
||||||
|
"warming",
|
||||||
|
"Others",
|
||||||
|
"Dehydrate"
|
||||||
|
],
|
||||||
|
"timestamp": "2025-03-12T20:38:01.259Z"
|
||||||
|
},
|
||||||
|
"ovenMode": {
|
||||||
|
"value": "Bake",
|
||||||
|
"timestamp": "2025-03-13T21:23:27.659Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ovenOperatingState": {
|
||||||
|
"completionTime": {
|
||||||
|
"value": "2025-03-14T03:23:28.048Z",
|
||||||
|
"timestamp": "2025-03-13T22:09:29.052Z"
|
||||||
|
},
|
||||||
|
"machineState": {
|
||||||
|
"value": "running",
|
||||||
|
"timestamp": "2025-03-13T21:23:24.771Z"
|
||||||
|
},
|
||||||
|
"progress": {
|
||||||
|
"value": 13,
|
||||||
|
"unit": "%",
|
||||||
|
"timestamp": "2025-03-13T22:06:35.591Z"
|
||||||
|
},
|
||||||
|
"supportedMachineStates": {
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
"ovenJobState": {
|
||||||
|
"value": "cooking",
|
||||||
|
"timestamp": "2025-03-13T21:46:34.327Z"
|
||||||
|
},
|
||||||
|
"operationTime": {
|
||||||
|
"value": 21600,
|
||||||
|
"timestamp": "2025-03-13T21:23:24.771Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.ovenMode": {
|
||||||
|
"supportedOvenModes": {
|
||||||
|
"value": [
|
||||||
|
"Bake",
|
||||||
|
"Broil",
|
||||||
|
"ConvectionBake",
|
||||||
|
"ConvectionRoast",
|
||||||
|
"KeepWarm",
|
||||||
|
"BreadProof",
|
||||||
|
"AirFryer",
|
||||||
|
"Dehydrate",
|
||||||
|
"SelfClean",
|
||||||
|
"SteamClean"
|
||||||
|
],
|
||||||
|
"timestamp": "2025-03-12T20:38:01.259Z"
|
||||||
|
},
|
||||||
|
"ovenMode": {
|
||||||
|
"value": "Bake",
|
||||||
|
"timestamp": "2025-03-13T21:23:27.659Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.lamp": {
|
||||||
|
"brightnessLevel": {
|
||||||
|
"value": "off",
|
||||||
|
"timestamp": "2025-03-13T21:23:27.659Z"
|
||||||
|
},
|
||||||
|
"supportedBrightnessLevel": {
|
||||||
|
"value": ["off", "high"],
|
||||||
|
"timestamp": "2025-03-13T21:23:27.659Z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"samsungce.kidsLock": {
|
||||||
|
"lockState": {
|
||||||
|
"value": "unlocked",
|
||||||
|
"timestamp": "2025-03-12T20:38:01.400Z"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,197 @@
|
|||||||
|
{
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"deviceId": "2c3cbaa0-1899-5ddc-7b58-9d657bd48f18",
|
||||||
|
"name": "Samsung Range",
|
||||||
|
"label": "Vulcan",
|
||||||
|
"manufacturerName": "Samsung Electronics",
|
||||||
|
"presentationId": "DA-KS-RANGE-0101X",
|
||||||
|
"deviceManufacturerCode": "Samsung Electronics",
|
||||||
|
"locationId": "597a4912-13c9-47ab-9956-7ebc38b61abd",
|
||||||
|
"ownerId": "c4478c70-9014-e5c9-993c-f62707fa1e61",
|
||||||
|
"roomId": "fc407cd9-3b32-4fc0-bf23-e0d4995101e9",
|
||||||
|
"deviceTypeName": "Samsung OCF Range",
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"id": "main",
|
||||||
|
"label": "main",
|
||||||
|
"capabilities": [
|
||||||
|
{
|
||||||
|
"id": "ocf",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "execute",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "refresh",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "remoteControlStatus",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ovenSetpoint",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ovenMode",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ovenOperatingState",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "temperatureMeasurement",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.deviceIdentification",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.driverVersion",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.kitchenDeviceIdentification",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.kitchenDeviceDefaults",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.doorState",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.customRecipe",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.ovenMode",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.ovenOperatingState",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.meatProbe",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.lamp",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.kitchenModeSpecification",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.kidsLock",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.softwareUpdate",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "custom.cooktopOperatingState",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "custom.disabledCapabilities",
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
{
|
||||||
|
"name": "Range",
|
||||||
|
"categoryType": "manufacturer"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "cavity-01",
|
||||||
|
"label": "cavity-01",
|
||||||
|
"capabilities": [
|
||||||
|
{
|
||||||
|
"id": "ovenSetpoint",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ovenMode",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ovenOperatingState",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "temperatureMeasurement",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.ovenMode",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.ovenOperatingState",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "samsungce.kitchenDeviceDefaults",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "custom.ovenCavityStatus",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "custom.disabledCapabilities",
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
{
|
||||||
|
"name": "Other",
|
||||||
|
"categoryType": "manufacturer"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"createTime": "2022-02-21T22:37:01.648Z",
|
||||||
|
"profile": {
|
||||||
|
"id": "8e479dd0-9719-337a-9fbe-2c4572f95c71"
|
||||||
|
},
|
||||||
|
"ocf": {
|
||||||
|
"ocfDeviceType": "oic.d.range",
|
||||||
|
"name": "Samsung Range",
|
||||||
|
"specVersion": "core.1.1.0",
|
||||||
|
"verticalDomainSpecVersion": "1.2.1",
|
||||||
|
"manufacturerName": "Samsung Electronics",
|
||||||
|
"modelNumber": "TP1X_DA-KS-RANGE-0101X|40445041|5001011E031511010200000000000000",
|
||||||
|
"platformVersion": "DAWIT 3.0",
|
||||||
|
"platformOS": "TizenRT 3.1",
|
||||||
|
"hwVersion": "Realtek",
|
||||||
|
"firmwareVersion": "AKS-WW-TP1-20-OVEN-3-CR_40240205",
|
||||||
|
"vendorId": "DA-KS-RANGE-0101X",
|
||||||
|
"vendorResourceClientServerVersion": "Realtek Release 3.1.220727",
|
||||||
|
"lastSignupTime": "2023-11-28T22:49:01.876575Z",
|
||||||
|
"transferCandidate": false,
|
||||||
|
"additionalAuthCodeRequired": false
|
||||||
|
},
|
||||||
|
"type": "OCF",
|
||||||
|
"restrictionTier": 0,
|
||||||
|
"allowed": null,
|
||||||
|
"executionContext": "CLOUD",
|
||||||
|
"relationships": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"_links": {}
|
||||||
|
}
|
@ -398,6 +398,39 @@
|
|||||||
'via_device_id': None,
|
'via_device_id': None,
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
|
# name: test_devices[da_ks_range_0101x]
|
||||||
|
DeviceRegistryEntrySnapshot({
|
||||||
|
'area_id': None,
|
||||||
|
'config_entries': <ANY>,
|
||||||
|
'config_entries_subentries': <ANY>,
|
||||||
|
'configuration_url': 'https://account.smartthings.com',
|
||||||
|
'connections': set({
|
||||||
|
}),
|
||||||
|
'disabled_by': None,
|
||||||
|
'entry_type': None,
|
||||||
|
'hw_version': 'Realtek',
|
||||||
|
'id': <ANY>,
|
||||||
|
'identifiers': set({
|
||||||
|
tuple(
|
||||||
|
'smartthings',
|
||||||
|
'2c3cbaa0-1899-5ddc-7b58-9d657bd48f18',
|
||||||
|
),
|
||||||
|
}),
|
||||||
|
'is_new': False,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
|
'manufacturer': 'Samsung Electronics',
|
||||||
|
'model': 'TP1X_DA-KS-RANGE-0101X',
|
||||||
|
'model_id': None,
|
||||||
|
'name': 'Vulcan',
|
||||||
|
'name_by_user': None,
|
||||||
|
'primary_config_entry': <ANY>,
|
||||||
|
'serial_number': None,
|
||||||
|
'suggested_area': None,
|
||||||
|
'sw_version': 'AKS-WW-TP1-20-OVEN-3-CR_40240205',
|
||||||
|
'via_device_id': None,
|
||||||
|
})
|
||||||
|
# ---
|
||||||
# name: test_devices[da_ref_normal_000001]
|
# name: test_devices[da_ref_normal_000001]
|
||||||
DeviceRegistryEntrySnapshot({
|
DeviceRegistryEntrySnapshot({
|
||||||
'area_id': 'theater',
|
'area_id': 'theater',
|
||||||
|
@ -2007,7 +2007,7 @@
|
|||||||
'name': None,
|
'name': None,
|
||||||
'options': dict({
|
'options': dict({
|
||||||
}),
|
}),
|
||||||
'original_device_class': None,
|
'original_device_class': <SensorDeviceClass.TEMPERATURE: 'temperature'>,
|
||||||
'original_icon': None,
|
'original_icon': None,
|
||||||
'original_name': 'Set point',
|
'original_name': 'Set point',
|
||||||
'platform': 'smartthings',
|
'platform': 'smartthings',
|
||||||
@ -2015,20 +2015,22 @@
|
|||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
'translation_key': 'oven_setpoint',
|
'translation_key': 'oven_setpoint',
|
||||||
'unique_id': '2bad3237-4886-e699-1b90-4a51a3d55c8a.ovenSetpoint',
|
'unique_id': '2bad3237-4886-e699-1b90-4a51a3d55c8a.ovenSetpoint',
|
||||||
'unit_of_measurement': None,
|
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_all_entities[da_ks_microwave_0101x][sensor.microwave_set_point-state]
|
# name: test_all_entities[da_ks_microwave_0101x][sensor.microwave_set_point-state]
|
||||||
StateSnapshot({
|
StateSnapshot({
|
||||||
'attributes': ReadOnlyDict({
|
'attributes': ReadOnlyDict({
|
||||||
|
'device_class': 'temperature',
|
||||||
'friendly_name': 'Microwave Set point',
|
'friendly_name': 'Microwave Set point',
|
||||||
|
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'sensor.microwave_set_point',
|
'entity_id': 'sensor.microwave_set_point',
|
||||||
'last_changed': <ANY>,
|
'last_changed': <ANY>,
|
||||||
'last_reported': <ANY>,
|
'last_reported': <ANY>,
|
||||||
'last_updated': <ANY>,
|
'last_updated': <ANY>,
|
||||||
'state': '0',
|
'state': 'unknown',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_all_entities[da_ks_microwave_0101x][sensor.microwave_temperature-entry]
|
# name: test_all_entities[da_ks_microwave_0101x][sensor.microwave_temperature-entry]
|
||||||
@ -2083,6 +2085,404 @@
|
|||||||
'state': '-17',
|
'state': '-17',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_completion_time-entry]
|
||||||
|
EntityRegistryEntrySnapshot({
|
||||||
|
'aliases': set({
|
||||||
|
}),
|
||||||
|
'area_id': None,
|
||||||
|
'capabilities': None,
|
||||||
|
'config_entry_id': <ANY>,
|
||||||
|
'config_subentry_id': <ANY>,
|
||||||
|
'device_class': None,
|
||||||
|
'device_id': <ANY>,
|
||||||
|
'disabled_by': None,
|
||||||
|
'domain': 'sensor',
|
||||||
|
'entity_category': None,
|
||||||
|
'entity_id': 'sensor.vulcan_completion_time',
|
||||||
|
'has_entity_name': True,
|
||||||
|
'hidden_by': None,
|
||||||
|
'icon': None,
|
||||||
|
'id': <ANY>,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
|
'name': None,
|
||||||
|
'options': dict({
|
||||||
|
}),
|
||||||
|
'original_device_class': <SensorDeviceClass.TIMESTAMP: 'timestamp'>,
|
||||||
|
'original_icon': None,
|
||||||
|
'original_name': 'Completion time',
|
||||||
|
'platform': 'smartthings',
|
||||||
|
'previous_unique_id': None,
|
||||||
|
'supported_features': 0,
|
||||||
|
'translation_key': 'completion_time',
|
||||||
|
'unique_id': '2c3cbaa0-1899-5ddc-7b58-9d657bd48f18.completionTime',
|
||||||
|
'unit_of_measurement': None,
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_completion_time-state]
|
||||||
|
StateSnapshot({
|
||||||
|
'attributes': ReadOnlyDict({
|
||||||
|
'device_class': 'timestamp',
|
||||||
|
'friendly_name': 'Vulcan Completion time',
|
||||||
|
}),
|
||||||
|
'context': <ANY>,
|
||||||
|
'entity_id': 'sensor.vulcan_completion_time',
|
||||||
|
'last_changed': <ANY>,
|
||||||
|
'last_reported': <ANY>,
|
||||||
|
'last_updated': <ANY>,
|
||||||
|
'state': '2025-03-14T03:23:28+00:00',
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_job_state-entry]
|
||||||
|
EntityRegistryEntrySnapshot({
|
||||||
|
'aliases': set({
|
||||||
|
}),
|
||||||
|
'area_id': None,
|
||||||
|
'capabilities': dict({
|
||||||
|
'options': list([
|
||||||
|
'cleaning',
|
||||||
|
'cooking',
|
||||||
|
'cooling',
|
||||||
|
'draining',
|
||||||
|
'preheat',
|
||||||
|
'ready',
|
||||||
|
'rinsing',
|
||||||
|
'finished',
|
||||||
|
'scheduled_start',
|
||||||
|
'warming',
|
||||||
|
'defrosting',
|
||||||
|
'sensing',
|
||||||
|
'searing',
|
||||||
|
'fast_preheat',
|
||||||
|
'scheduled_end',
|
||||||
|
'stone_heating',
|
||||||
|
'time_hold_preheat',
|
||||||
|
]),
|
||||||
|
}),
|
||||||
|
'config_entry_id': <ANY>,
|
||||||
|
'config_subentry_id': <ANY>,
|
||||||
|
'device_class': None,
|
||||||
|
'device_id': <ANY>,
|
||||||
|
'disabled_by': None,
|
||||||
|
'domain': 'sensor',
|
||||||
|
'entity_category': None,
|
||||||
|
'entity_id': 'sensor.vulcan_job_state',
|
||||||
|
'has_entity_name': True,
|
||||||
|
'hidden_by': None,
|
||||||
|
'icon': None,
|
||||||
|
'id': <ANY>,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
|
'name': None,
|
||||||
|
'options': dict({
|
||||||
|
}),
|
||||||
|
'original_device_class': <SensorDeviceClass.ENUM: 'enum'>,
|
||||||
|
'original_icon': None,
|
||||||
|
'original_name': 'Job state',
|
||||||
|
'platform': 'smartthings',
|
||||||
|
'previous_unique_id': None,
|
||||||
|
'supported_features': 0,
|
||||||
|
'translation_key': 'oven_job_state',
|
||||||
|
'unique_id': '2c3cbaa0-1899-5ddc-7b58-9d657bd48f18.ovenJobState',
|
||||||
|
'unit_of_measurement': None,
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_job_state-state]
|
||||||
|
StateSnapshot({
|
||||||
|
'attributes': ReadOnlyDict({
|
||||||
|
'device_class': 'enum',
|
||||||
|
'friendly_name': 'Vulcan Job state',
|
||||||
|
'options': list([
|
||||||
|
'cleaning',
|
||||||
|
'cooking',
|
||||||
|
'cooling',
|
||||||
|
'draining',
|
||||||
|
'preheat',
|
||||||
|
'ready',
|
||||||
|
'rinsing',
|
||||||
|
'finished',
|
||||||
|
'scheduled_start',
|
||||||
|
'warming',
|
||||||
|
'defrosting',
|
||||||
|
'sensing',
|
||||||
|
'searing',
|
||||||
|
'fast_preheat',
|
||||||
|
'scheduled_end',
|
||||||
|
'stone_heating',
|
||||||
|
'time_hold_preheat',
|
||||||
|
]),
|
||||||
|
}),
|
||||||
|
'context': <ANY>,
|
||||||
|
'entity_id': 'sensor.vulcan_job_state',
|
||||||
|
'last_changed': <ANY>,
|
||||||
|
'last_reported': <ANY>,
|
||||||
|
'last_updated': <ANY>,
|
||||||
|
'state': 'cooking',
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_machine_state-entry]
|
||||||
|
EntityRegistryEntrySnapshot({
|
||||||
|
'aliases': set({
|
||||||
|
}),
|
||||||
|
'area_id': None,
|
||||||
|
'capabilities': dict({
|
||||||
|
'options': list([
|
||||||
|
'ready',
|
||||||
|
'running',
|
||||||
|
'paused',
|
||||||
|
]),
|
||||||
|
}),
|
||||||
|
'config_entry_id': <ANY>,
|
||||||
|
'config_subentry_id': <ANY>,
|
||||||
|
'device_class': None,
|
||||||
|
'device_id': <ANY>,
|
||||||
|
'disabled_by': None,
|
||||||
|
'domain': 'sensor',
|
||||||
|
'entity_category': None,
|
||||||
|
'entity_id': 'sensor.vulcan_machine_state',
|
||||||
|
'has_entity_name': True,
|
||||||
|
'hidden_by': None,
|
||||||
|
'icon': None,
|
||||||
|
'id': <ANY>,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
|
'name': None,
|
||||||
|
'options': dict({
|
||||||
|
}),
|
||||||
|
'original_device_class': <SensorDeviceClass.ENUM: 'enum'>,
|
||||||
|
'original_icon': None,
|
||||||
|
'original_name': 'Machine state',
|
||||||
|
'platform': 'smartthings',
|
||||||
|
'previous_unique_id': None,
|
||||||
|
'supported_features': 0,
|
||||||
|
'translation_key': 'oven_machine_state',
|
||||||
|
'unique_id': '2c3cbaa0-1899-5ddc-7b58-9d657bd48f18.machineState',
|
||||||
|
'unit_of_measurement': None,
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_machine_state-state]
|
||||||
|
StateSnapshot({
|
||||||
|
'attributes': ReadOnlyDict({
|
||||||
|
'device_class': 'enum',
|
||||||
|
'friendly_name': 'Vulcan Machine state',
|
||||||
|
'options': list([
|
||||||
|
'ready',
|
||||||
|
'running',
|
||||||
|
'paused',
|
||||||
|
]),
|
||||||
|
}),
|
||||||
|
'context': <ANY>,
|
||||||
|
'entity_id': 'sensor.vulcan_machine_state',
|
||||||
|
'last_changed': <ANY>,
|
||||||
|
'last_reported': <ANY>,
|
||||||
|
'last_updated': <ANY>,
|
||||||
|
'state': 'running',
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_oven_mode-entry]
|
||||||
|
EntityRegistryEntrySnapshot({
|
||||||
|
'aliases': set({
|
||||||
|
}),
|
||||||
|
'area_id': None,
|
||||||
|
'capabilities': dict({
|
||||||
|
'options': list([
|
||||||
|
'conventional',
|
||||||
|
'bake',
|
||||||
|
'bottom_heat',
|
||||||
|
'convection_bake',
|
||||||
|
'convection_roast',
|
||||||
|
'broil',
|
||||||
|
'convection_broil',
|
||||||
|
'steam_cook',
|
||||||
|
'steam_bake',
|
||||||
|
'steam_roast',
|
||||||
|
'steam_bottom_heat_plus_convection',
|
||||||
|
'microwave',
|
||||||
|
'microwave_plus_grill',
|
||||||
|
'microwave_plus_convection',
|
||||||
|
'microwave_plus_hot_blast',
|
||||||
|
'microwave_plus_hot_blast_2',
|
||||||
|
'slim_middle',
|
||||||
|
'slim_strong',
|
||||||
|
'slow_cook',
|
||||||
|
'proof',
|
||||||
|
'dehydrate',
|
||||||
|
'others',
|
||||||
|
'strong_steam',
|
||||||
|
'descale',
|
||||||
|
'rinse',
|
||||||
|
]),
|
||||||
|
}),
|
||||||
|
'config_entry_id': <ANY>,
|
||||||
|
'config_subentry_id': <ANY>,
|
||||||
|
'device_class': None,
|
||||||
|
'device_id': <ANY>,
|
||||||
|
'disabled_by': None,
|
||||||
|
'domain': 'sensor',
|
||||||
|
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
|
||||||
|
'entity_id': 'sensor.vulcan_oven_mode',
|
||||||
|
'has_entity_name': True,
|
||||||
|
'hidden_by': None,
|
||||||
|
'icon': None,
|
||||||
|
'id': <ANY>,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
|
'name': None,
|
||||||
|
'options': dict({
|
||||||
|
}),
|
||||||
|
'original_device_class': <SensorDeviceClass.ENUM: 'enum'>,
|
||||||
|
'original_icon': None,
|
||||||
|
'original_name': 'Oven mode',
|
||||||
|
'platform': 'smartthings',
|
||||||
|
'previous_unique_id': None,
|
||||||
|
'supported_features': 0,
|
||||||
|
'translation_key': 'oven_mode',
|
||||||
|
'unique_id': '2c3cbaa0-1899-5ddc-7b58-9d657bd48f18.ovenMode',
|
||||||
|
'unit_of_measurement': None,
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_oven_mode-state]
|
||||||
|
StateSnapshot({
|
||||||
|
'attributes': ReadOnlyDict({
|
||||||
|
'device_class': 'enum',
|
||||||
|
'friendly_name': 'Vulcan Oven mode',
|
||||||
|
'options': list([
|
||||||
|
'conventional',
|
||||||
|
'bake',
|
||||||
|
'bottom_heat',
|
||||||
|
'convection_bake',
|
||||||
|
'convection_roast',
|
||||||
|
'broil',
|
||||||
|
'convection_broil',
|
||||||
|
'steam_cook',
|
||||||
|
'steam_bake',
|
||||||
|
'steam_roast',
|
||||||
|
'steam_bottom_heat_plus_convection',
|
||||||
|
'microwave',
|
||||||
|
'microwave_plus_grill',
|
||||||
|
'microwave_plus_convection',
|
||||||
|
'microwave_plus_hot_blast',
|
||||||
|
'microwave_plus_hot_blast_2',
|
||||||
|
'slim_middle',
|
||||||
|
'slim_strong',
|
||||||
|
'slow_cook',
|
||||||
|
'proof',
|
||||||
|
'dehydrate',
|
||||||
|
'others',
|
||||||
|
'strong_steam',
|
||||||
|
'descale',
|
||||||
|
'rinse',
|
||||||
|
]),
|
||||||
|
}),
|
||||||
|
'context': <ANY>,
|
||||||
|
'entity_id': 'sensor.vulcan_oven_mode',
|
||||||
|
'last_changed': <ANY>,
|
||||||
|
'last_reported': <ANY>,
|
||||||
|
'last_updated': <ANY>,
|
||||||
|
'state': 'bake',
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_set_point-entry]
|
||||||
|
EntityRegistryEntrySnapshot({
|
||||||
|
'aliases': set({
|
||||||
|
}),
|
||||||
|
'area_id': None,
|
||||||
|
'capabilities': None,
|
||||||
|
'config_entry_id': <ANY>,
|
||||||
|
'config_subentry_id': <ANY>,
|
||||||
|
'device_class': None,
|
||||||
|
'device_id': <ANY>,
|
||||||
|
'disabled_by': None,
|
||||||
|
'domain': 'sensor',
|
||||||
|
'entity_category': None,
|
||||||
|
'entity_id': 'sensor.vulcan_set_point',
|
||||||
|
'has_entity_name': True,
|
||||||
|
'hidden_by': None,
|
||||||
|
'icon': None,
|
||||||
|
'id': <ANY>,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
|
'name': None,
|
||||||
|
'options': dict({
|
||||||
|
}),
|
||||||
|
'original_device_class': <SensorDeviceClass.TEMPERATURE: 'temperature'>,
|
||||||
|
'original_icon': None,
|
||||||
|
'original_name': 'Set point',
|
||||||
|
'platform': 'smartthings',
|
||||||
|
'previous_unique_id': None,
|
||||||
|
'supported_features': 0,
|
||||||
|
'translation_key': 'oven_setpoint',
|
||||||
|
'unique_id': '2c3cbaa0-1899-5ddc-7b58-9d657bd48f18.ovenSetpoint',
|
||||||
|
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_set_point-state]
|
||||||
|
StateSnapshot({
|
||||||
|
'attributes': ReadOnlyDict({
|
||||||
|
'device_class': 'temperature',
|
||||||
|
'friendly_name': 'Vulcan Set point',
|
||||||
|
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
|
||||||
|
}),
|
||||||
|
'context': <ANY>,
|
||||||
|
'entity_id': 'sensor.vulcan_set_point',
|
||||||
|
'last_changed': <ANY>,
|
||||||
|
'last_reported': <ANY>,
|
||||||
|
'last_updated': <ANY>,
|
||||||
|
'state': '218',
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_temperature-entry]
|
||||||
|
EntityRegistryEntrySnapshot({
|
||||||
|
'aliases': set({
|
||||||
|
}),
|
||||||
|
'area_id': None,
|
||||||
|
'capabilities': dict({
|
||||||
|
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
||||||
|
}),
|
||||||
|
'config_entry_id': <ANY>,
|
||||||
|
'config_subentry_id': <ANY>,
|
||||||
|
'device_class': None,
|
||||||
|
'device_id': <ANY>,
|
||||||
|
'disabled_by': None,
|
||||||
|
'domain': 'sensor',
|
||||||
|
'entity_category': None,
|
||||||
|
'entity_id': 'sensor.vulcan_temperature',
|
||||||
|
'has_entity_name': True,
|
||||||
|
'hidden_by': None,
|
||||||
|
'icon': None,
|
||||||
|
'id': <ANY>,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
|
'name': None,
|
||||||
|
'options': dict({
|
||||||
|
}),
|
||||||
|
'original_device_class': <SensorDeviceClass.TEMPERATURE: 'temperature'>,
|
||||||
|
'original_icon': None,
|
||||||
|
'original_name': 'Temperature',
|
||||||
|
'platform': 'smartthings',
|
||||||
|
'previous_unique_id': None,
|
||||||
|
'supported_features': 0,
|
||||||
|
'translation_key': None,
|
||||||
|
'unique_id': '2c3cbaa0-1899-5ddc-7b58-9d657bd48f18.temperature',
|
||||||
|
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
|
||||||
|
})
|
||||||
|
# ---
|
||||||
|
# name: test_all_entities[da_ks_range_0101x][sensor.vulcan_temperature-state]
|
||||||
|
StateSnapshot({
|
||||||
|
'attributes': ReadOnlyDict({
|
||||||
|
'device_class': 'temperature',
|
||||||
|
'friendly_name': 'Vulcan Temperature',
|
||||||
|
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
||||||
|
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
|
||||||
|
}),
|
||||||
|
'context': <ANY>,
|
||||||
|
'entity_id': 'sensor.vulcan_temperature',
|
||||||
|
'last_changed': <ANY>,
|
||||||
|
'last_reported': <ANY>,
|
||||||
|
'last_updated': <ANY>,
|
||||||
|
'state': '218',
|
||||||
|
})
|
||||||
|
# ---
|
||||||
# name: test_all_entities[da_ref_normal_000001][sensor.refrigerator_energy-entry]
|
# name: test_all_entities[da_ref_normal_000001][sensor.refrigerator_energy-entry]
|
||||||
EntityRegistryEntrySnapshot({
|
EntityRegistryEntrySnapshot({
|
||||||
'aliases': set({
|
'aliases': set({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user