Skip to content

3.0.0 Add Air Quality API and renamed feed_id arguments to feed_key

Latest

Choose a tag to compare

@tyeth tyeth released this 19 Feb 17:29
6a63861

*** Breaking Change: ***

All argument names to functions for Feed Keys used in this library are no longer named feed_id, and have been renamed to feed_key.

The exception to this change is the Dashboard API which uses feed IDs and not feed keys. The ID for a feed can be obtained via the API, or the library Feed objects, or via the Feed page on the IO website (Feed Info -> Show Detailed JSON Record)

What's Changed

  • add(feature): Air Quality integration, examples, weather and unsubscribe fixes by @tyeth in #172
  • Validate feed keys in MQTT client to prevent malformed topic subscriptions by @Copilot in #170
  • Update error message for feed key validation test by @tyeth in #173
  • fix(docs): cleanup sphinx html template path warning by @tyeth in #168

New Contributors

  • @Copilot made their first contribution in #170

Full Changelog: 2.8.2...3.0.0