0.9.0
Discovery Platform!
-
Added support for the HomeAssistant Discovery Protocol. This allows users to avoid defining insteon entities in their HomeAssistant configuration.
NOTE Migrating from a functional installation to the Discovery Platform will be tedious and may not add much functionality. The next minor release of InsteonMQTT should improve this slightly, as it will apply default config settings, so you won't have to do as much copy and pasting. It may be worth waiting until then if you are interested in migrating.
Additions
- Added
join_all
andpair_all
commands to improve the experience when initializing a network or setting up many devices. Note, the
skip battery devices option was removed from therefresh_all
andget_engine_all
commands. ([PR 389][P389]) - Add a
{{timestamp}}
variable to templating. Will output the current timestamp. Useful for testing whether a received state change was triggered by a change, or is simply a retained mqtt message that has been resent because of a restart. ([PR 393][P393])
Fixes
- Fix cyclic import error([PR 388][P388])
- Save DB Delta on Refresh([PR 392][P392])