sleevezipper / hass-workstation-service

Provide useful sensors and services from your workstation to Home Assistant.
Apache License 2.0
613 stars 54 forks source link

Recent Update Issue #146

Closed varunsridharan closed 2 years ago

varunsridharan commented 2 years ago

I recently download a update and found that the sensors are not setup properly in the code For example if i use LastActiveSensor it gives me the output of LastBootSensor if i use LastBootSensor i get the output of SessionStateSensor

image

Version : 1.0.0.30816

sleevezipper commented 2 years ago

Thanks for creating an issue! I'll have a look as soon as I can.

sleevezipper commented 2 years ago

Oh, did you try to reboot your PC? Sometimes weird things happen after updating because the old version of the service is still running. You can also try to kill the service under details in task manager and restarting it from the start menu.

varunsridharan commented 2 years ago

Cool. i used task manager to kill and restarted the PC and it works good now