Skip to content

Releases: Pythm/ad-Weather

Minor bugfixes

01 Oct 02:27
4e3cadd

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2 Breaking changes to default mqtt namespace and second outdoor temperature sensor

09 Aug 17:29
40d9edb

Choose a tag to compare

📦 Release Notes: ad-Weather v0.1.2

Version: v0.1.2


🚀 What's New

  • Default MQTT Namespace Update: The default MQTT_namespace has 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 custom MQTT_namespace or 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.


ad-Weather by Pythm
GitHub


Need further assistance? Reach out on GitHub.

Minor improvements

29 Mar 20:31
6b442eb

Choose a tag to compare

Minor improvements and added function "getOutTemp".

First Release

07 Mar 17:53
e0d6ec0

Choose a tag to compare

This is the first release of weather app for Appdaemon