Cereal2nd / velbus-aio

Velbus Asyncio
Apache License 2.0
15 stars 10 forks source link

Make the cache directory configureable #3

Closed Cereal2nd closed 3 years ago

Cereal2nd commented 3 years ago

If you running a supervisor mode, on every upgrade of hass the cache will be cleaned. So make sure we can overrule the cachedir. This way we can store it in the same folder as hass config. This path will be persistent.

Cereal2nd commented 3 years ago

if we could pass this via the init of the controller this would be enough