Add "nextchange" sensors to AVM FRITZ!Smarthome devices (#58274)

This commit is contained in:
refinedcranberry 2021-11-25 12:34:04 +01:00 committed by GitHub
parent 995f01cb68
commit a78f0eae39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 128 additions and 4 deletions

View file

@ -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