At the time of archiving the integration has not worked in over a year.
Old readme
Integration to show potential breaking_changes in the current published version based on your loaded components.
hachanges
uses web scraping on the blogpost for the release that it tries to show, and determine which breaking change to list.
The webscraping is done in a Cloudflare worker and served as a JSON API at https://hachanges.entrypoint.xyz/v1/
This will list breaking changes on versions for versions released after the one you are running up to the latest stable version.
This will only list breaking changes in 2021.3 and newer.
Examples:
You run version 2021.3.0
, and 2021.6.0
is published, it will show breaking changes for 2021.4
, 2021.5
, 2021.6
.
You run version 2021.3.0
, and 2021.3.0
is published, it will not show anything.
You run version 2021.3.0
, and 2021.4.0
is published, it will show breaking changes for 2021.4
.
This component will set up the following platforms.
Platform | Description |
---|---|
sensor |
Show info about potential issue with your configuration before upgrading. |
- Install with HACS
- Add
breaking_changes:
to your HA configuration.
breaking_changes:
Key | Type | Required | Default | Description |
---|---|---|---|---|
name |
string |
False |
Potential breaking changes |
Custom name for the entities. |
scan_interval |
int |
False |
300 |
Seconds between updates. |
If you want to contribute to this please read the Contribution guidelines