Open black-roland opened 1 week ago
As a workaround, the similar could be archived using the serial integration: https://www.home-assistant.io/integrations/serial/
If a modem is still connected and working, it should reply with OK
to the AT
command.
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.