Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoDehli committed Nov 24, 2024
1 parent 6ab5aa0 commit 5c66665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/loxone/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def alarm_state(self) -> AlarmControlPanelState | None:
return AlarmControlPanelState.ARMED_AWAY
return AlarmControlPanelState.DISARMED


@property
def extra_state_attributes(self):
"""Return the state attributes."""
Expand Down
2 changes: 1 addition & 1 deletion custom_components/loxone/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def __init__(self, **kwargs):
self._attr_extra_state_attributes = {
"uuid": self.uuidAction,
"platform": "loxone",
"device_typ": self.device_class
"device_typ": self.device_class,
}

@property
Expand Down

0 comments on commit 5c66665

Please sign in to comment.