Skip to content

Commit

Permalink
Remove mqtt subscription to motion sensors.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdgeisler committed Nov 24, 2022
1 parent a2b38bb commit 3acd3ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public Stream<MqttBridgeMessage<MotionSensorDevice>> addDevice(
final DirigeraApi api,
final MotionSensorDevice device) {

this.subscribe(mqtt, api, device);
return Stream.of(this.build(mqtt, device, TOPIC_CONFIG,
new MotionSensorConfig(
device.id,
Expand Down

0 comments on commit 3acd3ca

Please sign in to comment.