custom-components / healthchecksio

Update and display the status of your healthchecks.io checks.
MIT License
52 stars 9 forks source link

Allow for configuration of schedule #35

Closed n00b001 closed 1 year ago

n00b001 commented 1 year ago

On the "healthchecks.io" webpage, I can configure: Period 5 minutes (The expected time between pings) Grace Time 15 minutes (When a check is late, how long to wait to send an alert)

This custom component should also allow configuration of those items

Mincka commented 1 year ago

I found this in previously closed issues:

1) Disable the default polling https://github.com/custom-components/healthchecksio/issues/14#issuecomment-1046306207 BUT, I checked and this option is not available for this integration

Alternative, update the code and restart your instance: https://github.com/custom-components/healthchecksio/blob/main/custom_components/healthchecksio/__init__.py#L30

2) Poll when you want using your own automation https://github.com/custom-components/healthchecksio/issues/31

ludeeus commented 1 year ago

It is for all integrations, it's a system option that HA adds, not something each integration adds.

Mincka commented 1 year ago

So, why is it not available for this integration? image image