make clients of sse service observable

This commit is contained in:
Darius
2026-02-05 22:05:35 +01:00
parent 921882054d
commit a6d837f953
7 changed files with 76 additions and 11 deletions

4
dist/homepage.d.ts vendored
View File

@@ -1,5 +1,5 @@
import { API_HA_DeskPosition } from "./homeassistant";
import { TidalGetCurrent } from "./tidal";
import { type API_HA_DeskPosition } from "./homeassistant";
import { type TidalGetCurrent } from "./tidal";
export type FullInformation = {
ha_desk_position: API_HA_DeskPosition | null;
ha_temp: string | null;