Skip to content

Commit eccc950

Browse files
authored
fix: Fix Salus FC600 OTA (#8572)
1 parent 42a7417 commit eccc950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/salus_controls.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const definitions: DefinitionWithExtend[] = [
183183
await reporting.thermostatRunningMode(endpoint);
184184
await reporting.thermostatRunningState(endpoint);
185185
},
186-
ota: true,
186+
ota: {manufacturerName: 'SalusControls'},
187187
},
188188
];
189189

0 commit comments

Comments
 (0)