mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 10:27:52 +00:00
* add diagnostics for the active subcription * fix mapping between api and ha states for subscription * multiline lambda
13 lines
272 B
JSON
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"
|
|
}
|
|
}
|