Updater - NeoAcheron/midea-ac-py GitHub Wiki

Custom component updater

This platform supports the custom_updater component to track new releases and makes updates easy by calling a HA service.

Setup

Follow the instruction to install the custom_updater on their GitHub page here: https://github.com/custom-components/custom_updater

You'll need to add the following config to your Home Assistant configuration.yaml:

custom_updater:
  track:
    - components
  component_urls:
    - https://raw.githubusercontent.com/NeoAcheron/midea-ac-py/master/custom_components.json

Usage

A service called custom_updater.check_all can be called to check for updates. If there is an update available, it can be installed by calling the custom_updater.update_all service.

Please be aware though, that this component is still early development, and although all attempts are made to keep it stable enough for daily use, it cannot be guaranteed. Downgrading is possible, but it will be a manual process.