Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 19:56
· 31 commits to main since this release
  • (Acgua) Breaking Change: Using MQTT is required, and removed option to deactivate MQTT. Reasons: 1. requesting info thru REST API is redundant and simply not needed since MQTT is available, 2. It does not make sense to not use MQTT since it provides live updates of states.
  • (Acgua) Breaking Change: Object 'mqttActivated' ('fully-mqtt.x.yyy.mqttActivated') is no longer used. Feel free to delete these objects if you update from a previous version as these will not be deleted automatically.
  • (Acgua) Removed all REST API info requests, as MQTT use is now required
  • (Acgua) Code improvements