Skip to content

Commit

Permalink
Fix broken integration #38
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-bar committed Oct 31, 2022
1 parent 2745e2d commit a9bf706
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.14

- Fix broken integration [#38](https://github.com/elad-bar/ha-shinobi/issues/38)

## 2.0.13

- Fix error when monitor was deleted its videos are still available
Expand Down
1 change: 0 additions & 1 deletion custom_components/shinobi/component/models/video_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from homeassistant.exceptions import HomeAssistantError

from ...component.helpers.const import *
from ...component.helpers.exceptions import MonitorNotFoundError
from .monitor_data import MonitorData

_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/shinobi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"codeowners": ["@elad-bar"],
"requirements": [ ],
"config_flow": true,
"version": "2.0.13",
"version": "2.0.14",
"iot_class": "local_polling"
}

0 comments on commit a9bf706

Please sign in to comment.