Skip to content

Commit

Permalink
Print testing
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Jan 4, 2025
1 parent 231c4a7 commit 6d686ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/smartbox/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def unique_id(self) -> str:

@property
def native_value(self) -> float:
print(f"{self._status}")
return self._status["duty"]


Expand Down

0 comments on commit 6d686ab

Please sign in to comment.