Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a location issue. #841

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
aarlo
0.8.1a8
Fix a location issue
0.8.1a7
Fix camera recording.
Tidy up a docs issue.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from .cfg import BlendedCfg, PyaarloCfg


__version__ = "0.8.1a7"
__version__ = "0.8.1a8"

_LOGGER = logging.getLogger(__name__)

Expand Down
1 change: 0 additions & 1 deletion custom_components/aarlo/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ def extra_state_attributes(self):
ATTR_ATTRIBUTION: COMPONENT_ATTRIBUTION,
"name": self._attr_name,
"device_brand": COMPONENT_BRAND,
"on_schedule": self._location.on_schedule,
"siren": self._location.has_capability(SIREN_STATE_KEY),
}

Expand Down
2 changes: 1 addition & 1 deletion custom_components/aarlo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"unidecode",
"pyaarlo>=0.8.0.2"
],
"version": "0.8.1a7"
"version": "0.8.1a8"
}