better naming

This commit is contained in:
Darius
2026-02-09 19:46:33 +01:00
parent e3fbe3b178
commit b305c2ab66
12 changed files with 63 additions and 56 deletions

13
dist/homepage.js vendored
View File

@@ -1,12 +1 @@
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,
};
}
export {};