Releases: Pythm/ad-Weather
Releases · Pythm/ad-Weather
Minor bugfixes
v0.1.2 Breaking changes to default mqtt namespace and second outdoor temperature sensor
📦 Release Notes: ad-Weather v0.1.2
Version: v0.1.2
🚀 What's New
- Default MQTT Namespace Update: The default
MQTT_namespacehas been updated to'mqtt'to align with AppDaemon's documentation defaults and my apps defaults for consistency and compatibility. - Sensor Naming Consistency: The second outdoor temperature sensor is now configured with the suffix
'_2'(e.g.,outside_temperature_2) to match naming conventions used for lux sensors (e.g.,OutLuxMQTT_2).
⚠️ If you're using a customMQTT_namespaceor had a previous configuration for the second temperature sensor, ensure your configuration is updated to match these changes.
📦 Full Changelog
View the complete list of changes in the GitHub Changelog.
🙋 Contributing
Found a bug or want to suggest a feature? Open an issue or submit a PR.
Need further assistance? Reach out on GitHub.
Minor improvements
Minor improvements and added function "getOutTemp".
First Release
This is the first release of weather app for Appdaemon