add desk text sensor and change detection
This commit is contained in:
@@ -20,6 +20,7 @@ export const Config = {
|
||||
api_token: process.env.HA_API_TOKEN || "",
|
||||
|
||||
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(",") || [],
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user