Skip to content

Releases: RobertD502/home-assistant-lavviebot

0.3.2

04 Dec 19:50
413dab1
Compare
Choose a tag to compare

Buy Me A Coffee Donate using Liberapay

If you enjoy this integration, consider donating by clicking on one the supported methods above.

*All proceeds go towards helping a local animal rescue.

API Rate Limit

  • Updated interval increased from 60s to 90s - If you have been rate-limited by the PurrSong API, disable the integration for ~24 hours for the rate limit to drop off and then re-enable it. In this release, the update interval has been increased to 90 seconds, which, in my testing, prevents being rate limited by the PurrSong API.

0.3.1

27 Jul 18:38
203bc3d
Compare
Choose a tag to compare

Buy Me A Coffee Donate using Liberapay

If you enjoy this integration, consider donating by clicking on one the supported methods above.

*All proceeds go towards helping a local animal rescue.

API Fixes

  • Backend now uses a new query to fetch cat usage logs for litter boxes - Purrsong has removed the query command that was previously used, which resulted in the integration failing to load.

New Features

  • Added lavviebotaio to loggers - Enabling debug logging from the Home Assistant UI will now include logs generated by both the purrsong custom component as well as the lavviebotaio backend library.

Dependencies

  • Bump lavviebotaio to 0.3.1

0.3.0

07 Feb 18:37
d6397ab
Compare
Choose a tag to compare

Buy Me A Coffee Donate using Liberapay

If you enjoy this integration, consider donating by clicking on one the supported methods above.

*All proceeds go towards helping a local animal rescue.

New Features

  • Added support for LavvieScanners
  • Added support for LavvieTags
  • Added support for Cat activity sensors
  • Added support for accounts that don't have any litter boxes

Please visit the GitHub repo for documentation regarding available entities for newly supported Purrsong devices.

Other Changes

  • Renamed integration to Purrsong as it now supports more than just the Lavviebot S
  • Config flow V3
  • Use separate ClientSessions to allow usage of multiple Purrsong accounts

Dependencies

  • Bump lavviebotaio to 0.3.0

0.2.0

08 Jan 20:29
ceff00e
Compare
Choose a tag to compare

Buy Me A Coffee Donate using Liberapay

If you enjoy this integration, consider donating by clicking on one the supported methods above.

*All proceeds go towards helping a local animal rescue.

Fixes

Purrsong API rate limit

  • Purrsong has started to implement rate limiting on their API, which results in the Purrsong integration not working until Home Assistant is restarted. This release includes a fix to circumvent their rate limit.

Dependencies

  • Bump lavviebotaio to 0.2.2.1

0.1.12

27 Dec 23:43
57af722
Compare
Choose a tag to compare

Buy Me A Coffee Donate using Liberapay

If you enjoy this integration, consider donating by clicking on one the supported methods above.

*All proceeds go towards helping a local animal rescue.

Fixes

Remove deprecated Home Assistant constants: Use UnitOfTime enum to prevent users from seeing warning log messages starting in Home Assistant 2024.1.

0.1.11

27 Dec 22:38
d47e3ba
Compare
Choose a tag to compare

Buy Me A Coffee Donate using Liberapay

If you enjoy this integration, consider donating by clicking on one the supported methods above.

*All proceeds go towards helping a local animal rescue.

Fixes

Bumped Lavviebotaio to 0.2.0: Purrsong made a change to their API which resulted in the integration failing to load. A fix has been implemented to account for these changes.

0.1.10

24 Oct 17:12
7d9f90e
Compare
Choose a tag to compare

Buy Me A Coffee Donate using Liberapay

If you enjoy this integration, consider donating by clicking on one the supported methods above.

*All proceeds go towards helping a local animal rescue.

Fixes

Bumped Lavviebotaio to 0.1: Resolved issue where shared accounts by default have a location with no cats causing the integration to not load properly. Cats which return no data when getPoopData is queried are now handled correctly.
Error Time Sensor fixed: The Error time sensor is now set to unavailable if the associated litter box has no current error log.

0.1.9

27 May 20:01
368b7e0
Compare
Choose a tag to compare

Buy Me A Coffee Donate using Liberapay

If you enjoy this integration, consider donating by clicking on one the supported methods above.

*All proceeds go towards helping a local animal rescue.

New Features

  • Added Litter Box Use count sensor: Displays how many times the litter box has been used today (Helpful for triggering automatic cleaning with your robot vacuum!)
  • Added Latest error sensor: Displays the last litter box error found in the error logs.
  • Added Error time sensor: Since the Lavviebot error logs always return the most recent error (even if the error isn't new), this date/time sensor provides details about when the error in the Latest error sensor occurred.

Dependencies

  • Bumped Lavviebotaio to 0.0.1.3

0.1.8

07 Jan 21:30
3140453
Compare
Choose a tag to compare

Buy Me A Coffee

If you enjoy this integration, consider donating by clicking on the "Buy me a coffee" badge above.

All donations benefit a local animal rescue.

Changes

  • Beacon battery sensor returns 0% if no beacon battery is present instead of "Unknown"
  • Beacon battery sensor unit of measurement set to % - Fixes native unit of measurement warning log seen with Home Assistant 2023.1.0
    Note: You may see a warning in your logs regarding the beacon battery sensor asking for you to edit the statistics for the sensor. If this is the case, be sure to select % as the unit to use for statistics.

0.1.7

27 Oct 22:23
6560ea6
Compare
Choose a tag to compare

Buy Me A Coffee

If you enjoy this integration, consider donating by clicking on the "Buy me a coffee" badge above.

All donations benefit a local animal rescue.

Changes

  • Use new UnitOfMass and UnitOfTemperature enums: changed to reflect deprecation starting with Home Assistant 2022.11.0