From 8762ee33aea90f1609bd38c10c8d441ee8a884d2 Mon Sep 17 00:00:00 2001 From: stewjoel Date: Sun, 3 Nov 2024 15:55:56 -0800 Subject: [PATCH] Update binary_sensor.py --- custom_components/wyzesense/binary_sensor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/wyzesense/binary_sensor.py b/custom_components/wyzesense/binary_sensor.py index 85066ea..c3cafbe 100644 --- a/custom_components/wyzesense/binary_sensor.py +++ b/custom_components/wyzesense/binary_sensor.py @@ -1,6 +1,6 @@ """ wyzesense integration -v0.0.13 +v0.0.14 """ from .wyzesense_custom import * @@ -227,4 +227,4 @@ def extra_state_attributes(self): attributes = self._data.copy() del attributes[ATTR_STATE] del attributes[ATTR_AVAILABLE] - return attributes \ No newline at end of file + return attributes