How to use the pyatmo.CameraData function in pyatmo

To help you get started, we’ve selected a few pyatmo examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github home-assistant / home-assistant / homeassistant / components / netatmo.py View on Github external
def update(self):
        """Call the Netatmo API to update the data."""
        import pyatmo
        self.camera_data = pyatmo.CameraData(self.auth, size=100)
github home-assistant / home-assistant / homeassistant / components / netatmo / __init__.py View on Github external
def update(self):
        """Call the Netatmo API to update the data."""

        self.camera_data = pyatmo.CameraData(self.auth, size=100)

pyatmo

Simple API to access Netatmo weather station data from any Python 3 script. Designed for Home Assistant (but not only)

MIT
Latest version published 4 months ago

Package Health Score

72 / 100
Full package analysis