Skip to content

Commit 2829079

Browse files
committed
fix test
1 parent 1dc33fd commit 2829079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extensions/homeassistant.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,6 @@ describe("Extension: HomeAssistant", () => {
12091209
current_temperature_topic: "zigbee2mqtt/bosch_rm230z",
12101210
default_entity_id: "climate.bosch_rm230z",
12111211
device: {
1212-
hw_version: 0,
12131212
identifiers: ["zigbee2mqtt_0x18fc2600000d7ae3"],
12141213
manufacturer: "Bosch",
12151214
model: "Room thermostat II 230V",
@@ -1225,6 +1224,7 @@ describe("Extension: HomeAssistant", () => {
12251224
modes: ["off", "heat", "cool"],
12261225
name: null,
12271226
object_id: "bosch_rm230z",
1227+
origin,
12281228
temp_step: 0.5,
12291229
temperature_high_command_topic: "zigbee2mqtt/bosch_rm230z/set/occupied_cooling_setpoint",
12301230
temperature_high_state_template: "{{ value_json.occupied_cooling_setpoint }}",

0 commit comments

Comments
 (0)