rrooggiieerr / pimatic-ble-mi-flora

GNU General Public License v2.0
0 stars 4 forks source link

Presence status in UI not correct #2

Open xG3n1uS opened 6 years ago

xG3n1uS commented 6 years ago

The presence status is not shown correct in the UI. It displays it as absent: grafik

But in Variables the presence attribute is true. grafik

I've seen that the css-class value-present is not added to the "circle".

atus commented 5 years ago

I'm seeing the same thing. Would extending from BLEPresenceSensor instead of BLEDevice fix this? I'm not good at JS so I'm not sure where to start