We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_ha_sensor_data
1 parent 69140b4 commit 253c6dcCopy full SHA for 253c6dc
glances_api/__init__.py
@@ -88,7 +88,7 @@ async def get_metrics(self, element: str) -> None:
88
else:
89
raise exceptions.GlancesApiError("Element data not available")
90
91
- async def get_ha_sensor_data(self) -> dict[str, Any] | None:
+ async def get_ha_sensor_data(self) -> dict[str, Any]:
92
"""Create a dictionary with data for Home Assistant sensors."""
93
await self.get_data("all")
94
0 commit comments