Skip to content

Releases: user2684/imou_life

1.0.15

27 Jan 14:23
Compare
Choose a tag to compare

Fixed

  • HACS failing installation: error 500 (#83 #84)

1.0.14

26 Dec 15:53
Compare
Choose a tag to compare

Added

  • French and Indonesian support
  • List with all the supported/tested models in the README file
  • Instructions on how to contribute in the README file

Fixed

  • Improved support for Cell Go cameras (#55)
  • Discovery service now ignores with a warning unrecognized/unsupported devices instead of throwing an error (#47)

Changed

  • Bump imouapi version: 1.0.13 → 1.0.14
  • Added a Wiki to Github with articles for end users, developers and maintainers

1.0.13

19 Feb 21:50
Compare
Choose a tag to compare

Added

  • Added battery sensor for dormant devices
  • Catalan translation

Changed

  • Added new conditions to the Imou Push Notifications automation template in the README file to prevent too many refresh

Fixed

  • Motion detection sensor now showing up for all devices

1.0.12

11 Dec 17:43
Compare
Choose a tag to compare

Fixed

  • Dormant device logic

1.0.11

11 Dec 17:25
Compare
Choose a tag to compare

Added

  • Support for dormant devices
  • status sensor
  • Options for customizing wait time for camera snapshot download and wait time after waking up dormant device

Changed

  • Device is now marked online if either online or dormant

1.0.10

04 Dec 11:50
Compare
Choose a tag to compare

Added

  • Camera entity now supports snapshots and video streaming

1.0.9

26 Nov 15:06
Compare
Choose a tag to compare

Added

  • PTZ Support, exposed as imou_life.ptz_location and imou_life.ptz_move services
  • Camera entity, used for invoking the PTZ services

1.0.8

21 Nov 22:12
Compare
Choose a tag to compare

Fixed

  • "Failed to setup" error after upgrading to v1.0.7 (#37)

1.0.7

20 Nov 17:44
Compare
Choose a tag to compare

Added

  • Spanish and italian translations (#21)
  • Reverse proxy sample configuration for custom configuration of push notifications (#29)
  • Siren entity (#26)

Changed

  • API URL is now part of the configuration flow (#16)
  • Bump imouapi version: 1.0.6 → 1.0.7

Removed

  • siren switch, now exposed as a siren entity
  • API Base URL option, now part of the configuration flow

Fixed

  • Entities not correctly removed from HA

1.0.6

19 Nov 18:16
Compare
Choose a tag to compare

Added

  • motionAlarm binary sensor which can be updated also via the refreshAlarm button

Removed

  • lastAlarm sensor. The same information has been moved into the alarm_time attribute inside the motionDetection binary sensor, together with alarm_type and alarm_code

Changed

  • Bump imouapi version: 1.0.5 → 1.0.6
  • Updated README and link to the roadmap