I'd like to have time based policies: active only in selected timespans.
This could be also achieved with a rest api to enable or disable single policies.
Is this possible?
Has this feature been planned?
Cheers
Fabio
I'd like to have time based policies: active only in selected timespans.
This could be also achieved with a rest api to enable or disable single policies.
Is this possible?
Has this feature been planned?
Cheers
Fabio
It's a common feature request. I expect we'll implement it at some point. I don't know if it'll be integrated with the controller/routes or if it'll be a standalone type tool. Until then, you absolutely can enable / disable features in this way using the API. If it were me, I would make a small cron that does the updates you want by adding/removing an attribute on an identity at that times you want.
If you make your own tool though, sharing it back with the community would be a welcome addition for others looking for this sort of functionality.
I didn't think about using attributes
For the automation I'm planning to use home assistant for the time being.