add seconds to standing/sitting time

This commit is contained in:
Darius
2026-02-05 22:53:56 +01:00
parent 7b6a056141
commit 07719bbc1f
3 changed files with 94 additions and 90 deletions

View File

@@ -82,6 +82,7 @@ export class HomeAssistantService extends BaseService<HomeAssistantClient> {
position: position.as_text(),
is_standing: position.as_boolean,
last_changed: position.last_changed.toReadable(true),
last_changed_seconds: position.last_changed.seconds,
};
}