Skip to content

Commit

Permalink
missing battery level in blinds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slajob authored Mar 25, 2024
1 parent 022ef83 commit fb6cf0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dirigera/devices/blinds.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class BlindAttributes(Attributes):
blinds_current_level: Optional[int] = None
blinds_target_level: Optional[int] = None
blinds_state: Optional[str] = None
battery_percentage: Optional[int] = None


class Blind(Device):
Expand Down

0 comments on commit fb6cf0e

Please sign in to comment.