Hubitat How To : Update to the latest development branch version - kkossev/Hubitat GitHub Wiki
Usually, there are two versions maintained for each of my drivers :
- a production version (presumably stable), which is available for an update via HPM.
- developments branch version - includes support for new devices, but also some changes in the common code (libraries) shared with other drivers.
As I don't have all the devices supported by this and the other drivers, it is not possible to fully test everything. So that's why the dev .branch versions exist - if no one complains that something has got broken in the latest versions, I usually merge the same code changes in the main version a week or two later, and then increase the HPM manifest version, which pushes a notification that there is driver version update for all users.
The easiest way to update the driver to the latest developments branch version is :
-
Click on ''Drivers Code"
-
Filter the list of the drivers shown (type 'mmWave' as an example)
-
Click on the driver name (because some drivers are big in size, it may take a while, until the driver code window opens)
-
Click on the Import button on the top right corner. The correct URL of the dev. branch code should be already filled in automatically. 5.Click again on the Import button within the popup window
- Confirm the driver code overriding.
- Click on the Save button
back to How To
back to Wiki Home