skodaconnect / homeassistant-myskoda

Homeassistant integration for MySkoda.
85 stars 14 forks source link

Introduce readonly mode #319

Closed WebSpider closed 3 days ago

WebSpider commented 4 days ago

In read-only mode, you can only read from your car, but never write to it. Read-only mode defaults to "off" and you can turn it on in the options.

The following entities are unavailable:

dvx76 commented 3 days ago

Would this effectively delete those entities when enabling read-only on an existing install?

WebSpider commented 3 days ago

Would this effectively delete those entities when enabling read-only on an existing install?

No, it would orphan them. They still exist, but are no longer managed by the coordinator. It's a trade-off: We could delete them, but we delete history as well then. Now we keep them as orphan, and the user can decide to delete them finally.

WebSpider commented 3 days ago

Will do a real-world check so we can document properly.