custom-components / healthchecksio

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

Pull in new checks #29

Closed Firesphere closed 2 years ago

Firesphere commented 2 years ago

Version of the custom_component

22.2.0

Configuration

Custom

            {
                "entry_id": "dfdecc7e737fcf402d0daa71494c24d6",
                "version": 1,
                "domain": "healthchecksio",
                "title": "0c476f1e-918d-4583-b0f2-e7643761da84",
                "data": {
                    "api_key": "mykey",
                    "check": "mycheck",
                    "self_hosted": true,
                    "site_root": "https://healthchecks.mydomain.com",
                    "ping_endpoint": "ping"
                },
                "options": {},
                "pref_disable_new_entities": false,
                "pref_disable_polling": false,
                "source": "user",
                "unique_id": null,
                "disabled_by": null
            }

Describe the bug

New checks added to my instance are not added or showing up in Home Assistant

Expectation

When new checks are added, the Entities in Home Assistant are (albeit delayed) updated with the new checks added.

ludeeus commented 2 years ago

They should be added when you start Home Assistant.

Firesphere commented 2 years ago

Ah, it requires a full restart/reload of Home Assistant. Okay, all good.