You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a binary sensor to your integration that reflects the “liveness” of the modem? I noticed that the modem can drop out once every few days. Yes, the host is forced to reboot once a week for preventive purposes, but the modem’s interruptions can be sudden and frequent. At the moment, I use the standard SMS integration to check the modem’s status, specifically the change to “unavailable” of the operator’s name or signal level, but I’m thinking of abandoning this integration altogether.
Instead of a binary sensor, I think that's better to implement a service. Or a sensor representing the signal level but autoupdate must be disabled for such sensor. The sensor should be updated on demand using homeassistant.update_entity.
Feel free to create a patch for this feature.
The text was updated successfully, but these errors were encountered:
Feature request from comments:
Instead of a binary sensor, I think that's better to implement a service. Or a sensor representing the signal level but autoupdate must be disabled for such sensor. The sensor should be updated on demand using
homeassistant.update_entity
.Feel free to create a patch for this feature.
The text was updated successfully, but these errors were encountered: