This repository has been archived by the owner on Apr 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
Updater
NeoAcheron edited this page Dec 8, 2018
·
2 revisions
This platform supports the custom_updater component to track new releases and makes updates easy by calling a HA service.
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
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.