Add "nextchange" sensors to AVM FRITZ!Smarthome devices (#58274)
This commit is contained in:
parent
995f01cb68
commit
a78f0eae39
5 changed files with 128 additions and 4 deletions
|
@ -18,8 +18,8 @@ class FritzExtraAttributes(TypedDict):
|
|||
class ClimateExtraAttributes(FritzExtraAttributes, total=False):
|
||||
"""TypedDict for climates extra attributes."""
|
||||
|
||||
battery_low: bool
|
||||
battery_level: int
|
||||
battery_low: bool
|
||||
holiday_mode: bool
|
||||
summer_mode: bool
|
||||
window_open: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue