Files
dpu-shared/dist/homepage.js
2026-02-09 19:44:08 +01:00

13 lines
319 B
JavaScript

export const HomepageComponent = {
HA_DESK_POSITION: "ha_desk_position",
HA_TEMP: "ha_temp",
TIDAL_CURRENT: "tidal_current",
GRIST_PERSONAL_GOALS: "grist_personal_goals",
};
export function createComponentUpdate(component, data) {
return {
component: component,
data: data,
};
}