File: _secrets.py

package info (click to toggle)
python-aioairzone-cloud 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 3,600; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
"""Airzone Cloud Secrets."""

from aioairzone_cloud.common import ConnectionOptions

AIRZONE_OPTIONS = ConnectionOptions("airzone_email", "airzone_password")