We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fe222 commit bd59051Copy full SHA for bd59051
1 file changed
example.py
@@ -23,6 +23,10 @@ async def main():
23
# Print the values
24
print("Disk values:", data.values)
25
26
+ # Get the data for Home Assistant
27
+ print("Output to use with Home Assistant")
28
+ print(await data.get_ha_sensor_data())
29
+
30
31
if __name__ == "__main__":
32
asyncio.run(main())
0 commit comments