Releases: TD22057/insteon-mqtt
Releases · TD22057/insteon-mqtt
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])
0.8.3
Fixes a Breaking Change in HomeAssistant
- HomeAssistant version 2021.4.0 now only supports percentages for fan speeds. This means any fan entities in HomeAssistant that were configured to use "low", "medium", and "high" for the fan speed will no longer work. See config-example.yaml under the
mqtt -> fan
section for a suggest configuration in HomeAssistant.
Other Changes
- Documentation improvements.
- Added advanced setting for
min_hops
. See min_hops