Skip to content

Releases: rroller/dahua

0.8.4

26 Jun 15:42
Compare
Choose a tag to compare
  • Try to prevent bug impacting some cameras without the video in mode API

0.8.3

25 Jun 18:14
Compare
Choose a tag to compare
  • Fix a bug in the 0.8.2 release that broke doorbells

0.8.2

25 Jun 05:07
Compare
Choose a tag to compare
  • Fix illuminator when used with night profile. Can now turn on the illuminator (white light) and get the current status regardless of which profile is being used (day or night) - Fixes #29

0.8.1

20 Jun 22:00
Compare
Choose a tag to compare
  • Adds support for "door status" for doorbells. Note all doorbells will support or have this feature enabled so the entity will just report closed. Ignore or remove it if you like.

0.8.0

20 Jun 20:15
Compare
Choose a tag to compare
  • Adds several new services related to text overlays on the video stream
    • dahua.set_channel_title
    • dahua.set_text_overlay
    • dahua.set_custom_overlay
  • Adds several new services to enable/disable overlays
    • dahua.enable_channel_title
    • dahua.enable_time_overlay
    • dahua.enable_text_overlay
    • dahua.enable_custom_overlay

0.7.1

20 Jun 03:56
ab85ba4
Compare
Choose a tag to compare
  • Fixes bug that caused errors when renaming entity_id's

0.7.0

19 Jun 22:52
723c19f
Compare
Choose a tag to compare
  • Adds support for VTO devices (Doorbells). Creates a binary sensor that will trigger on button presses along with a few other sensors: CallNoAnswered and Invite. Fixes #14 requested by @bogdanr

0.6.2

19 Jun 19:43
Compare
Choose a tag to compare
  • Fix a python dict issue code bug

0.6.1

19 Jun 18:40
Compare
Choose a tag to compare
  • Fix a python bug preventing some from loading the integration caused by the 0.6.0 release

0.6.0

19 Jun 17:08
7f3bbb0
Compare
Choose a tag to compare
  • Adds a binary sensor for all configured events. Requested by @f432 in #17