stand impl part 1

This commit is contained in:
Darius
2025-11-16 20:18:10 +01:00
parent b2226e94a4
commit ade7ae722d
4 changed files with 80 additions and 5 deletions

View File

@@ -22,5 +22,7 @@ export const Config = {
id_desk_sensor: process.env.HA_DESK_SENSOR_ID || "",
id_desk_sensor_text: process.env.HA_DESK_SENSOR_TEXT || "",
id_room_sensors: process.env.HA_ROOMTEMP_SENSOR_IDS?.split(",") || [],
id_webhook_stand: process.env.HA_STANDING_WEBHOOK || ""
},
} as const;