Skip to content

Commit

Permalink
chore: apply linters
Browse files Browse the repository at this point in the history
  • Loading branch information
germainlefebvre4 committed Jan 27, 2025
1 parent 2415306 commit 009727c
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion schemas/get_air_comfort.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
"comfort",
"freshness"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_air_comfort_geoloc.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
"outdoorQuality",
"roomMessages"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"temperatures",
"type"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_consumption_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@
"monthlyAggregation",
"unit"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
"shortSerialNo"
]
}
}
}
2 changes: 1 addition & 1 deletion schemas/get_early_start.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"required": [
"enabled"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_energy_insights.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@
"heatingTimeComparison",
"weatherComparison"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_energy_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"preferredEnergyUnit",
"showReadingsBanner"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_home.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@
"temperatureUnit",
"zonesCount"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_installations.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@
"temperatureUnit",
"zonesCount"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_invitations.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,4 @@
"token"
]
}
}
}
2 changes: 1 addition & 1 deletion schemas/get_me.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@
"name",
"username"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_mobile_devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@
"settings"
]
}
}
}
2 changes: 1 addition & 1 deletion schemas/get_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,4 +637,4 @@
"weather",
"zoneType"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"id",
"type"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@
"setting",
"tadoMode"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_users.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@
"username"
]
}
}
}
2 changes: 1 addition & 1 deletion schemas/get_weather.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
"solarIntensity",
"weatherState"
]
}
}
2 changes: 1 addition & 1 deletion schemas/get_zones.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@
"type"
]
}
}
}
2 changes: 1 addition & 1 deletion tests/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_schedule():
def get_state():
ZONE_ID = tado.get_zones()[0]["id"]
response = tado.get_state(ZONE_ID)
return response
return response

def get_users():
response = tado.get_users()
Expand Down

0 comments on commit 009727c

Please sign in to comment.