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

NamedWindowSensor doesn't send STATE on an interval #159

Open lowfat32 opened 2 years ago

lowfat32 commented 2 years ago

Currently NameWindowState sends the "homeassistant/binary_sensor/[computer]/[appname]/state" only when the app starts/closes. So if Home Assistant restarts for any reason then the sensor is now unavailable. So would it be possible to send this on an interval like ""homeassistant/binary_sensor/[computer]/[appname]/config" is? Thanks.