Releases: elboletaire/ha-weatherxm
Releases · elboletaire/ha-weatherxm
Device entities
This version adds devices, and groups all the existing entities into these devices.
There's also a new "last update" field where you can check the last time the API was checked for new data.
What's Changed
- Add device registry support to group entities under their stations by @elboletaire in #7
Full Changelog: 1.0.3...1.1.0
Properly update data and auth
What's Changed
- implement token refresh functionality and async API client by @elboletaire in #5
Full Changelog: 1.0.2...1.1.0
Improve unit compatibility and enable statistics
See #4 for more details
HACS changes
Minor changes trying to make the integration more HACS compatible.
1.0.0
Very first version, giving you all the data I could think of from the WeatherXM API for your subscribed devices, creating the following sensors:
weather.<alias>
, with all the weather and forecast information.sensor.<alias>_battery
, with the battery level of the device.sensor.<alias>_firmware
, with the firmware version of the device.sensor.<alias>_rewards
, with the rewards of the device (also has total_rewards as additional attribute).sensor.<alias>_total_rewards
, with the total rewards generated to date from that device.
<alias>
is the alias of the device defined via the WeatherXM app. If you have not defined an alias, the device ID will be used instead.
Full Changelog: https://github.com/elboletaire/ha-weatherxm/commits/1.0.0