Skip to content

Commit

Permalink
fix(bluetooth-low-energy): removes uom from room presence sensors
Browse files Browse the repository at this point in the history
Previously the unit of measurement was set to m incorrectly.
  • Loading branch information
mKeRix committed Jan 26, 2020
1 parent 9010b29 commit 4d9a2ec
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -180,6 +180,7 @@ export class BluetoothLowEnergyService
{
for: SensorConfig,
overrides: {
icon: 'mdi:bluetooth',
unitOfMeasurement: 'm'
}
}
Expand Down Expand Up @@ -207,7 +208,7 @@ export class BluetoothLowEnergyService
{
for: SensorConfig,
overrides: {
unitOfMeasurement: 'm'
icon: 'mdi:bluetooth'
}
}
];
Expand Down

0 comments on commit 4d9a2ec

Please sign in to comment.