1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
core/tests/components/cookidoo/fixtures/subscriptions.json
Cyrill Raccaud 33a23ad1c6 Add diagnostic sensors for the active subscription of Cookidoo (#136485)
* add diagnostics for the active subcription

* fix mapping between api and ha states for subscription

* multiline lambda
2025-01-27 08:43:30 +01:00

13 lines
272 B
JSON

{
"data": {
"active": true,
"start_date": "2024-12-16T00:00:00Z",
"expires": "2025-12-16T23:59:00Z",
"type": "REGULAR",
"extended_type": "REGULAR",
"subscription_level": "FULL",
"subscription_source": "COMMERCE",
"status": "ACTIVE"
}
}