All Projects → custom-components → breaking_changes

custom-components / breaking_changes

Licence: MIT license
Component to show potential breaking_changes in the current published version based on your loaded components

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to breaking changes

integration blueprint
Blueprint for custom_component developers.
Stars: ✭ 151 (+81.93%)
Mutual labels:  homeassistant, custom-component
ha-eskom-loadshedding
Fetches loadshedding data from Eskom
Stars: ✭ 48 (-42.17%)
Mutual labels:  homeassistant, custom-component
github-custom-component-tutorial
A tutorial for creating a custom component for Home Assistant using GitHub's API.
Stars: ✭ 31 (-62.65%)
Mutual labels:  homeassistant, custom-component
ledfxrm
Custom Integration for Home Assistant to control a any (local/remote) LedFX-server - State: beta
Stars: ✭ 31 (-62.65%)
Mutual labels:  homeassistant, custom-component
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (-43.37%)
Mutual labels:  homeassistant, custom-component
home-assistant-frigidaire
Custom component for the Frigidaire integration
Stars: ✭ 11 (-86.75%)
Mutual labels:  homeassistant, custom-component
openrgb ha
OpenRGB integration for Home Assistant
Stars: ✭ 40 (-51.81%)
Mutual labels:  homeassistant, custom-component
home-assistant-p2000
🚒 This component tracks P2000 emergency events in The Netherlands.
Stars: ✭ 45 (-45.78%)
Mutual labels:  homeassistant, custom-component
container
Custom containers for various usecases
Stars: ✭ 12 (-85.54%)
Mutual labels:  homeassistant, custom-component
ltss
Long time state storage (LTSS) custom component for Home Assistant using Timescale DB
Stars: ✭ 34 (-59.04%)
Mutual labels:  homeassistant, custom-component
ytube music player
YouTube music player for homeassistant
Stars: ✭ 226 (+172.29%)
Mutual labels:  homeassistant, custom-component
ha-birthdays
Birthday integration for HomeAssistant
Stars: ✭ 14 (-83.13%)
Mutual labels:  homeassistant, custom-component
HA-SleepAsAndroid
Sleep As Android integration for Home Assistant
Stars: ✭ 91 (+9.64%)
Mutual labels:  homeassistant
Deebot-for-Home-Assistant
Vacuum component for Ecovacs Deebot Vacuums
Stars: ✭ 204 (+145.78%)
Mutual labels:  homeassistant
HASSAddons
Home Assistant Add-on Repository
Stars: ✭ 34 (-59.04%)
Mutual labels:  homeassistant
addon-base
Docker base images (Alpine) - Home Assistant Community Add-ons
Stars: ✭ 25 (-69.88%)
Mutual labels:  homeassistant
ha custom component
Home Assistant Custom Component of BMW Connected Drive
Stars: ✭ 21 (-74.7%)
Mutual labels:  homeassistant
Home-Assistant Config
BeardedTinker Home Assistant configuration. Feel free to browse, edit, tweak, improve, criticize and suggest.
Stars: ✭ 241 (+190.36%)
Mutual labels:  homeassistant
pysma
Async library for SMA Solar's WebConnect interface
Stars: ✭ 44 (-46.99%)
Mutual labels:  homeassistant
climate ewelink
Control your Midea air conditioner devices via the eWeLink cloud
Stars: ✭ 42 (-49.4%)
Mutual labels:  homeassistant

At the time of archiving the integration has not worked in over a year.

Old readme

GitHub Release GitHub Activity License

Project Maintenance BuyMeCoffee

Discord Community Forum

Integration to show potential breaking_changes in the current published version based on your loaded components.

How it works.

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.

Installation

  1. Install with HACS
  2. Add breaking_changes: to your HA configuration.

Example configuration.yaml

breaking_changes:

Configuration options

Key Type Required Default Description
name string False Potential breaking changes Custom name for the entities.
scan_interval int False 300 Seconds between updates.

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].