make some optional

This commit is contained in:
Darius
2026-02-08 14:53:58 +01:00
parent 4ed43fc8a0
commit 6d5d34e6d2
3 changed files with 7 additions and 7 deletions

View File

@@ -10,9 +10,9 @@ export type HomeAssistantEntity = {
[key: string]: unknown;
};
last_changed: string;
last_reported: string;
last_updated: string;
context: {
last_reported?: string;
last_updated?: string;
context?: {
id: string;
parent_id: string | null;
user_id: string | null;