1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-26 10:15:33 +01:00
Files
core/tests/components/onedrive/const.py
T
2025-01-28 14:57:46 +00:00

20 lines
435 B
Python

"""Consts for OneDrive tests."""
CLIENT_ID = "1234"
CLIENT_SECRET = "5678"
BACKUP_METADATA = {
"addons": [],
"backup_id": "23e64aec",
"date": "2024-11-22T11:48:48.727189+01:00",
"database_included": True,
"extra_metadata": {},
"folders": [],
"homeassistant_included": True,
"homeassistant_version": "2024.12.0.dev0",
"name": "Core 2024.12.0.dev0",
"protected": False,
"size": 34519040,
}